mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
misc fixes
This commit is contained in:
parent
4732bd411c
commit
7a4dfdf8c5
6 changed files with 20 additions and 8 deletions
|
|
@ -151,6 +151,7 @@ Builds:
|
|||
|
||||
- versionName: 2.10.0
|
||||
versionCode: 1102100002
|
||||
disable: https://github.com/Waboodoo/HTTP-Shortcuts/issues/246
|
||||
commit: 9eb6b54bc67d68847d69df92b4c188565d723449
|
||||
subdir: HTTPShortcuts/app
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ Builds:
|
|||
|
||||
- versionName: 0.7.0
|
||||
versionCode: 65
|
||||
disable: https://github.com/peercoin/peercoin_flutter/issues/107
|
||||
commit: bbbb6b6770479dd5272e50340824a92ca46cc041
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
|
|
|
|||
|
|
@ -258,6 +258,7 @@ Builds:
|
|||
|
||||
- versionName: 1.4.3
|
||||
versionCode: 37
|
||||
disable: ndk r23 doesn't work
|
||||
commit: 1802df9eb8b5a13271a949159ca0b06318a45541
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
|
@ -265,12 +266,14 @@ Builds:
|
|||
- apt-get update || apt-get update
|
||||
- apt-get install -y build-essential libpcap-dev autogen libjson-c-dev libnuma-dev
|
||||
libpcre2-dev
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e '/3.18.1/d' build.gradle
|
||||
- sed -i -e 's/3.18.1/3.10.2/' src/main/jni/CMakeLists.txt
|
||||
ndk: r22b
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -167,8 +167,8 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 4.0.32
|
||||
versionCode: 40003201
|
||||
- versionName: 4.0.37
|
||||
versionCode: 40003702
|
||||
disable: https://github.com/Infomaniak/android-kDrive/issues/265
|
||||
commit: 7e6c7e080761fd9810c0e1fe7a148babdb8252f4
|
||||
subdir: app
|
||||
|
|
@ -180,7 +180,7 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.0.37
|
||||
CurrentVersionCode: 40003702
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ Donate: https://www.patreon.com/PeterCxy
|
|||
|
||||
AutoName: Shelter
|
||||
Description: |
|
||||
PLEASE READ <a href="https://git.angry.im/PeterCxy/Shelter/src/branch/master/README.md">README.md</a> BEFORE YOU START USING THIS APP!
|
||||
|
||||
Shelter is a Free and Open-Source (FOSS) app that leverages the “Work Profile” feature of Android to provide an isolated space that you can install or clone apps into.
|
||||
|
||||
Shelter comes with absolutely no advertisement / statistics / tracking SDKs bundled with it. All source code is available in this public Git repository and the sources are licensed under WTFPL.
|
||||
|
|
@ -47,7 +45,7 @@ Description: |
|
|||
A: 1) Go to Settings -> Accounts to remove the work profile; 2) Go to Settings -> Security -> Advanced -> Device admin apps to remove Shelter from Device Admin apps; 3) Uninstall Shelter normally.
|
||||
|
||||
Q: If I encounter bugs, how do I report them?
|
||||
A: You could file an issue on either the main repository at https://git.angry.im/PeterCxy/Shelter or the mirror repository at https://github.com/PeterCxy/Shelter. Please include your system information as well as a logcat if possible.
|
||||
A: You could file an issue on malilist https://lists.sr.ht/~petercxy/shelter. Please include your system information as well as a logcat if possible.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/PeterCxy/Shelter.git
|
||||
|
|
@ -120,8 +118,16 @@ Builds:
|
|||
versionCode: 20
|
||||
commit: 12cb10521fb85dc3fbec182aa3b2d8764b4f882f
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/repositories {/,/^ }/d' ../libs/SetupWizardLibrary/library/self.gradle
|
||||
scandelete:
|
||||
- libs/SetupWizardLibrary/tools/docs
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -177,10 +177,11 @@ Builds:
|
|||
|
||||
- versionName: 1.11.0
|
||||
versionCode: 30
|
||||
disable: https://github.com/Mosc/Glider/issues/34
|
||||
commit: 96f46ae49f63056464306c9e0c73e2e007ed191c
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.0-5.1.pre
|
||||
- flutter@2.7.0-3.1.pre
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
|
|
|
|||
Loading…
Reference in a new issue