!update ifixit: one error

This commit is contained in:
David Black 2013-01-25 16:17:24 +00:00
parent 163e6f0c7f
commit 5b366f82e7
2 changed files with 11 additions and 8 deletions

View file

@ -4,25 +4,21 @@ Web Site:https://github.com/budowski/budoist/
Source Code:https://github.com/budowski/budoist Source Code:https://github.com/budowski/budoist
Issue Tracker:https://github.com/budowski/budoist/issues Issue Tracker:https://github.com/budowski/budoist/issues
Summary:Todoist.com client Summary:Task management
Description: Description:
[todoist.com Todoist.com] offers task management that is accessible via this app, the website or Unofficial todoist.com (todo list management website) client. Neither
desktop brower plugins on a freemium basis. It is possible to create an account quickly the official apps nor the server are FOSS.
within the app if you just want to try it out. This app is an unnofficial client and the official apps
are not FOSS.
* Offline support (syncs with Todoist servers) * Offline support (syncs with Todoist servers)
* Filter by projects, labels and queries * Filter by projects, labels and queries
* Sort items by due date * Sort items by due date
* View and edit notes * View and edit notes and labels
* Edit labels
* View completed items as well * View completed items as well
* Backup & restore Todoist data frequently * Backup & restore Todoist data frequently
* Many options for initial view (last used label/project, specific label/project, and many more) * 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!") * 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 * 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) * Support for uncompletable tasks (tasks with an asterisk at the beginning)
* Todoist looks & feels
. .
Repo Type:git Repo Type:git

View file

@ -26,6 +26,13 @@ srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\
rm -f libs/* && echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\ rm -f libs/* && echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\
update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;../ActionBarSherlock/library;\ update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;../ActionBarSherlock/library;\
../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/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 Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags