fix up org.dmfs.tasks
This commit is contained in:
parent
1b83b1f227
commit
a993da8837
|
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:NonFreeAdd
|
||||||
Category:Office
|
Category:Office
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:https://github.com/dmfs/tasks#tasks
|
Web Site:https://github.com/dmfs/tasks#tasks
|
||||||
|
|
@ -5,16 +6,27 @@ Source Code:https://github.com/dmfs/tasks
|
||||||
Issue Tracker:https://github.com/dmfs/tasks/issues
|
Issue Tracker:https://github.com/dmfs/tasks/issues
|
||||||
|
|
||||||
Auto Name:Tasks
|
Auto Name:Tasks
|
||||||
Summary:Tasks synchronizable with CalDAV
|
Summary:Keep track of your list of goals
|
||||||
Description:
|
Description:
|
||||||
A simple Task App for Android that can synchronize tasks using CalDAV.
|
A simple task manager app, allowing you to categorise your todo list by
|
||||||
|
urgency, state, timeframe etc.
|
||||||
|
It is supposed to synchronise to a CalDAV server but this only works via
|
||||||
|
the author's proprietary app.
|
||||||
|
There isn't an option to export the data: therefore you must archive
|
||||||
|
/data/app/org.dmfs.tasks as root; or use adb backup if you are on Android 4.
|
||||||
|
|
||||||
|
Anti-feature: Non-free addons. Your data can't be synchronised or exported
|
||||||
|
unless you install another, proprietary app.
|
||||||
|
|
||||||
|
Status: Beta.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/dmfs/tasks.git
|
Repo:https://github.com/dmfs/tasks.git
|
||||||
|
|
||||||
Build Version:1.0.3,10,!needs further testing f9d88f8280,extlibs=android/android-support-v4.jar,srclibs=task-provider@4b402e7118,\
|
Build Version:1.0.3,10,f9d88f8280,extlibs=android/android-support-v4.jar,\
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$task-provider$$@' project.properties
|
srclibs=task-provider@4b402e7118,prebuild=\
|
||||||
|
sed -i 's@\(reference.1=\).*@\1$$task-provider$$@' project.properties
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue