to yaml: x
This commit is contained in:
parent
a3cfe6c91f
commit
1d976680d2
|
@ -1,40 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/x1125/initd-light
|
|
||||||
Issue Tracker:https://github.com/x1125/initd-light/issues
|
|
||||||
|
|
||||||
Auto Name:Init.d Light
|
|
||||||
Summary:Add missing init.d support
|
|
||||||
Description:
|
|
||||||
This app provides simplest functionality for starting scripts on Android startup
|
|
||||||
as root.
|
|
||||||
|
|
||||||
After installing the App, you'll have to run it at least once for the
|
|
||||||
BootReceiver to work and for the root access to be granted.
|
|
||||||
|
|
||||||
It will also show you where to place your scripts, which is usually
|
|
||||||
"/data/user/0/x1125io.initdlight/files".
|
|
||||||
|
|
||||||
Every script in there will be launched via "su -c [file]".
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/x1125/initd-light
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.1
|
|
||||||
Current Version Code:2
|
|
44
metadata/x1125io.initdlight.yml
Normal file
44
metadata/x1125io.initdlight.yml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/x1125/initd-light
|
||||||
|
IssueTracker: https://github.com/x1125/initd-light/issues
|
||||||
|
|
||||||
|
AutoName: Init.d Light
|
||||||
|
Summary: Add missing init.d support
|
||||||
|
Description: |-
|
||||||
|
This app provides simplest functionality for starting scripts on Android startup
|
||||||
|
as root.
|
||||||
|
|
||||||
|
After installing the App, you'll have to run it at least once for the
|
||||||
|
BootReceiver to work and for the root access to be granted.
|
||||||
|
|
||||||
|
It will also show you where to place your scripts, which is usually
|
||||||
|
"/data/user/0/x1125io.initdlight/files".
|
||||||
|
|
||||||
|
Every script in there will be launched via "su -c [file]".
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/x1125/initd-light
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '1.0'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1.1'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.1'
|
||||||
|
CurrentVersionCode: 2
|
|
@ -1,41 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://gitlab.com/x653/bullseye
|
|
||||||
Issue Tracker:https://gitlab.com/x653/bullseye/issues
|
|
||||||
|
|
||||||
Auto Name:Bullseye
|
|
||||||
Summary:Scoreboard for tournament dart x01
|
|
||||||
Description:
|
|
||||||
Scoreboard for tournament dart x01
|
|
||||||
|
|
||||||
* one, two or three Player
|
|
||||||
* 301, 501, etc.
|
|
||||||
* dart calculator
|
|
||||||
* checkouts
|
|
||||||
* averages
|
|
||||||
* stylish design
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/x653/bullseye
|
|
||||||
|
|
||||||
Build:0.1,1
|
|
||||||
commit=v0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2,2
|
|
||||||
commit=271d5cf841edbfdd05a72e558281e7755e586b5c
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3,3
|
|
||||||
commit=v0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.3
|
|
||||||
Current Version Code:3
|
|
47
metadata/x653.bullseye.yml
Normal file
47
metadata/x653.bullseye.yml
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/x653/bullseye
|
||||||
|
IssueTracker: https://gitlab.com/x653/bullseye/issues
|
||||||
|
|
||||||
|
AutoName: Bullseye
|
||||||
|
Summary: Scoreboard for tournament dart x01
|
||||||
|
Description: |-
|
||||||
|
Scoreboard for tournament dart x01
|
||||||
|
|
||||||
|
* one, two or three Player
|
||||||
|
* 301, 501, etc.
|
||||||
|
* dart calculator
|
||||||
|
* checkouts
|
||||||
|
* averages
|
||||||
|
* stylish design
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/x653/bullseye
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.1'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: 271d5cf841edbfdd05a72e558281e7755e586b5c
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.3'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.3'
|
||||||
|
CurrentVersionCode: 3
|
|
@ -1,34 +0,0 @@
|
||||||
Categories:Security
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/0xFireball/PluckLockEx
|
|
||||||
Issue Tracker:https://github.com/0xFireball/PluckLockEx/issues
|
|
||||||
|
|
||||||
Auto Name:PluckLockEx
|
|
||||||
Summary:Lock your phone when snatched
|
|
||||||
Description:
|
|
||||||
Lock your phone when snatched. An updated and improved derivative of PluckLock.
|
|
||||||
|
|
||||||
This polls the accelerometer in the background and will lock the phone if the
|
|
||||||
sum of all non-gravitational forces ever exceeds the threshold.
|
|
||||||
|
|
||||||
''PluckLockEx'' loads immediately into its preferences page, where you can set
|
|
||||||
the only preference relevant to the app's operation: the threshold at which the
|
|
||||||
phone will lock when it receives an acceleration jolt. The application will run
|
|
||||||
in the background, constantly monitoring the accelerometer to determine if the
|
|
||||||
phone has been taken from your hand. The app will start itself when you boot
|
|
||||||
your phone.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/0xFireball/PluckLockEx.git
|
|
||||||
|
|
||||||
Build:1.2.0,4
|
|
||||||
commit=1.2.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.2.0
|
|
||||||
Current Version Code:4
|
|
36
metadata/xyz.iridiumion.plucklockex.yml
Normal file
36
metadata/xyz.iridiumion.plucklockex.yml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/0xFireball/PluckLockEx
|
||||||
|
IssueTracker: https://github.com/0xFireball/PluckLockEx/issues
|
||||||
|
|
||||||
|
AutoName: PluckLockEx
|
||||||
|
Summary: Lock your phone when snatched
|
||||||
|
Description: |-
|
||||||
|
Lock your phone when snatched. An updated and improved derivative of PluckLock.
|
||||||
|
|
||||||
|
This polls the accelerometer in the background and will lock the phone if the
|
||||||
|
sum of all non-gravitational forces ever exceeds the threshold.
|
||||||
|
|
||||||
|
''PluckLockEx'' loads immediately into its preferences page, where you can set
|
||||||
|
the only preference relevant to the app's operation: the threshold at which the
|
||||||
|
phone will lock when it receives an acceleration jolt. The application will run
|
||||||
|
in the background, constantly monitoring the accelerometer to determine if the
|
||||||
|
phone has been taken from your hand. The app will start itself when you boot
|
||||||
|
your phone.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/0xFireball/PluckLockEx.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 4
|
||||||
|
commit: 1.2.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.2.0
|
||||||
|
CurrentVersionCode: 4
|
Loading…
Reference in a new issue