Releases: TrueMLGPro/Wi-Fi_Info
Releases Β· TrueMLGPro/Wi-Fi_Info
Wi-Fi Info 1.3.2
π 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
π 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
π§ Fixes
- Fixed #20 OutOfMemoryError app crash
π¬ Code Changes
- Increased versionCode
- Compressed big drawables to decrease app size
Wi-Fi Info 1.3
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
π§ Fixes
- Fixed #19 ScrollView deadzone issue
Wi-Fi Info 1.3_b-229
Wi-Fi Info 1.3_b-172
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!)
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
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
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