Skip to content

Releases: TrueMLGPro/Wi-Fi_Info

Wi-Fi Info 1.3.2

22 Jul 16:57
83c9ed1
Compare
Choose a tag to compare

πŸš€ What's New

  • Added Action Button to ConnectionStateService offline notification which allows you to stop the service!
  • Added Hidden SSID!
  • Added Hostname!
  • Added Transmitted and Received MBs/GBs over Wi-Fi since boot!
  • Added Feature Support card that detects compatible technologies!
  • Added URL to IP converter activity!

Wi-Fi Info 1.3.1

15 Jul 17:40
83c9ed1
Compare
Choose a tag to compare

πŸš€ What's New

  • New card design!
  • Added a human-readable value in percentage for RSSI!
  • Updated notifications!
  • Added Network Interface!
  • Added Loopback Address!
  • Added Transmit and Receive network speed! (Android 10 and greater)
  • "null" values like "<unknown ssid>", "02:00:00:00:00:00" and "-1" get replaced with "N/A"!

πŸ”§ Fixes

  • Fixed several bugs!
  • Fixed rare crash on DevInfoActivity! #5

Wi-Fi Info 1.3.0.2

26 Jun 20:53
Compare
Choose a tag to compare

πŸ”§ Fixes

  • Fixed #20 OutOfMemoryError app crash

πŸ”¬ Code Changes

  • Increased versionCode
  • Compressed big drawables to decrease app size

Wi-Fi Info 1.3

07 Jun 14:54
Compare
Choose a tag to compare

All new and shiny? Yup! That's all about 1.3!

πŸš€ What's New

  • Added brand new cards and improved the UI!
  • Added Public IP Address!
  • Added Wi-Fi Channels (2.4 GHz & 5 GHz)

πŸ”§ Fixes

  • Fixed known bugs!

πŸ”¬ Code Changes

  • Updated dependencies!
  • Optimized threads, handlers and services!
  • Improved code readability! No more hard-to-read classes and methods.

Wi-Fi Info 1.3.0.1 Hotfix

08 Jun 07:20
8f2e33e
Compare
Choose a tag to compare

πŸ”§ Fixes

  • Fixed #19 ScrollView deadzone issue

Wi-Fi Info 1.3_b-229

13 May 09:45
Compare
Choose a tag to compare
Wi-Fi Info 1.3_b-229 Pre-release
Pre-release

Beta 1.3 Build 229

πŸš€ What's New

  • Removed action bar menu from MainActivity
  • Added a nice smooth FloatingActionMenu!
  • Added "Notification Settings" action button to notification to change notification settings if needed
  • Revamped old icons
  • Added new icons

πŸ”¬ Code Changes

  • Deleted unused drawables

Screenshot_20200513-004527_Wi-Fi_Info

Wi-Fi Info 1.3_b-172

21 Mar 16:36
Compare
Choose a tag to compare
Wi-Fi Info 1.3_b-172 Pre-release
Pre-release

Beta 1.3 Build 172

πŸš€ What's New

  • Added Dynamic Shortcuts that allow you to access this repository and releases faster
  • Improved app icons
  • Improved notification icons

πŸ”§ Fixes

  • FIXED compatability issues from Build 148

πŸ”¬ Code Changes

  • Optimized service startup code for old Android versions (Android 5 - 7)
  • Deleted useless drawables

Wi-Fi Info 1.3_b-148 (Broken!)

14 Mar 23:11
Compare
Choose a tag to compare
Pre-release

Beta 1.3 Build 148

πŸš€ What's New

  • Added ConnectionStateService.java to keep BroadcastReceiver alive
  • Added BootReceiver.java to start ConnectionStateService on device boot
  • Added Notification Action Button (Android 8+) to stop services
  • Added Notification Channel for notification in NotificationService
  • Added IPv6 and renamed "IP" to "IPv4"
  • Added Gateway IP, DNS (1), DNS (2) and Lease Duration and Subnet Mask to info string

πŸ”¬ Code Changes

  • Made ConnectionStateService start as Foreground Service in separate process to prevent Android from stopping it
  • Upgraded app to API 29

Wi-Fi Info 1.3_b-51

11 Mar 16:47
Compare
Choose a tag to compare
Wi-Fi Info 1.3_b-51 Pre-release
Pre-release

Beta 1.3 Build 51

πŸš€ What's New

  • Implemented getDhcpInfo() in MainActivity.java to get DHCP info

πŸ”¬ Code Changes

  • Deleted useless comments in code

Wi-Fi Info 1.3_b-34

10 Mar 16:10
Compare
Choose a tag to compare
Wi-Fi Info 1.3_b-34 Pre-release
Pre-release

Beta 1.3 Build 34

πŸš€ What's New

  • Added Developers/Supporters activity
  • Added name at the bottom of SplashActivity
  • Added names, avatars and descriptions on SupportersActivity
  • Revamped DiscordServersActivity
  • Renamed servers on DiscordServersActivity

πŸ”¬ Code Changes

  • Remade "No Connection" detection method