Commit Graph

89 Commits (4563167ae8980be44c62c87f53bebe10583b947b)

Author SHA1 Message Date
Sam Bosley 6060b21757 Fixed a bug in StringProperty.in(String[]) that makes hiding emergent tags work 13 years ago
Sam Bosley ea322ea941 Fixed a bug in shortcut handling, which incidentally solves our most common crash 13 years ago
Sam Bosley 7f57679469 Added service and invoker for reporting analytics data 13 years ago
Sam Bosley c7e18592a6 Added methods for creating data points to the abtesteventdao 13 years ago
Sam Bosley fec9d72bea Fixed a display bug with the appearance of task due dates due today 13 years ago
Sam Bosley e2b51f072a Use tablet layout for google tvs 13 years ago
Tim Su 288a558ebe Really minor cleanup for the awesome gtasks bug fixes 13 years ago
Sam Bosley c44b884f3a Refactored transitory preservation to be structured better 13 years ago
Sam Bosley 982d9b1e0a Can't use keySet on ContentValues 13 years ago
Sam Bosley 551542e8a7 Retain transitories across the api dao/content resolver boundary 13 years ago
Sam Bosley 5d87de12d9 Cleanup and better code 13 years ago
Sam Bosley 50db04ffd6 Migrate handling of due times, take two 13 years ago
Sam Bosley cdeaf16ea8 Refactored some receiver unregistering to prevent leaks and crashes 13 years ago
Sam Bosley 4e3ebbde05 Fixed bugs with icon themes on tablet, updated crittercism library 13 years ago
Sam Bosley c92693feef Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags 13 years ago
Sam Bosley 0d7f5b21b9 Use update instead of updateWithOnConflict--it caused an api level error and we want the abort semantics anyways 13 years ago
Tim Su cbe42c1532 Moved art to assets folder to get preserved by jjjenkins 13 years ago
Tim Su ff01ab795f Subtasks help page now looks cool and fits on one page 13 years ago
Tim Su df1e3cba8c Fix for SQL onconflict - specify FAIL. This fixes the default update's error because we don't use transactions. 13 years ago
Tim Su 04c92a3915 Made tag view stuff work together in tandem with subtasks 13 years ago
Tim Su 9cff87724e Merge remote-tracking branch 'origin/4.0' into 120220-st 13 years ago
Sam Bosley d3ce02dffc Introduce a nullable option for properties to fix errors where some long properties would return null instead of 0 13 years ago
Tim Su 57f3a70089 Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class 13 years ago
Sam Bosley 6c0ef54104 I broke abstractdatabase.insert. Fixed now 13 years ago
Sam Bosley 46f2ee2c2e Refactored Task.REMOTE_ID to be null when unset rather than 0. Also catch SQLiteConsistency exceptions and recover when inserting a task that already has that remote id. 13 years ago
Tim Su d9a0ff6b46 Removd printline and unneeded suppress warning 13 years ago
Tim Su 772e90fa56 Add gzip to outgoing requests. According to my benchmarks it has a very small effect. 13 years ago
Andrew Shaw 99a8a73638 Task rabbit views 13 years ago
Tim Su be714da510 Got amazon search working 13 years ago
Sam Bosley 5658f820de Alert popup for when magic has happened via quickadd markup 13 years ago
Sam Bosley 05018ec901 Merge remote-tracking branch 'upstream/120120_as_new_task_icons' into 4.0 13 years ago
Sam Bosley b281f48aef Popup for tag settings activity 13 years ago
Andrew Shaw 0d56cc8c83 Task rows no longer have repeat details and shortened the due date string 13 years ago
Tim Su 6f6956dcd8 Merge branch 'master' into 4.0
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/project.properties
	astrid/res/drawable-hdpi/widget_frame.png
	astrid/res/drawable-land-hdpi/widget_frame.png
	astrid/res/drawable-land/widget_frame.png
	astrid/res/drawable/widget_frame.png
	astrid/res/layout/task_list_activity.xml
	astrid/src/com/todoroo/astrid/activity/FilterListActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	greendroid/GreenDroid/.classpath
13 years ago
Arne Jans 45635f22ec Fixed the loginpage and actfmaloginactivity for landscape 13 years ago
Tim Su 85eda2a62d Added new progress bar to task list activity, now using it to sync task list activity 13 years ago
Arne Jans 6511d7e594 merged master into unifiedtabletphone-ui
fixed NotificationActivity to be shown, also for landscape
13 years ago
Sam Bosley aead7c1039 Added a bitwise and sql function, updated the check for emergent tags accordingly 13 years ago
Sam Bosley eb97c51fd1 Added a gte sql function, look for emergent shared list after assigning a task 13 years ago
Sam Bosley 04f0b617b0 Don't show toast on new user login, fixed keyboard bug on new user login 13 years ago
Arne Jans 28a339467f Merge branch 'master' into unifiedtabletphone-ui
Conflicts:
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskEditActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
13 years ago
Tim Su 759b05053d Killed dead code, fixed issues with user assignment 13 years ago
Tim Su d77e7da5b6 Re-write and fix user id 13 years ago
Arne Jans 27010eb6cd Merge branch 'master' into unifiedtabletphone-ui
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/src/com/todoroo/astrid/activity/FilterListActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskEditActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	astrid/src/com/todoroo/astrid/welcome/SplashScreenLauncher.java
	astrid/src/com/todoroo/astrid/welcome/WelcomeGraphic.java
13 years ago
Sam Bosley 95bd8210c8 Updated dialog utilities function for custom dialog to include icon 13 years ago
Arne Jans 84ade762cc Added method-comment to AndroidUtilities.callOverridePendingTransition 13 years ago
Arne Jans 58181c2769 Added convenience-method for overridePendingTransition in AndroidUtilities for typesafety (calling it with fragments is bad). 13 years ago
Sam Bosley c0dad1c969 Fixed a bug that ommitted booleans from serializing content values or bundles to string in AndroidUtilities 13 years ago
Sam Bosley 4cd6321fa3 More progress on calendar picker
New and awesome date and time picker for deadlines, alarms, etc.
13 years ago
Sam Bosley 5f8dd36db5 Added some helper functions for filtering 13 years ago