mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
56aa14a45d
commit
cee97b0582
7 changed files with 15 additions and 81 deletions
|
|
@ -566,6 +566,7 @@ Builds:
|
|||
|
||||
- versionName: 5.0.89
|
||||
versionCode: 89
|
||||
disable: https://github.com/invoiceninja/admin-portal/issues/473
|
||||
commit: 523efab5e8ed8bb4c83fda1a31a6571e2cbeb3ea
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
|
|
@ -594,37 +595,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
- versionName: 5.0.90
|
||||
versionCode: 90
|
||||
commit: 8a7db076d0fe0cac7d7d06d7d0c1b3843a43e8d3
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.3
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- samples
|
||||
- snap
|
||||
- test_driver
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- cp lib/.env.dart.example lib/.env.dart
|
||||
- cp android/app/build.gradle.dev android/app/build.gradle
|
||||
- cp android/build.gradle.foss android/build.gradle
|
||||
- cp lib/utils/app_review.dart.foss lib/utils/app_review.dart
|
||||
- cp lib/utils/oauth.dart.foss lib/utils/oauth.dart
|
||||
- cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
|
||||
- cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
|
||||
- cp pubspec.foss.yaml pubspec.yaml
|
||||
- rm pubspec.lock
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 5.0.90
|
||||
|
|
|
|||
|
|
@ -4565,7 +4565,6 @@ Builds:
|
|||
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
- packages/web-server
|
||||
- packages/mobile/node_modules
|
||||
- packages/components/dist
|
||||
- .yarn/
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ Builds:
|
|||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 7
|
||||
disable: https://github.com/patri9ck/a2ln-app/issues/24
|
||||
commit: 6b761ee5014c1fd3a603370c35897019e777af34
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -105,20 +105,6 @@ Builds:
|
|||
scandelete:
|
||||
- art
|
||||
|
||||
- versionName: 0.2.4-RC-11
|
||||
versionCode: 20441
|
||||
commit: 534b7d8c07878a6fad7a32362a3619f755610136
|
||||
subdir: app
|
||||
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 's/getDropboxKey()$/""/' build.gradle
|
||||
scandelete:
|
||||
- art
|
||||
|
||||
MaintainerNotes: |
|
||||
Binaries are here:
|
||||
https://github.com/OpenArchive/openarchive/releases/download/%v/openarchive-%v.apk
|
||||
|
|
|
|||
|
|
@ -10,33 +10,6 @@ IssueTracker: https://github.com/SecUSo/privacy-friendly-finance-manager/issues
|
|||
Changelog: https://github.com/SecUSo/privacy-friendly-finance-manager/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Finance Manager
|
||||
Description: |-
|
||||
The privacy friendly Finance Manager helps you keep track of your income
|
||||
and expenses. The app offers the following features:
|
||||
|
||||
<b>New transactions</b>
|
||||
|
||||
You can create new expenses by clicking on the Plus-Button in the bottom
|
||||
right corner in the main view. Now you can enter the amount, a title, a
|
||||
date and a category. Furthermore, you can specify if the transaction is an
|
||||
expense or income.
|
||||
|
||||
<b>Transaction overview</b>
|
||||
|
||||
In the main view you are able to see the total balance of your
|
||||
transactions, as well as a list with all transactions you entered. By
|
||||
long-clicking on the entry you can either edit or delete the transaction.
|
||||
|
||||
<b>Categories</b>
|
||||
|
||||
Under the menu item “Categories” you can see all the categories you created
|
||||
and their total balances, depending on the transactions that are labelled
|
||||
with the respective category. By clicking on the Plus-Button in the bottom
|
||||
right corner you can create new Categories. By long-clicking on the entry
|
||||
you can either edit or delete the category.
|
||||
|
||||
The app belongs to the Privacy Friendly Apps group developed by the
|
||||
research group SECUSO at Karlsruhe Institute of Technology.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SecUSo/privacy-friendly-finance-manager.git
|
||||
|
|
@ -67,6 +40,10 @@ Builds:
|
|||
versionCode: 5
|
||||
commit: 8662db9acbb5e523cd9e6250a5774d95275c912b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -10,14 +10,6 @@ IssueTracker: https://github.com/SecUSo/privacy-friendly-passwordgenerator/issue
|
|||
Changelog: https://github.com/SecUSo/privacy-friendly-passwordgenerator/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Password Generator
|
||||
Description: |-
|
||||
With Privacy Friendly Password Generator you can generate different passwords
|
||||
for all your accounts while remembering only one master password.
|
||||
|
||||
Detailed information about generating passwords can be found at the app’s help
|
||||
page or at <a href="https://secuso.org/pfa">https://secuso.org/pfa</a>. The app belongs to the Privacy Friendly
|
||||
Apps group developed by the research group SECUSO at Technische Universität
|
||||
Darmstadt. More information can be found an <a href="https://secuso.org/pfa">https://secuso.org/pfa</a>.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SecUSo/privacy-friendly-passwordgenerator
|
||||
|
|
@ -69,6 +61,10 @@ Builds:
|
|||
commit: 366146e2af511a28ddfe44b30ee9dd9f13447c37
|
||||
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 '/ maven {/,+2d' build.gradle
|
||||
|
|
|
|||
|
|
@ -111,6 +111,10 @@ Builds:
|
|||
commit: d791b2c5b63f987e2cc89537d4d60399722f6dc2
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue