From 16078c2c17d6aaddfc84ace9315a55ce6ef3d52a Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" Date: Thu, 2 Oct 2025 20:08:01 +0100 Subject: [PATCH] New App: Pinyin Web & EPUB and topolects --- metadata/org.ucam.ssb22.pinyinfdroid.yml | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 metadata/org.ucam.ssb22.pinyinfdroid.yml diff --git a/metadata/org.ucam.ssb22.pinyinfdroid.yml b/metadata/org.ucam.ssb22.pinyinfdroid.yml new file mode 100644 index 00000000000..953791db467 --- /dev/null +++ b/metadata/org.ucam.ssb22.pinyinfdroid.yml @@ -0,0 +1,42 @@ +Categories: + - Browser + - Ebook Reader + - Reading +License: Apache-2.0 +AuthorName: Silas S. Brown +SourceCode: https://gitlab.com/ssb22/pinyin-web-and-epub +IssueTracker: https://gitlab.com/ssb22/pinyin-web-and-epub/-/issues + +AutoName: Pinyin Web & EPUB and topolects + +RepoType: git +Repo: https://gitlab.com/ssb22/pinyin-web-and-epub.git + +Builds: + - versionName: 2.12.59 + versionCode: 90 + commit: 7ae1b4dd59b2c35bb494cc1c5ddcac0c4a81a713 + output: org.ucam.ssb22.pinyinfdroid.apk + build: + - sdkmanager 'platforms;android-34' 'build-tools;34.0.0' + - PLATFORM=$$SDK$$/platforms/android-34 + - BUILD_TOOLS=$$SDK$$/build-tools/34.0.0 + - mkdir -p bin + - $BUILD_TOOLS/aapt package -0 '' -v -f -I $PLATFORM/android.jar -M AndroidManifest.xml + -A assets -S res -m -J gen -F bin/resources.ap_ + - find src -type f -name '*.java' > argfile + - javac -source 1.8 -target 1.8 -Xlint:deprecation -classpath $PLATFORM/android.jar + -sourcepath 'src;gen' -d bin gen/org/ucam/ssb22/pinyinfdroid/R.java @argfile + - rm argfile + - $BUILD_TOOLS/d8 --lib $PLATFORM/android.jar --min-api 1 --output bin $(find + bin -type f -name '*.class') + - cd bin + - $BUILD_TOOLS/aapt add -0 '' resources.ap_ classes.dex + - cd .. + - $BUILD_TOOLS/zipalign 4 bin/resources.ap_ org.ucam.ssb22.pinyinfdroid.apk + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckName: Ignore +CurrentVersion: 2.12.59 +CurrentVersionCode: 90 -- GitLab