fdroiddata/metadata/com.orpheusdroid.sqliteviewer.yml
2023-09-08 11:45:57 +00:00

50 lines
1.6 KiB
YAML

AntiFeatures:
Tracking:
en-US: Sends data to analytics.orpheusdroid.com right at first start, without
asking for consent.
Categories:
- System
License: AGPL-3.0-only
WebSite: https://orpheusdroid.com
SourceCode: https://gitlab.com/vijai/SqliteDBViewer
IssueTracker: https://gitlab.com/vijai/SqliteDBViewer/issues
Donate: https://paypal.me/vijaichander
Bitcoin: 1Cbf61y8XNx3BLWvoZB71x4XgBKB7r8BuB
AutoName: SQLiteViewer
Description: |-
SQLiteViewer allows to view and export as csv SQLite databases used by android
apps or any SQLite databases with ease and simplicity.
<b>Features:</b>
* Open any SQLite database using the built in file browser
* Open database of any app from the root filesystem (Requires root)
* Export SQLite database to csv (Beware of the huge row count)
* Supports custom query! Run any sqlite query on the selected databases. Subqueries, limit, order by, you name it, the app supports it.
<b>Permissions Explained:</b>
* READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE - For opening databases from storage or writing exported csv file
AntiFeatures: Tracking - Even if analytics/crash submission is toggled off, the
app still submits data to the developers servers.
RepoType: git
Repo: https://gitlab.com/vijai/SqliteDBViewer.git
Builds:
- versionName: 1.0.0
versionCode: 1
commit: 1.0.0
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/APP_PUB_KEY/d' build.gradle
MaintainerNotes: 'Tracking: see fdroiddata#2244'
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.0.0
CurrentVersionCode: 1