JAWS: converting to YAML and adding note for not working on Android 9+ (see #1738)

This commit is contained in:
Izzy 2019-08-10 14:51:40 +02:00
parent 9261d5b997
commit 11aab986d3
No known key found for this signature in database
GPG key ID: C3BB2AE01F1BF982
2 changed files with 66 additions and 54 deletions

View file

@ -1,54 +0,0 @@
Categories:Connectivity
License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/jannispinter/jaws
Issue Tracker:https://github.com/jannispinter/jaws/issues
Changelog:https://github.com/jannispinter/jaws/blob/HEAD/CHANGELOG.md
Auto Name:JAWS
Summary:Just another wifi scanner
Description:
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
.
Repo Type:git
Repo:https://github.com/jannispinter/jaws
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.2,2
disable=resource merging error
commit=v0.2
subdir=app
gradle=yes
Build:0.3,4
commit=v0.3
subdir=app
gradle=yes
Build:0.4,5
commit=v0.4
subdir=app
gradle=yes
Build:0.5,7
commit=v0.5
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.5
Current Version Code:7

View file

@ -0,0 +1,66 @@
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
Summary: Just another wifi scanner
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