From 085469d55607fa9fafed4ec66d3cb711f0dc5ec8 Mon Sep 17 00:00:00 2001 From: Xavier Gouchet Date: Thu, 20 Sep 2018 11:31:38 +0200 Subject: [PATCH] Update Stanley to 2.3 and add scanignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stanley uses the `buildSrc` gradle folder, which generates class files when running any gradle task, which caused some errors with the scanner. As the sources of those classes are all within the repository, they are still open source and compliant with FDroid. - fdroid readmeta ✓ - fdroid rewritemeta fr.xgouchet.packageexplorer ✓ - fdroid checkupdates fr.xgouchet.packageexplorer ✓ - fdroid lint fr.xgouchet.packageexplorer ✓ - fdroid build -v -l fr.xgouchet.packageexplorer ✓ --- metadata/fr.xgouchet.packageexplorer.txt | 48 ------------------------ metadata/fr.xgouchet.packageexplorer.yml | 24 ++++++++++++ 2 files changed, 24 insertions(+), 48 deletions(-) delete mode 100644 metadata/fr.xgouchet.packageexplorer.txt create mode 100644 metadata/fr.xgouchet.packageexplorer.yml diff --git a/metadata/fr.xgouchet.packageexplorer.txt b/metadata/fr.xgouchet.packageexplorer.txt deleted file mode 100644 index 273ff5bf5d..0000000000 --- a/metadata/fr.xgouchet.packageexplorer.txt +++ /dev/null @@ -1,48 +0,0 @@ -Categories:Development -License:MIT -Author Email:android@xgouchet.fr -Web Site: -Source Code:https://github.com/xgouchet/Stanley -Issue Tracker:https://github.com/xgouchet/Stanley/issues -Donate:https://www.paypal.me/xaviergouchet - -Auto Name:Stanley -Summary:An application explorer for developers -Description: -Stanley is an open source app for Android Developpers. - -With it, you can explore packages installed on your device, read the package -informations (permissions, features, activities, services, providers and -receivers), export the package's manifest. - -It can now also report the same informations from non-installed apk files opened -from a file browser. -. - -Repo Type:git -Repo:https://github.com/xgouchet/Stanley - -Build:2.0.1,12 - commit=v2.0.1 - subdir=app - gradle=yes - -Build:2.1,13 - commit=v2.1 - subdir=app - gradle=yes - -Build:2.2,14 - commit=v2.2 - subdir=app - gradle=yes - -Build:2.3,15 - commit=v2.3 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:2.3 -Current Version Code:15 diff --git a/metadata/fr.xgouchet.packageexplorer.yml b/metadata/fr.xgouchet.packageexplorer.yml new file mode 100644 index 0000000000..1a8bfc4d4f --- /dev/null +++ b/metadata/fr.xgouchet.packageexplorer.yml @@ -0,0 +1,24 @@ +Categories: + - Development +License: MIT +Donate: https://www.paypal.me/xaviergouchet + +AutoName: Stanley + +RepoType: git +Repo: https://github.com/xgouchet/Stanley + +Builds: + - versionName: '2.3' + versionCode: 15 + commit: v2.3 + subdir: app + gradle: + - yes + scanignore: + - buildSrc/build/ + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '2.3' +CurrentVersionCode: 15