Mirror of Tasks App for Android
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Tim Su 349e50c6c4 Updates to the locale receiver so that notification only occurs for tags with visible and active tasks, and the last notification time is recorded.
Adding "synchronized" to the onOpen calls for all the controllers to avoid a race condition where the database would get opened from two different threads, get created in one, and while in the process of creation, get queried from the other thread.
16 years ago
.settings Removed unused code, added display for tasks synchronized on remote server, updated translations. 16 years ago
lib Added Flurry to track application usage statistics. Creating various logging points for errors and events, including creating, editing, postponing, completing tasks, synchronization, notifications. 16 years ago
res Fixed up hints for task edit page, fixed broken about_translators resource. 16 years ago
src/com Updates to the locale receiver so that notification only occurs for tags with visible and active tasks, and the last notification time is recorded. 16 years ago
translations Added translation templates from strings and arrays files. 16 years ago
.classpath Added Flurry to track application usage statistics. Creating various logging points for errors and events, including creating, editing, postponing, completing tasks, synchronization, notifications. 16 years ago
.project Edited classpath and removed some unnecessary jars, all in effort to build against 1.5. 16 years ago
AndroidManifest.xml Added Flurry to track application usage statistics. Creating various logging points for errors and events, including creating, editing, postponing, completing tasks, synchronization, notifications. 16 years ago
bzrtogit.sh Initial directory structure. 16 years ago
default.properties Removed unused code, added display for tasks synchronized on remote server, updated translations. 16 years ago