forked from FusixGit/WiFiPasswordSearcher
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master-v2' of https://github.com/LowSkillDeveloper/3WiF…
…iLocator-Unofficial into master-v2
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"ActualyVersion": 2.2, | ||
"WhatNews": "✅ Added ability to view saved passwords on your phone (root only)\n✅ Added search by ESSID on custom servers.\n✅ Added button to display Wi-Fi point location on Google Map if coordinates are returned by server (in manual search)\n✅ Added ability to backup SQLite file and restore local database\n✅ Added import and export in CSV format.\n✅ Added Connection via WPS button\n\n🔴 Fully fixed WPS connection with root and without root\n🔴 Fixed overlap on the last item in Wi-Fi networks list.\n🔴 Fixed crash when clicking on a list item after searching in local db.\n🔴 Fixed detection of WPA3 networks.\n🔴 Fixed typos in text.\n🔴 Fixed import from txt RS files.\n🔴 Fixed import from JSON.\n🔴 Fixed adding server URL with '/' at the end.\n\n🔵 Optimized library imports.\n🔵 Updated libraries.\n🔵 Enabled multidex." | ||
} | ||
"ActualyVersion": 2.3, | ||
"WhatNews": "✅ Added switch to enable search by ESSID on the scanning page.\n✅ Added styling on the local database page.\n✅ Primitive validation added for WPS PIN and password on the local database page.\n\n🔴 Fixed crash when searching in the local database.\n🔴 Display of saved Wi-Fi passwords.\n\n🔵 Kotlin updated to version 2.0.20.\n🔵 BIG search optimization in the local database on the scanning and local database pages.\n🔵 Reduced RAM usage on the local database page.\n🔵 Updated libraries to the latest versions.\n🔵 Hidden non-functional buttons.\n🔵 Enabled minify during compilation." | ||
} |