Commit Graph

1199 Commits (17ed4b8ac265f3f087f5095e22f2a215dfbc8af3)

Author SHA1 Message Date
Tim Su e9db48b229 Created EditNoteActivity for viewing and adding task comments and notes. 13 years ago
Tim Su 948731dc61 added separate build target for update-release w/ fb api key 13 years ago
Tim Su 9ca8eb87f7 Implemented password-based login and sign up to Astrid.com 13 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
13 years ago
Tim Su 5fd62cb8f9 Fix for crash making toast 13 years ago
Tim Su 73dbcefe01 version bump 13 years ago
Tim Su 1de56ea82c Minor fix to handle all values of limit 13 years ago
Tim Su 972eaa7c51 Merge commit '7810a24' 13 years ago
Arne Jans 7810a24756 Fix for 13976663 13 years ago
Arne Jans 27c27343f2 Fix for 13186799. No more old snoozes for old repeating task iterations. 13 years ago
Arne Jans 4ff9c1dfc6 Clarified reminder-settings descriptions (quiet hours dont stop notifications to appear, Astrid Reminders-setting doesnt turn off notifications, either). 13 years ago
Arne Jans 7b23182bab Possible fix for 13186799 and similar issues. Please verify. There still may be a PendingIntent zero-requestCode bug here. 13 years ago
Arne Jans 490af4d4a5 Fix for 13186819 13 years ago
Tim Su 9ccc9595c8 useless commit to trigger a build :) 13 years ago
Tim Su 4a53bc220a suppress warnings 13 years ago
Arne Jans 13e2b739da Implemented story 13186747, User-set defaults for reminders due today, specific date. Please test this. 13 years ago
Tim Su 70110e152e Version bump 13 years ago
Tim Su 5f7ffb7406 Hide the very last task row in the widget if screen density <= 0.75 13 years ago
Tim Su 3d8bcf4c95 Fix for more crashes encountered 13 years ago
Tim Su cb5166e022 Fix for unescaped sql in custom filter tags 13 years ago
Tim Su eaebec0850 Fix for issues created by OEM
- yellow line while gesturing
- crash moving google task around
- anr when first installing app
13 years ago
Tim Su 7d6bcee9b0 Fix unit test with reminders 13 years ago
Tim Su ca4e9c7cc2 Don't show reminders for read-only tasks 13 years ago
Tim Su 26452bec14 Updated upgrade message 13 years ago
Tim Su a22baa36fb SharedPreference will open a new file if the current one is not working out 13 years ago
Tim Su 0bb5bef617 Suppress EULA and startup tasks if you already have created tasks, in case preferences get overwritten (Galaxy S issue) 13 years ago
Tim Su 5f84f0c85b Merge commit '5c5e31b' 13 years ago
Arne Jans 74203d1c2c Fix for 13186759, note-ordering and pref-setting show all notes. couldnt reproduce disappearing notes. 13 years ago
Tim Su dc7f2f5d5e finish metadata clone clearing for all tasks 13 years ago
Tim Su fc3d02bc8d Merge remote-tracking branch 'stingerAJ/2011-05-09-patches'
Conflicts:
	astrid/src/com/todoroo/astrid/service/TaskService.java
13 years ago
Arne Jans 5c5e31bf39 forgot to actually set the latestSetVersion. Oops... 13 years ago
Arne Jans 8996af1d39 Error reporting for cause-search of Galaxy S default tasks. It seems Preferences-read/save isnt working. 13 years ago
Arne Jans 247edede75 Fixed: Quickadd a task in a workspace is not shown 13 years ago
Tim Su 052c92d3a4 Roll back opencrx changes that aren't required, move opencrx packages to Astrid prefix. 13 years ago
Ikari b5b6294972 Integrated OpenCRX plugin with Astrid. 13 years ago
Arne Jans de29f3d7ce fixed (Repeating From Completion Date --> Loss of Due Time) 13 years ago
Tim Su 8f520a8088 Synchronize iteration over controls list 13 years ago
Arne Jans d30d9f8eed enabled TaskApiDao.insignificantChange in TaskDao.saveExisting and added Timeractions to it. Timeractions dont seem to overwrite producteev-changes during sync anymore, but please verify this is fixed. 13 years ago
Arne Jans 775d536896 Fixed sync-duplicating. Actually I introduced this bug myself with the change 89afc36cc5 13 years ago
Arne Jans 64174308f9 Organized imports 13 years ago
Tim Su 766ac6a8c0 Fix for tag control set always reporting tasks have changed when editing. Should fix (or at least help with) story #10759337 in pivotal 13 years ago
Tim Su 0d2157db8d Expand the definition of 'insignificant change', and don't write modification date if change was insignificant 13 years ago
Tim Su bdb5c62f03 Added an explanation for Android 1.6 users 13 years ago
Tim Su 64e9bb854e Fix for Astrid not displaying properly in Android 1.6 because of using Theme.Wallpaper, which is only exposed in API version 5 13 years ago
Tim Su 4ed26c0d7d Fixed crashes reported from Android Market 13 years ago
Tim Su 9b3abfcec8 temporarily remove the filter by tag exposer, it seems to be broken with multiple tags 13 years ago
Tim Su d8084869ab Turn logging messages into debug-only 13 years ago
Tim Su 43823227a4 Fix for race condition during task pushing to server, wait for them all before getting new lists 13 years ago
Tim Su 4d4f903313 New gtasks list icon 13 years ago
Tim Su 9742e6e156 Fix 'show note' preference not working 13 years ago
Tim Su baaa94362c Added a setting for turning on/off transparency 13 years ago
Tim Su 27bd6e8fb6 padding = good. Added padding to about dialog 13 years ago
Tim Su c2958d94eb clickable link in about dialog 13 years ago
Tim Su f1d45a190c Restored original gtasks jar without tests and libs 13 years ago
Tim Su 321906b555 Goodbye apache commons-lang, you made my apk too big 13 years ago
Tim Su c1a5bbdb66 Minor capitalization and string fixing 13 years ago
Tim Su 4b80e38e77 I think this will fix the gtasks task not created remotely issue 13 years ago
Tim Su 1cf26c4ca6 Multi-threading google tasks sync 13 years ago
Tim Su 5097d3fac9 Seems to fix the gtasks remote id issues, also consolidated some API calls for fewer invocations 13 years ago
Tim Su 10bb07708e Fixed unit tests 13 years ago
Tim Su a8ff585a7d Various minor fixes - targeting SDK 10, fix typo, and change algo for isIntroTask 13 years ago
Tim Su 67ef6ffd00 Only show creator of task if it's not the same as responsible user 13 years ago
Tim Su e91c92b93a GTasks custom filter exposer 13 years ago
Arne Jans 6e1c31dfdf rewrite of filters for teammember's tasks, readonly again, modified standard-filters so readonly-tasks dont clutter those filters like Inbox, Recent, Taglists, workspaces, tasks assigned by you/to you. Fixes AST-354 13 years ago
Tim Su 61e6db4aab Merge remote branch 'bigwave/Fix-testFormatStringsMatch' 13 years ago
Tim Su de8c438c49 Merge remote branch 'bigwave/hide-complete-google-tasks' 13 years ago
Tim Su 44b66b1ea0 New and updated icon 13 years ago
Tim Su db7a69b487 Move 'filter by tag' to a task action 13 years ago
Tim Su 8d8db3e1d8 Moved filter by tag to the tag plugin, created an api for task context menu actions 13 years ago
Tim Su 0b753d3532 Merge remote branch 'altendky/master' 13 years ago
Ian Fraser 52af1265c1 Delete redundant translations of English text that no longer
exists, fix failure in testFormatStringsMatch
13 years ago
Tim Su d7af85c164 Using apache lang unescapeHTML instead of the random one i found on the net. Better license and more trusted code. 13 years ago
unknown 8b21487df8 Make Google Tasks lists respect the "Display Completed" preference flag.
Signed-off-by: unknown <ian@.(none)>
13 years ago
Tim Su 211eb383ed Added eclipse code formatting and organizing preferences to Astrid, test, and API projects 14 years ago
Kyle Altendorf b3c678b023 Added 'Filter By Tag' TaskListActivity context menu item
If the task for which the context menu has been created has no tags
this entry will be disabled (but visible).  For a single tag a new
TaskListActivity is started and with a filter based on that single
tag.  If multiple tags are present then a dialog is presented to allow
the user to select a single tag to filter by.
14 years ago
Tim Su e013e7ee3b Minor fix to not dupe RTM tasks on clone 14 years ago
Tim Su 3f9c957107 Don't send tasks with PDV id = 0 as part of the locally updated 14 years ago
Arne Jans 89afc36cc5 invoker.labelsShowList now be called with timestamp to save time and bandwidth 14 years ago
Arne Jans aa79cd7246 duplicate-fix for locally renaming tasks in Astrid, also untested fix for deleting workspaces remotely 14 years ago
Tim Su f5e297fc0d Version bump to 3.7.2 14 years ago
Tim Su 8dd10dfe24 Removed retry from producteev login on server 403 14 years ago
Tim Su 12ab4ab16d Minor tweaks to reminder logic 14 years ago
Tim Su 7aeb675caa reset completion and deletion date 14 years ago
Kyle Altendorf 11736572e8 Added 'Copy Task' to task context menu
Clones task, sets creation then modification date, and finally opens
cloned task for editing.
14 years ago
Kyle Altendorf 61ff04725d Consider due and completion dates as part of uniqueness during import 14 years ago
Tim Su 6cd2b0b011 Fixing unit tests 14 years ago
Tim Su 479f2458fc Replacing html.fromHTML in pdv api utilities to unescapeHtml implementation to fix pushback buffer overflow issue. 14 years ago
Tim Su 8755a4c561 Fixed null pointer when subject of 'share with' is null 14 years ago
Tim Su 2ddc0429f2 Added a ring 5 times setting to Astrid, and now a notification if your volume is muted and you launch astrid 14 years ago
Tim Su 91b84d2a53 On android 2.2 and up, the voice search application has a different package name 14 years ago
Tim Su b88d5e5527 Fix for astrid crash on honeycomb - no more managing cursors that we also close 14 years ago
Tim Su c00e69c4cb Version bump Astrid 3.7.1 14 years ago
Tim Su 08265c0f38 improved the appearance of the about page 14 years ago
Tim Su 12e8c23931 Fix for crashes reported by users 14 years ago
Joshua Gross 6485e8c3a3 I believe the parenthesization of this if statement was wrong, leading to some notifications never appearing 14 years ago
Joshua Gross 042f393c8f About menu is a bit prettier 14 years ago
Joshua Gross 3820f53e94 Linkified About links. 14 years ago
Joshua Gross b449fc3ef1 Moved 'about' strings to strings-core 14 years ago
Joshua Gross d78fb39c0c Moved 'about' strings to strings-core 14 years ago
Joshua Gross b1a90ffecc Initial about screen; need to make the about links clickable 14 years ago
Tim Su fbdb5de14e Fixed translations from the unit test 14 years ago
Tim Su 5a5e746e46 Updated XML files from .PO files 14 years ago
Tim Su b1a5096f8e Updated upgrade message with help from Jon 14 years ago
Tim Su fec3f3c93a Tweaks to quick-add to make it work in all cases 14 years ago
Tim Su 8c3bee018c Added quick-add markup 14 years ago
Tim Su a5dfaf119d Fix a bunch of crashes 14 years ago
Tim Su 61003bd535 Producteev: Fix case where there is no array returned in json invocation 14 years ago
Tim Su f161294848 Killed extended details. Created NoteMetadata for displaying notes created from plugins.
- migrated PDV and RTM notes to new format
14 years ago
Tim Su b99850134e restored astrid launch 14 years ago
Tim Su 8fe4afe934 Note plugin cosmetic tweaks (padding, UI) 14 years ago
Tim Su 7770852144 Link action is totally awesome. Now you can get your links via task action 14 years ago
Tim Su c5389c098a Temporarily removed manifest entries for sharing 14 years ago
Tim Su 3e28972237 Act.fm invoker 14 years ago
Tim Su 4d5b667243 Added facebook login button to the sharing login activity 14 years ago
Tim Su d32545fbb5 Started work on sharing login activity 14 years ago
Tim Su ce320f29b8 Minor tweaks to make note viewing a pleasant experience, intro tasks 14 years ago
Tim Su fcb484fca7 Tweaks to make the note detail exposer work 14 years ago
Tim Su 464d65fc63 fix for npe 14 years ago
Tim Su 2f87b67248 Moved notes from action into a decoration 14 years ago
Tim Su f46a92938a Sharing initial commit 14 years ago
Tim Su f4aa8093ad Don't create project dependencies in Eclipse, this is actually useless 14 years ago
Tim Su 167cd799ed Move notes plugin below timers 14 years ago
asukali 56227e27e8 Fixed project setup to compile and run Astrid
(tim's edit: removed GDCatalog)
14 years ago
Tim Su 8685971408 New task subject from e-mail subject extra of send to 14 years ago
Joshua Gross 18a2ef1147 Finished 'share link' functionality for sending links into Astrid from the browser. 14 years ago
Joshua Gross de8125de74 Send-to menu: only missing piece is filling in 'notes' field initially 14 years ago
Tim Su f229c978d6 Improved the appearance of the note dialog header 14 years ago
Tim Su 608bbc3c40 Fix for debug task notification with new task_due prevention logic 14 years ago
Tim Su af6dc54720 Set default style so we can use GreenDroid styles in many places in our application 14 years ago
Tim Su ba7384a504 intro tasks all get note icon 14 years ago
Tim Su c856bb49db Fix for AST-325 - reminders pop up even when due dates are changed 14 years ago
Tim Su a10887e577 Appearance tweaks with our new dialog style 14 years ago
Tim Su abb456e0c7 Added a dialog custom title style for note dialog 14 years ago
Tim Su 03684c9f25 First pass at creating a note-viewing activity as a quick action on the task 14 years ago
Tim Su a3e6b8fcb0 Separate action icons for starting and stopping the timer 14 years ago
Tim Su 243d0de6fc Removed warnings, killed dead code 14 years ago
Tim Su dfa7969e81 Astrid 3.7.0 - min sdk version is now Android 1.6 14 years ago
Melissa Yu 14d1a3bb1b Added Quick Action bar to replace astrid's previous task edit button bar 14 years ago
Tim Su 8af6d11051 Updated configuration for Astrid to use subtree projects for Android libraries 14 years ago
Tim Su 80f3f9b37f version bump to 3.7.0 prerelease 14 years ago
Joshua Gross 1a8f646934 Fixed off-by-one-second task filtering error 14 years ago
Joshua Gross 50203ecd9f Fixed one unit test, GTask integration tests are still broken 14 years ago
Joshua Gross c42dd42676 Show sync option in menu if no sync accounts are set up, then prompt user to select and log into a service 14 years ago
Joshua Gross a94796351b Fixed build process to work with Eclipse 14 years ago
Tim Su 224246badc fix for ant deleting our src folders 14 years ago
Tim Su ecd613ebe4 fix for amazon market not supporting version names with dashes 14 years ago
Tim Su 833b4ddff9 Updated project metadata to work with latest Android SDK, and fix the Unknown Error: NullPointerException errors 14 years ago
Melissa Yu 5e307d15f7 Updated res files to fix compile error with newest Android SDK 14 years ago
Tim Su 3eb6b2bd53 Merge remote branch 'origin/master' 14 years ago
Tim Su 06f5a1b179 Updated upgrade message 14 years ago
Tim Su b92256303e Fix for Astrid crash when using timers. Version bump 14 years ago
Tim Su 81229dcac1 Added a message if google login fails too many times. This will help users get un-stuck 14 years ago
Tim Su 93ac196557 Can start sync intent with any kind of action. Created two new manifest actions for starting sync from third party apps like Tasker 14 years ago
Tim Su 22cd64bda9 Fix for AST-471 - editing from the web causing duplicate tasks. how did i forget this 14 years ago
Tim Su ba578976e7 Fixed a crash with missing value 14 years ago
Tim Su 9d22415023 Removed debugging 14 years ago
Tim Su 0625a34582 Upgrade message 14 years ago
Tim Su 91509d0642 Restored functionality where we don't synchronize tasks that you are not interested in 14 years ago
Tim Su a28d39ea90 Added nls warning suppression 14 years ago
Tim Su b79a75bf17 Removing some commented out lines 14 years ago
Arne Jans d6c4499497 repeating icon for pdv-recurrent tasks added 14 years ago
Arne Jans 1e48dc55c0 PDV-recurrent tasks display and handling first version. No conflict-handling yet between Astrid-repeats and PDV-repeats other than disabling PDV-repeats for tasks that have Astrid-repeats enabled. But still, duplicates might be produced by this. Another glitch is, if a task is completed on webinterface and in Astrid in parallel, and synced, then PDV-recurrent tasks' duedate on webinterface gets added one day (could be due to faulty timezone-handling in producteev.api.ApiUtilities (SimpleDateFormat-instances are hardcoded on Locale.US and thus dont write +0100-timezone for me in Europe/Berlin but +0000) 14 years ago
Arne Jans 0b28171bbd clear complete-status cache if flushing tasklist-caches. this is necessary for properly displaying pdv-recurrent tasks after a sync. 14 years ago
Tim Su 02d5de51e8 Had to re-write the producteev api sig generation logic to support array types 14 years ago
Tim Su cded7963f9 Changed producteev api to use change_labels call instead of set/unset labels 14 years ago
Tim Su 127cdd081a [debug] added some debugging to PDV logic. 14 years ago
Tim Su 8b6241b042 CRLF patch from Arne 14 years ago
Tim Su 26c0d077c7 added task completion event 14 years ago
Tim Su 5582bcae53 Minor fixes to google sync and shortening log 14 years ago
Tim Su 3229379d20 Fix for a NPE 14 years ago
Tim Su 37376d5842 Default control set should be the user's default workspace 14 years ago
Tim Su ed8840167f made the do not synchronize label more clear 14 years ago
Tim Su 37ed37ba74 Don't delete tasks that are existing but marked do not sync 14 years ago
Tim Su 3984622eb7 killed unused line 14 years ago
Tim Su b06885676d version bump to Astrid 3.6.2, fix for google tasks crash and another minor crash 14 years ago
Tim Su 4fa87a35d9 suppress strange motorola cliq error by subclassing edit text 14 years ago
Tim Su a87bda2d65 update power pack description 14 years ago
Tim Su b56e6af02e killed dead code, added calendar picker to alarms 14 years ago
Tim Su 77c674c461 oops, reversed the conditions of the plugin text matching 14 years ago
Tim Su b35ae937a2 Version bump 3.6.1 and preferences update 14 years ago
Tim Su a0bfa6567f cosmetic fix to calendar on wvga 14 years ago
Tim Su e8fe6e8a03 Scale due date along with details 14 years ago
Tim Su 60a4e7069a Updated what's in the power pack 14 years ago
Tim Su 36617f5a35 detail font size now scales with main font size 14 years ago
Tim Su dd8016c4ce Continue fixing issues with calendar widget. Now able to scroll properly without miswrapping 14 years ago
Tim Su 8fe7255ba2 More fixes to calendar 14 years ago
Tim Su 8f447e4870 Increased the touch area of the left and right buttons of calendar 14 years ago
Tim Su bdbd502c1b Minor tweaks to make the calendar more visually appealing 14 years ago
Tim Su 5916d6be85 Fix to work on large screens, localize day of week, and got rid of set button 14 years ago
Tim Su bc46960e95 Merge remote branch 'jonparis/master' 14 years ago
Tim Su b7bb6c1104 fix reference to read-only patch that we haven't pulled yet 14 years ago
Tim Su 3ed636635d Added release engineering for custom builds 14 years ago
Jon Paris dd6aebe111 added calendar widget - still needs work though days of week are not internationalized and Set button should be removed (date should be set on pressing the date 14 years ago
Tim Su 0de220849a quick fix for AST-428
Conflicts:

	astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java
14 years ago
Tim Su 26d8421e1a fix for crash by rotating phone rapidly on task edit screen. 14 years ago
Tim Su 721c187386 Make sure that cursor closed. 14 years ago
Tim Su 43d8157386 widget in background service 14 years ago
Tim Su 68e1b00b10 Moved FWCI to astrid api 14 years ago
Tim Su cf41c8ded9 Fix for failure in dependency injection 14 years ago
Tim Su 72e15a7ddd Upgrade service to 3.6 only if pre 3.6 14 years ago
Tim Su c44a99d8c4 add notPlugin to update message service 14 years ago
Tim Su e1ba346364 Another test, this time for DI, and fixes for the things we found 14 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 14 years ago
Jon bebd8db682 capitalized PUBLIC USER CONTENT in the all caps sections 14 years ago
Jon 88fc86403a Updated slightly to be more explicit about Private User Content 14 years ago
Tim Su 02091a6885 Updated EULA to be more permissive for Astrid users. Made upgrade a bit more concise 14 years ago
Tim Su 8f47f8b9c7 Fix for translations 14 years ago
Tim Su a09c6696df Updated translation xml files from launchpad .po files 14 years ago
Tim Su f9a3c188a3 Version bump update version information for 3.6.0 14 years ago
Tim Su eaea581b91 Fix for cloning metadata is the wrong behavior for sync 14 years ago
Tim Su d7332a30ca minor fix so that recurrance tasks are picked up properly by details 14 years ago
Tim Su af0436597d Minor fix to voice repeats to wait a bit longer before talking. Also, in the astrid api project we call hooks on task sync, which fixes AST-413 - repeating tasks not repeated on google sync 14 years ago
Tim Su 06f5f76302 Fix for AST-419 - google task list deleting now deletes list in Astrid 14 years ago
Tim Su 08a9aa6bde task note voice appends, task title voice replaces 14 years ago
Tim Su 785598a263 Minor cosmetic fixes in the addons menu 14 years ago
Tim Su bf325bd014 Minor updates to fix manifest 14 years ago
Tim Su d3f84c7b33 Got rid of indonesian, catalan, and turkish translations - they are currently unsupported by the Android market 14 years ago
Tim Su 0c32676667 version bump 14 years ago
Tim Su 7100d1b069 replace text field with your contents instead of appending. also capitalize first letter 14 years ago
Tim Su 271bd15fbf No more upgrade checking via the old method 14 years ago
Tim Su adfd7ca395 Fix for widget not working because of deleted files 14 years ago
Tim Su ec460e89d4 Minor fix to intro tasks 14 years ago
Tim Su d6f4d9d5c9 Fix for release engineering version.code is already being used 14 years ago
Tim Su 17221f59a2 Fix for crashes reported by astrid users 14 years ago
Tim Su 7ec45dd242 Fix for AST-363
Specifically, what this fixes is the case where a task has multiple alarms
in the future. Previously, only one of the alarms would run, but now they
are all scheduled as separate alarms and should all fire.

If there are other bugs not covered by this, please file another bug.
14 years ago
Tim Su 25ba0e3b5f on first time, create some help. fix for AST-318 14 years ago
Tim Su 6d4a7536ee Better handling & fixing of settings behavior on Android 1.5 phones 14 years ago
Tim Su 5eb20de821 Fix voice stuff on Android 1.5 14 years ago
Tim Su 19ee36f9f1 Polish issues for voice, set up preferences listeners 14 years ago
Tim Su bbd997d917 added voice descriptions 14 years ago
Tim Su 8e6360a041 Added strings for voice patch, patch coming at a later time. 14 years ago
Tim Su 87ed3e79ff Merge branch 'voice' into 101111-remerge-voice 14 years ago
Tim Su 8e7ef1c9ea better intent flags for widget 14 years ago
Tim Su 3512b57b0e remove unused resources 14 years ago
Tim Su d0d02893de Fix for AST-408 - hide until time not working' 14 years ago
Tim Su 02fe36ca42 Moved gcal control set to additional page, catch exception task create 14 years ago
Tim Su ed85a3e43c Moved gcal to standard Astrid, added message to end of task edit page 14 years ago
Tim Su 104382f108 Fix for AST-410 - sync w/ google tasks removes due time 14 years ago
Tim Su 211dc5024b Broadcast on task list change 14 years ago
Tim Su 44fce8e1ea Fix for AST-345 14 years ago
Tim Su 828a82a28a Fix for AST-361 - weekly repeats get disabled on edit 14 years ago
Tim Su 25a4048591 instead of checking api sig against some constant, just check if it matches ourselves 14 years ago
Tim Su 403a1d9967 Now sort preferences are stored publicly. Also using sortHelper 14 years ago
Tim Su 0f2b0b496f Merge remote branch 'stingerAJ/voice' into voice 14 years ago
Tim Su 3a33f57877 Version bump release candidate 14 years ago
Tim Su a19b518e43 Removed rmilk add on from list, minor usability fix from task edit page 14 years ago
Arne Jans b55a819f85 changed title of voiceprompt and placement of microphone-button in taskedit, handle the case a device doesnt have market installed and would crash with ActivityNotFoundException 14 years ago
Tim Su d635f98acd added package to make the build script work in various versions of android sdk 14 years ago
Tim Su cbe253d835 Had to add another content provider to get around Android limitations with queries. Private content provider. 14 years ago
Tim Su 0271341b07 moved search filter to astridApi project 14 years ago