!update ifixit: one error
This commit is contained in:
parent
163e6f0c7f
commit
5b366f82e7
|
@ -4,25 +4,21 @@ Web Site:https://github.com/budowski/budoist/
|
|||
Source Code:https://github.com/budowski/budoist
|
||||
Issue Tracker:https://github.com/budowski/budoist/issues
|
||||
|
||||
Summary:Todoist.com client
|
||||
Summary:Task management
|
||||
Description:
|
||||
[todoist.com Todoist.com] offers task management that is accessible via this app, the website or
|
||||
desktop brower plugins on a freemium basis. It is possible to create an account quickly
|
||||
within the app if you just want to try it out. This app is an unnofficial client and the official apps
|
||||
are not FOSS.
|
||||
Unofficial todoist.com (todo list management website) client. Neither
|
||||
the official apps nor the server are FOSS.
|
||||
|
||||
* Offline support (syncs with Todoist servers)
|
||||
* Filter by projects, labels and queries
|
||||
* Sort items by due date
|
||||
* View and edit notes
|
||||
* Edit labels
|
||||
* View and edit notes and labels
|
||||
* View completed items as well
|
||||
* Backup & restore Todoist data frequently
|
||||
* Many options for initial view (last used label/project, specific label/project, and many more)
|
||||
* Todoist text formatting for projects/items/notes (e.g. "my %(b)bold% item!")
|
||||
* Phone numbers, email and website addresses in items and notes are turned into clickable links
|
||||
* Support for uncompletable tasks (tasks with an asterisk at the beginning)
|
||||
* Todoist looks & feels
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -26,6 +26,13 @@ srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\
|
|||
rm -f libs/* && echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\
|
||||
update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;../ActionBarSherlock/library;\
|
||||
../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/library
|
||||
Build Version:1.2.3,11,!one error v1.2.3,submodules=yes,\
|
||||
srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\
|
||||
rm libs/libGoogleAnalytics.jar && mvn clean package -f ../http-request/lib/pom.xml && \
|
||||
mv ../http-request/lib/target/http-request-3.1-SNAPSHOT.jar libs/ && \
|
||||
echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\
|
||||
update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;\
|
||||
../ActionBarSherlock/library;../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/library
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue