64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: MIT
|
||
|
AuthorName: Fabian Klemp
|
||
|
SourceCode: https://github.com/faerbit/android-crond
|
||
|
IssueTracker: https://github.com/faerbit/android-crond/issues
|
||
|
Changelog: https://github.com/Faerbit/android-crond/blob/HEAD/Changelog.md
|
||
|
|
||
|
Name: crond
|
||
|
AutoName: ${applicationLabel}
|
||
|
Description: |-
|
||
|
Simple android app which implements crond using AlarmManager.
|
||
|
|
||
|
Schedules all scripts in regular intervals as defined by the crontab file. The
|
||
|
syntax is the same as on any UNIX system and can be looked up on the internet.
|
||
|
You need to edit the crontab file using another app or adb. Always open the app
|
||
|
after making changes to the crontab file to apply them.
|
||
|
|
||
|
RequiresRoot: 'yes'
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/faerbit/android-crond
|
||
|
|
||
|
Builds:
|
||
|
- versionName: v1.2.6
|
||
|
versionCode: 10
|
||
|
commit: v1.2.6
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: v1.2.8
|
||
|
versionCode: 12
|
||
|
commit: v1.2.8
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: v1.2.9
|
||
|
versionCode: 13
|
||
|
commit: v1.2.9
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: v1.2.11
|
||
|
versionCode: 15
|
||
|
commit: v1.2.11
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: v1.2.12
|
||
|
versionCode: 16
|
||
|
commit: v1.2.12
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: v1.2.12
|
||
|
CurrentVersionCode: 16
|