Sam Bosley
|
a2940ebbc4
|
Fixed a concurrency bug in gtasks sync, fixed setting of gtasks last_sync dates on individual tasks
|
13 years ago |
Sam Bosley
|
d3ce02dffc
|
Introduce a nullable option for properties to fix errors where some long properties would return null instead of 0
|
13 years ago |
Tim Su
|
57f3a70089
|
Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class
|
13 years ago |
Sam Bosley
|
33dc23d5db
|
Check uniqueness of remote id in task api dao
|
13 years ago |
Sam Bosley
|
6c0ef54104
|
I broke abstractdatabase.insert. Fixed now
|
13 years ago |
sbosley
|
a3650a917e
|
Merge pull request #141 from jonparis/120215_jp_style
120215 jp style
|
13 years ago |
Jon Paris
|
e9989b9fab
|
updated menu buttons to look nicer
|
13 years ago |
Sam Bosley
|
f2de1d2152
|
Cleaned up classpath
|
13 years ago |
Tim Su
|
34fde08ba4
|
Merge pull request #142 from sbosley/120217_sb_duplicate_issues
Fixes for lots of sync issues, hopefully resolving duplicates
|
13 years ago |
Sam Bosley
|
db0cde33ff
|
Synchronize the gtasks update lists method to prevent conflicts when multiple syncs ongoing
|
13 years ago |
Tim Su
|
d6345b4b32
|
Killed some bunk methods from gtasks task list updater, removed old sync provider
|
13 years ago |
Sam Bosley
|
3e7cfc7120
|
Removed debug code
|
13 years ago |
Tim Su
|
0db134e095
|
Got dragging working in tandem with clicking. So awesome.
|
13 years ago |
Sam Bosley
|
5058a4262f
|
Cleaned up database migration code
|
13 years ago |
Sam Bosley
|
46f2ee2c2e
|
Refactored Task.REMOTE_ID to be null when unset rather than 0. Also catch SQLiteConsistency exceptions and recover when inserting a task that already has that remote id.
|
13 years ago |
Sam Bosley
|
d081be7c24
|
Make sure header title updates when list title changes from settings
|
13 years ago |
Sam Bosley
|
9bb1d6aa49
|
Expect string in c2dm intents, not long for oid
|
13 years ago |
Sam Bosley
|
86f5357e56
|
Fixed a bug in the number picker that could throw a numberformatexception
|
13 years ago |
Sam Bosley
|
77286781f2
|
Fixed a potential null pointer in taskrabbit control set
|
13 years ago |
Tim Su
|
108a4efbb8
|
Restore our concept of a swipe listener
|
13 years ago |
Tim Su
|
c228e33b0e
|
Upgrade TouchListView to 0.4.3
|
13 years ago |
Sam Bosley
|
10cb216ca9
|
Make sure that fragment is attached to activity on ui thread in taskeditbackgroundloader
|
13 years ago |
Tim Su
|
a5c33f3045
|
Initial subtasks thing
|
13 years ago |
Sam Bosley
|
0f1a3c14f7
|
Preload resources object in task adapter so we don't have to get them from the fragment
|
13 years ago |
Sam Bosley
|
983d41cbba
|
Try/catch when unregistering recievers
|
13 years ago |
Sam Bosley
|
a790be4079
|
Catch bad token exceptions in the broadcast receivers that show dialogs
|
13 years ago |
Sam Bosley
|
a9fc5b8d5c
|
Fixed a bug where editing task from widget wouldn't have required id param in intent
|
13 years ago |
Sam Bosley
|
6550a4fd88
|
Fixed a bug that was preventing existing shared users from saving in shared lists
|
13 years ago |
Sam Bosley
|
339b3f8062
|
Fixed another duplicate index name
|
13 years ago |
Sam Bosley
|
fdd912216b
|
Fixed a syntax error
|
13 years ago |
Sam Bosley
|
7cc27bfa86
|
Fixed table index names
|
13 years ago |
Sam Bosley
|
8e68160724
|
Better synchronization in actfm sync; started building db indexes
|
13 years ago |
Sam Bosley
|
0b34b8c8ae
|
Fixed a potential null pointer in filter list refresh receiver
|
13 years ago |
Sam Bosley
|
7ca89ffa3a
|
Check for null model in task edit onDetatch()
|
13 years ago |
Sam Bosley
|
9c51674b90
|
Fixed a possible null pointer exception in showListsHelp()
|
13 years ago |
Tim Su
|
6a6d237a68
|
Force NotificationManager for notification tests
|
13 years ago |
Tim Su
|
a75438de12
|
Added a parameter, broke all of the format strings. Tsk tsk. :)
|
13 years ago |
Jon Paris
|
95d031dd94
|
update ppowerpack widget
|
13 years ago |
Jon
|
c0ab648121
|
Merge pull request #140 from jonparis/120215_jp_style
120215 jp style
|
13 years ago |
Jon Paris
|
f8b3c293fd
|
updated dismissed icons to make consistent and not fuzzy
|
13 years ago |
Jon Paris
|
b8143f37af
|
updated camera and list settings buttons
|
13 years ago |
Jon Paris
|
60204d3837
|
per suggestion tap to share or edit is changed to tap to edit or share list
|
13 years ago |
Sam Bosley
|
a804c51c88
|
Fixed a bug where push task could be called in infinite recursion by activity tab, other small things
|
13 years ago |
Tim Su
|
60eee30bdd
|
Coverage.em already ends up in tests folder awesomely
|
13 years ago |
Andrew Shaw
|
45de2cb240
|
unsetting c2dm on server when user or token doesn't match
|
13 years ago |
Tim Su
|
251913aa8f
|
Removed conditions since we fixed this an alternate path
|
13 years ago |
Tim Su
|
1c6c8c0156
|
Merge remote-tracking branch 'origin/120217_as_minor_bug_fixes' into 4.0
|
13 years ago |
Tim Su
|
6877bbd9e0
|
Change MENU_REFRESH_ID to be different than MENU_SYNC_ID for the code to run through different paths
|
13 years ago |
Tim Su
|
b1ca277692
|
Merge pull request #137 from sbosley/120217_sb_minor_fixes
Minor fixes
|
13 years ago |
Sam Bosley
|
03f1c48d51
|
Forgot to update the invoker
|
13 years ago |