fdroiddata/metadata/com.mshdabiola.playnotepad.foss.yml
2025-07-07 19:10:19 +08:00

178 lines
8.2 KiB
YAML

Categories:
- Graphics
- Note
- Reading
- Task
- Writing
License: GPL-3.0-or-later
AuthorName: Lawal Abiola
AuthorEmail: mshdabiola@gmail.com
AuthorWebSite: https://github.com/mshdabiola
SourceCode: https://github.com/mshdabiola/NotePad
IssueTracker: https://github.com/mshdabiola/NotePad/issues
Changelog: https://github.com/mshdabiola/NotePad/releases
AutoName: Play NotePad
RepoType: git
Repo: https://github.com/mshdabiola/NotePad.git
Binaries: https://github.com/mshdabiola/NotePad/releases/download/%v/app-fossReliant-release-unsigned-signed.apk
Builds:
- versionName: 1.3.0
versionCode: 130
commit: 1.3.0
subdir: app
gradle:
- fossReliant
prebuild:
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
- sed -i -e '/firebase/d' build.gradle.kts
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
scandelete:
- build-logic/convention/build
- versionName: 1.3.3
versionCode: 133
commit: 9219bc7bcb71c79da8621af69aef3d7880c1d73e
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
- export CPUS_MAX=6
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
output: build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk
prebuild:
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
- sed -i -e '/firebase/d' ../build.gradle.kts
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/mshdabiola/NotePad/releases/download/$$VERSION$$/app-fossReliant-release-unsigned-signed.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleFossReliantRelease; mkdir local;
pushd local; unzip -q ../build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 1.3.4
versionCode: 134
commit: 5e7cdd029345fb7aa92c4e61bab3b90d23c2fee9
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
- export CPUS_MAX=6
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
output: build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk
prebuild:
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
- sed -i -e '/firebase/d' ../build.gradle.kts
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/mshdabiola/NotePad/releases/download/$$VERSION$$/app-fossReliant-release-unsigned-signed.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleFossReliantRelease; mkdir local;
pushd local; unzip -q ../build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 1.3.6
versionCode: 136
commit: 72ea1f0476d5c50a4171ccf9d420550693dd97c3
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
- export CPUS_MAX=6
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
output: build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk
prebuild:
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
- sed -i -e '/firebase/d' ../build.gradle.kts
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/mshdabiola/NotePad/releases/download/$$VERSION$$/app-fossReliant-release-unsigned-signed.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleFossReliantRelease; mkdir local;
pushd local; unzip -q ../build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 1.3.7
versionCode: 137
commit: e7de8a0fac6f3017e813afa67e2d9ae32d5bc62c
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
- export CPUS_MAX=6
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
output: build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk
prebuild:
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
- sed -i -e '/firebase/d' ../build.gradle.kts
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/mshdabiola/NotePad/releases/download/$$VERSION$$/app-fossReliant-release-unsigned-signed.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleFossReliantRelease; mkdir local;
pushd local; unzip -q ../build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
AllowedAPKSigningKeys: 7966373797459065b77517aadbecc04b484abcf693d23ef1a6ccfb9556868750
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "([\d.]+)"
CurrentVersion: 1.3.7
CurrentVersionCode: 137