66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
|
Categories:
|
||
|
- Connectivity
|
||
|
License: GPL-3.0-or-later
|
||
|
SourceCode: https://github.com/jannispinter/jaws
|
||
|
IssueTracker: https://github.com/jannispinter/jaws/issues
|
||
|
Changelog: https://github.com/jannispinter/jaws/blob/HEAD/CHANGELOG.md
|
||
|
|
||
|
AutoName: JAWS
|
||
|
Description: |-
|
||
|
'''NOTE:''' This app currently (v0.5) does ''NOT'' work on Android 9+.
|
||
|
|
||
|
A simple wifi scanner that supports real time scans of nearby networks. It
|
||
|
displays a list of nearby wifi networks ordered by signal strength and
|
||
|
periodically rescans for new networks.
|
||
|
|
||
|
'''Features:'''
|
||
|
|
||
|
* Display a list of nearby wifi networks ordered by signal strength
|
||
|
* Display SSID, BSSID, Channel, Capabilities and the signal strength of each network
|
||
|
* Periodically rescan for new networks
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/jannispinter/jaws
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.1'
|
||
|
versionCode: 1
|
||
|
commit: v0.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.2'
|
||
|
versionCode: 2
|
||
|
disable: resource merging error
|
||
|
commit: v0.2
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.3'
|
||
|
versionCode: 4
|
||
|
commit: v0.3
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.4'
|
||
|
versionCode: 5
|
||
|
commit: v0.4
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.5'
|
||
|
versionCode: 7
|
||
|
commit: v0.5
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '0.5'
|
||
|
CurrentVersionCode: 7
|