6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
Categories:
|
|
- Money
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/inguin/moneybalance
|
|
IssueTracker: https://github.com/inguin/moneybalance/issues
|
|
|
|
AutoName: MoneyBalance
|
|
Summary: Track group expenses
|
|
Description: |-
|
|
Whenever someone pays something for the group (or part of it) the expense is
|
|
entered into this app.
|
|
|
|
At the end of the vacation it will tell you who paid too little or too much, so
|
|
the accounts can be easily balanced.
|
|
|
|
'''Features:'''
|
|
|
|
* Managing multiple calculations in parallel
|
|
* Uneven split of expenses
|
|
* Multiple currencies per calculation
|
|
* CSV export for importing calculations into a spreadsheet application
|
|
* English, german, french and spanish localization
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/inguin/moneybalance.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v0.5
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: v1.2
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: v1.3
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 5
|
|
commit: v1.3.1
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 6
|
|
commit: v1.4
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.4'
|
|
CurrentVersionCode: 6
|