mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
misc fixes
This commit is contained in:
parent
307302ba4c
commit
c8156398f4
5 changed files with 16 additions and 19 deletions
|
|
@ -32,7 +32,7 @@ Builds:
|
|||
commit: 86fca9193995b90cb3cd1898571a59c17aec5c2a
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
- flutter@2.10.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ Builds:
|
|||
|
||||
- versionName: '3.1'
|
||||
versionCode: 10
|
||||
disable: https://github.com/SubhamTyagi/android-ocr/issues/49
|
||||
commit: 6b11328236ceec0507f4a7d03ae89ec80d7a9c37
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -73,19 +73,12 @@ Builds:
|
|||
- yes
|
||||
build:
|
||||
- cd ..
|
||||
- mkdir -p ndk
|
||||
- cd ndk
|
||||
- curl -Lo ndk.zip https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip
|
||||
- echo "ad7ce5467e18d40050dc51b8e7affc3e635c85bd8c59be62de32352328ed467e ndk.zip"
|
||||
| sha256sum -c -
|
||||
- unzip -q ndk.zip
|
||||
- cd ..
|
||||
- export ANDROID_NDK_HOME=$(pwd)/ndk/android-ndk-r21e
|
||||
- ./scripts/build-host -j$(nproc)
|
||||
- ./scripts/build-aarch64-linux-android -j$(nproc) release
|
||||
- ./scripts/build-arm-linux-androideabi -j$(nproc) release
|
||||
- ./scripts/build-i686-linux-android -j$(nproc) release
|
||||
- ./scripts/build-x86_64-linux-android -j$(nproc) release
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -2,17 +2,12 @@ Categories:
|
|||
- Phone & SMS
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://gitlab.com/sultanahamer/OpenContacts/tree/HEAD
|
||||
SourceCode: https://gitlab.com/sultanahamer/OpenContacts
|
||||
IssueTracker: https://gitlab.com/sultanahamer/OpenContacts/issues
|
||||
Translation: https://crowdin.com/project/opencontacts
|
||||
Changelog: https://gitlab.com/sultanahamer/OpenContacts/blob/HEAD/CHANGELOG
|
||||
|
||||
AutoName: OpenContacts
|
||||
Description: |
|
||||
Even though we are not having any problem sharing our mobile number with all third parties, people in our phone book might have. We should not be sharing their contact information online. So, keep your contacts safe in a different database.
|
||||
This app saves contacts in its own database seperate from android contacts. This way no other app would be able to access contacts.
|
||||
Can be used in place of your default phone(dialer) app. It can import contacts from vCard files. So we can export Android contacts and import into this app.
|
||||
Maintains call log as well coz Android call log app would not be able to show name of contact. Also shows the person's name upon recieving call
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/sultanahamer/OpenContacts.git
|
||||
|
|
@ -157,6 +152,10 @@ Builds:
|
|||
versionCode: 24
|
||||
commit: c6dc82dbd9539b86b386d874b9e70ab7b4b1655f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -33,16 +33,20 @@ Builds:
|
|||
- libraries/json/test
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 1.0.8
|
||||
versionCode: 190010008
|
||||
commit: v1.0.8
|
||||
- versionName: 1.0.9
|
||||
versionCode: 190010009
|
||||
commit: a99ce72e216e52d54b73e50ddeb84c06dd3b76ea
|
||||
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
|
||||
rm:
|
||||
- libraries/json/test
|
||||
ndk: r21d
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 1.0.9
|
||||
versionCode: 190010009
|
||||
|
|
|
|||
Loading…
Reference in a new issue