Alex Baker
|
82ecf5545b
|
Format @Autowired for easier searching
|
11 years ago |
Alex Baker
|
5591eca34c
|
Add setters to replace setValues
* Task
* UserActivity
* RemoteModel
* TagData
* Metadata
* TaskListMetadata
* TaskAttachment
|
11 years ago |
Alex Baker
|
ed6382c9ce
|
Add getters to replace getValues
* Task
* UserActivity
* RemoteModel
* TagData
* Metadata
* TaskList
* TaskAttachment
|
11 years ago |
Alex Baker
|
5b5cec9f78
|
Remove com.timsu package
|
11 years ago |
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
|
12 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
|
12 years ago |
Sam Bosley
|
a3d2163cc6
|
Fixed a compile error in unit test
|
12 years ago |
Sam Bosley
|
490e816492
|
Fixed a compiler error in unit test
|
12 years ago |
Sam Bosley
|
19545cb729
|
Fixed a compile error in a unit test
|
12 years ago |
Sam Bosley
|
c1fadbc430
|
Added a unit test for ConstructOutstandingTableFromMasterTable
|
12 years ago |
Sam Bosley
|
ebe269b117
|
Set the outstanding entry flag in the new sync tests so that they still work
|
12 years ago |
Sam Bosley
|
114ec0ef7f
|
Fixed a minor bug with the sync migration test
|
12 years ago |
Sam Bosley
|
a524464312
|
Removed references to deleted sync flag in test projects
|
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
|
dfc75f2816
|
Added a unit test for resolving uuid collisions
|
12 years ago |
Sam Bosley
|
ffd13a9523
|
Removed dead code from sync unit test
|
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
|
b9e54bdb23
|
Cleaned up some unused imports
|
12 years ago |
Sam Bosley
|
11565ba9b9
|
Fixed bugs with sync migrator test
|
12 years ago |
Sam Bosley
|
4901e83765
|
Removed references to pushed_at columns in NameMaps
|
12 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 |