Misc fixes

This commit is contained in:
linsui 2021-09-19 15:31:17 +00:00
parent 7d4cc96aac
commit dbefe5738d
54 changed files with 47 additions and 85 deletions

View file

@ -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:

View file

@ -38,6 +38,7 @@ Builds:
- versionName: 2.1.8
versionCode: 67
disable: https://github.com/Donnnno/Arcticons/issues/378
commit: 18bb273eed72ed46be37ea3fb3c9a0adcc4f38d2
subdir: app
sudo:

View file

@ -178,6 +178,7 @@ Builds:
- versionName: 2.1.8
versionCode: 67
disable: https://github.com/Donnnno/Arcticons/issues/378
commit: 18bb273eed72ed46be37ea3fb3c9a0adcc4f38d2
subdir: app
sudo:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -1 +0,0 @@
Das Web durchstöbern

View file

@ -1 +0,0 @@
Περιηγηθείτε στο διαδίκτυο

View file

@ -1 +0,0 @@
Browse the web

View file

@ -1 +0,0 @@
Navega por la web

View file

@ -1 +0,0 @@
Naviguer sur le web

View file

@ -1 +0,0 @@
Brabhsaich an lìon

View file

@ -1 +0,0 @@
גלישה באינטרנט

View file

@ -1 +0,0 @@
Menelusuri web

View file

@ -1 +0,0 @@
Naviga sul web

View file

@ -1 +0,0 @@
ウェブを閲覧

View file

@ -1 +0,0 @@
Surf på nettet

View file

@ -1 +0,0 @@
Przeglądarka stron internetowych

View file

@ -1 +0,0 @@
Navegue pela internet

View file

@ -1 +0,0 @@
Navegar na web

View file

@ -1 +0,0 @@
Navegar na web

View file

@ -1 +0,0 @@
Navigați pe web

View file

@ -1 +0,0 @@
Обозревать веб

View file

@ -1 +0,0 @@
İnternette gezinin

View file

@ -1 +0,0 @@
Оглядайте Інтернет

View file

@ -1 +0,0 @@
浏览网页

View file

@ -1 +0,0 @@
瀏覽網頁

View file

@ -460,6 +460,7 @@ Builds:
- versionName: 3.7.6
versionCode: 360
disable: kotlin.KotlinNullPointerException
commit: 037b6b2e8f786a784a8a31c51042c68141158598
subdir: stopcovid
submodules: true

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1 +0,0 @@
Kamera-App

View file

@ -1 +0,0 @@
Substitute of the default Camera with enhanced shot, exposure, image options

View file

@ -1 +0,0 @@
Fotilo kun multege da elektebloj

View file

@ -1 +0,0 @@
Sustituto de la cámara de serie con disparo, exposición e imágen extendidos

View file

@ -1 +0,0 @@
Appareil photo de remplacement, plus doptions de capture, dexposition, dimage

View file

@ -1 +0,0 @@
להחליף את מצלמת בררת המחדל באפשרויות צילום חשיפה ותמונה

View file

@ -1 +0,0 @@
Myndavélarforrit

View file

@ -1 +0,0 @@
App fotocamera

View file

@ -1 +0,0 @@
Kameraprogram

View file

@ -1 +0,0 @@
Zastępuje domyślny aparat z ulepszonymi opcjami ujęcia, ekspozycji, obrazu

View file

@ -1 +0,0 @@
Aplicativo de câmera

View file

@ -1 +0,0 @@
App de câmara

View file

@ -1 +0,0 @@
App de câmara

View file

@ -1 +0,0 @@
Înlocuirea camerei implicite cu opțiuni mai bune de pozare,expunere și imagine

View file

@ -1 +0,0 @@
Замена камеры по умолчанию с улучшенными параметрами экспозиции и изображения

View file

@ -1 +0,0 @@
Gelişmiş çekim, pozlama, görüntü seçeneklerine sahip, öntanımlı kameranın yerine

View file

@ -1 +0,0 @@
Заміна типовій камері з покращеними параметрами знімка, експозиції та зображення

View file

@ -1 +0,0 @@
替代默认相机,增强拍摄、曝光、图像选项

View file

@ -1 +0,0 @@
替代默認相機,增強拍攝、曝光、圖像選項