74 lines
1.5 KiB
YAML
74 lines
1.5 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://gitlab.com/juanitobananas/drowser/tree/HEAD
|
|
IssueTracker: https://gitlab.com/juanitobananas/drowser/issues
|
|
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
|
|
|
|
AutoName: Drowser
|
|
Description: |-
|
|
Avoid rogue apps from running in the background with Drowser.
|
|
|
|
Drowser is a simple app that kills the selected apps when the screen turns off.
|
|
|
|
It requires root and uses it to kill the apps with an 'am force-stop <app-id>'. This is a ''very'' impolite way of stopping apps. These might (and will probably) misbehave. You might also lose data because of this. '''Beware!'''
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/juanitobananas/drowser.git
|
|
|
|
Builds:
|
|
- versionName: '0.6'
|
|
versionCode: 6
|
|
commit: v0.6
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '0.8'
|
|
versionCode: 8
|
|
commit: v0.8
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '0.9'
|
|
versionCode: 9
|
|
commit: v0.9
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '0.10'
|
|
versionCode: 10
|
|
commit: v0.10
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.10.1
|
|
versionCode: 11
|
|
commit: v0.10.1
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '0.11'
|
|
versionCode: 12
|
|
commit: v0.11
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '0.11'
|
|
CurrentVersionCode: 12
|