70 lines
1.4 KiB
YAML
70 lines
1.4 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
AuthorName: James Frost
|
|
AuthorEmail: hello@jamesfrost.me
|
|
AuthorWebSite: https://jamesfrost.me/
|
|
SourceCode: https://github.com/JamesFrost/SimpleDo
|
|
IssueTracker: https://github.com/JamesFrost/SimpleDo/issues
|
|
Changelog: https://github.com/JamesFrost/SimpleDo/releases
|
|
|
|
AutoName: SimpleDo
|
|
Description: |-
|
|
Simple todo list manager with emphasis on minimalism.
|
|
|
|
'''Features:'''
|
|
|
|
* Reminders
|
|
* Set due dates fot tasks
|
|
* Group tasks
|
|
* Work
|
|
* School
|
|
* Personal
|
|
* Set priorities
|
|
* Low
|
|
* Medium
|
|
* High
|
|
* Filter tasks
|
|
* Add tasks to phones calendar
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/JamesFrost/SimpleDo
|
|
|
|
Builds:
|
|
- versionName: 1.1.2
|
|
versionCode: 3
|
|
commit: 343495edeb529845f0c95fa9800c63fe190c40af
|
|
srclibs:
|
|
- JodaTime@v2.5
|
|
rm:
|
|
- out
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
prebuild:
|
|
- pushd $$JodaTime$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- mkdir -p libs
|
|
- cp $$JodaTime$$/target/*.jar libs/
|
|
|
|
- versionName: 1.2.0
|
|
versionCode: 4
|
|
commit: v1.2.0
|
|
srclibs:
|
|
- JodaTime@v2.5
|
|
rm:
|
|
- out
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
prebuild:
|
|
- pushd $$JodaTime$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- mkdir -p libs
|
|
- cp $$JodaTime$$/target/*.jar libs/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.2.0
|
|
CurrentVersionCode: 4
|