Merge branch 'master' into leafpicrevived_changelog

This commit is contained in:
Fazle Rabbi 2020-05-14 19:16:42 +06:00
commit 2e7d24bd90
No known key found for this signature in database
GPG key ID: 56AB3A1743B4537E
9 changed files with 158 additions and 11 deletions

View file

@ -109,7 +109,7 @@ Builds:
commit: 1.9.1
subdir: app
gradle:
- yes
- fullLinks
rm:
- apk

View file

@ -595,6 +595,15 @@ Builds:
rm:
- tools/android-studio/settings.jar
- versionName: '5.714'
versionCode: 27014
commit: '5.714'
gradle:
- yes
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
rm:
- tools/android-studio/settings.jar
MaintainerNotes: |-
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
It doesn't work when using subdir because we are two levels deep into the directory structure.

View file

@ -0,0 +1,24 @@
Categories:
- Security
- System
- Theming
License: GPL-3.0-or-later
AuthorWebSite: https://servoz.tk
SourceCode: https://github.com/aceventura82/AppsDisabler
IssueTracker: https://github.com/aceventura82/AppsDisabler/issues
RepoType: git
Repo: https://github.com/aceventura82/AppsDisabler
Builds:
- versionName: '1.5'
versionCode: 1
commit: v1.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.5'
CurrentVersionCode: 1

View file

@ -0,0 +1,31 @@
Categories:
- System
License: Apache-2.0
AuthorName: Tibor Kaputa
AuthorEmail: hello@simplemobiletools.com
WebSite: https://simplemobiletools.com
SourceCode: https://github.com/SimpleMobileTools/Simple-Dialer
IssueTracker: https://github.com/SimpleMobileTools/Simple-Dialer/issues
Changelog: https://github.com/SimpleMobileTools/Simple-Dialer/blob/HEAD/CHANGELOG.md
Donate: https://simplemobiletools.com/donate
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: Dialer
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-Dialer
Builds:
- versionName: 5.0.0
versionCode: 1
commit: 5.0.0
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 5.0.0
CurrentVersionCode: 1

View file

@ -0,0 +1,31 @@
Categories:
- System
License: Apache-2.0
AuthorName: Tibor Kaputa
AuthorEmail: hello@simplemobiletools.com
WebSite: https://simplemobiletools.com
SourceCode: https://github.com/SimpleMobileTools/Simple-SMS-Messenger
IssueTracker: https://github.com/SimpleMobileTools/Simple-SMS-Messenger/issues
Changelog: https://github.com/SimpleMobileTools/Simple-SMS-Messenger/blob/HEAD/CHANGELOG.md
Donate: https://simplemobiletools.com/donate
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: SMS Messenger
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-SMS-Messenger
Builds:
- versionName: 5.0.0
versionCode: 1
commit: 5.0.0
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 5.0.0
CurrentVersionCode: 1

View file

@ -141,6 +141,7 @@ Builds:
- versionName: 0.2.2
versionCode: 16
disable: fails to build
commit: v0.2.2
subdir: android/app
sudo:

View file

@ -103,7 +103,7 @@ Builds:
commit: v0.15.0
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- flutter@beta
- flutter@1.17.1
prebuild:
- echo 'BUILD_TYPE=fdroid' > .env
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'

View file

@ -82,13 +82,6 @@ Builds:
gradle:
- yes
- versionName: '1.4'
versionCode: 100
commit: '1.4'
subdir: app
gradle:
- yes
- versionName: 1.4.1
versionCode: 102
commit: 1.4.1

View file

@ -183,7 +183,65 @@ Builds:
- buildozer android release
ndk: r17c
- versionName: 3.3.8.4
versionCode: 3030804
commit: 3.3.8.4
timeout: 10800
sudo:
- apt-get update
- apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev
libncursesw5-dev tk-dev build-essential ccache libgtk2.0-0:i386 libpangox-1.0-0:i386
libpangoxft-1.0-0:i386 libidn11:i386 openjdk-8-jdk unzip libffi-dev libltdl-dev
ffmpeg libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libportmidi-dev
libswscale-dev libavformat-dev libavcodec-dev virtualenv libgmp-dev
- cd build/srclib/cpython
- ./configure
- make -j`nproc`
- make altinstall
output: bin/Electrum_DASH-$$VERSION$$-release-unsigned.apk
srclibs:
- buildozer@678b1bf5
- python-for-android@ccb0f8e1
- cpython@v3.6.8
prebuild:
- pushd $$python-for-android$$
- if [[ -z `git remote | grep sombernight` ]]; then git remote add -f sombernight
https://github.com/SomberNight/python-for-android; fi
- git config --local user.name "Builder"
- git config --local user.email "builder@example.com"
- git commit -a -m 'add remove_signing_keys changes'
- git cherry-pick d7f722e4e5d4b3e6f5b1733c95e6a433f78ee570
- git cherry-pick ed20e196fbcdce718a180f88f23bb2d165c4c5d8
- git cherry-pick e2b9cfe17d17607d876b7664cc0026dcd5e69f2e
- popd
- cp electrum_dash/gui/kivy/tools/buildozer.spec .
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?requirements =.*:requirements = six\, setuptools\,:" -i buildozer.spec
- sed -r "s:#?log_level =.*:log_level = 2:" -i buildozer.spec
- sed -r "s:#?p4a.source_dir =.*:p4a.source_dir = $$python-for-android$$:" -i
buildozer.spec
- virtualenv --python=python3.6 ../../env
- source ../../env/bin/activate
- pip install Cython==0.29.9 Pillow==6.0.0
- pip install kivy==1.10.1
- pip install $$buildozer$$
- contrib/make_locale
- find electrum_dash -name *.po -delete
- find electrum_dash -name *.pot -delete
- contrib/make_packages
- pushd electrum_dash/gui/kivy
- python -m kivy.atlas theming/light 1024 theming/light/*.png
- popd
- cp electrum-dash main.py
scandelete:
- packages
build:
- source ../../env/bin/activate
- APP_ANDROID_ARCH=armeabi-v7a buildozer android release
ndk: r17c
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 3.3.8.1
CurrentVersionCode: 3030801
CurrentVersion: 3.3.8.4
CurrentVersionCode: 3030804