mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update WiFiAnalyzer to version 3.0.5
This commit is contained in:
parent
a60ac37f42
commit
1ccb03c200
1 changed files with 13 additions and 19 deletions
|
|
@ -8,23 +8,6 @@ Changelog: https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/releases
|
|||
Donate: https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#donations
|
||||
|
||||
AutoName: WiFiAnalyzer
|
||||
Description: |-
|
||||
Optimize your WiFi network by examining surrounding WiFi networks, measuring
|
||||
their signal strength as well as identifying crowded channels.
|
||||
|
||||
Features:
|
||||
|
||||
* Identify nearby Access Points
|
||||
* Graph channels signal strength
|
||||
* Graph Access Point signal strength over time
|
||||
* Analyze WiFi networks to rate channels
|
||||
* HT/VHT Detection - 40/80/160MHz (Requires Android OS 6+)
|
||||
* Access Point view complete or compact
|
||||
* Estimated Distance to the Access Points
|
||||
* Export access points details
|
||||
* Dark or Light theme available
|
||||
* Pause/Resume scanning
|
||||
* Available filters: WiFi band, Signal strength, Security and SSID
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/VREMSoftwareDevelopment/WifiAnalyzer.git
|
||||
|
|
@ -296,9 +279,20 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.0.5
|
||||
versionCode: 57
|
||||
commit: V3.0.5-F-DROID
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: Upstream generates the version information at compile time.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 3.0.4
|
||||
CurrentVersionCode: 56
|
||||
CurrentVersion: 3.0.5
|
||||
CurrentVersionCode: 57
|
||||
|
|
|
|||
Loading…
Reference in a new issue