Commit Graph

3481 Commits (961a4a0d353738bdae3816375c641dd24d9c13ab)

Author SHA1 Message Date
sbosley 94d0e30918 Merge pull request #207 from sbosley/121119_sb_getlocalization
GetLocalization tools
12 years ago
Sam Bosley 8e6c38aad7 Fixed broken format strings in chinese 12 years ago
Sam Bosley 1d035a76f9 Version bump and upgrade message 12 years ago
Sam Bosley 5439eacfd0 Fixed a couple broken format strings 12 years ago
Sam Bosley 03a2fbe71d Removed all english strings from all other language files 12 years ago
Sam Bosley 6cf2fbed2a Fixed a couple mismatched format strings 12 years ago
Sam Bosley a8b2b13d41 a2po import 12 years ago
Sam Bosley 3407e00e62 Updated .po files from launchpad import 12 years ago
Sam Bosley 14ff55969b Fixed a rare crash in reminder dialog 12 years ago
Sam Bosley cf488a9763 Fixed a few null pointer crashes with the latest build 12 years ago
Sam Bosley 828f4ad1a6 Revert "Minor polish to user images when transparency exists"
This reverts commit e1cfafcd63.
12 years ago
Sam Bosley e1cfafcd63 Minor polish to user images when transparency exists 12 years ago
Sam Bosley bbbc863b61 Slight improvement to upgrade activity 12 years ago
Sam Bosley 731c23e9b4 Don't allow the upgrade activity to be backed out of 12 years ago
Sam Bosley ca2b378f88 Version name and upgrade message 12 years ago
Sam Bosley 166c143747 Finalize some ab tests 12 years ago
Sam Bosley 8ed243ed67 Resolved more issues with gtasks fragments 12 years ago
Sam Bosley ccf9cd8d34 Fixed a couple subtasks related crashes for google tasks fragments 12 years ago
Sam Bosley b9c74720a3 Don't allow random exceptions to crash the phone state receiver 12 years ago
Sam Bosley 0fc7ca851d Reordered things in the TaskAdapter constructor to catch random rare exceptions thrown by fragment.getResources() 12 years ago
Sam Bosley df9f6d515b Fixed a null pointer exception that could get thrown in the subtasks metadata migration when bad data was in the database 12 years ago
Sam Bosley d24b71c5aa Check for potential null pointers in ActFmLoginActivity 12 years ago
Sam Bosley 0648db2026 Make the TouchListView descend from our error catching list view 12 years ago
Sam Bosley 0ab32b9d58 Introduce an ErrorCatchingListView to fix a pre-ICS ListView bug (see http://stackoverflow.com/questions/12473625/nullpointerexception-at-android-widget-abslistview-contentfitsabslistview-java) 12 years ago
Sam Bosley b2ecdf4c65 Sync tag orderings after metadata migration 12 years ago
Sam Bosley dc2c37edaf Some improvements to tag order syncing, better timing to ensure most accurate data pushed 12 years ago
Sam Bosley 5c39dc55d3 When syncing a list, if its order exists in the ordering queue, push it immediately 12 years ago
Sam Bosley 9460610837 Stupid omission is stupid 12 years ago
Sam Bosley 6938478558 More powerful list order validation, fixes some bugs when weird hierarchies may exist 12 years ago
Sam Bosley 384ae65d25 Fixed a bug where sometimes sync would be perpetually ongoing, blocking sync on save. This is tragic 12 years ago
Sam Bosley 61d080bcc4 Fetching list order requires token 12 years ago
Sam Bosley 9b4622db70 Swap the date and time picker layout to fit more on the screen 12 years ago
Sam Bosley 505e591a2d Minor changes to list order api call 12 years ago
Sam Bosley 8687e3e192 Some tweaks to subtasks sync, hopefully resolves some timing issues 12 years ago
Sam Bosley db4266e80c Fixed a ui refresh bug when syncing task comments 12 years ago
Sam Bosley 4865a7dedf AB test default edit tab 12 years ago
Sam Bosley 12de9f9949 Fixed minor ui bug with default tab height 12 years ago
Sam Bosley 758e4adb8a Make the details tab the default on the edit screen 12 years ago
Sam Bosley d13f76f4f2 Fixed a potential null pointer when showing comments 12 years ago
Sam Bosley 374a0daf07 Report statistic for featured list cloned 12 years ago
Sam Bosley 5de1f6e2a0 Handle the case when subtasks are repeating 12 years ago
Sam Bosley 49b4f943cf Real ab test probs 12 years ago
Sam Bosley eab34ae7fa Fixed some layout oddities with the draggable task adapter 12 years ago
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 4146038c77 Wrote test for subtasks migration 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
Sam Bosley 5ed0555280 Manual ordering seems to be sort of working, bugs may still exist 12 years ago
Sam Bosley 13d85be8e8 Make all subtasks fragments compile using the new helper classes (untested) 12 years ago
Sam Bosley 029e5450ab Implement move to end of list, get task indent from node 12 years ago
Sam Bosley 01ca8189f1 Implemented function to traverse list tree and output an ordered id list 12 years ago
Sam Bosley fb21f68b84 Implemented move in the new ordered list updater 12 years ago
Sam Bosley fa5739f499 Started implementing in-memory management of sort and subtasks 12 years ago
Sam Bosley 53d6c2387d Refactored some of arne's code for adding assignees to a list, fixed the ui refresh issue 12 years ago
Arne Jans e349349e7e Preliminary support for asking about adding a user to a list, if the user
is assigned by email and not in the list-members.
The GUI (memberlist in TagViewFragment) is not updating, though, so the new user isn't reflected yet.
12 years ago
Sam Bosley a0c31d4052 Fixed typo in upgrade message 12 years ago