Commit Graph

180 Commits (f206e8ae441e4ea77ffe399a103671fceca18ad9)

Author SHA1 Message Date
Tim Su db6d11539e Astrid unit tests: use zutubi junit xml reporter to generate junit xml. also use emma xml reporter to generate emma xml 15 years ago
Tim Su 9c3efb775b First pass at fleshing out the order changing operation 15 years ago
Tim Su 459009f39c Refactored task adapter add on manager into own class, fixed a bug with detail loading, updated task details to not use broadcast receiver, added skeleton google order actions 15 years ago
Tim Su aa7ed3dc94 Android test build xml: produce proper coverage reports 15 years ago
Tim Su 9cf8b28e17 Made createNewMetadata method easier to use 15 years ago
Tim Su 927ba61e5a Added indentation action and unit test 15 years ago
Tim Su d00a35bf58 Wrote first gtasks unit test, first unit test passes. 15 years ago
Tim Su 0cf572de59 Turned preference service into an injected class for better testability, wrote the first test, of the decorator 15 years ago
Tim Su 8b93d0a196 Fix test by controling the # of tasks backed up 15 years ago
Tim Su 9af973bcd2 Pulled in new translations for Astrid 3.3 15 years ago
Tim Su 38ca50123d fixed three unit tests 15 years ago
Tim Su 017adc47da started work on a replacement coverage method that handles all incoming sources 15 years ago
Tim Su 48c0d05c1d Added coverage folder to gitignore 15 years ago
Tim Su 12060fddb0 removed obsoleted unit tests 15 years ago
Tim Su c3025f355f Deleted some cruft, fixed a bunch of unit tests 15 years ago
Tim Su 9a9eb73945 reflected new API change in dependency injector 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 ed60492f18 Fixin' tests, fixin' the content provider, i think it's in decent shape now. All unit tests pass! 16 years ago
Tim Su 0b77d19f7d Now passing the first of the content provider unit tests 16 years ago
Tim Su c1d1fa801f Fixed up unit tests. they compile but aren't passing yet 16 years ago
Tim Su 561e899eff Updated content provider, started on provider tests 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 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 38529e515c Removed some more warnings 16 years ago
Tim Su 3d2a67741e Removed plugin. 16 years ago
Tim Su 0a37dff6e3 Updated modes, re-added empty gitignore files for gen 16 years ago
Arne Jans e5c677412e merged dummy-conflicts from git 16 years ago
Arne Jans d7f17502fe Fix CRLF for dev 16 years ago
Tim Su 5dafaaa80a Imported translations into xml's, fixed up format string bugs, and updated spanish translation from launchpad 16 years ago
Tim Su 98273affd6 Fixed reminder services leaving junk for all of the other services to deal with, bump version in Android manifest 16 years ago
Tim Su 362251823b Fixed up unit tests, got them to pass 16 years ago
Tim Su 017dc5c0c3 Created upgrade from Alarm in separate table to Alarm in metadata 16 years ago
Tim Su 8fee29ef55 Completed step 1 of alarms - the control set 16 years ago
Tim Su 1c0f60d9b6 fix for AST-167: allowing 'by day' type functionality for all repeats 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 581cdacbfd Fixed crash, now performing upgrade in background thread 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 60341c4ec5 Fixing issues with reminder tests and reminders themselves 16 years ago
Tim Su 6701ce3fad Fix for not creating alarms during RTM sync, minor updates to alarm scheduling, now overdue alarms are by default on 16 years ago
Tim Su 38e2b692a7 Fix for reminder service tests doing things in the wrong order 16 years ago
Tim Su 293788ae2f Updated the legacy com.timsu.astrid.tasksprovider provider 16 years ago
Tim Su f46895a3d6 Added awesome merged translations files. Also fixed the tests to get them to work 16 years ago
Tim Su a2ae7b9d36 Got snooze working, made notification activity look good. Also fixed some crashes 16 years ago
Tim Su e99e52b64f Locale plugin. 16 years ago
Tim Su 2a88772ae8 Deleted and moved around a bunch of legacy things 16 years ago
Tim Su bfd8a80907 Fixed upgrade test, disabled xml exporter for now, fixed up filter list activity not to be so resistant to change 16 years ago
Tim Su fa449f749d Turned off debug, fixed unit tests, fix for crash 16 years ago
Tim Su 87fd8ca231 added repeat detail exposer, now repeat pushes hide until too 16 years ago
Tim Su f04cf12caa ... and fixed up astrid 2 to 3 upgrade tests 16 years ago
Tim Su 66b9cb7e0e YEAAAAA UNIT TESTS PASSEED for repeat 16 years ago
Tim Su 82e734d986 Upgrade for repeats, and repeat tests. also reorganized some imports on accident 16 years ago
Tim Su 21ea97ed34 Fixed some warnings, pulled out repeat completion listener into it's own
class, now handling "repeat after complete date", and cloning task.

Needs a unit test of course (of course!)
16 years ago
Tim Su 734face4c2 got widget working. and fixed some bugs with it... 16 years ago
Tim Su 8b85736976 added reminder preferences, fixed up various minor bugs with tests and real app 16 years ago
Tim Su a453628a8a added reminder service tests, got many to pass 16 years ago
Tim Su 3cb2ed563e Updating reminders to use new stuff... 16 years ago
Tim Su 82bf5598d5 Alright, task editing is working for tags and alarms and all goodies. Also got rid of preferred due date. 16 years ago
Tim Su c43ff1aea6 Made lots of changes in an attempt to clean stuff up 16 years ago
Tim Su 6b0b376639 Got rid of date format strings in localized strings.xml, now we rely on preferences and some hard coded strings for date formatting. Fix OEM request 16 years ago
Tim Su 55ea028ec7 Upgrade tests pass! woo woo woo 16 years ago
Tim Su a1b12d15ef Made significant progress getting upgrade tests to pass. 16 years ago
Tim Su 0f0fcfb9ba Temporary commit with add 16 years ago
Tim Su 4287d13969 Alarm stuff, added upgrade logic for it, trying to fix tests 16 years ago
Tim Su d45dbf4372 Created new test for date format strings 16 years ago
Tim Su fa32bc5164 Changed backup to delete the oldest backups, retaining 7 files. Added a backup unit test 16 years ago
Tim Su d77c7ef12b Created translation tests, fixed a bunch of bugs that they uncovered. 16 years ago
Tim Su e20e4b4fbb Added an update URI for provider for PureCalendar 16 years ago
Tim Su b11df0aa95 Fix for no astrid dependency injection in static block. 2.14.1 16 years ago
Tim Su 6ee437ede1 Fix classpath for Astrid & tests, fixed NPE in TasksXmlExporter. 16 years ago
Tim Su c7974868be Moved projects around. 16 years ago
Tim Su 3183a2275b Attempt to fix unit test dependency injection in static context 16 years ago
Tim Su ecc539418b Got closer to finishing astrid upgrade first unit test, plus fixed startup crash 16 years ago
Tim Su 811b4862c9 Added properties to cursor, and gettin' stuff to work 16 years ago
Tim Su dd863f396d Moved SQL from external into data layer. 16 years ago
Tim Su 67d8483183 Partial-work commit of tag migration and improvements to the data model. 16 years ago
Tim Su b729756306 Fixed bugs, plus moving unit tests towards green. Way closer to there. 16 years ago
Tim Su 3a48555cc7 Worked on migrating tasks table. And unit tests. 16 years ago
Tim Su 54f5ff5eb8 added to upgrade tests. but now going in different direction... 16 years ago
Tim Su cddab158ab Fixed unit test compilation errors. now to run them and etc. 16 years ago
Tim Su 5ad2de1046 New tests project, + legacy data structures for testing importing. 16 years ago