From 41a6d2a9904ced0aece7762cedeeb751947c2fd8 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 15 Jul 2018 14:50:54 +0200 Subject: [PATCH 1/3] New app: Identify Dog Breeds --- metadata/com.jstappdev.dbclf.txt | 43 ++++++++++++++++++++++ metadata/com.jstappdev.dbclf/bintray.patch | 14 +++++++ 2 files changed, 57 insertions(+) create mode 100644 metadata/com.jstappdev.dbclf.txt create mode 100644 metadata/com.jstappdev.dbclf/bintray.patch diff --git a/metadata/com.jstappdev.dbclf.txt b/metadata/com.jstappdev.dbclf.txt new file mode 100644 index 0000000000..fe1bdeb692 --- /dev/null +++ b/metadata/com.jstappdev.dbclf.txt @@ -0,0 +1,43 @@ +Categories:Science & Education +License:Apache-2.0 +Web Site: +Source Code:https://github.com/j05t/dbclf +Issue Tracker:https://github.com/j05t/dbclf/issues + +Auto Name:Identify Dog Breeds +Summary:Identify over one hundred different dog breeds with your smartphone +Description: +Identify over one hundred different dog breeds with your smartphone. + +This application will not run on devices with less than 1 GB of RAM. + +If you like this app consider buying the premium version which supports the +identification of more than two hundred different dog breeds with much higher +accuracy. + +Click the camera button or load an image from the gallery to identify a dog in a +single picture. Activate continuous predictions and keep the dog in the circle +to get predictions directly from the video stream. The app works best for images +loaded from the gallery. + +The application reports up to three predictions with highest confidence. Please +treat the output only as a suggestion. + +Based on an extended version of the Stanford Dogs Dataset. Icons made by +Pause08, Smashicons, Freepik from www.flaticon.com. +. + +Repo Type:git +Repo:https://github.com/j05t/dbclf + +Build:24,51 + commit=v1.0.0 + patch=bintray.patch + gradle=yes + output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk + prebuild=unzip assets/stripped.pb.zip -d assets/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:24 +Current Version Code:51 diff --git a/metadata/com.jstappdev.dbclf/bintray.patch b/metadata/com.jstappdev.dbclf/bintray.patch new file mode 100644 index 0000000000..4b2bafbc1a --- /dev/null +++ b/metadata/com.jstappdev.dbclf/bintray.patch @@ -0,0 +1,14 @@ +diff --git a/build.gradle b/build.gradle +index 80b6290..7b67c98 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -22,9 +22,6 @@ allprojects { + maven { url "https://jitpack.io" } + + // https://github.com/tensorflow/tensorflow/issues/13653 +- maven { +- url 'https://google.bintray.com/tensorflow' +- } + google() + } + } From 2781f22427c996d4f4e3dacaede608b4bfb4224c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 18 Jul 2018 11:44:50 +0200 Subject: [PATCH 2/3] Identify Dog Breeds: Upgrade to 25 --- metadata/com.jstappdev.dbclf.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/com.jstappdev.dbclf.txt b/metadata/com.jstappdev.dbclf.txt index fe1bdeb692..ced28f80c9 100644 --- a/metadata/com.jstappdev.dbclf.txt +++ b/metadata/com.jstappdev.dbclf.txt @@ -37,7 +37,12 @@ Build:24,51 output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk prebuild=unzip assets/stripped.pb.zip -d assets/ +Build:25,52 + commit=v1.0.1 + gradle=yes + output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk + Auto Update Mode:None Update Check Mode:Tags -Current Version:24 -Current Version Code:51 +Current Version:25 +Current Version Code:52 From a8289c65d45434df6f0fa2d85455fab47eee1788 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 9 Oct 2018 10:35:08 +0200 Subject: [PATCH 3/3] Identify Dog Breeds: Upgrade to 28 --- metadata/com.jstappdev.dbclf.txt | 15 ++++----------- metadata/com.jstappdev.dbclf/bintray.patch | 14 -------------- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 metadata/com.jstappdev.dbclf/bintray.patch diff --git a/metadata/com.jstappdev.dbclf.txt b/metadata/com.jstappdev.dbclf.txt index ced28f80c9..f4408700e8 100644 --- a/metadata/com.jstappdev.dbclf.txt +++ b/metadata/com.jstappdev.dbclf.txt @@ -30,19 +30,12 @@ Pause08, Smashicons, Freepik from www.flaticon.com. Repo Type:git Repo:https://github.com/j05t/dbclf -Build:24,51 - commit=v1.0.0 - patch=bintray.patch - gradle=yes - output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk - prebuild=unzip assets/stripped.pb.zip -d assets/ - -Build:25,52 - commit=v1.0.1 +Build:28,58 + commit=v1.0.2 gradle=yes output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk Auto Update Mode:None Update Check Mode:Tags -Current Version:25 -Current Version Code:52 +Current Version:28 +Current Version Code:58 diff --git a/metadata/com.jstappdev.dbclf/bintray.patch b/metadata/com.jstappdev.dbclf/bintray.patch deleted file mode 100644 index 4b2bafbc1a..0000000000 --- a/metadata/com.jstappdev.dbclf/bintray.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/build.gradle b/build.gradle -index 80b6290..7b67c98 100644 ---- a/build.gradle -+++ b/build.gradle -@@ -22,9 +22,6 @@ allprojects { - maven { url "https://jitpack.io" } - - // https://github.com/tensorflow/tensorflow/issues/13653 -- maven { -- url 'https://google.bintray.com/tensorflow' -- } - google() - } - }