Commit Graph

4420 Commits (557c16062b02e886702a73630aa99a32584013d1)

Author SHA1 Message Date
Sam Bosley 58c862103d Removed an unused field 12 years ago
Sam Bosley 5bfd9f7b61 Undo all changes to Update class; it's been deprecated and needs to be the same as it used to be for legacy reasons 12 years ago
Sam Bosley 701bd6f79b Fixed a type issue in tag last synced dates 12 years ago
Sam Bosley fdb6ddc62f Fixed several bugs that were throwing exceptions in attachments migration 12 years ago
Sam Bosley 0e898a2607 Started working on a way to record tag_added outstanding entries for tasks that need it in the migration 12 years ago
Sam Bosley 510ade7311 Look at last sync date when deciding when to record tag outstanding entries during migration 12 years ago
Sam Bosley 7ff1890285 Look at last sync date when deciding when to record task outstanding entries during migration 12 years ago
Sam Bosley 416d6076de Deprecated emergent tags, delete them from the database on migration 12 years ago
Sam Bosley a53474844c Fixed the task attachment join in the task adapter 12 years ago
Sam Bosley 37551dfc06 Probably don't want to throw an exeption in the DoubleCheck constructor. It'll never get called, but it would be sad if the server started sending things that crashed old clients 12 years ago
Sam Bosley 551df209cb Merge remote-tracking branch 'upstream/master' into 130122_sb_new_sync 12 years ago
Sam Bosley ab2057b0e6 Updated ip address of localhost 12 years ago
Sam Bosley dd6a3fa98c Directly populate filters on demand using the same logic as the old BladeFilterReceiver. Fixes bugs where there could be long delays in populating the list of lists 12 years ago
Sam Bosley 6a5296f72c Removed all the old unused update strings from the project 12 years ago
Sam Bosley 1ac305433c Fixed a bug and unit tests with subtasks serialization 12 years ago
Sam Bosley 4bde104157 Make sure google auth token is valid before using it 12 years ago
Sam Bosley ee0b5ddae4 Merge remote-tracking branch 'origin/130208_sb_task_attachments' into 130122_sb_new_sync 12 years ago
Sam Bosley b995f6dbbe Fixed file uploading (use JSON instead of string), make sure that EditNoteActivity has Task.PUSHED_AT 12 years ago
Sam Bosley ad7a2296a2 New tags in TagSettingsActivity need a uuid for default images 12 years ago
Sam Bosley 6bc7fedfe6 Use uuid for default tag images instead of titles 12 years ago
Sam Bosley 49507146c5 Fixed several bugs/missing pieces that were preventing task attachments from syncing 12 years ago
Sam Bosley dd96750138 Record file attachment outstanding entries and report them using special ChangesHappened logic 12 years ago
Sam Bosley 3e953d34df Wrote a migration from FileMetadata to TaskAttachment 12 years ago
Sam Bosley bce73a1d1d Deprecated and removed unecessary fields from FileMetadata 12 years ago
Sam Bosley 2f98b8d308 Removed and updated all references to FileMetadata to use new TaskAttachment 12 years ago
Sam Bosley abc741b293 Forgot to add dao files 12 years ago
Sam Bosley f3d7b1958c Added all the boilerplate for task attachments--outstanding daos, integration with messages, etc. 12 years ago
Sam Bosley 88d5e73d32 Added TaskAttachment data model 12 years ago
Sam Bosley 71a14e78fd Only enqueue changes happened messages if actual outstanding entries were recording. This could fix a bug where the queue would get filled up with pointless messages 12 years ago
Sam Bosley 494a8ec371 Fixed a bug when creating urls 12 years ago
Sam Bosley 1849dd755a Fixed some bugs with creating signatures in ActFmInvoker 12 years ago
Sam Bosley 15ac0f3d57 Compute signature for sync api requests correctly 12 years ago
Sam Bosley a2a3171550 Don't record changeshappened for featured lists 12 years ago
Sam Bosley dc17cd2fc8 Killed more dead code 12 years ago
Sam Bosley cbaf9b34ac ActFmDataService doesn't need to exist anymore 12 years ago
Sam Bosley 0249e71ba5 Removed a bunch of dead code from ActFmSyncService 12 years ago
Sam Bosley 7d33251a26 Implement timeForBackgroundSync(), fixed some synchronization bugs on sync thread, cleaned up a bunch of dead code from old sync service 12 years ago
Sam Bosley c3117d08bf Fixed task edit page checkbox appearance bug 12 years ago
Sam Bosley 9f8937b922 Run CommentsFragment refresh callbacks on the ui thread 12 years ago
Sam Bosley b5562dd71b Do a BriefMe for users as a part of general sync 12 years ago
Sam Bosley 2e4a941530 Reimplemented friend connection tracking under new sync 12 years ago
Sam Bosley 45f697fd1b Send a number for history modified_after param 12 years ago
Sam Bosley 93fba4a652 Added default values to History, fixed a bug 12 years ago
Sam Bosley ac6a3d2328 Synchronize comment/history fetch callbacks 12 years ago
Sam Bosley f43a318f1e Sync history and comments in both comment fragments 12 years ago
Sam Bosley 446436b2bb Fetch task history in EditNoteActivity 12 years ago
Sam Bosley c1c1323b07 Add a tag data column for keeping track of history fetch times 12 years ago
Sam Bosley 44bd887dfb Use the same kind of union query for EditNoteActivity that we do for TaskCommentsFragment 12 years ago
Sam Bosley d64b978289 Display tag_added/removed history (will work once server sends the hash including name) 12 years ago
Sam Bosley b4e6408de2 Join with the users table to display who made each history entry 12 years ago
Sam Bosley 31507eee84 Implemented history display repeat logic 12 years ago
Sam Bosley 31830a0180 Fixed display of completed/deleted history items 12 years ago
Sam Bosley 3b17167bd8 Fixed some history display bugs 12 years ago
Sam Bosley 52d0ed4302 Several more history displays 12 years ago
Sam Bosley 54ad0d8512 Implemented several more display strings 12 years ago
Sam Bosley 60f7f816c2 Added a list of column names we expect to see in history, started building skeleton of real display logic 12 years ago
Sam Bosley 7833916490 Store task titles in history models, save users the history api tells us about 12 years ago
Sam Bosley e598320683 History uuid should be a string, for uniqueness sake 12 years ago
Sam Bosley 73a2b5ac4f Several changes to history model, bug fixes to FetchHistory, and placeholder display of history in UpdateAdapter to prove it works. It's pretty legit. 12 years ago
Sam Bosley 52f1631049 Added an object to encapsulate fetching history 12 years ago
Sam Bosley 336ec485b3 Apply correct user join and union with history table to task comments fragment 12 years ago
Sam Bosley 009a6420cc Added ability to do union queries, started refactoring UpdateAdapter to expect either UserActivity or History 12 years ago
Sam Bosley 9d8ee61b0b Create the history table for new users 12 years ago
Sam Bosley 35a44428c5 Don't use a flag for indicating ongoing sync migration. Reading it from a preference fixes an issue where the sync thread could run before the migration had started 12 years ago
Sam Bosley 7664049f7e Don't allow sync callbacks to crash the sync thread 12 years ago
Sam Bosley 5b200ec849 Use a map from messages to callbacks instead of two parallel queues. This should resolve some timing bugs--callbacks will only be called in the same loop that their message ocurrs 12 years ago
Sam Bosley 1bb70597e2 Updated ip address 12 years ago
Sam Bosley 89402d7782 Added History model properties to NameMaps 12 years ago
Sam Bosley e51cdb80de Implement a cloneAs method for properties to make aliasing for joins easier, use it in TaskAdapter and UpdateAdapter 12 years ago
Sam Bosley f6e33e38dd Fixed a bug when resolving uuid conflicts in make changes, refactored some JSON-to-model code into static helper methods for future use 12 years ago
Sam Bosley 2e8639d252 Added history model and dao 12 years ago
Sam Bosley 80b57c66a0 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 8c2c74b26b Update GCMIntentService to use new sync messaging 12 years ago
Sam Bosley 035019368c Switch to newly created list after save 12 years ago
Sam Bosley 8b78095821 timeForBackgroundSync() should have additional conditions besides just whether or not migration is ongoing 12 years ago
Sam Bosley 4247b89ed0 Use a flag to indicate that sync migration is ongoing 12 years ago
Sam Bosley a4db2d0085 Don't signal migration success with a preference--find a better solution 12 years ago
Sam Bosley d488f11e7d Version bump and upgrade message 12 years ago
Sam Bosley df5e854ae9 Removed debug prints 12 years ago
Sam Bosley 16a9f53311 MetadataDao should fail transaction if information for the outstanding tables is missing and log the error 12 years ago
Sam Bosley 5713d37046 Don't allow sync thread to do anything if migration hasn't occurred yet 12 years ago
Sam Bosley 11565ba9b9 Fixed bugs with sync migrator test 12 years ago
Sam Bosley 4302475e95 Read user properties (including pictures) correctly from the activity/users join query. This fixes a lot of UpdateAdapter display bugs 12 years ago
Sam Bosley 10b2ce40f6 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley a191063395 Remove title only ab test 12 years ago
Sam Bosley 8d491c5ad5 Remove date shortcuts test and edit box style test 12 years ago
Sam Bosley ea6335c17f Revert "Added MD5 library for testing alternative implementation"
This reverts commit df5d9e25af.
12 years ago
Sam Bosley 225ae663cd Revert "Remove all references to DigestUtils, replace with references to new MD5 code"
This reverts commit d97d5e6e78.
12 years ago
Sam Bosley ac0a1eda07 Fixed subtasks type parsing and conversion between local and remote trees. Should have the correct helpers now when we start syncing subtasks under sync v2 12 years ago
Sam Bosley 95af2428ef Handle UUID collisions in MakeChanges 12 years ago
Sam Bosley 0cefd012cc Try and decode bitmap from JSON when url not present for tag images and comment images 12 years ago
Sam Bosley 16a411bdfa Show people menu item when changes made to users table 12 years ago
Sam Bosley 1b49988500 Added the autosync intervals back in--autosync (i.e. automatic BriefMe) for a particular model will happen no more than ever 30 minutes 12 years ago
Sam Bosley c1bbcdc766 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley d97d5e6e78 Remove all references to DigestUtils, replace with references to new MD5 code 12 years ago
Sam Bosley df5d9e25af Added MD5 library for testing alternative implementation 12 years ago
Sam Bosley 5fecc800c9 PluginServices instance should be volatile for double checked locking 12 years ago
Sam Bosley 7f019c80dc Reimplemented tag membership checking when assigning tasks 12 years ago
Sam Bosley d1ec539a15 Drop users with no uuid during migration 12 years ago
Sam Bosley 1f5dc859a5 Cleaned up EditNoteActivity, refresh after sync 12 years ago
Sam Bosley 846968cc2a Removed some dead code 12 years ago
Sam Bosley 5409912b0d Wrote migration for task comments created offline. Other comments will be restored on sync 12 years ago
Sam Bosley 74dd1b3075 Deprecated and removed some references to User.EMAIL 12 years ago
Sam Bosley b2daa373b0 ReloadData in PersonViewFragment 12 years ago
Sam Bosley 7d6e025335 Send changes to PICTURE columns as actual JSON objects, not strings 12 years ago
Sam Bosley 19a99e6603 Removed unused SuppressWarnings 12 years ago
Sam Bosley 6947d411fd Fixed typo preventing Debug messages 12 years ago
Sam Bosley 17fdb0520e Don't report changes for uneditable UserActivity columns 12 years ago
Sam Bosley 3e1c722280 Several minor fixes to sync callbacks, ui fixes to TagViewFragment 12 years ago
Sam Bosley 89709ab71f Experimental scheme for passing callback functions with sync messages, to be run at the end of a loop 12 years ago
Sam Bosley 29d10a6003 Renamed some arguments in NameMaps to make things a little more sensical 12 years ago
Sam Bosley 4901e83765 Removed references to pushed_at columns in NameMaps 12 years ago
Sam Bosley 9e64858c8f Never write pushed_at value in MakeChanges 12 years ago
Sam Bosley 1e9839b4b6 Implement NowBriefed message 12 years ago
Sam Bosley 0f4b94011b Fixed some queries to use deletion_date correctly, enqueue changes happened when tags or members added to metadata tables 12 years ago
Sam Bosley f010730549 Fixed several minor errors creating/processing tag member links 12 years ago
Sam Bosley 4588748ada Implemented synchronizing tag member metadata, minor fixes to ChangesHappened 12 years ago
Sam Bosley cb21c10b1d Implemented UserData message, send created_at for each change 12 years ago
Sam Bosley 4a03d185e5 Removed Task.USER_EMAIL column--just send emails in the user_id column 12 years ago
Sam Bosley 9853d90948 Added ability to upload pictures with comments and tags 12 years ago
Tim Su aa176785a8 update new url for pre.astrid-dev 12 years ago
Sam Bosley dd957f773c Fixed a typo in NameMaps 12 years ago
Sam Bosley ddd029fc32 Fixed errors joining with users table for images 12 years ago
Sam Bosley 0ff8772a94 Fixed some typos 12 years ago
Sam Bosley 719380253a Wire up user activity messages to the sync thread 12 years ago
Sam Bosley e9f8d1f4f8 Code cleanup, fixes to displaying user name in comments 12 years ago
Sam Bosley 8125d79f71 First pass at reimplementation of UpdateAdapter 12 years ago
Sam Bosley cc0fcf95ef Removed several more references to Update model 12 years ago
Sam Bosley bf6af525a6 Removed several references to Update model 12 years ago
Sam Bosley d2e9b1407b Introduced a new UserActivity table to replace the old Update table. It will be easier to just migrate and deprecate the Update table 12 years ago
Sam Bosley 0857e89818 Record outstanding entries for unsynced models in the migration 12 years ago
Sam Bosley 9079309539 Try reusing old remoteId property as the new uuid property by recasting it as a string 12 years ago
Sam Bosley f9d595b3e7 Show list members by email in tag view fragment 12 years ago
Sam Bosley c45d70021b Implement join with the users table for showing user images in the task adapter 12 years ago
Sam Bosley baa05dfb46 Removed several references to TagData.MEMBERS in TagSettingsActivity. Still need to figure out how to detect member added/removed 12 years ago
Sam Bosley db1610970e Remove reference to TagData.MEMBERS in CalendarAlarmListCreator and ReminderDialog 12 years ago
Sam Bosley b4977f5064 Infrastructure for recording outstanding entries for tag member added/removed 12 years ago
Sam Bosley b1d255c8d7 Construct members gallery using users join query 12 years ago
Sam Bosley 1dd8346954 Added TagData.PICTURE to name mappings 12 years ago
Sam Bosley 360f75df7d Updated several references to picture properties to read from picture jsons 12 years ago
Sam Bosley c88d8f455b Fixed several bugs with assigning tasks 12 years ago
Sam Bosley b8476ca5b8 Cleaned up final references to Task.USER 12 years ago
Sam Bosley 6b458a501b Implemented create and delete member links for sync 12 years ago
Sam Bosley 26e6e13b16 Infrastructure for adding/removing members to tags during sync 12 years ago
Sam Bosley f3cced5d02 Added a tag metadata table for things like tag to user join table 12 years ago
Sam Bosley b1d32f61b4 Temporary restoration of reading tag data members as JSON in EditPeopleControlSet 12 years ago
Sam Bosley 16abc83b12 Removed or fixed most references to Task.USER 12 years ago
Sam Bosley 8c8300524e Fixed EditPeopleControlSet compilation errors (may not actually be working) 12 years ago
Sam Bosley 2127f81faf Fixed most other compilation errors related to user_id 12 years ago
Sam Bosley c7d7167763 Fixed several references to non-string userids 12 years ago
Sam Bosley 51bf8445e6 Deprecated the user json properties, clear some of them on sync 12 years ago
Sam Bosley b1ae98aec4 Removed all references to Task.SHARED_WITH 12 years ago
Sam Bosley 38bcd361f2 Cleaned up unused code 12 years ago
Sam Bosley 086b4c9f29 Load task actions on main thread, don't read notes into cursor 12 years ago
Sam Bosley 53698cdb02 Added task classification column 12 years ago
Sam Bosley 55a27edd91 Fixed rrule parsing issues 12 years ago
Sam Bosley a8d4df79f3 Moved the new sync migrator into a more sensical package 12 years ago
Sam Bosley 0a049e2bb6 Refactored ReplayOutstandingEntries to reference ActFmSyncThread for queueing 12 years ago
Sam Bosley 5de62890a6 Removed stray references to Task.FLAGS, which should not currently be necessary 12 years ago
Sam Bosley e30b71d416 Deprecated the repeat after completion flag 12 years ago
Sam Bosley b707c33742 Minor update to TagData name maps 12 years ago
Sam Bosley f6a4dc1376 Don't need TagMetadata.pushed_at 12 years ago
Sam Bosley 6bd6b82bac Refactored SyncDatabaseListener to use ActFmSyncThread.enqueueMessage 12 years ago
Sam Bosley 508f533e6d Instantiate ChangesHappened from outstanding tables anytime the sync thread is (re)started 12 years ago
Sam Bosley 2683e0b188 Log unparseable dates 12 years ago
Sam Bosley ca591d73e4 ReplayOutstandingEntries should add a ChangesHappened message to the queue if no errors occurred 12 years ago
Sam Bosley 1f7a937a98 Fixed some issues with tag_removed 12 years ago
Sam Bosley 0f417c97af Change default row style for easier debugging 12 years ago
Sam Bosley 987c34811e Added flag for suppressing outstanding entries when syncing tags 12 years ago
Sam Bosley 3b3e490823 First attempt at making tag_removed work 12 years ago
Sam Bosley 3b8c27af31 Update individual rows one by one when deleting tag links. Temporary solution so that recording outstanding entries for tag_removed will work 12 years ago
Sam Bosley 97067cb824 Don't create unecessary changeshappened messages 12 years ago
Sam Bosley abc66a7bb5 Refactor to prevent database locks 12 years ago
Sam Bosley fa87caffc8 Fixed bug/ANR when adding tags 12 years ago
Sam Bosley 3b39ae6238 Don't try to sync an empty payload 12 years ago
Sam Bosley 1529ba56b3 Added equality checking to ChangesHappened 12 years ago
Sam Bosley 7879d517b0 Refactored some client to server logic so that ChangesHappened doesn't have to do a bunch of expensive stuff on instantiation 12 years ago
Sam Bosley a2e897083e Fixed issues with writing tag_added or tag_removed to json in ChangesHappened 12 years ago
Sam Bosley 4456dfc143 Suppress outstanding entries when creating new tag links during sync 12 years ago
Sam Bosley 96b29c30bc Record task outstanding entries when tag added or removed 12 years ago
Sam Bosley a1007f2440 Added a convenience method for getting uuid from RemoteModels 12 years ago
Sam Bosley bb88c37c33 Minor layout tweaks to task rows that lint claims will improve performance 12 years ago
Sam Bosley d7d90cb72e No more UserData messages, just normal MakeChanges for the users table instead 12 years ago
Sam Bosley 74f451bffd Improvements and fixes to synchronizing tag metadata and deleting links 12 years ago
Sam Bosley f57975b0d8 DatabaseDao.updateMultiple is redundant with DatabaseDao.update 12 years ago
Sam Bosley cfe2a0724f Added a tag data listener to update metadata when tag data name changes 12 years ago
Sam Bosley a8ac2dccde Fetch local id if necessary when tag_added in make changes 12 years ago
Sam Bosley c6957b33e8 Refactored NameMaps to be a bit cleaner 12 years ago
Sam Bosley 2e0fef2e9d Added a fetch by uuid method to remote model daos 12 years ago
Sam Bosley b6f3b0f279 Fixed a bug where the sync migration test would only work the first time 12 years ago
Sam Bosley 78cb6f71d1 Fixed bugs with sharing instances of selector-backed drawables 12 years ago
Sam Bosley 03f1ce1dc0 More resource caching for images used as defaults for asyncimageviews 12 years ago
Sam Bosley 27c964c4cc Cache images in TaskAdapter instead of using setImageResource 12 years ago
Sam Bosley b614a5af3c Minor performance improvements to DateUtilities, TaskAction 12 years ago
Sam Bosley 8a9554a30a Removed an unused preference check 12 years ago
Sam Bosley 26c0d1320f Fixes to make changes throwing NPE when no values set 12 years ago
Sam Bosley a752747f0a Added tag name change after save hook 12 years ago
Sam Bosley 538b38ef37 Support tag added and tag removed in make changes 12 years ago
Sam Bosley d0fd66cdd0 Refactored some things in TagService to use UUIDs 12 years ago
Sam Bosley 4ad09ff6ee Implement tags_removed in MakeChanges 12 years ago
Sam Bosley 52f1dcdb56 Added a deleteLinks method for deleting multiple task to tag links 12 years ago
Sam Bosley eb323ce27f Added a deleteLink method for tasks to tags 12 years ago
Sam Bosley e33b6663df Improvements to createLink helper methods 12 years ago
Sam Bosley 3fb32ab7ea Record creation dates after all 12 years ago
Sam Bosley c70c83f988 Don't show tags with null titles, fixed pushed_at dates for tables 12 years ago
Sam Bosley 36861c0f3c Sync logging flag 12 years ago
Sam Bosley fcd8fe4db4 Read server time for writing pushed_at values, send client time when syncing 12 years ago
Sam Bosley e8b25e8fdd Better JSONObject logging, fixed bug with pushed_at values when 0 12 years ago
Sam Bosley f42d3a2b5f Introduce a property flag to indicate if an integer represents a boolean, use it to use the correct types when communicating flags to/from server 12 years ago
Sam Bosley 1fd38dc245 Migration to separate columns for task flags 12 years ago
Sam Bosley cd813a41de Send pushed_at times as ISO dates 12 years ago
Sam Bosley f9232b7bf4 Look for a pushed_at value in server message batches 12 years ago
Sam Bosley d3488416d0 Fixes to date parsing and reading of null fields 12 years ago
Sam Bosley b17bd9f027 Report task due times correctly in ChangesHappened 12 years ago
Sam Bosley afe15a91c0 Correctly format dates in changeshappened 12 years ago
Sam Bosley e2835c834e More updates to name maps for tags 12 years ago
Sam Bosley 9a3068b37e Fixed a typo 12 years ago
Sam Bosley 9fe1032896 Added some properties to name maps 12 years ago
Sam Bosley fd0e5c5304 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 17f4c8243c Added icons for task delete button 12 years ago
Sam Bosley 3bd89978b0 Replace the task edit delete menu item with a button directly in the layout 12 years ago
Sam Bosley ca2ad740fc Use system checkboxes in reminder dialog, polish to sort dialog 12 years ago
Sam Bosley 3b5fca0d67 AB test the simple edit box style 12 years ago
Sam Bosley e29f9a12ef More copy update 12 years ago
Sam Bosley cf075cc1e6 Copy update 12 years ago
Sam Bosley 358acdb8f9 Changed version number for the next release, updated upgrade message 12 years ago
Sam Bosley 851240f1db Copy update 12 years ago
Sam Bosley d04c37e2de Many polish improvements 12 years ago
Sam Bosley 978a76218c Fixes to parsing of due times 12 years ago
Sam Bosley 4fc58c8bb7 Fixed a minor bug in NameMaps initialization 12 years ago
Sam Bosley ac1fb8fc2f Implement UserData message 12 years ago
Sam Bosley e7613f0961 First pass at parsing ISO dates 12 years ago
Sam Bosley 1987e9e7d6 Removed the apache commons jars, don't need them 12 years ago
Sam Bosley 8eab520fc8 Version bump and upgrade message 12 years ago
Sam Bosley 40c7d1bf10 Refactored how accounts are fetched in welcome flow to eliminate errors 12 years ago
Sam Bosley 35b4313911 Catch exceptions when getting google accounts 12 years ago
Sam Bosley 75da01e646 Fixed several issues with the title only mode 12 years ago
Sam Bosley 0e33c93a5d Fixed a bug with title only mode in Google lists 12 years ago
Sam Bosley 3a25865205 Started making some changes to how dates are handled in new sync 12 years ago
Sam Bosley b1b7e78019 Date update in upgrade message 12 years ago
Sam Bosley d50490ebfe Improvements to make changes, first draft at scheme for non-column changes (like has_due_time) 12 years ago
Sam Bosley aa29b74554 When filtering list by assigned, order and indent should be ignored 12 years ago
Sam Bosley 182e892ec1 Fixed bug with trying to add list creators to their own lists when tasks assigned to them 12 years ago
Sam Bosley c5e785b902 Fixed a bug where unassigning a task could issue a weird prompt about adding nobody to the list 12 years ago
Sam Bosley 208b1c3e5f Fixed a weird bug where the quickadd visibility was somehow blocking selectCustomId from working 12 years ago
Sam Bosley e9e5a27be6 Don't fetch comments for featured lists 12 years ago
Sam Bosley a3866b2270 Enhancements to Property class to support multiple flags (like nullable, isDate, etc) 12 years ago
Sam Bosley 2c147d178f Don't enqueue empty changeshappened messages, small fix to makechanges 12 years ago
Sam Bosley 01b3035cf2 Fixes to MakeChanges 12 years ago
Sam Bosley 3d25aca158 Merge remote-tracking branch 'upstream/master' into 120919_sb_sync_take2 12 years ago
Sam Bosley ef986333fc Fixed an issue with the provider authorities in the astridlite build script 12 years ago
Sam Bosley 7b284bbfe7 Fake proof texts while we work out a new scheme; fix bug with sending user ids 12 years ago
Sam Bosley 1bbab5eb69 ChangesHappened should use real user ids instead of 0 12 years ago
Sam Bosley e8dedefc7c Don't get stuck in sync thread loop when not logged in--wastes memory 12 years ago
Sam Bosley c1f1681bc0 Simplified UUID generation, no more proof text 12 years ago
Sam Bosley 3f2e3921a4 Migrate to GCM alongside other 4.6 migrations 12 years ago
Sam Bosley f8a40cfbfd Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley f04ab1b6ba Typo 12 years ago
Sam Bosley 6db0a36741 Version bump and upgrade message 12 years ago
Sam Bosley 08f0e65099 AB test row style, use title only as default for astrid lite 12 years ago
Sam Bosley 8918899694 Removed unused strings to fix translation unit test 12 years ago
Sam Bosley 7f3ccbf03c Task row style migration fix 12 years ago
Sam Bosley 4b1e22f716 Title only style enhancements, add checkboxes back 12 years ago
Sam Bosley cc2824726f Optimized query with fewer properties when in title only mode 12 years ago
Sam Bosley e88eec54a3 Basic logic and layout for a title-only task adapter row 12 years ago
Sam Bosley 6f826f1f24 Bugfixes to task row appearance preference display 12 years ago
Sam Bosley 6d5a25170c Lots of refactoring to support more than two task row styles in preparation for a 'titles only' style 12 years ago
Sam Bosley 2e14941b17 Hopefully fixed a null pointer exception that would be thrown by the system 12 years ago
Sam Bosley 81eaac69d8 If no tag exists, return empty list ordering 12 years ago
Sam Bosley 5e873a983f Fixed a filter list color issue 12 years ago
Sam Bosley ecbce2bc51 Start integrating new sync code to do actual work 12 years ago
Sam Bosley 5ae0e866b9 Revert part of 5d0fcf0 -- user objects may not always have a uuid. Deal with this later 12 years ago
Sam Bosley 1a740d32ab Start using new sync thread for getting changes for tag and user lists 12 years ago
Sam Bosley 5d0fcf0dd2 Make sure user objects have a uuid column, include it in the migration 12 years ago
Sam Bosley 32f979c020 Implement pushed_at for tasks and tag tables 12 years ago
Sam Bosley 58bd972029 Refactor name for clarity 12 years ago
Sam Bosley 78b607aba9 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 3f3d686108 Version bump (so the GCM migration will work) 12 years ago
Sam Bosley b3625f4c63 Merge remote-tracking branch 'origin/121212_sb_gcm' 12 years ago
Sam Bosley 14d43ca6e9 Fixed a bug where an AB test wasn't being initialized correctly; restart the test 12 years ago
Sam Bosley f2d1fa7dcf Move everything into GCMIntentService and kill C2DMReceiver 12 years ago
Sam Bosley bb877b57e8 Use real style GCM sender id, remove C2DM receiver from the manifest 12 years ago
Sam Bosley 5a2b65d515 Minor params update 12 years ago
Sam Bosley 74019d7cb1 Started refactoring to use GCM instead of C2DM 12 years ago
Sam Bosley 2950307dc8 Fixed a crash with the simple login page 12 years ago
Sam Bosley b6bf3c7477 Finalize login A/B tests, added preference for social reminders 12 years ago
Sam Bosley 33e78ff26d Apparently app_name can't have newlines in it, or the manifest gets sad 12 years ago
Sam Bosley 4eadddf3bd 32 and 48 size icons for astrid lite 12 years ago
Sam Bosley eccfde7208 Merge remote-tracking branch 'jon/better-icons' 12 years ago
Sam Bosley ad8b20f48a Hide in app billing for astrid lite--it's not set up yet 12 years ago
Jon Paris 229ae1cb4d smaller icons 12 years ago
Sam Bosley a89a017e10 Simple icon in normal res folder 12 years ago
Jon Paris 5f34025cb5 smaller icon 12 years ago
Sam Bosley 44ef49979d Record statistic about how many people reset the preference defaults 12 years ago
Sam Bosley 1d3ae49dbe Back button as save in tag settings 12 years ago
Sam Bosley 50ed1a7865 Version bump and upgrade message 12 years ago
Sam Bosley 375f4c67e0 Adjust upgrade messages for altered version names 12 years ago
Sam Bosley ba61949610 Replace localytics key for astrid lite at build time 12 years ago
Sam Bosley 9e67133409 Replace 'task' with 'to-do' in astrid lite, name the output file correctly 12 years ago
Sam Bosley fa90917e66 Better naming of Astrid lite version 12 years ago
Sam Bosley cca373a8db Minor edit notes layout fix 12 years ago
Sam Bosley 1c53b76003 Fixed a build script typo 12 years ago
Sam Bosley 61ef5ffda9 Fixed comments order bug 12 years ago
Sam Bosley 2e592c9eba Renamed simple icon with legal filename 12 years ago
Sam Bosley 79ce64ff6b Replace icon at build time for astrid lite 12 years ago
Sam Bosley 43eb68e6f3 Merge remote-tracking branch 'jon/better-icons' 12 years ago
Sam Bosley 2c2bc46ef7 Fix wrapping around boundaries in number pickers when increment value isn't 1 12 years ago
Sam Bosley 0435b935ae Don't AB test date shortcuts on astrid lite 12 years ago
Sam Bosley f5378bc9f9 Updated regular astrid defaults so they will reset correctly 12 years ago
Sam Bosley 72b30b77fc Adjusted some defaults for astrid lite 12 years ago
Sam Bosley b113d0e482 Name astrid lite 'Simple To-do' 12 years ago
Sam Bosley a67cd4e18c Improvements to draggable list row layout 12 years ago
Jon Paris 6cedcb4d92 added simple icon to replace normal icon for astrid simple 12 years ago
Sam Bosley d29e9b6f70 Fixed mismatched strings arrays 12 years ago
Sam Bosley 28b7805f96 Merge remote-tracking branch 'jon/better-icons' 12 years ago
Sam Bosley a048e39276 Reminder screen polish 12 years ago
Jon Paris c235406937 slightly better add to calendar 12 years ago
Jon Paris 4bcc8a7ede icon menu lists 12 years ago
Sam Bosley d337bf021b Hide until copy update 12 years ago
Jon Paris e51b2bbcdb lighter add to calendar button 12 years ago
Sam Bosley 219c50ceb7 Polish to the timer control set 12 years ago
Sam Bosley fef2483891 Record statistic for random reminders 12 years ago
Sam Bosley ec57da2565 Lots more date picker polish, copy updates 12 years ago
Sam Bosley 5d9598527c Added ab test and preference for date shortcuts 12 years ago
Sam Bosley 861f2957c8 Layout fixes and improvements to shortcutless date/time picker 12 years ago
Sam Bosley e67e7aa96e Lots of work on making the horizontal layout for the timepicker work 12 years ago
Sam Bosley 3887a6eec0 Fixed a theme issue 12 years ago
Sam Bosley 7f17ab4eaa Hide list comments button when editing a task in tablet mode 12 years ago
Sam Bosley 6a4446cca6 Remove the welcome walkthrough for astrid lite 12 years ago
Sam Bosley edc9d630ac Use correct mic icon in notes 12 years ago
Sam Bosley 7174a6e7b8 Make the 'don't repeat' button come back 12 years ago
Sam Bosley bc1aff66d7 Fixed a theme issue with the repeat icon 12 years ago
Sam Bosley be39796946 Fixed some height issues with draggable task adapter 12 years ago
Sam Bosley 500e86ba83 Only show quickadd controls on text changed, not on focus changed 12 years ago
Sam Bosley 2c8fee6597 Change color of 'login later' option 12 years ago
Sam Bosley 1f0d01f8ea Copy update, fixed a text color bug 12 years ago
Sam Bosley f8765d94f9 Polished login page 12 years ago
Sam Bosley 1bc96b6989 Minor text size tweaks 12 years ago
Sam Bosley d0383211d6 Polish to the time picker 12 years ago
Sam Bosley 2aaf22722c Reorganized edit prefs, added option to increment times by 5 12 years ago
Sam Bosley fb5c0e0f32 Merge remote-tracking branch 'jon/better-icons' 12 years ago
Jon Paris 4121a311fb better comment icons 12 years ago
Sam Bosley ea91c0508a Use white gear in baby blue theme 12 years ago
Sam Bosley 1c4886ebf2 Merge remote-tracking branch 'jon/better-icons' 12 years ago
Sam Bosley 969964a2a7 Bring a string over from the ppack branch 12 years ago
Sam Bosley b130fd2c80 Lots of minor polish items 12 years ago
Jon Paris cd2238d3e2 add list settings white 12 years ago
Sam Bosley 889c6ad5f3 Put a link to beast mode in the edit page 12 years ago
Sam Bosley c97d48cd03 Fixed bugs with setting beast mode configuration defaults 12 years ago
Sam Bosley f594ed9981 New style ok button for edit dialogs 12 years ago
Sam Bosley 62ac52e740 Added place in the preferences to set configuration defaults 12 years ago
Sam Bosley ae6b12010f Fixed a bug with showing comments button in edit page 12 years ago
Sam Bosley 1157d19383 Fixed a bug in the preference screen 12 years ago
Sam Bosley 668cecff38 Better text color for comments button 12 years ago
Sam Bosley 14e48c4f80 Polish to the calendar view 12 years ago
Sam Bosley 189c10aa31 Fixed bugs with showing/not showing comments in edit page, new images for baby blue theme 12 years ago
Sam Bosley 1712b89e1c New default task list text size for astrid lite, make quickadd box have the same text size as the list 12 years ago
Sam Bosley 325417da97 Remove task rabbit from the who picker 12 years ago
Sam Bosley 1ad51e122b Polish notes layout 12 years ago
Sam Bosley a3198b9084 Rename 'Notes' to 'Description' and 'Importance' to 'Priority' 12 years ago
Jon Paris be9e601574 left/right arrows 12 years ago
Jon Paris 1795f11e4d bigger in the big size 12 years ago
Jon Paris a79e166aba some high-res" 12 years ago
Jon Paris 834c01f603 settings menu in low res 12 years ago
Jon Paris 109c261147 small and medium updates 12 years ago
Jon Paris 3caed9e238 repeat 12 years ago
Jon Paris bafec1bfc6 more icons for blue_alt 12 years ago
Jon Paris 248163f35d more icons for blue_alt 12 years ago
Sam Bosley 6fd076a6d8 Cool new baby blue theme 12 years ago
Sam Bosley b8bb8b1b8d Merge remote-tracking branch 'jon/better-icons' 12 years ago
Jon Paris e0a955f745 missing comment blue_filled icons 12 years ago
Jon Paris 93902b222b more icon updates 12 years ago
Jon Paris ecba196e98 updated two more header button icons 12 years ago
Sam Bosley 10b6170b8b Merge remote-tracking branch 'jon/better-icons' 12 years ago
Jon Paris fa20c03ab5 added more icons for blue_alt theme 12 years ago
Sam Bosley db3b48044f Undo astrid lite constant 12 years ago
Jon Paris 7e55761885 cleaner menu buttons 12 years ago
Sam Bosley b9c42e5860 Reorganized prefs, fixed some theme bugs 12 years ago
Sam Bosley 7f51ddbc46 Option to hide comments from task edit page 12 years ago
Sam Bosley 8d6f94abbf Show or hide specific menu items from the appearance prefs 12 years ago
Sam Bosley 0ce7921dc3 option to hide quickadd controls 12 years ago
Sam Bosley 93fbd75115 Show or hide specific default filters from the appearance prefs 12 years ago
Sam Bosley 92816d5cad Updated beast mode defaults for astrid lite 12 years ago
Sam Bosley 14d8682578 Refactored preferences to be able to reset to defaults of a particular mode 12 years ago
Sam Bosley 6a00c97729 More lite build script fixes 12 years ago
Sam Bosley c5c5f170ea Build script should modify C2DMReceiver declaration in manifest correctly 12 years ago
Sam Bosley 7e98b76c43 Prefs fix 12 years ago
Sam Bosley 4f28a9addc Improved subtasks sync 12 years ago
Sam Bosley 1a7a0b29a8 Kill activation reporting while we figure out how it should work 12 years ago
Sam Bosley 40e9098a40 Finalize many ab tests 12 years ago
Sam Bosley a41e94756d Version bump and upgrade message 12 years ago
Sam Bosley 22544e4fb6 Crash fix in the tutorial 12 years ago
Sam Bosley c789cc1c28 Tweak upgrade message 12 years ago
Sam Bosley 3b0ff1f59b Version bump and upgrade message 12 years ago
Sam Bosley 961a4a0d35 Fixed bugs and unit tests with new update message logic 12 years ago
Sam Bosley 99e1307333 Polish and enhancements to the update message view 12 years ago
Sam Bosley 2d2e76b144 New astrid dialog layout for some update messages 12 years ago
Sam Bosley f3fecbe08b Fixed stupid logic typo 12 years ago
Sam Bosley ab5b49c619 Improvements to actfminvoker 12 years ago
Sam Bosley 1f53ddbc92 Use different analytics api keys for Astrid Lite 12 years ago
Sam Bosley 5d92682f98 Make release-lite use release-custom for version naming 12 years ago
Sam Bosley 303c1ffd54 Use custom version name for release-lite 12 years ago
Sam Bosley ee04d793c7 Replace app name and widget names 12 years ago
Sam Bosley 571c6438e1 Removed unused string, changed minor copy 12 years ago
Sam Bosley 14376462d3 Fixed a bug where FilterWithCustomIntent could use the wrong package name 12 years ago
Sam Bosley 98316c71f9 Fixed theme service bugs 12 years ago
Sam Bosley 0acfb48c54 Fixed a compiler error 12 years ago
Sam Bosley 57bdccd543 Change the default backup directory for astrid lite 12 years ago
Sam Bosley ce820a227c Replace intent filters with different action identifiers for lite version 12 years ago
Sam Bosley 0b4ed767ad The astrid-lite flag should be off by default and set at compile time 12 years ago
Sam Bosley 67b6903ecc Update package name 12 years ago
Sam Bosley f666ecd8fb Fixes to the setup-lite target 12 years ago
Sam Bosley b1b8aea27e Adding ant targets for setup and teardown lite 12 years ago
Sam Bosley ab452778b6 Update file permissions -x 12 years ago
Sam Bosley a73d34ea3a Simpler edit text style preference 12 years ago
Sam Bosley 56ca0030f9 Added a release-lite target to the build script 12 years ago
Sam Bosley dec4a0d335 All new preference defaults for Astrid Lite version 12 years ago
Sam Bosley c8fd358efb Brought more strings over from ppack branch 12 years ago
Sam Bosley 797a4046e6 Brought kii strings over from the private branch 12 years ago
Sam Bosley 09c945ae52 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 7b25595150 Minor fix to activation reporting 12 years ago
Sam Bosley fc3e3c6bf6 Report AB test variants when activating premium 12 years ago
Sam Bosley a67796c916 Report activation data to analytics server 12 years ago
Sam Bosley f8f27a3cb7 Adjusted reengagement reminder intervals for new users 12 years ago
Sam Bosley 1447f5af11 Fixed a bug where list members could be lost if we only had their id, not an email 12 years ago
Sam Bosley b022f0fb38 Fixed a weird subtasks row resizing bug when using small fonts 12 years ago
Sam Bosley 0a0d8d2047 Minor fix to filter order sync 12 years ago
Sam Bosley 476743391b Merge branch '121203_sb_auto_signin_take2' 12 years ago
Sam Bosley 479f389768 Keeping a static instance of filter objects was a bad idea. Causes conflicts in subtasks mode 12 years ago
Sam Bosley dff4275e06 Fixed a bug where GCalControlSet might not be initialized correctly 12 years ago
Sam Bosley 5ae2b5f9e5 Record a couple new statistics with the new login screens 12 years ago
Sam Bosley d8bf2724c9 Polish to the landscape login activity 12 years ago
Sam Bosley 2c87c840a0 Fixes to logic when setting up the welcome pager adapter 12 years ago
Sam Bosley b2686e855c Add AB tests for welcome login layout options 12 years ago
Sam Bosley b5cba05288 Handle google auth errors on simple login page better 12 years ago
Sam Bosley 6d228312db Polished the new layout for the standard login activity 12 years ago
Sam Bosley e728bde5d6 Polished the simple login screen to look like the mockup 12 years ago
Sam Bosley 56cd3d4beb Mostly working simple login page in the welcome walkthrough 12 years ago
Sam Bosley 4d1f009aef Fixed some bugs with syncing filter order 12 years ago
Sam Bosley d5f192c891 Sync filter orders with web 12 years ago
Sam Bosley df1fae5f70 Basic logic for syncing filter ordering 12 years ago
Sam Bosley 2ced210f91 Refactored some subtasks logic to support subtasks in today filter 12 years ago
Sam Bosley 408dc262cf Keep cache of Active Tasks and Today filter objects 12 years ago
Sam Bosley 0aca3bcb91 Adjusted logic for computing edit popup width on tablets 12 years ago
Sam Bosley 9bcd4bc238 Fixed typo in premium screen, made special exception in translation tests because it uses the % character 12 years ago
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 ed28990e1e Improved checking of whether outstanding entries should be recorded; added unit test for ReplayOutstandingEntries 12 years ago
Sam Bosley b9c74720a3 Don't allow random exceptions to crash the phone state receiver 12 years ago
Sam Bosley 8679052120 Updated MakeChanges to the new spec 12 years ago
Sam Bosley d45e6c575e Implemented ReplayOutstandingEntries 12 years ago
Sam Bosley a4405481f7 Use visitors when processing ChangesHappened or MakeChanges to ensure types are correct; started working on ReplayOutstandingEntries 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 184972f246 Placeholder method for cleaning up after processing a sync message batch 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 99357842bb Make the sync thread a singleton 12 years ago
Sam Bosley 29d50022a5 Refactored message instantiation, simplified enqueueing messages 12 years ago
Sam Bosley b6218cd4b4 Sync queue initialization 12 years ago
Sam Bosley 78cf95f767 Minor refactor to changes happened instantiation 12 years ago
Sam Bosley 8810e962c8 Added some unit tests 12 years ago
Sam Bosley dfa8b99aa7 Don't record outstanding entries in MakeChanges 12 years ago
Sam Bosley 3847e03774 Make sure that pushed_at property is included in name maps, but don't record outstanding entries for it 12 years ago
Sam Bosley 742e53ea54 Refactored ClientToServerMessage JSON serialization 12 years ago
Sam Bosley e479f7a3ff Log some ignored errors 12 years ago
Sam Bosley 65f74e7456 Implementation of MakeChanges 12 years ago
Sam Bosley 0f308db6aa Improvements to NameMaps, AcknowledgeChange, ChangesHappened 12 years ago
Sam Bosley e9ab0a4859 Implemented Debug 12 years ago
Sam Bosley af5921a175 Implemented AcknowledgeChange 12 years ago
Sam Bosley d4b02c174b Use real token in actfm sync thread 12 years ago
Sam Bosley d8da952cc7 Built skeletons for server to client messages 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 c64db963a1 Cleanup, a few more implementations of serializeToJSON for ClientToServer messages 12 years ago
Sam Bosley af034a4089 Started working on the classes to support column name mapping 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 bf7ba3d7c4 Some refactoring, serializing client to server messages to JSON 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 8feff285cd Change a type 12 years ago
Sam Bosley 4aec3ba2f9 Cleaned up the sync migrator a little 12 years ago