From 11aab986d3899c7937889d6419cc69caa11e243f Mon Sep 17 00:00:00 2001 From: Izzy Date: Sat, 10 Aug 2019 14:51:40 +0200 Subject: [PATCH] JAWS: converting to YAML and adding note for not working on Android 9+ (see #1738) --- metadata/is.pinterjann.jaws.txt | 54 --------------------------- metadata/is.pinterjann.jaws.yml | 66 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 54 deletions(-) delete mode 100644 metadata/is.pinterjann.jaws.txt create mode 100644 metadata/is.pinterjann.jaws.yml diff --git a/metadata/is.pinterjann.jaws.txt b/metadata/is.pinterjann.jaws.txt deleted file mode 100644 index dd5d681291..0000000000 --- a/metadata/is.pinterjann.jaws.txt +++ /dev/null @@ -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 diff --git a/metadata/is.pinterjann.jaws.yml b/metadata/is.pinterjann.jaws.yml new file mode 100644 index 0000000000..123c41b384 --- /dev/null +++ b/metadata/is.pinterjann.jaws.yml @@ -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