Merge branch 'patch-008-add-drowser' into 'master'
Add Drowser to F-Droid See merge request fdroid/fdroiddata!3785
This commit is contained in:
commit
02d62ba2af
34
metadata/com.jarsilio.android.drowser.yml
Normal file
34
metadata/com.jarsilio.android.drowser.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
Summary: Simple background app killer
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.6'
|
||||
CurrentVersionCode: 6
|
Loading…
Reference in a new issue