Metadata 2 YAML
This commit is contained in:
parent
af0c9bdae1
commit
04c4f46c30
|
@ -1,54 +0,0 @@
|
||||||
Categories:Security
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/kckrinke/onetimepad
|
|
||||||
Issue Tracker:https://github.com/kckrinke/onetimepad/issues
|
|
||||||
|
|
||||||
Auto Name:OneTimePad
|
|
||||||
Summary:A two-factor authentication App
|
|
||||||
Description:
|
|
||||||
OneTimePad is a two-factor authentication App for Android 4.0+.
|
|
||||||
|
|
||||||
It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
|
|
||||||
Simply scan the QR code and login with the generated 6-digit code.
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* Free and Open-Source
|
|
||||||
* Requires minimal permissions
|
|
||||||
* Encrypted storage on Android 4.3+
|
|
||||||
* Sleek minimalistic Material Design
|
|
||||||
* Great Usability
|
|
||||||
* Compatible with Google Authenticator
|
|
||||||
* Manual setup (for devices where the camera is not available)
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/kckrinke/onetimepad
|
|
||||||
|
|
||||||
Build:0.2.0-rc1,1
|
|
||||||
disable=failing rc build
|
|
||||||
commit=v0.2.0-rc1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2.0,200
|
|
||||||
commit=9e12bf688b22d6161347b2d46e
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2.1,201
|
|
||||||
commit=v0.2.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2.2,202
|
|
||||||
commit=v0.2.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.2.2
|
|
||||||
Current Version Code:202
|
|
62
metadata/com.onest8.onetimepad.yml
Normal file
62
metadata/com.onest8.onetimepad.yml
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/kckrinke/onetimepad
|
||||||
|
IssueTracker: https://github.com/kckrinke/onetimepad/issues
|
||||||
|
|
||||||
|
AutoName: OneTimePad
|
||||||
|
Summary: A two-factor authentication App
|
||||||
|
Description: |-
|
||||||
|
OneTimePad is a two-factor authentication App for Android 4.0+.
|
||||||
|
|
||||||
|
It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
|
||||||
|
Simply scan the QR code and login with the generated 6-digit code.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Free and Open-Source
|
||||||
|
* Requires minimal permissions
|
||||||
|
* Encrypted storage on Android 4.3+
|
||||||
|
* Sleek minimalistic Material Design
|
||||||
|
* Great Usability
|
||||||
|
* Compatible with Google Authenticator
|
||||||
|
* Manual setup (for devices where the camera is not available)
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/kckrinke/onetimepad
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.2.0-rc1
|
||||||
|
versionCode: 1
|
||||||
|
disable: failing rc build
|
||||||
|
commit: v0.2.0-rc1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.2.0
|
||||||
|
versionCode: 200
|
||||||
|
commit: 9e12bf688b22d6161347b2d46e
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.2.1
|
||||||
|
versionCode: 201
|
||||||
|
commit: v0.2.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.2.2
|
||||||
|
versionCode: 202
|
||||||
|
commit: v0.2.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.2.2
|
||||||
|
CurrentVersionCode: 202
|
|
@ -1,179 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://www.orgzly.com/
|
|
||||||
Source Code:https://github.com/orgzly/orgzly-android
|
|
||||||
Issue Tracker:https://github.com/orgzly/orgzly-android/issues
|
|
||||||
Translation:https://crowdin.com/project/orgzly
|
|
||||||
Changelog:http://www.orgzly.com/changelog
|
|
||||||
|
|
||||||
Auto Name:Orgzly
|
|
||||||
Summary:Outliner for notes and tasks in plain-text
|
|
||||||
Description:
|
|
||||||
Orgzly stores notebooks in plain-text and keeps them where you choose to.
|
|
||||||
|
|
||||||
* Create, edit and delete notes and tasks
|
|
||||||
* Collapse and expand sub-notes
|
|
||||||
* Schedule tasks and set their deadlines
|
|
||||||
* Set priorities and tags for notes
|
|
||||||
* Fling notes left or right to open quick-menus
|
|
||||||
* Search notes by various properties
|
|
||||||
* Create and save searches for quick access
|
|
||||||
* Synchronize notebooks with one or more directories
|
|
||||||
|
|
||||||
Notebooks are saved in Org mode's file format. "Org mode is for keeping notes,
|
|
||||||
maintaining TODO lists, planning projects, and authoring documents with a fast
|
|
||||||
and effective plain-text system." See [http://orgmode.org] for more information.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/orgzly/orgzly-android
|
|
||||||
|
|
||||||
Build:1.4.11 (fdroid),58
|
|
||||||
commit=v1.4.11
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.4.12,60
|
|
||||||
commit=v1.4.12
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.4.13,63
|
|
||||||
commit=v1.4.13
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.5-alpha.1,64
|
|
||||||
commit=v1.5-alpha.1
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.5,69
|
|
||||||
commit=v1.5
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.5.1,71
|
|
||||||
commit=v1.5.1
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.5.2-beta.1,72
|
|
||||||
commit=v1.5.2-beta.1
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.5.2,76
|
|
||||||
commit=v1.5.2
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.5.3,78
|
|
||||||
commit=v1.5.3
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6,83
|
|
||||||
commit=v1.6
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.1,86
|
|
||||||
commit=v1.6.1
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.2,95
|
|
||||||
commit=v1.6.2
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.4,101
|
|
||||||
commit=v1.6.4
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.5,103
|
|
||||||
commit=v1.6.5
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.6,105
|
|
||||||
commit=v1.6.6
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.7,107
|
|
||||||
commit=v1.6.7
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.8,109
|
|
||||||
commit=v1.6.8
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.9,112
|
|
||||||
commit=v1.6.9
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.10,114
|
|
||||||
commit=v1.6.10
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.6.12,117
|
|
||||||
commit=v1.6.12
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7,126
|
|
||||||
commit=v1.7
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.1,129
|
|
||||||
commit=v1.7.1
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.2,133
|
|
||||||
commit=v1.7.2
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.3,134
|
|
||||||
commit=v1.7.3
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.4,136
|
|
||||||
commit=v1.7.4
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.5,137
|
|
||||||
commit=v1.7.5
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.6,138
|
|
||||||
commit=v1.7.6
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.7,140
|
|
||||||
commit=v1.7.7
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.7.8,141
|
|
||||||
commit=v1.7.8
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags ^v[0-9\.]+$
|
|
||||||
Current Version:1.7.8
|
|
||||||
Current Version Code:141
|
|
238
metadata/com.orgzly.yml
Normal file
238
metadata/com.orgzly.yml
Normal file
|
@ -0,0 +1,238 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: http://www.orgzly.com/
|
||||||
|
SourceCode: https://github.com/orgzly/orgzly-android
|
||||||
|
IssueTracker: https://github.com/orgzly/orgzly-android/issues
|
||||||
|
Translation: https://crowdin.com/project/orgzly
|
||||||
|
Changelog: http://www.orgzly.com/changelog
|
||||||
|
|
||||||
|
AutoName: Orgzly
|
||||||
|
Summary: Outliner for notes and tasks in plain-text
|
||||||
|
Description: |-
|
||||||
|
Orgzly stores notebooks in plain-text and keeps them where you choose to.
|
||||||
|
|
||||||
|
* Create, edit and delete notes and tasks
|
||||||
|
* Collapse and expand sub-notes
|
||||||
|
* Schedule tasks and set their deadlines
|
||||||
|
* Set priorities and tags for notes
|
||||||
|
* Fling notes left or right to open quick-menus
|
||||||
|
* Search notes by various properties
|
||||||
|
* Create and save searches for quick access
|
||||||
|
* Synchronize notebooks with one or more directories
|
||||||
|
|
||||||
|
Notebooks are saved in Org mode's file format. "Org mode is for keeping notes,
|
||||||
|
maintaining TODO lists, planning projects, and authoring documents with a fast
|
||||||
|
and effective plain-text system." See [http://orgmode.org] for more information.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/orgzly/orgzly-android
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.4.11 (fdroid)
|
||||||
|
versionCode: 58
|
||||||
|
commit: v1.4.11
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.4.12
|
||||||
|
versionCode: 60
|
||||||
|
commit: v1.4.12
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.4.13
|
||||||
|
versionCode: 63
|
||||||
|
commit: v1.4.13
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.5-alpha.1
|
||||||
|
versionCode: 64
|
||||||
|
commit: v1.5-alpha.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 69
|
||||||
|
commit: v1.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.5.1
|
||||||
|
versionCode: 71
|
||||||
|
commit: v1.5.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.5.2-beta.1
|
||||||
|
versionCode: 72
|
||||||
|
commit: v1.5.2-beta.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.5.2
|
||||||
|
versionCode: 76
|
||||||
|
commit: v1.5.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.5.3
|
||||||
|
versionCode: 78
|
||||||
|
commit: v1.5.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 83
|
||||||
|
commit: v1.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.1
|
||||||
|
versionCode: 86
|
||||||
|
commit: v1.6.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.2
|
||||||
|
versionCode: 95
|
||||||
|
commit: v1.6.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.4
|
||||||
|
versionCode: 101
|
||||||
|
commit: v1.6.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.5
|
||||||
|
versionCode: 103
|
||||||
|
commit: v1.6.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.6
|
||||||
|
versionCode: 105
|
||||||
|
commit: v1.6.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.7
|
||||||
|
versionCode: 107
|
||||||
|
commit: v1.6.7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.8
|
||||||
|
versionCode: 109
|
||||||
|
commit: v1.6.8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.9
|
||||||
|
versionCode: 112
|
||||||
|
commit: v1.6.9
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.10
|
||||||
|
versionCode: 114
|
||||||
|
commit: v1.6.10
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.6.12
|
||||||
|
versionCode: 117
|
||||||
|
commit: v1.6.12
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 126
|
||||||
|
commit: v1.7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 129
|
||||||
|
commit: v1.7.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.2
|
||||||
|
versionCode: 133
|
||||||
|
commit: v1.7.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.3
|
||||||
|
versionCode: 134
|
||||||
|
commit: v1.7.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.4
|
||||||
|
versionCode: 136
|
||||||
|
commit: v1.7.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.5
|
||||||
|
versionCode: 137
|
||||||
|
commit: v1.7.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.6
|
||||||
|
versionCode: 138
|
||||||
|
commit: v1.7.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.7
|
||||||
|
versionCode: 140
|
||||||
|
commit: v1.7.7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.7.8
|
||||||
|
versionCode: 141
|
||||||
|
commit: v1.7.8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags ^v[0-9\.]+$
|
||||||
|
CurrentVersion: 1.7.8
|
||||||
|
CurrentVersionCode: 141
|
|
@ -1,39 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:AGPL-3.0-only
|
|
||||||
Web Site:https://orpheusdroid.com
|
|
||||||
Source Code:https://gitlab.com/vijai/SqliteDBViewer
|
|
||||||
Issue Tracker:https://gitlab.com/vijai/SqliteDBViewer/issues
|
|
||||||
Donate:https://paypal.me/vijaichander
|
|
||||||
Bitcoin:1Cbf61y8XNx3BLWvoZB71x4XgBKB7r8BuB
|
|
||||||
|
|
||||||
Auto Name:SQLiteViewer
|
|
||||||
Summary:A simple SQLite database viewer
|
|
||||||
Description:
|
|
||||||
SQLiteViewer allows to view and export as csv SQLite databases used by android
|
|
||||||
apps or any SQLite databases with ease and simplicity.
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
'''Permissions Explained:'''
|
|
||||||
|
|
||||||
* READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE - For opening databases from storage or writing exported csv file
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/vijai/SqliteDBViewer
|
|
||||||
|
|
||||||
Build:1.0.0,1
|
|
||||||
commit=1.0.0
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
prebuild=sed -i -e '/APP_PUB_KEY/d' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0.0
|
|
||||||
Current Version Code:1
|
|
42
metadata/com.orpheusdroid.sqliteviewer.yml
Normal file
42
metadata/com.orpheusdroid.sqliteviewer.yml
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
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
|
||||||
|
Summary: A simple SQLite database viewer
|
||||||
|
Description: |-
|
||||||
|
SQLiteViewer allows to view and export as csv SQLite databases used by android
|
||||||
|
apps or any SQLite databases with ease and simplicity.
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
'''Permissions Explained:'''
|
||||||
|
|
||||||
|
* READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE - For opening databases from storage or writing exported csv file
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/vijai/SqliteDBViewer
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 1
|
|
@ -1,35 +0,0 @@
|
||||||
Categories:Money
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://www.ellaism.org
|
|
||||||
Source Code:https://github.com/ellaism/Lunary-Ethereum-Wallet
|
|
||||||
Issue Tracker:https://github.com/ellaism/Lunary-Ethereum-Wallet/issues
|
|
||||||
|
|
||||||
Auto Name:Ellaism Wallet
|
|
||||||
Summary:Ellaism Mobile Wallet
|
|
||||||
Description:
|
|
||||||
Ellaism has zero pre-mine and has no mandatory developer fees with all support
|
|
||||||
and development donated freely by the community. We believe this makes our coin
|
|
||||||
one of the most honest pure Ethereum projects, and something that is uniquely
|
|
||||||
interesting as a platform for serious developers, educators, and enthusiasts.
|
|
||||||
|
|
||||||
The Ellaism Wallet is based on a fork of Lunary Ethereum Wallet, an open source
|
|
||||||
secure wallet for Android.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/ellaism/Lunary-Ethereum-Wallet
|
|
||||||
|
|
||||||
Build:1.0.4,34
|
|
||||||
commit=v1.0.4
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.5,35
|
|
||||||
commit=v1.0.5
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0.5
|
|
||||||
Current Version Code:35
|
|
40
metadata/com.outdoordevs.ellaism.wallet.yml
Normal file
40
metadata/com.outdoordevs.ellaism.wallet.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
Categories:
|
||||||
|
- Money
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://www.ellaism.org
|
||||||
|
SourceCode: https://github.com/ellaism/Lunary-Ethereum-Wallet
|
||||||
|
IssueTracker: https://github.com/ellaism/Lunary-Ethereum-Wallet/issues
|
||||||
|
|
||||||
|
AutoName: Ellaism Wallet
|
||||||
|
Summary: Ellaism Mobile Wallet
|
||||||
|
Description: |-
|
||||||
|
Ellaism has zero pre-mine and has no mandatory developer fees with all support
|
||||||
|
and development donated freely by the community. We believe this makes our coin
|
||||||
|
one of the most honest pure Ethereum projects, and something that is uniquely
|
||||||
|
interesting as a platform for serious developers, educators, and enthusiasts.
|
||||||
|
|
||||||
|
The Ellaism Wallet is based on a fork of Lunary Ethereum Wallet, an open source
|
||||||
|
secure wallet for Android.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ellaism/Lunary-Ethereum-Wallet
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 34
|
||||||
|
commit: v1.0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.5
|
||||||
|
versionCode: 35
|
||||||
|
commit: v1.0.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.5
|
||||||
|
CurrentVersionCode: 35
|
|
@ -1,56 +0,0 @@
|
||||||
Categories:Navigation
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/jevonlongdell/nztides
|
|
||||||
Issue Tracker:https://github.com/jevonlongdell/nztides/issues
|
|
||||||
|
|
||||||
Auto Name:NZ Tides
|
|
||||||
Summary:Tide table for New Zealand
|
|
||||||
Description:
|
|
||||||
Based on lookup table of official LINZ tide predictions so should be accurate.
|
|
||||||
Transcription errors are unlikely but possible. This program shouldn't be used
|
|
||||||
where life or property is at risk.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jevonlongdell/nztides
|
|
||||||
|
|
||||||
Build:4.0,4
|
|
||||||
commit=93f349
|
|
||||||
subdir=nztides_app
|
|
||||||
init=rm -rf ../packages
|
|
||||||
target=android-7
|
|
||||||
|
|
||||||
Build:5,5
|
|
||||||
commit=b5a82b
|
|
||||||
subdir=nztides_app
|
|
||||||
prebuild=rm -rf ../packages
|
|
||||||
|
|
||||||
Build:6,6
|
|
||||||
commit=6af80b648250
|
|
||||||
subdir=nztides_app
|
|
||||||
|
|
||||||
Build:7,7
|
|
||||||
commit=5d3016480c744c55b79f58125a5d497423d8f03a
|
|
||||||
subdir=nztides_app/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:9,9
|
|
||||||
commit=b536e37c2ba79e11dd2ea7db8ffabd680dda20ff
|
|
||||||
subdir=nztides_app/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:11,11
|
|
||||||
commit=8134d75d767745fa695d0b8c31ae74606576f861
|
|
||||||
subdir=nztides_app/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:12,12
|
|
||||||
commit=v12
|
|
||||||
subdir=nztides_app/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:12
|
|
||||||
Current Version Code:12
|
|
67
metadata/com.palliser.nztides.yml
Normal file
67
metadata/com.palliser.nztides.yml
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/jevonlongdell/nztides
|
||||||
|
IssueTracker: https://github.com/jevonlongdell/nztides/issues
|
||||||
|
|
||||||
|
AutoName: NZ Tides
|
||||||
|
Summary: Tide table for New Zealand
|
||||||
|
Description: |-
|
||||||
|
Based on lookup table of official LINZ tide predictions so should be accurate.
|
||||||
|
Transcription errors are unlikely but possible. This program shouldn't be used
|
||||||
|
where life or property is at risk.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jevonlongdell/nztides
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '4.0'
|
||||||
|
versionCode: 4
|
||||||
|
commit: 93f349
|
||||||
|
subdir: nztides_app
|
||||||
|
init: rm -rf ../packages
|
||||||
|
target: android-7
|
||||||
|
|
||||||
|
- versionName: '5'
|
||||||
|
versionCode: 5
|
||||||
|
commit: b5a82b
|
||||||
|
subdir: nztides_app
|
||||||
|
prebuild: rm -rf ../packages
|
||||||
|
|
||||||
|
- versionName: '6'
|
||||||
|
versionCode: 6
|
||||||
|
commit: 6af80b648250
|
||||||
|
subdir: nztides_app
|
||||||
|
|
||||||
|
- versionName: '7'
|
||||||
|
versionCode: 7
|
||||||
|
commit: 5d3016480c744c55b79f58125a5d497423d8f03a
|
||||||
|
subdir: nztides_app/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '9'
|
||||||
|
versionCode: 9
|
||||||
|
commit: b536e37c2ba79e11dd2ea7db8ffabd680dda20ff
|
||||||
|
subdir: nztides_app/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '11'
|
||||||
|
versionCode: 11
|
||||||
|
commit: 8134d75d767745fa695d0b8c31ae74606576f861
|
||||||
|
subdir: nztides_app/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '12'
|
||||||
|
versionCode: 12
|
||||||
|
commit: v12
|
||||||
|
subdir: nztides_app/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '12'
|
||||||
|
CurrentVersionCode: 12
|
|
@ -1,53 +0,0 @@
|
||||||
Categories:Security,Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://passcard.hda.me/
|
|
||||||
Source Code:https://github.com/cryptofuture/PassCard
|
|
||||||
Issue Tracker:https://github.com/cryptofuture/PassCard/issues
|
|
||||||
Changelog:https://github.com/cryptofuture/PassCard/blob/HEAD/ChangeLog
|
|
||||||
Bitcoin:1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9
|
|
||||||
|
|
||||||
Auto Name:PassCard
|
|
||||||
Summary:Generate password card
|
|
||||||
Description:
|
|
||||||
Generate a password card that has your passwords printed on the card in PLAIN
|
|
||||||
TEXT. Take the card with you, and you have access to passwords, for every
|
|
||||||
account you have, and if an attacker get access to your card, you'll have time
|
|
||||||
to change your password.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/cryptofuture/PassCard.git
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=56d9adb711c9fcfb6d930f612ac68158605836d0
|
|
||||||
srclibs=1:Support/v7/appcompat@android-4.4.2_r2
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp libs/android-support-v4.jar $$Support$$/libs
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=1.1
|
|
||||||
srclibs=1:Support/v7/appcompat@android-4.4.2_r2
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp libs/android-support-v4.jar $$Support$$/libs
|
|
||||||
|
|
||||||
Build:1.3,4
|
|
||||||
commit=1.3
|
|
||||||
srclibs=1:Support/v7/appcompat@android-4.4.2_r2
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp libs/android-support-v4.jar $$Support$$/libs
|
|
||||||
target=android-21
|
|
||||||
|
|
||||||
Build:1.4,5
|
|
||||||
commit=1.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.5,6
|
|
||||||
commit=1.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.5
|
|
||||||
Current Version Code:6
|
|
68
metadata/com.passcard.yml
Normal file
68
metadata/com.passcard.yml
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://passcard.hda.me/
|
||||||
|
SourceCode: https://github.com/cryptofuture/PassCard
|
||||||
|
IssueTracker: https://github.com/cryptofuture/PassCard/issues
|
||||||
|
Changelog: https://github.com/cryptofuture/PassCard/blob/HEAD/ChangeLog
|
||||||
|
Bitcoin: 1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9
|
||||||
|
|
||||||
|
AutoName: PassCard
|
||||||
|
Summary: Generate password card
|
||||||
|
Description: |-
|
||||||
|
Generate a password card that has your passwords printed on the card in PLAIN
|
||||||
|
TEXT. Take the card with you, and you have access to passwords, for every
|
||||||
|
account you have, and if an attacker get access to your card, you'll have time
|
||||||
|
to change your password.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/cryptofuture/PassCard.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: 56d9adb711c9fcfb6d930f612ac68158605836d0
|
||||||
|
srclibs:
|
||||||
|
- 1:Support/v7/appcompat@android-4.4.2_r2
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild: cp libs/android-support-v4.jar $$Support$$/libs
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1.1'
|
||||||
|
srclibs:
|
||||||
|
- 1:Support/v7/appcompat@android-4.4.2_r2
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild: cp libs/android-support-v4.jar $$Support$$/libs
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 4
|
||||||
|
commit: '1.3'
|
||||||
|
srclibs:
|
||||||
|
- 1:Support/v7/appcompat@android-4.4.2_r2
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild: cp libs/android-support-v4.jar $$Support$$/libs
|
||||||
|
target: android-21
|
||||||
|
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 5
|
||||||
|
commit: '1.4'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 6
|
||||||
|
commit: '1.5'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.5'
|
||||||
|
CurrentVersionCode: 6
|
|
@ -1,50 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/MrBIMC/RunInBackgroundPermissionSetter
|
|
||||||
Issue Tracker:https://github.com/MrBIMC/RunInBackgroundPermissionSetter/issues
|
|
||||||
|
|
||||||
Auto Name:BackgroundRestrictor
|
|
||||||
Summary:Manage RUN_IN_BACKGROUND permissions
|
|
||||||
Description:
|
|
||||||
Android 7.0 added a new permission called RUN_IN_BACKGROUND, which can restrict
|
|
||||||
background behavior of apps (blocking broadcast receivers, services, etc.).
|
|
||||||
However this permission is fully hidden and there's no way to activate it
|
|
||||||
besides using adb commands.
|
|
||||||
|
|
||||||
You can revoke RUN_IN_BACKGROUND permission on any app by executing following
|
|
||||||
command in the adb shell:
|
|
||||||
|
|
||||||
cmd appops set <package_name> RUN_IN_BACKGROUND ignore
|
|
||||||
|
|
||||||
To grant this permission back, one should execute this:
|
|
||||||
|
|
||||||
cmd appops set <package_name> RUN_IN_BACKGROUND allow
|
|
||||||
|
|
||||||
To check status of RUN_IN_BACKGROUND permission on any app, one can execute this
|
|
||||||
command:
|
|
||||||
|
|
||||||
cmd appops get <package_name> RUN_IN_BACKGROUND
|
|
||||||
|
|
||||||
<package_name> is obviously name of application package, be it
|
|
||||||
com.android.calculator2 or anything else.
|
|
||||||
|
|
||||||
By disabling RUN_IN_BACKGROUND, apps such as Hangouts or Facebook will
|
|
||||||
completely stop syncing in the background until you open them up. You can find
|
|
||||||
more information about these commands by reading this
|
|
||||||
[https://www.xda-developers.com/freeze-app-background-processes-without-root-android-nougat
|
|
||||||
article].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/MrBIMC/RunInBackgroundPermissionSetter
|
|
||||||
|
|
||||||
Build:1.5.0,8
|
|
||||||
commit=1.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.5.0
|
|
||||||
Current Version Code:8
|
|
52
metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml
Normal file
52
metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/MrBIMC/RunInBackgroundPermissionSetter
|
||||||
|
IssueTracker: https://github.com/MrBIMC/RunInBackgroundPermissionSetter/issues
|
||||||
|
|
||||||
|
AutoName: BackgroundRestrictor
|
||||||
|
Summary: Manage RUN_IN_BACKGROUND permissions
|
||||||
|
Description: |-
|
||||||
|
Android 7.0 added a new permission called RUN_IN_BACKGROUND, which can restrict
|
||||||
|
background behavior of apps (blocking broadcast receivers, services, etc.).
|
||||||
|
However this permission is fully hidden and there's no way to activate it
|
||||||
|
besides using adb commands.
|
||||||
|
|
||||||
|
You can revoke RUN_IN_BACKGROUND permission on any app by executing following
|
||||||
|
command in the adb shell:
|
||||||
|
|
||||||
|
cmd appops set <package_name> RUN_IN_BACKGROUND ignore
|
||||||
|
|
||||||
|
To grant this permission back, one should execute this:
|
||||||
|
|
||||||
|
cmd appops set <package_name> RUN_IN_BACKGROUND allow
|
||||||
|
|
||||||
|
To check status of RUN_IN_BACKGROUND permission on any app, one can execute this
|
||||||
|
command:
|
||||||
|
|
||||||
|
cmd appops get <package_name> RUN_IN_BACKGROUND
|
||||||
|
|
||||||
|
<package_name> is obviously name of application package, be it
|
||||||
|
com.android.calculator2 or anything else.
|
||||||
|
|
||||||
|
By disabling RUN_IN_BACKGROUND, apps such as Hangouts or Facebook will
|
||||||
|
completely stop syncing in the background until you open them up. You can find
|
||||||
|
more information about these commands by reading this
|
||||||
|
[https://www.xda-developers.com/freeze-app-background-processes-without-root-android-nougat
|
||||||
|
article].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/MrBIMC/RunInBackgroundPermissionSetter
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 8
|
||||||
|
commit: '1.5'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.5.0
|
||||||
|
CurrentVersionCode: 8
|
|
@ -1,50 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/AnaelMobilia/NextINpact-Unofficial
|
|
||||||
Issue Tracker:https://github.com/AnaelMobilia/NextINpact-Unofficial/issues
|
|
||||||
|
|
||||||
Auto Name:NextINpact (Unofficial)
|
|
||||||
Summary:Browse NextINpact
|
|
||||||
Description:
|
|
||||||
Browse articles and comments on [https://www.nextinpact.com/ NextINpact]. This
|
|
||||||
is an unofficial app not related to the actual website.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnaelMobilia/NextINpact-Unofficial
|
|
||||||
|
|
||||||
Build:2.2.5,225
|
|
||||||
commit=v2.2.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.2.6,226
|
|
||||||
commit=v2.2.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.2.7,227
|
|
||||||
commit=v2.2.7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.3.0,230
|
|
||||||
commit=v2.3.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.3.1,231
|
|
||||||
commit=v2.3.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.3.2,232
|
|
||||||
commit=v2.3.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:2.3.2
|
|
||||||
Current Version Code:232
|
|
62
metadata/com.pcinpact.yml
Normal file
62
metadata/com.pcinpact.yml
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/AnaelMobilia/NextINpact-Unofficial
|
||||||
|
IssueTracker: https://github.com/AnaelMobilia/NextINpact-Unofficial/issues
|
||||||
|
|
||||||
|
AutoName: NextINpact (Unofficial)
|
||||||
|
Summary: Browse NextINpact
|
||||||
|
Description: |-
|
||||||
|
Browse articles and comments on [https://www.nextinpact.com/ NextINpact]. This
|
||||||
|
is an unofficial app not related to the actual website.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnaelMobilia/NextINpact-Unofficial
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.2.5
|
||||||
|
versionCode: 225
|
||||||
|
commit: v2.2.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.2.6
|
||||||
|
versionCode: 226
|
||||||
|
commit: v2.2.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.2.7
|
||||||
|
versionCode: 227
|
||||||
|
commit: v2.2.7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.3.0
|
||||||
|
versionCode: 230
|
||||||
|
commit: v2.3.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.3.1
|
||||||
|
versionCode: 231
|
||||||
|
commit: v2.3.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.3.2
|
||||||
|
versionCode: 232
|
||||||
|
commit: v2.3.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 2.3.2
|
||||||
|
CurrentVersionCode: 232
|
|
@ -1,57 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:https://github.com/phikal/ReGeX/wiki
|
|
||||||
Source Code:https://github.com/phikal/ReGeX
|
|
||||||
Issue Tracker:https://github.com/phikal/ReGeX/issues
|
|
||||||
Changelog:https://github.com/phikal/ReGeX/releases
|
|
||||||
|
|
||||||
Auto Name:ReGeX
|
|
||||||
Summary:A regular expression matching game
|
|
||||||
Description:
|
|
||||||
Try and find a regular expression (Perl style) to match certain strings, while
|
|
||||||
not matching others.
|
|
||||||
|
|
||||||
Currently there are three game modes, that can be selected and configured from
|
|
||||||
the settings. These generate Tasks, set limits to how many characters may be
|
|
||||||
used, and which solutions are successful an which are not.
|
|
||||||
|
|
||||||
All game modes are based on the same concept: the Task to solve will be
|
|
||||||
displayed on the screen as soon as possible (near immediately for Random game,
|
|
||||||
longer for REDB game), and then the user has to enter a regular expression to
|
|
||||||
solve the task. As soon as it fits to conditions, it will be automatically
|
|
||||||
submitted, and the next task will generate - no questions asked. The user will
|
|
||||||
be notified in case s?he rises up a level.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/phikal/ReGeX
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=v1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=v1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2,3
|
|
||||||
commit=v1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3,4
|
|
||||||
commit=v1.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.1,5
|
|
||||||
commit=v1.3.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3.1
|
|
||||||
Current Version Code:5
|
|
68
metadata/com.phikal.regex.yml
Normal file
68
metadata/com.phikal.regex.yml
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: https://github.com/phikal/ReGeX/wiki
|
||||||
|
SourceCode: https://github.com/phikal/ReGeX
|
||||||
|
IssueTracker: https://github.com/phikal/ReGeX/issues
|
||||||
|
Changelog: https://github.com/phikal/ReGeX/releases
|
||||||
|
|
||||||
|
AutoName: ReGeX
|
||||||
|
Summary: A regular expression matching game
|
||||||
|
Description: |-
|
||||||
|
Try and find a regular expression (Perl style) to match certain strings, while
|
||||||
|
not matching others.
|
||||||
|
|
||||||
|
Currently there are three game modes, that can be selected and configured from
|
||||||
|
the settings. These generate Tasks, set limits to how many characters may be
|
||||||
|
used, and which solutions are successful an which are not.
|
||||||
|
|
||||||
|
All game modes are based on the same concept: the Task to solve will be
|
||||||
|
displayed on the screen as soon as possible (near immediately for Random game,
|
||||||
|
longer for REDB game), and then the user has to enter a regular expression to
|
||||||
|
solve the task. As soon as it fits to conditions, it will be automatically
|
||||||
|
submitted, and the next task will generate - no questions asked. The user will
|
||||||
|
be notified in case s?he rises up a level.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/phikal/ReGeX
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: v1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v1.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v1.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.1
|
||||||
|
versionCode: 5
|
||||||
|
commit: v1.3.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.3.1
|
||||||
|
CurrentVersionCode: 5
|
|
@ -1,48 +0,0 @@
|
||||||
Categories:Time
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/philliphsu/ClockPlus
|
|
||||||
Issue Tracker:https://github.com/philliphsu/ClockPlus/issues
|
|
||||||
Changelog:https://github.com/philliphsu/ClockPlus/releases
|
|
||||||
|
|
||||||
Auto Name:Clock+
|
|
||||||
Summary:View time, set alarms and timers
|
|
||||||
Description:
|
|
||||||
Simple alarm clock, timer, and stopwatch app that offers a delightful user
|
|
||||||
experience for all your timing needs. It is also free and open source!
|
|
||||||
|
|
||||||
Highlights:
|
|
||||||
|
|
||||||
* Clean, minimalistic design: Features Material Design throughout.
|
|
||||||
* New time pickers: Enjoy setting alarms with two new time pickers! Beautifully crafted and intuitively designed for ease of use.
|
|
||||||
* List of timers: See all of your timers in one scrollable list, and control each one individually.
|
|
||||||
* Themes: Choose between light, dark, and black themes.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/philliphsu/ClockPlus
|
|
||||||
|
|
||||||
Build:1.1.1,111
|
|
||||||
disable=https://github.com/philliphsu/ClockPlus/issues/5
|
|
||||||
commit=v1.1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=bottomsheetpickers-debug,bottomsheetpickers-release
|
|
||||||
prebuild=sed -i -e '/minSdkVersion/amaxSdkVersion 23' -e '/keystore/d' -e '/compile project/d' -e '/dependencies/acompile "com.philliphsu:bottomsheetpickers:2.3.0"' build.gradle
|
|
||||||
|
|
||||||
Build:1.1.2,112
|
|
||||||
commit=v1.1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/keystore/d' build.gradle
|
|
||||||
|
|
||||||
Build:1.1.3,113
|
|
||||||
commit=v1.1.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/keystore/d' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.1.3
|
|
||||||
Current Version Code:113
|
|
58
metadata/com.philliphsu.clock2.yml
Normal file
58
metadata/com.philliphsu.clock2.yml
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/philliphsu/ClockPlus
|
||||||
|
IssueTracker: https://github.com/philliphsu/ClockPlus/issues
|
||||||
|
Changelog: https://github.com/philliphsu/ClockPlus/releases
|
||||||
|
|
||||||
|
AutoName: Clock+
|
||||||
|
Summary: View time, set alarms and timers
|
||||||
|
Description: |-
|
||||||
|
Simple alarm clock, timer, and stopwatch app that offers a delightful user
|
||||||
|
experience for all your timing needs. It is also free and open source!
|
||||||
|
|
||||||
|
Highlights:
|
||||||
|
|
||||||
|
* Clean, minimalistic design: Features Material Design throughout.
|
||||||
|
* New time pickers: Enjoy setting alarms with two new time pickers! Beautifully crafted and intuitively designed for ease of use.
|
||||||
|
* List of timers: See all of your timers in one scrollable list, and control each one individually.
|
||||||
|
* Themes: Choose between light, dark, and black themes.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/philliphsu/ClockPlus
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 111
|
||||||
|
disable: https://github.com/philliphsu/ClockPlus/issues/5
|
||||||
|
commit: v1.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- bottomsheetpickers-debug
|
||||||
|
- bottomsheetpickers-release
|
||||||
|
prebuild: sed -i -e '/minSdkVersion/amaxSdkVersion 23' -e '/keystore/d' -e '/compile
|
||||||
|
project/d' -e '/dependencies/acompile "com.philliphsu:bottomsheetpickers:2.3.0"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.1.2
|
||||||
|
versionCode: 112
|
||||||
|
commit: v1.1.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.1.3
|
||||||
|
versionCode: 113
|
||||||
|
commit: v1.1.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.1.3
|
||||||
|
CurrentVersionCode: 113
|
|
@ -1,31 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid
|
|
||||||
Issue Tracker:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid/issues
|
|
||||||
|
|
||||||
Auto Name:Hoplite Polytonic Greek Keyboard
|
|
||||||
Summary:A keyboard extension which allows the user to type in Polytonic Greek
|
|
||||||
Description:
|
|
||||||
A keyboard extension which allows the user to type in Polytonic Greek.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid.git
|
|
||||||
|
|
||||||
Build:1.2.2,20
|
|
||||||
commit=1.2.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
ndk=r16b
|
|
||||||
|
|
||||||
Build:1.3,22
|
|
||||||
commit=v1.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
ndk=r19c
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3
|
|
||||||
Current Version Code:22
|
|
34
metadata/com.philolog.hoplitekeyboard.yml
Normal file
34
metadata/com.philolog.hoplitekeyboard.yml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid
|
||||||
|
IssueTracker: https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid/issues
|
||||||
|
|
||||||
|
AutoName: Hoplite Polytonic Greek Keyboard
|
||||||
|
Summary: A keyboard extension which allows the user to type in Polytonic Greek
|
||||||
|
Description: A keyboard extension which allows the user to type in Polytonic Greek.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.2.2
|
||||||
|
versionCode: 20
|
||||||
|
commit: 1.2.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
ndk: r16b
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 22
|
||||||
|
commit: v1.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
ndk: r19c
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.3'
|
||||||
|
CurrentVersionCode: 22
|
|
@ -1,76 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:https://rk4an.github.io/psiandroid
|
|
||||||
Source Code:https://github.com/phpsysinfo/psiandroid
|
|
||||||
Issue Tracker:https://github.com/phpsysinfo/psiandroid/issues
|
|
||||||
|
|
||||||
Auto Name:PSIAndroid
|
|
||||||
Summary:Monitor phpSysInfo
|
|
||||||
Description:
|
|
||||||
Little tool allowing you to monitor your
|
|
||||||
[https://phpsysinfo.github.io/phpsysinfo/ phpSysInfo] system on your phone.
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* Operating System Information (Version, Uptime, ...)
|
|
||||||
* CPU, Memory and Disk usage
|
|
||||||
* Multi-host
|
|
||||||
* HTTPS
|
|
||||||
* Basic/Digest Authentification
|
|
||||||
* Temperatures (MotherBoard and IPMI)
|
|
||||||
* Fans speed (MotherBoard)
|
|
||||||
* Network informations
|
|
||||||
* PSStatus
|
|
||||||
* SMART
|
|
||||||
* RAID
|
|
||||||
* UPS
|
|
||||||
* UpdateNotifier
|
|
||||||
* Printers (SNMP)
|
|
||||||
* Auto-Refresh feature (experimental)
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/phpsysinfo/psiandroid
|
|
||||||
|
|
||||||
Build:0.83,833
|
|
||||||
commit=e8b5a03a28102b7b207152bd2d168073168f705a
|
|
||||||
srclibs=1:appcompat@v7
|
|
||||||
|
|
||||||
Build:0.84,840
|
|
||||||
commit=v0.84
|
|
||||||
srclibs=1:appcompat@v7
|
|
||||||
|
|
||||||
Build:0.86,860
|
|
||||||
commit=v0.86
|
|
||||||
subdir=app
|
|
||||||
init=sed -i '/outputFile/,+1d' build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.91,910
|
|
||||||
commit=v0.91
|
|
||||||
subdir=app
|
|
||||||
init=sed -i '/outputFile/,+1d' build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.94,940
|
|
||||||
commit=v0.94
|
|
||||||
subdir=app
|
|
||||||
init=sed -i '/outputFile/,+1d' build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.95,950
|
|
||||||
commit=v0.95
|
|
||||||
subdir=app
|
|
||||||
init=sed -i '/outputFile/,+1d' build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.96,960
|
|
||||||
commit=v0.96
|
|
||||||
subdir=app
|
|
||||||
init=sed -i '/outputFile/,+1d' build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.96
|
|
||||||
Current Version Code:960
|
|
91
metadata/com.phpsysinfo.yml
Normal file
91
metadata/com.phpsysinfo.yml
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: https://rk4an.github.io/psiandroid
|
||||||
|
SourceCode: https://github.com/phpsysinfo/psiandroid
|
||||||
|
IssueTracker: https://github.com/phpsysinfo/psiandroid/issues
|
||||||
|
|
||||||
|
AutoName: PSIAndroid
|
||||||
|
Summary: Monitor phpSysInfo
|
||||||
|
Description: |-
|
||||||
|
Little tool allowing you to monitor your
|
||||||
|
[https://phpsysinfo.github.io/phpsysinfo/ phpSysInfo] system on your phone.
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* Operating System Information (Version, Uptime, ...)
|
||||||
|
* CPU, Memory and Disk usage
|
||||||
|
* Multi-host
|
||||||
|
* HTTPS
|
||||||
|
* Basic/Digest Authentification
|
||||||
|
* Temperatures (MotherBoard and IPMI)
|
||||||
|
* Fans speed (MotherBoard)
|
||||||
|
* Network informations
|
||||||
|
* PSStatus
|
||||||
|
* SMART
|
||||||
|
* RAID
|
||||||
|
* UPS
|
||||||
|
* UpdateNotifier
|
||||||
|
* Printers (SNMP)
|
||||||
|
* Auto-Refresh feature (experimental)
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/phpsysinfo/psiandroid
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.83'
|
||||||
|
versionCode: 833
|
||||||
|
commit: e8b5a03a28102b7b207152bd2d168073168f705a
|
||||||
|
srclibs:
|
||||||
|
- 1:appcompat@v7
|
||||||
|
|
||||||
|
- versionName: '0.84'
|
||||||
|
versionCode: 840
|
||||||
|
commit: v0.84
|
||||||
|
srclibs:
|
||||||
|
- 1:appcompat@v7
|
||||||
|
|
||||||
|
- versionName: '0.86'
|
||||||
|
versionCode: 860
|
||||||
|
commit: v0.86
|
||||||
|
subdir: app
|
||||||
|
init: sed -i '/outputFile/,+1d' build.gradle
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.91'
|
||||||
|
versionCode: 910
|
||||||
|
commit: v0.91
|
||||||
|
subdir: app
|
||||||
|
init: sed -i '/outputFile/,+1d' build.gradle
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.94'
|
||||||
|
versionCode: 940
|
||||||
|
commit: v0.94
|
||||||
|
subdir: app
|
||||||
|
init: sed -i '/outputFile/,+1d' build.gradle
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.95'
|
||||||
|
versionCode: 950
|
||||||
|
commit: v0.95
|
||||||
|
subdir: app
|
||||||
|
init: sed -i '/outputFile/,+1d' build.gradle
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.96'
|
||||||
|
versionCode: 960
|
||||||
|
commit: v0.96
|
||||||
|
subdir: app
|
||||||
|
init: sed -i '/outputFile/,+1d' build.gradle
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.96'
|
||||||
|
CurrentVersionCode: 960
|
|
@ -1,116 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/physphil/UnitConverterUltimate
|
|
||||||
Issue Tracker:https://github.com/physphil/UnitConverterUltimate/issues
|
|
||||||
|
|
||||||
Auto Name:Unit Converter Ultimate
|
|
||||||
Summary:Convert between units with ease
|
|
||||||
Description:
|
|
||||||
A simple and easy-to-use unit converter to handle any conversion you'll ever
|
|
||||||
need.
|
|
||||||
|
|
||||||
The beautiful Material Design user interface allows for quick and easy
|
|
||||||
conversions from a number in one unit to another. The goal is to keep it simple
|
|
||||||
- you won't be overwhelmed with an excess of options and settings, allowing you
|
|
||||||
to perform your desired conversion as quickly as possible. Perfect for work,
|
|
||||||
school or in the kitchen.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/physphil/UnitConverterUltimate
|
|
||||||
|
|
||||||
Build:4.2,40200
|
|
||||||
commit=v4.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/src/main/java/com/physphil/android/unitconverterultimate/DonateActivity.java,app/src/main/java/com/physphil/android/unitconverterultimate/ui/DonationListAdapter.java
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
|
||||||
|
|
||||||
Build:5.0,50000
|
|
||||||
disable=firebase
|
|
||||||
commit=v5.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/src/main/java/com/physphil/android/unitconverterultimate/DonateActivity.java,app/src/main/java/com/physphil/android/unitconverterultimate/ui/DonationListAdapter.java
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
|
||||||
|
|
||||||
Build:5.0.1,50001
|
|
||||||
disable=firebase
|
|
||||||
commit=v5.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/src/main/java/com/physphil/android/unitconverterultimate/DonateActivity.java,app/src/main/java/com/physphil/android/unitconverterultimate/ui/DonationListAdapter.java
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
|
||||||
|
|
||||||
Build:5.1,50100
|
|
||||||
commit=v5.1
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Build:5.2,50200
|
|
||||||
commit=v5.2
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Build:5.3.1,50301
|
|
||||||
commit=v5.3.1
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Build:5.3.3,50303
|
|
||||||
commit=v5.3.3
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Build:5.4,50401
|
|
||||||
commit=v5.4.1
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Build:5.5,50500
|
|
||||||
commit=v5.5
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Build:5.5,50501
|
|
||||||
disable=Unexpected version/version code in output; APK: '5.5' / '50500', Expected: '5.5' / '50501'
|
|
||||||
commit=v5.5
|
|
||||||
subdir=app
|
|
||||||
gradle=base
|
|
||||||
prebuild=perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s' app/src/main/res/xml/preferences.xml && \
|
|
||||||
perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml && \
|
|
||||||
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
|
|
||||||
sed -i -e '/firebase/d' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:5.5
|
|
||||||
Current Version Code:50501
|
|
163
metadata/com.physphil.android.unitconverterultimate.yml
Normal file
163
metadata/com.physphil.android.unitconverterultimate.yml
Normal file
|
@ -0,0 +1,163 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/physphil/UnitConverterUltimate
|
||||||
|
IssueTracker: https://github.com/physphil/UnitConverterUltimate/issues
|
||||||
|
|
||||||
|
AutoName: Unit Converter Ultimate
|
||||||
|
Summary: Convert between units with ease
|
||||||
|
Description: |-
|
||||||
|
A simple and easy-to-use unit converter to handle any conversion you'll ever
|
||||||
|
need.
|
||||||
|
|
||||||
|
The beautiful Material Design user interface allows for quick and easy
|
||||||
|
conversions from a number in one unit to another. The goal is to keep it simple
|
||||||
|
- you won't be overwhelmed with an excess of options and settings, allowing you
|
||||||
|
to perform your desired conversion as quickly as possible. Perfect for work,
|
||||||
|
school or in the kitchen.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/physphil/UnitConverterUltimate
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '4.2'
|
||||||
|
versionCode: 40200
|
||||||
|
commit: v4.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/src/main/java/com/physphil/android/unitconverterultimate/DonateActivity.java
|
||||||
|
- app/src/main/java/com/physphil/android/unitconverterultimate/ui/DonationListAdapter.java
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
|
||||||
|
- versionName: '5.0'
|
||||||
|
versionCode: 50000
|
||||||
|
disable: firebase
|
||||||
|
commit: v5.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/src/main/java/com/physphil/android/unitconverterultimate/DonateActivity.java
|
||||||
|
- app/src/main/java/com/physphil/android/unitconverterultimate/ui/DonationListAdapter.java
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
|
||||||
|
- versionName: 5.0.1
|
||||||
|
versionCode: 50001
|
||||||
|
disable: firebase
|
||||||
|
commit: v5.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/src/main/java/com/physphil/android/unitconverterultimate/DonateActivity.java
|
||||||
|
- app/src/main/java/com/physphil/android/unitconverterultimate/ui/DonationListAdapter.java
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
|
||||||
|
- versionName: '5.1'
|
||||||
|
versionCode: 50100
|
||||||
|
commit: v5.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '5.2'
|
||||||
|
versionCode: 50200
|
||||||
|
commit: v5.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: 5.3.1
|
||||||
|
versionCode: 50301
|
||||||
|
commit: v5.3.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: 5.3.3
|
||||||
|
versionCode: 50303
|
||||||
|
commit: v5.3.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '5.4'
|
||||||
|
versionCode: 50401
|
||||||
|
commit: v5.4.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '5.5'
|
||||||
|
versionCode: 50500
|
||||||
|
commit: v5.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '5.5'
|
||||||
|
versionCode: 50501
|
||||||
|
disable: "Unexpected version/version code in output; APK: '5.5' / '50500', Expected:\
|
||||||
|
\ '5.5' / '50501'"
|
||||||
|
commit: v5.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- base
|
||||||
|
prebuild:
|
||||||
|
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
|
||||||
|
app/src/main/res/xml/preferences.xml
|
||||||
|
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
|
||||||
|
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
|
||||||
|
- sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '5.5'
|
||||||
|
CurrentVersionCode: 50501
|
|
@ -1,30 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://gitlab.com/pierreduchemin/punchline-bingo
|
|
||||||
Issue Tracker:https://gitlab.com/pierreduchemin/punchline-bingo/issues
|
|
||||||
|
|
||||||
Auto Name:Punchline Bingo
|
|
||||||
Summary:A configurable bingo grid
|
|
||||||
Description:
|
|
||||||
This application allows you to play bingo alone or with friends, but with
|
|
||||||
sentences like [https://troll.framasoft.org/].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/pierreduchemin/punchline-bingo.git
|
|
||||||
|
|
||||||
Build:1.6,5
|
|
||||||
commit=1.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.7,6
|
|
||||||
commit=1.7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.7
|
|
||||||
Current Version Code:6
|
|
36
metadata/com.pierreduchemin.punchlinebingo.yml
Normal file
36
metadata/com.pierreduchemin.punchlinebingo.yml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/pierreduchemin/punchline-bingo
|
||||||
|
IssueTracker: https://gitlab.com/pierreduchemin/punchline-bingo/issues
|
||||||
|
|
||||||
|
AutoName: Punchline Bingo
|
||||||
|
Summary: A configurable bingo grid
|
||||||
|
Description: |-
|
||||||
|
'''NOTE:''' This app is no longer maintained.
|
||||||
|
|
||||||
|
''Punchline Bingo'' allows you to play bingo alone or with friends, but with
|
||||||
|
sentences like [https://troll.framasoft.org/].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/pierreduchemin/punchline-bingo.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 5
|
||||||
|
commit: '1.6'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 6
|
||||||
|
commit: '1.7'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.7'
|
||||||
|
CurrentVersionCode: 6
|
Loading…
Reference in a new issue