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
7d4cc96aac
commit
dbefe5738d
54 changed files with 47 additions and 85 deletions
|
|
@ -126,7 +126,6 @@ Builds:
|
|||
|
||||
- versionName: 1.4.7
|
||||
versionCode: 24
|
||||
disable: https://github.com/apozas/contactdiary/issues/39
|
||||
commit: 4ddb271c0ee993155593e1e662103edd4cdc6026
|
||||
subdir: android_app/app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ Builds:
|
|||
|
||||
- versionName: 2.1.8
|
||||
versionCode: 67
|
||||
disable: https://github.com/Donnnno/Arcticons/issues/378
|
||||
commit: 18bb273eed72ed46be37ea3fb3c9a0adcc4f38d2
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -178,6 +178,7 @@ Builds:
|
|||
|
||||
- versionName: 2.1.8
|
||||
versionCode: 67
|
||||
disable: https://github.com/Donnnno/Arcticons/issues/378
|
||||
commit: 18bb273eed72ed46be37ea3fb3c9a0adcc4f38d2
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -498,6 +498,10 @@ Builds:
|
|||
versionCode: 83
|
||||
commit: 17a5263eda65915893e0b6c12a184e478cd13d41
|
||||
subdir: mobile
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
forceversion: true
|
||||
|
|
|
|||
|
|
@ -2102,12 +2102,18 @@ Builds:
|
|||
output: green/build/outputs/apk/production/release/*.apk
|
||||
srclibs:
|
||||
- cpython@v3.9.6
|
||||
- rustup@1.24.3
|
||||
prebuild: sed -i -e 's/-p python3/-p python3.9/' crypto/prepare_gdk_clang.sh
|
||||
scanignore:
|
||||
- app/src/main/assets/production/checkpoints
|
||||
scandelete:
|
||||
- app/src/main/assets/btctestnet/checkpoints
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup install 1.49.0
|
||||
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
|
||||
i686-linux-android
|
||||
- cd crypto
|
||||
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
|
||||
./prepare_gdk_clang.sh
|
||||
|
|
@ -2116,7 +2122,11 @@ Builds:
|
|||
MaintainerNotes: |-
|
||||
Watch prepare_gdk_clang.sh for changes on new builds.
|
||||
|
||||
The two files app/src/main/assets/btctestnet/checkpoints and app/src/main/assets/production/checkpoints are hashes of the blocks of the respective chains (testnet3 and mainnet) and are re-generated ad-hoc occasionally by using the tool ./buildCheckpoints.sh inside the repo while having a bitcoin full node for each chain runnin on localhost. They are used to speed up SPV verification when possible and they can be verified independently by checking each hash against the blockchain.
|
||||
The two files app/src/main/assets/btctestnet/checkpoints and app/src/main/assets/production/checkpoints
|
||||
are hashes of the blocks of the respective chains (testnet3 and mainnet) and are re-generated ad-hoc
|
||||
occasionally by using the tool ./buildCheckpoints.sh inside the repo while having a bitcoin full node
|
||||
for each chain runnin on localhost. They are used to speed up SPV verification when possible and they
|
||||
can be verified independently by checking each hash against the blockchain.
|
||||
|
||||
AutoUpdateMode: Version release_%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -167,20 +167,9 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 4.0.29
|
||||
versionCode: 40002901
|
||||
commit: e1da81dec968e17b44a0f51f25fd3d73f217c289
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 4.0.29
|
||||
versionCode: 40002902
|
||||
disable: https://github.com/Infomaniak/android-kDrive/issues/265
|
||||
commit: 9cd49975bd7da1f2f46ea2a69d168e9c712816a8
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
|
|
|||
|
|
@ -139,6 +139,10 @@ Builds:
|
|||
versionCode: 3010000
|
||||
commit: 8b6c5016936fc82b3b480a1d04487c32cc21ad2a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -118,17 +118,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.5.4
|
||||
versionCode: 254
|
||||
commit: e6d06718161356e3ee8d9bb4ccba548477ec7f5b
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.5.5
|
||||
versionCode: 255
|
||||
commit: c520c6087ef4064b5287eb87bba3cc509511c5b7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -6,20 +6,6 @@ IssueTracker: https://github.com/scoute-dich/browser/issues
|
|||
Changelog: https://github.com/scoute-dich/browser/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: FOSS Browser
|
||||
Description: |-
|
||||
Simple browser based on Android's WebView. The base is
|
||||
<a href="https://github.com/mthli/Ninja">Ninja</a>. The intention is to provide a simple and
|
||||
light wight but powerful browser with a nice looking user interface.
|
||||
|
||||
<b>Some nice extra features:</b>
|
||||
|
||||
* full oreo support
|
||||
* search on site
|
||||
* open links in background
|
||||
* Websearch (from marked text context menu)
|
||||
* screenshots of the whole website
|
||||
* build in file browser (open, share, delete files)
|
||||
* open links in other apps (for example YouTube)
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scoute-dich/browser
|
||||
|
|
@ -641,6 +627,10 @@ Builds:
|
|||
versionCode: 118
|
||||
commit: 87754752c8d205e5629ab6c6909156fd2cdf0cde
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Das Web durchstöbern
|
||||
|
|
@ -1 +0,0 @@
|
|||
Περιηγηθείτε στο διαδίκτυο
|
||||
|
|
@ -1 +0,0 @@
|
|||
Browse the web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Navega por la web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Naviguer sur le web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Brabhsaich an lìon
|
||||
|
|
@ -1 +0,0 @@
|
|||
גלישה באינטרנט
|
||||
|
|
@ -1 +0,0 @@
|
|||
Menelusuri web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Naviga sul web
|
||||
|
|
@ -1 +0,0 @@
|
|||
ウェブを閲覧
|
||||
|
|
@ -1 +0,0 @@
|
|||
Surf på nettet
|
||||
|
|
@ -1 +0,0 @@
|
|||
Przeglądarka stron internetowych
|
||||
|
|
@ -1 +0,0 @@
|
|||
Navegue pela internet
|
||||
|
|
@ -1 +0,0 @@
|
|||
Navegar na web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Navegar na web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Navigați pe web
|
||||
|
|
@ -1 +0,0 @@
|
|||
Обозревать веб
|
||||
|
|
@ -1 +0,0 @@
|
|||
İnternette gezinin
|
||||
|
|
@ -1 +0,0 @@
|
|||
Оглядайте Інтернет
|
||||
|
|
@ -1 +0,0 @@
|
|||
浏览网页
|
||||
|
|
@ -1 +0,0 @@
|
|||
瀏覽網頁
|
||||
|
|
@ -460,6 +460,7 @@ Builds:
|
|||
|
||||
- versionName: 3.7.6
|
||||
versionCode: 360
|
||||
disable: kotlin.KotlinNullPointerException
|
||||
commit: 037b6b2e8f786a784a8a31c51042c68141158598
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
|
|
|
|||
|
|
@ -174,17 +174,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 8.16.0
|
||||
versionCode: 81600
|
||||
commit: ec63e1233fd040e4070dc310d5ca58256795dee9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 8.16.1
|
||||
versionCode: 81601
|
||||
commit: e74a5c69409699d5befc05dadd12da9e756c5707
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -249,6 +249,10 @@ Builds:
|
|||
versionCode: 404
|
||||
commit: ed53c25cd8a81612c790dd0c43bcf0210ce4da0f
|
||||
subdir: mobile
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
- stable
|
||||
|
|
|
|||
|
|
@ -543,6 +543,10 @@ Builds:
|
|||
versionCode: 511
|
||||
commit: 8282f06dd82899dcca6eec519bfcadd9675c7d1c
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- noGeth
|
||||
- forFDroid
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ SourceCode: https://github.com/KillerInk/FreeDcam
|
|||
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
|
||||
|
||||
AutoName: FreeDCam
|
||||
Description: |-
|
||||
FreeDCam is an open source camera app which try to enable stuff that is
|
||||
forgotten by the manufacturers.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/KillerInk/FreeDcam.git
|
||||
|
|
@ -74,6 +71,10 @@ Builds:
|
|||
versionCode: 252
|
||||
commit: 7447bbb515436f48d4bbd33f6171b3ff793fcf7c
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r12b
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Kamera-App
|
||||
|
|
@ -1 +0,0 @@
|
|||
Substitute of the default Camera with enhanced shot, exposure, image options
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fotilo kun multege da elektebloj
|
||||
|
|
@ -1 +0,0 @@
|
|||
Sustituto de la cámara de serie con disparo, exposición e imágen extendidos
|
||||
|
|
@ -1 +0,0 @@
|
|||
Appareil photo de remplacement, plus d’options de capture, d’exposition, d’image
|
||||
|
|
@ -1 +0,0 @@
|
|||
להחליף את מצלמת בררת המחדל באפשרויות צילום חשיפה ותמונה
|
||||
|
|
@ -1 +0,0 @@
|
|||
Myndavélarforrit
|
||||
|
|
@ -1 +0,0 @@
|
|||
App fotocamera
|
||||
|
|
@ -1 +0,0 @@
|
|||
Kameraprogram
|
||||
|
|
@ -1 +0,0 @@
|
|||
Zastępuje domyślny aparat z ulepszonymi opcjami ujęcia, ekspozycji, obrazu
|
||||
|
|
@ -1 +0,0 @@
|
|||
Aplicativo de câmera
|
||||
|
|
@ -1 +0,0 @@
|
|||
App de câmara
|
||||
|
|
@ -1 +0,0 @@
|
|||
App de câmara
|
||||
|
|
@ -1 +0,0 @@
|
|||
Înlocuirea camerei implicite cu opțiuni mai bune de pozare,expunere și imagine
|
||||
|
|
@ -1 +0,0 @@
|
|||
Замена камеры по умолчанию с улучшенными параметрами экспозиции и изображения
|
||||
|
|
@ -1 +0,0 @@
|
|||
Gelişmiş çekim, pozlama, görüntü seçeneklerine sahip, öntanımlı kameranın yerine
|
||||
|
|
@ -1 +0,0 @@
|
|||
Заміна типовій камері з покращеними параметрами знімка, експозиції та зображення
|
||||
|
|
@ -1 +0,0 @@
|
|||
替代默认相机,增强拍摄、曝光、图像选项
|
||||
|
|
@ -1 +0,0 @@
|
|||
替代默認相機,增強拍攝、曝光、圖像選項
|
||||
Loading…
Reference in a new issue