Commit Graph

68 Commits (658e12d6f552f9bcabad63231f84d93d99a4acbe)

Author SHA1 Message Date
Alex Baker 1b575faf45 Rebrand as Tasks
* Change package to org.tasks
* Replace 'Astrid' with 'Tasks' in string files
* Replace icons
* Remove no_activity_container
* Remove unused drawables
11 years ago
Alex Baker c0db6deaba Enable proguard 11 years ago
Alex Baker 3d59fa2be5 Remove Android Studio files 11 years ago
Alex Baker 6b958f5379 Change package, remove billing and cloud messaging 11 years ago
Alex Baker dc6803facc Remove Astrid.com synchronization 11 years ago
Alex Baker 77679b0136 Convert to Android Studio
* Remove Eclipse files
* Remove Ant build files
11 years ago
Sam Bosley 330edc80b0 Implemented UserMigrated message, update all reference to local user id to be a string 11 years ago
Sam Bosley a17b734be6 Moved the new sync tests into the main tests project so they could be run as part of the full test suite 11 years ago
Sam Bosley a3d2163cc6 Fixed a compile error in unit test 11 years ago
Sam Bosley 490e816492 Fixed a compiler error in unit test 11 years ago
Sam Bosley 19545cb729 Fixed a compile error in a unit test 11 years ago
Sam Bosley c1fadbc430 Added a unit test for ConstructOutstandingTableFromMasterTable 11 years ago
Sam Bosley ebe269b117 Set the outstanding entry flag in the new sync tests so that they still work 11 years ago
Sam Bosley 114ec0ef7f Fixed a minor bug with the sync migration test 11 years ago
Sam Bosley a524464312 Removed references to deleted sync flag in test projects 11 years ago
Sam Bosley cbaf9b34ac ActFmDataService doesn't need to exist anymore 11 years ago
Sam Bosley 0249e71ba5 Removed a bunch of dead code from ActFmSyncService 11 years ago
Sam Bosley dfc75f2816 Added a unit test for resolving uuid collisions 11 years ago
Sam Bosley ffd13a9523 Removed dead code from sync unit test 11 years ago
Sam Bosley 16a9f53311 MetadataDao should fail transaction if information for the outstanding tables is missing and log the error 11 years ago
Sam Bosley b9e54bdb23 Cleaned up some unused imports 11 years ago
Sam Bosley 11565ba9b9 Fixed bugs with sync migrator test 11 years ago
Sam Bosley 4901e83765 Removed references to pushed_at columns in NameMaps 11 years ago
Sam Bosley bdbb149f6d Fixed compilation errors in actfm sync tests 12 years ago
Sam Bosley f3cced5d02 Added a tag metadata table for things like tag to user join table 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 e30b71d416 Deprecated the repeat after completion flag 12 years ago
Sam Bosley 55b2f827c0 Added unit test for recording outstanding entries when using DatabaseDao.update 12 years ago
Sam Bosley 01d522522a Fixed a compile error in one of the unit tests 12 years ago
Sam Bosley fa87caffc8 Fixed bug/ANR when adding tags 12 years ago
Sam Bosley d14410937b Fixed to pushed_at unit test (still has time zone issues) 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 b6f3b0f279 Fixed a bug where the sync migration test would only work the first time 12 years ago
Sam Bosley c07e8ef472 Fixed a compiler error in new sync unit tests 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 c1f1681bc0 Simplified UUID generation, no more proof text 12 years ago
Sam Bosley 906fc127d4 Added unit tests for MakeChanges to pushed_at 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 bc7ee6f4e7 Updated unit tests for new MakeChanges 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 78cf95f767 Minor refactor to changes happened instantiation 12 years ago
Sam Bosley 8810e962c8 Added some unit tests 12 years ago
Sam Bosley bf7ba3d7c4 Some refactoring, serializing client to server messages to JSON 12 years ago
Sam Bosley 42ef792707 Refactored ClientToServer message to be an abstract class holding information common to all ClientToServer messages 12 years ago
Sam Bosley 189acd1367 Removed ActFmSyncQueue (going to redo that), refactored ChangesHappened constructor 12 years ago
Sam Bosley 7d27cbef8d Minor refactor of migration test 12 years ago
Sam Bosley a7bac3e142 Fixed bugs in sync migration test 12 years ago