Merge branch 'pinter' into 'master'
JAWS: converting to YAML and adding note for not working on Android 9+ (see #1738) See merge request fdroid/fdroiddata!5209
This commit is contained in:
commit
ea316b84b4
|
@ -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
|
66
metadata/is.pinterjann.jaws.yml
Normal file
66
metadata/is.pinterjann.jaws.yml
Normal 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
|
Loading…
Reference in a new issue