fdroiddata/metadata/dk.andsen.asqlitemanager.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

74 lines
1.8 KiB
YAML

Categories:
- Development
License: EUPL-1.1
WebSite: http://aaa.andsen.dk/aSQLiteManager.html
SourceCode: https://sourceforge.net/p/asqlitemanager/code
IssueTracker: https://sourceforge.net/p/asqlitemanager/bugs
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matin.andsen%40gmail%2ecom&item_name=Donate%20to%20aSqlite
AutoName: aSQLiteManager
Summary: SQLite (small database) frontend
Description: |-
Front end allowing management of SQLite databases. These are very commonly used
by apps to store settings in the /data directory, but you would need root access
to move them to a location that this app can edit them from. If you try to enter
that directory with this app's file manager it suggests you install aShell to do
it directly, but we don't have that in the repo as the source code is not yet
available.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/asqlitemanager/code/aSQLiteManager
Builds:
- versionName: '2.6'
versionCode: 7
commit: '190'
- versionName: '2.7'
versionCode: 9
commit: '204'
target: android-10
- versionName: '3.0'
versionCode: 10
commit: '211'
target: android-10
- versionName: '3.1'
versionCode: 11
commit: '227'
target: android-10
- versionName: '3.2'
versionCode: 12
commit: '236'
target: android-10
- versionName: '3.3'
versionCode: 13
commit: '241'
target: android-10
- versionName: 3.3.1
versionCode: 14
commit: '243'
- versionName: '3.4'
versionCode: 15
commit: '247'
target: android-15
- versionName: '3.5'
versionCode: 16
commit: '260'
target: android-15
- versionName: '3.6'
versionCode: 17
commit: '263'
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '3.6'
CurrentVersionCode: 17