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 ```
86 lines
2.2 KiB
YAML
86 lines
2.2 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/YoeriNijs/NoteBuddy
|
|
IssueTracker: https://github.com/YoeriNijs/NoteBuddy/issues
|
|
Changelog: https://github.com/YoeriNijs/NoteBuddy#changes
|
|
|
|
AutoName: NoteBuddy
|
|
Summary: Store encrypted notes
|
|
Description: |-
|
|
Take notes and encrypt them using password key derivation. The password will not
|
|
be stored to ensure security. When you delete the account, all notes will be
|
|
deleted automatically. Moreover, when one forgots the password, it should be
|
|
impossible to read the notes. In that case, it is needed to reinstall the app.
|
|
|
|
To use NoteBuddy, one must setup a simple user account (username and password
|
|
with more than five chars) in order to login. All settings are stored in
|
|
Android's Shared Preferences for now. The idea is to work with a SQlite database
|
|
on the long term.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/YoeriNijs/NoteBuddy
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: e7c896ba1a57efaf5a8d1d1019c16c54b467aceb
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 6f21af2761116ea02cbc324d6b4db0d2d89f529e
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.1
|
|
versionCode: 4
|
|
commit: c6080b9bacb6a8eb2804f0408b49e98a065f938b
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.3
|
|
versionCode: 7
|
|
commit: debf66e0da8ce7a4fc1bb1cf43dfd05dc634d733
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.0
|
|
versionCode: 11
|
|
commit: ccb7a8ea9e19b15466125f8c235a861018983af7
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.1
|
|
versionCode: 13
|
|
commit: fe41a851ad506f3d944d1ea721cc6e09a3831364
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.2
|
|
versionCode: 14
|
|
commit: 2582141126cdfcbbb3bf906c2db072bea4c42a93
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 15
|
|
commit: 4076269ab890b3961f79b63ecf4be87019ce7ad5
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.3.0
|
|
CurrentVersionCode: 15
|