Commit Graph

4580 Commits (31830a018026a35bbdaf24cb4e38d6d220b155be)
 

Author SHA1 Message Date
Sam Bosley c6d51d3aa5 AB test for drag and drop 12 years ago
Sam Bosley a99998c323 Check for non-null activity when showing sort options 12 years ago
Sam Bosley ff5d592785 Got rid of DisposableTaskListFragment, it was causing crashes :( 12 years ago
Sam Bosley f6be6998cc Added a forgot password link to the sign in screen 12 years ago
Sam Bosley aad8ebbc98 Minor refactor and bugfix to subtasks 12 years ago
Sam Bosley ded2f5d674 Merge remote-tracking branch 'origin/121105_sb_sync_subtasks' 12 years ago
Sam Bosley 65809dc2cc Don't try to autosync tags when not logged in 12 years ago
Sam Bosley 1cdf9ea8b0 Fixed an error; push order queue doesn't need to be blocking 12 years ago
Sam Bosley c6600c536f Threadsafe version of syncing manual ordering, delay before sync in case many changes are occurring 12 years ago
Sam Bosley 6e1352e3c9 Naive syncing of list order is working 12 years ago
Sam Bosley d17ea10617 Make sure the server provided ordering has the root element before processing 12 years ago
Sam Bosley 575bc4b135 Added unit tests for subtasks helper functions 12 years ago
Sam Bosley a0d7ac427c Fix some issues and remove unecessary code 12 years ago
Sam Bosley cbd2d92c0e Convert to local ordering before saving during sync 12 years ago
Sam Bosley 3fb5c150c9 Save ordering obtained from task_list result 12 years ago
Sam Bosley 60ba37662d Don't give up on the entire hierarchy when remapping tree ids--just deindent children if an id isn't found 12 years ago
Sam Bosley 7130547bef Wrote some helper functions to convert subtask trees between local and remote ids (could be useful for syncing) 12 years ago
Sam Bosley 0ad805648f Implemented a more concise serialization scheme for subtasks 12 years ago
Sam Bosley 49fad99bd2 Temporarily disable calendar reminders for Android 2.1 users 12 years ago
Sam Bosley c0e0a27c18 Report statistic for premium page viewed 12 years ago
Sam Bosley 9a0a1ab6c9 AB test the social reminders 12 years ago
Sam Bosley 80ec3cbe17 Add faces of people shared with to reminders 12 years ago
Sam Bosley 360445034a Merge branch 'subtasks_performance' 12 years ago
Sam Bosley c18cc937b0 Catch a runtime exception ('System server dead') the system would sometimes throw in the widget 12 years ago
Sam Bosley 8ed2046c4f Removed a println 12 years ago
Sam Bosley ec576dc568 Fixed an ordering bug in subtasks migration 12 years ago
Sam Bosley 7560421141 Fixed a bug with subtasks tag view not working when tasks were added 12 years ago
Sam Bosley 4d7aa95ea2 Reflect manual ordering in widgets 12 years ago
Sam Bosley d09987bbfd Restart launching activity after upgrade 12 years ago
Sam Bosley ea1b213385 Clear metadata when reading indent 12 years ago
Sam Bosley b5ad7136bf Check if indent property exists 12 years ago
Sam Bosley 272ded7d28 Upgrade activity needs to be public 12 years ago
Sam Bosley 688f9053a4 If a migration is required, launch a separate activity to deal with it 12 years ago
Sam Bosley e5ff5188eb Advanced subtasks migration tests 12 years ago
Sam Bosley 4146038c77 Wrote test for subtasks migration 12 years ago
Sam Bosley b230e45491 Clear subtasks order pref during subtasks test setup 12 years ago
Sam Bosley 4cc3838d03 Rewrote subtasks moving tests for the new subtasks scheme 12 years ago
Sam Bosley cb5c89fece Don't allow moving parent into children 12 years ago
Sam Bosley dd30cc59dd First draft at a subtasks metadata migration 12 years ago
Sam Bosley e6d45aecba Fixed a bug where moving to the end of a list wouldn't update the indentation correctly 12 years ago
Sam Bosley 7388399552 Refactored and renamed things to support legacy metadata ordered lists for gtasks 12 years ago
Sam Bosley a59abccdf1 Update the in memory tree model when adding tasks 12 years ago
Sam Bosley 6c9f1c1a09 Don't ever need to serialize tree from filter, the verification will take care of it 12 years ago
Sam Bosley 113e671550 Verify tree model by checking for missing tasks on initialization 12 years ago
Sam Bosley df36dcc808 Updater should save tree state on change 12 years ago
Sam Bosley 9a5a6afd3e Default value for tag ordering property, killed dead code 12 years ago
Sam Bosley 64e2b7bc14 Refactor some indent logic 12 years ago
Sam Bosley 8ec79a2eb9 Fixed bugs with deleting a task messing up indent model 12 years ago
Sam Bosley fe79994c6a Fixed bugs relating to indentation and list refreshing 12 years ago
Sam Bosley 4c7139a7ce Killed a println 12 years ago