From fc074f53019fb253a844fd17148dd9d4aea7f93b Mon Sep 17 00:00:00 2001 From: Matthew Hague Date: Mon, 5 Apr 2021 14:36:19 +0100 Subject: [PATCH] Add forkyz Fork of the [Shortyz](https://f-droid.org/en/packages/com.totsp.crossword.shortyz/) app with Google games removed, updated to work with Android 11, and other new features. Anti-feature "non-free network services" added since it downloads puzzles from various sources. --- .../app.crossword.yourealwaysbe.forkyz.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/app.crossword.yourealwaysbe.forkyz.yml diff --git a/metadata/app.crossword.yourealwaysbe.forkyz.yml b/metadata/app.crossword.yourealwaysbe.forkyz.yml new file mode 100644 index 0000000000..7a48485c1f --- /dev/null +++ b/metadata/app.crossword.yourealwaysbe.forkyz.yml @@ -0,0 +1,34 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Games +License: GPL-3.0-only +SourceCode: https://github.com/yourealwaysbe/forkyz +IssueTracker: https://github.com/yourealwaysbe/forkyz/issues + +AutoName: Forkyz + +RepoType: git +Repo: https://github.com/yourealwaysbe/forkyz + +Builds: + - versionName: '5' + versionCode: 500000 + commit: v5 + subdir: app + gradle: + - yes + scanignore: + - gfx + - app/src/main/assets/icons1.ttf + - app/src/main/assets/icons4.ttf + - puzlib/src/test/resources/puz_110523margulies.puz + - puzlib/src/test/resources/2010-7-19-NewYorkTimes.puz + - puzlib/src/test/resources/2010-7-4-LosAngelesTimes.puz + - puzlib/src/test/resources/puz_110131aniston.puz + - puzlib/src/test/resources/test.puz + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '5' +CurrentVersionCode: 500000