Sam Bosley
2834564e0e
Handle last autosync times better, offer astrid.com sync on backups page
14 years ago
Tim Su
52ed2cdda5
Add a license block to the top of the files that don't have one
14 years ago
Tim Su
0050567b3e
Replace non-copyright short license header
14 years ago
Tim Su
95cc709366
Replace legacy GPLv2 License in all of our source files
14 years ago
Sam Bosley
75b51c8839
Only do backups before upgrade when necessary. Added a reminder comment in upgrade service to remind developers to do this
14 years ago
Sam Bosley
cc3a70962b
Make a special backup before upgrades
14 years ago
Tim Su
99f5cdc39f
Apply migration backup fix to deletion date as well as deletion date
14 years ago
Sam Bosley
559bf8d096
Refresh task list after backup import
14 years ago
Tim Su
e34ebd2432
Cursors are silly.
14 years ago
Tim Su
353a420fec
Handle for restore from failed migration 4.0.6 - reading XML file, not skipping, and instead overwriting
14 years ago
Tim Su
df6e08840d
Read version from backup xml, only apply due date adjustment in this case
14 years ago
Sam Bosley
e2796db23b
Migrate old due time style from xml importer to new due time style
14 years ago
Tim Su
b44061e676
Make one constant instead of two
14 years ago
Sam Bosley
61ddbcbeec
Fixed null pointers when reading null properties in xml importer/exporter
14 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.
14 years ago
Sam Bosley
7a731a190a
Fixed a couple bugs in unit tests that should make them work on Jenkins
14 years ago
Tim Su
06330e4f45
Use dismiss Dialog instead of dialog.dismiss() where possible
15 years ago
Tim Su
a645946133
Moved backup to settings menu to make room for lists
15 years ago
Tim Su
26c2d3c49b
Astrid Collaboration Project
...
- sync with Astrid.com server
- people activity for delegating and sharing tasks
- shared tags activity for adding users to tags
- c2dm push notifications
15 years ago
Tim Su
a22baa36fb
SharedPreference will open a new file if the current one is not working out
15 years ago
Tim Su
4ed26c0d7d
Fixed crashes reported from Android Market
15 years ago
Kyle Altendorf
61ff04725d
Consider due and completion dates as part of uniqueness during import
15 years ago
Tim Su
464d65fc63
fix for npe
15 years ago
Tim Su
f51c3269e8
Created a warning for not setting setContext, and making sure that we nail all of the cases in various classes
15 years ago
Tim Su
3310285b90
backup out of ppack
15 years ago
Tim Su
c16e24ca59
Reflecting separation of Preferences and AstridPreferences and migration of the former to astridApi project
15 years ago
Tim Su
c3025f355f
Deleted some cruft, fixed a bunch of unit tests
16 years ago
Tim Su
df85776039
Fix an exception that occurs during task export
16 years ago
Tim Su
c6da0907ff
Moved a bunch of API files into the API project. Yay for code reuse.
...
Please import the github project todoroo/astridApi. :)
16 years ago
Tim Su
33ae2cad02
Merge remote branch 'origin/master' into dev
...
Conflicts:
astrid/AndroidManifest.xml
astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java
astrid/plugin-src/com/todoroo/astrid/rmilk/MilkBackgroundService.java
astrid/plugin-src/com/todoroo/astrid/rmilk/MilkDetailExposer.java
astrid/plugin-src/com/todoroo/astrid/rmilk/MilkPreferences.java
astrid/plugin-src/com/todoroo/astrid/rmilk/api/data/RtmTask.java
astrid/plugin-src/com/todoroo/astrid/rmilk/data/MilkNote.java
astrid/plugin-src/com/todoroo/astrid/rmilk/sync/RTMSyncProvider.java
astrid/plugin-src/com/todoroo/astrid/rmilk/sync/RTMTaskContainer.java
astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
astrid/src/com/todoroo/astrid/adapter/TaskAdapter.java
astrid/src/com/todoroo/astrid/service/StartupService.java
16 years ago
Tim Su
2c64b35504
Now we detect if an anomalous database state has occurred and try to restore tasks. Also now we sort backup files by last modified date
16 years ago
Tim Su
da7f87a4e0
Merge branch 'master' into dev
...
Conflicts:
astrid/AndroidManifest.xml
astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java
astrid/plugin-src/com/todoroo/astrid/rmilk/MilkBackgroundService.java
astrid/plugin-src/com/todoroo/astrid/rmilk/MilkLoginActivity.java
astrid/plugin-src/com/todoroo/astrid/rmilk/data/MilkDataService.java
astrid/plugin-src/com/todoroo/astrid/rmilk/sync/RTMSyncProvider.java
astrid/src/com/todoroo/astrid/service/StartupService.java
16 years ago
Tim Su
fd0e5b7d43
Minor updates to background services
16 years ago
Tim Su
ade52edd67
No more hooks on task dao save, it was confusing and didn't do anything. Also fix for AST-267 - task open from pure calendar
16 years ago
Tim Su
3d2a67741e
Removed plugin.
16 years ago
Tim Su
175543d494
Fixing crashes, duplicated RTM list size count, reordering in addon service
16 years ago
Tim Su
b0bc53af08
Removed intent reference from backup service
16 years ago
Tim Su
4a83d1fd1a
Fix for crashes, made services more crash-resistant
16 years ago
Tim Su
73d15ccd56
Fix for AST-131 - date formatting functions are broken on HTC desire in non-english languages. Replaced all instanced where we get MMMM or EEEE date formats with android functions
16 years ago
Tim Su
8fee29ef55
Completed step 1 of alarms - the control set
16 years ago
Tim Su
07bd6f099e
Set owner of task import and export progress dialog boxes so they get collected
16 years ago
Tim Su
375bc26423
Powerpack by default, expiration in september, fixed alert dialog so it wouldn't crash
16 years ago
Tim Su
68f943ab38
Fixed a bunch of crashes experienced in the field. Bumped version to 3.0.2
16 years ago
Tim Su
cca9c363b9
Fixed issue with repeated tasks getting upgraded as completed, also fixed backup not getting created while upgrading, and upgrade failure results in backup restore. Also temporary restore of backup functionality
16 years ago
Tim Su
a53c6dca03
Fixed stupid bug where complete task then tap another task resets apperance. Also, now when you restore backed up tasks, task list auto refreshes
16 years ago
Tim Su
1624c8547d
Fixed up locale plugin to check for add on:
16 years ago
Tim Su
29145c7b32
Cleaned up add on adapter and made it work. Next step is locale plugin. Also added some help to backup preferences
16 years ago
Tim Su
7e44c8ae8f
No leaking progress dialogs now
16 years ago
Tim Su
abb753d2ee
Backup preferences, backup as a service
16 years ago
Tim Su
4ad61000a8
Fixed various bugs with rmilk lists out of sync, backup polishing & a crash while restoring because of incorrect sql filtering, etc
16 years ago