Commit Graph

2884 Commits (4206c644ec1d08c9baed48282b8445d9066e4900)

Author SHA1 Message Date
Sam Bosley 7f57679469 Added service and invoker for reporting analytics data 12 years ago
Sam Bosley 2a0200a715 Added field to track if data point has been reported 12 years ago
Sam Bosley bf15575643 Check new user and activated status at startup 12 years ago
Sam Bosley c7e18592a6 Added methods for creating data points to the abtesteventdao 12 years ago
Sam Bosley f08d3c2890 Added ABTestEventDao 12 years ago
Sam Bosley 1f46fa34c6 Added the ABTestEvent model for tracking events in the database 12 years ago
Sam Bosley 02049930c9 Started cleaning up and refactoring the AB testing classes to fit with the new analytics framework 12 years ago
Andrey Marchenko e63de8a4e6 Implemented Update access through Astrid Api 12 years ago
Sam Bosley 927ea5403b Fixed a bug that prevented subtasks toggling from working correctly in lists 12 years ago
Sam Bosley 27e108a5e4 Fixed a logic error in reporting app_open statistics 12 years ago
Sam Bosley 453ecbed4d Removed a bunch of unnecessary stuff related to toasting on tag save 12 years ago
Sam Bosley b5f5259366 Fixed a bug with dialog theme declared in manifest messing up tag settings activity on phones 12 years ago
Sam Bosley 472288b1b9 Don't need to restart astrid for swipe performance to take effect 12 years ago
Sam Bosley 32bd06219a Replaced the Performance preferences with 'Astrid Labs', where users can go to enable/disable features that are being AB tested 12 years ago
Sam Bosley a9ede5955c AB test the presence of the new contact picker 12 years ago
Sam Bosley 8f7176f3c3 Updated upgrade message 12 years ago
Sam Bosley 80843660c4 AB test and instrument swipe between lists enabled or disabled 12 years ago
Sam Bosley 9519517073 Made swipe between lists disableable 12 years ago
Sam Bosley d42471a5f6 Fixed a couple rare null pointers 12 years ago
Sam Bosley 529bb2fcba Added a prefrence to control how aggressive the fragment pager is with preloading task lists 12 years ago
Sam Bosley 978aa11fd1 Fixed a bug with widgets using filterwithcustomintent 12 years ago
Sam Bosley 6ebe45df18 Fix bug with choosing contact from quickadd 12 years ago
Sam Bosley 869adc42f6 Don't let view pager intercept scrolling of people view 12 years ago
Sam Bosley ca004a718e Refactor and fix for list leaving/deleting functionality 12 years ago
Sam Bosley 18d8acc461 Load things from argument extras in gtasks fragments instead of from intent 12 years ago
Sam Bosley e5d30775a1 Fixed a bug with ShareLinkActivity not working with swipe between lists 12 years ago
Sam Bosley 8564e37b40 Fixed bug with activity shown for new lists 12 years ago
Sam Bosley 7e2e378c2e Tweaks to reminder scheduling to account for new date scheme 12 years ago
Sam Bosley bddc70bdb4 Version bump and upgrade message 12 years ago
Sam Bosley a222e28cd6 Preload a few more fragments in the task list pager. We can experiment with this setting for optimal performance/memory tradeoff 12 years ago
sbosley 35734273f0 Merge pull request #175 from sbosley/120413_sb_comment_links
In comments, make links to tasks.
12 years ago
Sam Bosley 279713cf48 Added comment for translators, use $ for special token 12 years ago
Sam Bosley bec80c0b34 Send support button to blog faq, forums button to crittercism 12 years ago
Sam Bosley 2745079599 Awesome new stuff for putting links in comments. Works for tasks, can adapt to things like tags/users in the future 12 years ago
Sam Bosley be6b1310e1 Make clicking on task links in comments edit task 12 years ago
Sam Bosley 6701e46bfb Good progress on linkifying task titles in comments 12 years ago
Sam Bosley dabb393f6d Fixed potential null pointer in task list fragment 12 years ago
Sam Bosley a735863fc0 Fixed a crash in DisposableTaskListFragment 12 years ago
Sam Bosley 5a413c4553 Don't allow null extras in fragment pager adapter 12 years ago
Sam Bosley fec9d72bea Fixed a display bug with the appearance of task due dates due today 12 years ago
Sam Bosley dc9a6b2fed Fix some arguments in update format strings 12 years ago
Sam Bosley 56fb16aace Check uniqueness of list members by email 12 years ago
Sam Bosley 42da848122 Fixed a potential null pointer in task adapter 12 years ago
Sam Bosley f7da0c8233 Refixed people picker row heights 12 years ago
Sam Bosley 8a4a0f802f Don't set the title of the actual filter instance when switching to custom context 12 years ago
Sam Bosley e7fcdb20d6 Introduced new permasql for noon-based times 12 years ago
Sam Bosley 642f84f817 Fixed bug where tasks assigned while offline would be reassigned to self after sync 12 years ago
Sam Bosley ea4b8ecbd1 Fixed a string with backwards format args 12 years ago
Sam Bosley 1ec773f1b2 Only the current fragment can handle menu options or context menu items 12 years ago
Sam Bosley a79c2eb78f Wait a couple seconds before initiating automatic sync when using swipe between lists 12 years ago
Sam Bosley 4477ca55ca Don't show astrid in reminder dialog when that preference is turned off 12 years ago
Sam Bosley 19c26c1539 Fixed a crash for in-app reminders 12 years ago
Sam Bosley 668a23ad45 Adjusted contact adapter row size 12 years ago
Sam Bosley 7f07d08af4 Restore the progress bar to task comments view 12 years ago
Sam Bosley 5952959d86 Bugfixes to search and unecessary code cleanup 12 years ago
Sam Bosley 7451ca813e Don't do a full broadcast refresh when autosyncing 12 years ago
Sam Bosley f963d5f610 Fixed bugs with reminder dialog not working 12 years ago
Sam Bosley 5f8e86d7bd Fixed bugs with Notification fragments in swipe between lists 12 years ago
Sam Bosley 7dd5833e30 Clear filter query override when switching out of subtasks mode 12 years ago
Sam Bosley cf486bfed7 Fixed a crash when swiping between lists before fragment exists 12 years ago
Sam Bosley d52fd02b87 Implemented Tim's suggested cleanup to the pull requests from yesterday 12 years ago
Tim Su 0f13cf01f7 Merge pull request #174 from sbosley/120302_sb_swipe_lists_subtasks
Swipe between lists! Woooo
12 years ago
Tim Su 076eeee13c Merge pull request #173 from sbosley/120405_sb_pick_contact
Contacts picker!
12 years ago
Sam Bosley d73ed12816 Don't let title parsing override quickadd control sets 12 years ago
Sam Bosley cdc403827b Don't change text view style when parsing shared with members. Why was that ever there? 12 years ago
Sam Bosley 87e38b30c9 Introduce a flag to help TaskListFragmentPager not intercept touch events in subtasks mode 12 years ago
Sam Bosley a0c2d7b7f5 Fixed a bug in DraggableListView that would fire click events for cancelled motion events 12 years ago
Sam Bosley 8d2c19c859 Renamed adjustedSqlQuery in Filter to filterOverride to be more descriptive 12 years ago
Sam Bosley 872ae3edf1 Fixed bug where rotation would lose subtasks setting 12 years ago
Sam Bosley 056cbe5497 Introduced an adjustedSqlQuery field to Filter objects so that subtasks won't break equality checking 12 years ago
Sam Bosley af9345c057 Merge swipe between lists branch with changes from master 12 years ago
Sam Bosley 6cee41ac9a Restored progress bar to activity fragment 12 years ago
Sam Bosley dde1248573 Use the onOkClick hook in assignment picker to validate email before dismissing dialog 12 years ago
Sam Bosley b0a1efcdcd Introduced a new hook so that subclasses of popup control set can decide for themselves if the ok button should always dismiss the dialog (for data validation purposes) 12 years ago
Sam Bosley 85efa99f2b Better plus button in the people picker 12 years ago
Sam Bosley 197fe02be4 Sectioned headers in the assignment picker. booyah 12 years ago
Sam Bosley e92c2ef048 Polished assignment autocomplete field 12 years ago
Sam Bosley 7fbfe181b5 Fixed a bug in user sync 12 years ago
Sam Bosley b0ac54ef30 Fixed a bug with using the contact picker 12 years ago
Sam Bosley 5ede134e9f Added contact chooser option to people picker 12 years ago
Sam Bosley 6168534e0a Better size for assigned picker rows 12 years ago
Sam Bosley 1e3006bde7 More improvements to contact picking 12 years ago
Sam Bosley a7bff3f9ec Fixed change from merge in Database upgrade 12 years ago
Sam Bosley 6268458093 Cherry-pick astrid user loading commit 12 years ago
Sam Bosley c8c170ed7b First draft of contact picking 12 years ago
sbosley 2104d3eae0 Merge pull request #172 from sbosley/120405_sb_backup_on_upgrade
Backup on upgrade
12 years ago
Sam Bosley 8a377ffd33 When deleting tasks after a manual sync (i.e. ones that weren't returned) only delete things assigned to me 12 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 12 years ago
Sam Bosley 3a5b3f9eb5 Fixed a bug in draggable list activity 12 years ago
Sam Bosley 09f4d16aa1 Don't let last version name be null 12 years ago
Sam Bosley cc3a70962b Make a special backup before upgrades 12 years ago
Tim Su ac40dc9d4f Cleaned up old version upgrade strings 12 years ago
Tim Su c74001965e Version bump and upgrade message bump 12 years ago
Tim Su 99f5cdc39f Apply migration backup fix to deletion date as well as deletion date 12 years ago
Sam Bosley c1c949b025 Updated upgrade message 12 years ago
Sam Bosley 559bf8d096 Refresh task list after backup import 12 years ago
Tim Su e34ebd2432 Cursors are silly. 12 years ago
Tim Su 353a420fec Handle for restore from failed migration 4.0.6 - reading XML file, not skipping, and instead overwriting 12 years ago
Tim Su df6e08840d Read version from backup xml, only apply due date adjustment in this case 12 years ago
Sam Bosley e2796db23b Migrate old due time style from xml importer to new due time style 12 years ago
Sam Bosley dbf7d8b6ce Version bump and upgrade message 12 years ago
Sam Bosley 0b528c9f08 Fixed sync issues with the due time migrator 12 years ago
Sam Bosley e178681990 Use a better scheme for checking if a filter isInbox 12 years ago
Sam Bosley 52660cd80d Fixed a display bug with the tags control set 12 years ago
Sam Bosley 9496ff0f4d Catch a potential crash and bail out in rescheduling repeating calendar events 12 years ago
Sam Bosley 7b4baaede1 Define constants for transitories in TaskService, fixed a bug where copied tasks would be assigned back to user 12 years ago
Sam Bosley 91792d38c8 Don't need to load control sets twice, which was causing sharing bugs 12 years ago
Sam Bosley d0b18d3596 Make activity feed less vague 12 years ago
Sam Bosley 3b7c9a0437 Updated a string to prevent bad word wrapping 12 years ago
Sam Bosley b97e3f3e8b Date sanity check 12 years ago
Sam Bosley 665b6301b9 Fixed a bug that prevented due times from being set 12 years ago
Sam Bosley aff8b1c893 Fixed the 'wrong task clicked' bug somehow 12 years ago
Sam Bosley d0460079bb Fixed a quickadd gcal bug 12 years ago
Sam Bosley 44efcfb6c3 Fixed repeating tasks in gcal bugs 12 years ago
Sam Bosley 01e28fb529 Fixed a subtasks indentation bug in certain edge cases: 12 years ago
Sam Bosley 06279d50ac Fixed a potential double popup 12 years ago
Sam Bosley 4c89881956 Use 'someone
' instead of 'you' when no name available for comment
12 years ago
Sam Bosley 545aeb96c5 Updated upgrade message 12 years ago
Sam Bosley 9f94a5dd80 Force queries in date migrator to happen right away 12 years ago
Sam Bosley 81b062de41 Debugs in due date migrator 12 years ago
Sam Bosley 9b522b6ff8 Fixed a super sad bug that messed up the duetime migration 12 years ago
Sam Bosley b24044ddd1 Fixed a deadlock, made errors more descriptive 12 years ago
Sam Bosley 3f0de0ab4e Report last error at end of sync 12 years ago
Tim Su 1576702202 Merge remote-tracking branch 'sbosley/120329_sb_astrid_sync_fixes' 12 years ago
Tim Su 288a558ebe Really minor cleanup for the awesome gtasks bug fixes 12 years ago
Sam Bosley 7e1335adbc Fixed a synchronization bug 12 years ago
Sam Bosley 02d6d30d83 Threads launching threads 12 years ago
Sam Bosley cb95621ddc Use a condition variable for the actfm sync timing 12 years ago
Sam Bosley cfdbe08e75 Some ideas for fixing timing issue in astrid.com 12 years ago
Sam Bosley c44b884f3a Refactored transitory preservation to be structured better 12 years ago
Sam Bosley ea42bb828c Fixed gtasks sync timing issues 12 years ago
Sam Bosley f0d453e0a3 Fixed some bugs related to subtasks using -1 instead of Task.NO_ID 12 years ago
Tim Su 6654ac0a9e We don't need the touchscreen. This allows Astrid to show up on Google TVs 12 years ago
Sam Bosley 01f1831093 Renamed a jar to work with revision 17 of the sdk tools 12 years ago
Sam Bosley e5b5e3e2c2 Fixed a rare crash that could occur if tag is deleted during sync 12 years ago
Sam Bosley b05cee46f4 Fixed a potential null pointer in task adapter 12 years ago
Tim Su bb9b34a6be Yay for resource closing design pattern 12 years ago
Tim Su 726571f343 Merge pull request #169 from sbosley/120328_sb_duetime_take_two
Change how due times are handled
12 years ago
Sam Bosley 5d87de12d9 Cleanup and better code 12 years ago
Sam Bosley b4138d8c92 Fixed a bug in how task edit fragment handles rotation, incidentally solving a couple crashes 12 years ago
Sam Bosley d536cdbf1e Fixed a crash that could occur if gtasks encounter auth problems during a background sync 12 years ago
Sam Bosley 4dfc56d258 Cleanup and upgrade message started: 12 years ago
Sam Bosley 87971abe9c Version bump, progress dialog 12 years ago
Sam Bosley 50db04ffd6 Migrate handling of due times, take two 12 years ago
Sam Bosley 07e493cedf Update filter counts when clicked 12 years ago
Tim Su 48eb6c50f0 Merge pull request #168 from sbosley/120326_sb_sync_performance
Gtasks bugfixes
12 years ago
Sam Bosley 9ae4b81acf Don't create new deleted tasks on gtasks 12 years ago
Sam Bosley 54d0390dd8 Don't push things to google tasks that aren't assigned to you 12 years ago
Sam Bosley 383f5d1553 Fix count regexp and print parsing errors for debugging 12 years ago
Sam Bosley 78cc696648 Progress on keeping filter counts up to date in real time 12 years ago
Sam Bosley a19f797d42 Apply previous update to all api levels because google rejected us otherwise 12 years ago
Sam Bosley fb80da903f Version bump and upgrade message (for API level 7 only) 12 years ago
Sam Bosley b65d12fb3e Fixed an android 2.1 widget bug by using multiple layouts. Better solution? 12 years ago
Sam Bosley f8e11cde0f Version bump and upgrade message 12 years ago
Sam Bosley 5c5ba0b618 Merge EditText and EditTitle control sets 12 years ago
Sam Bosley ef58bb1cda Bug fixes to sync isOngoing display, better error messages 12 years ago
Sam Bosley f221bc49f1 Improved gtasks token validator by trying invalidate/validate cycle a few times before failing 12 years ago
Sam Bosley 745f1ea814 Synchronize the GtasksTokenValidator 12 years ago
Sam Bosley e119dbbc93 Make the locale edit alerts screen always dark themed: 12 years ago
Sam Bosley b395725fcc Show picture popups in task activity feed 12 years ago
Sam Bosley 59dead0ff9 Account for any discrepancies in server time and client time 12 years ago
Sam Bosley e99a2f1d8b Push unsynced tasks in tags 12 years ago
Sam Bosley 0ed4e6a72a Apply last modified check to syncing tags 12 years ago
Sam Bosley 9b6689a90d Sync conflict merge, not totally working 12 years ago
Sam Bosley e91df38e0c Bug fixes to last modified logic in push task on save 12 years ago
Sam Bosley 4ed70def25 Option to report last error in sync prefs 12 years ago
Sam Bosley f864e082d6 Version bump and upgrade message 12 years ago
Sam Bosley 22776b7928 Legacy widget style 12 years ago
Sam Bosley fc71dc8be0 Fixed issue where cancelling a new blank task wouldn't refresh the list on tablets 12 years ago
Sam Bosley c5a2e867c5 On tablets, don't do a full refresh of the task list, just requery (full refresh deletes temp tasks) 12 years ago
Sam Bosley 8e7a8f5c97 Added preference for choosing widget theme 12 years ago
Tim Su 0d67506434 Better check for infinite loop, slightly more detailed upgrade message 12 years ago
Tim Su c7e7458651 Handle crashes in various places 12 years ago
Tim Su de9aacd027 Handle infinite loop when parent is child 12 years ago
Sam Bosley 1370a75a35 Version bump and upgrade message 12 years ago
Sam Bosley a309e55910 Deleted commented out code for real! Yay for cleanliness 12 years ago
Sam Bosley 260d5b7f26 Don't log handled exceptions--crittercism crashes 12 years ago
Sam Bosley 3a209843aa Create the sync action helper in task list when activity is created so it is never null 12 years ago
sbosley cbe27ce4a0 Merge pull request #165 from jonparis/master
Version Bump
12 years ago
Sam Bosley a0209dd79e Style tweaks to AddOnActivity, make home button work in it 12 years ago
Sam Bosley c4da3443b5 Fixed a crazy popover crash 12 years ago
Sam Bosley 73df7d23ee Fixed ActionBar home button in CustomFilterActivity 12 years ago
Jon Paris 3a9ed974a5 version bump an update message 12 years ago
Tim Su 1d215de036 Fix for height of filter adapter text in Amazon kindle being cut off 12 years ago
Tim Su 437b9a3bea Restore icons in widget filter picker. Also don't let people unselect filter 12 years ago
Sam Bosley 53a129db79 Refresh task list after each task edit in the multi column case 12 years ago
Tim Su 28067d440b Instead of disabling or enabling market strategy, create a mechanism to swap different markets. 12 years ago
Sam Bosley 72a52cb436 Fixed a bug where intent wouldn't be set up with correct filter when toggling subtasks: 12 years ago
sbosley a1e71d9bbb Merge pull request #163 from sbosley/120312_sb_sqlite_exception
Added code to catch SQLiteException errors like missing columns
12 years ago
Sam Bosley 6abb2a9e44 Don't crash after catching the exception, just display the error 12 years ago
Sam Bosley 394f06ba58 More copy update 12 years ago
sbosley f96edffc75 Merge pull request #164 from sbosley/120312_sb_gtasks_auth
Try catching intents from GoogleAccountManager
12 years ago
Sam Bosley e320e9ee6b Refactored gtasks token validator 12 years ago
Sam Bosley 8fc440a896 Updated copy 12 years ago
Sam Bosley 85e503c043 All new widget design to match app theme and style 12 years ago
Sam Bosley 9192b5e17f Try catching intents in cases when GoogleAccountManager doesn't have a token response 12 years ago
Sam Bosley 7269e2b5a5 Fixed bug in quickadd when sharing links etc to Astrid 12 years ago
Sam Bosley cce6f2c0e7 Added code to catch SQLiteException errors like missing columns and recommend a reinstall 12 years ago
Jon Paris 33b0ca2bd3 updated the search icons 12 years ago
Sam Bosley 53fcdbe80b Image placeholders to make it easier for Jon to replace them 12 years ago
Sam Bosley 763f06a38a Killed hardware acceleration, added search menu item, moved some menu items to settings 12 years ago
Sam Bosley e6460c0a9f Changed version string to be 4.0.4 12 years ago
Sam Bosley e26380c9ba More Crittercism proguard 12 years ago
Sam Bosley f4a365c965 Modified proguard to keep crittercism classes per their suggestion 12 years ago
Sam Bosley 7cae25eaaa Fixed a bug where assignment wouldn't save/refresh when assigning tasks via email on tablet 12 years ago
Sam Bosley 0b55f6b3a3 Fixed issue where refresh menu item wouldn
't always show up in action bar on tablets
12 years ago
Sam Bosley 8d812060cb Use the correct hint string for new list name field 12 years ago
Sam Bosley d7ec7ce62e Use dark refresh icon for comments fragment 12 years ago
Sam Bosley 4f71b78d74 Version bump and upgrade message 12 years ago
Sam Bosley 8df2ebea24 Updated crittercism library and readded the calls to logHandledException 12 years ago
Sam Bosley f56c2af26d Fixed manual refresh issue 12 years ago
Sam Bosley cdeaf16ea8 Refactored some receiver unregistering to prevent leaks and crashes 12 years ago
Sam Bosley 091fdc517c Commented out all calls to Crittercism.logHandledException until issues are fixed 12 years ago
Sam Bosley 064818b819 Fixed class cast exceptions when constructing task list menus 12 years ago
Tim Su 94d19dd988 Tapping outside of main menu popover dismisses it 13 years ago
Sam Bosley b65b35267a Fix to make quick add initialization happen after onNewIntent so that people are populated 13 years ago
Sam Bosley ab836fe2e3 Fixed issue where changing sort options wouldn't take effect right away 13 years ago
Sam Bosley 71f071e363 Fixed text color issue when adding lists from task edit 13 years ago
Sam Bosley bf9ed3d039 Use different title in task edit when task is a new task 13 years ago
Sam Bosley 09d5f6918c Fixed a string in repeat reschedule dialog 13 years ago
Tim Su ed1c4ce750 Don't export api stuff into android pot. Updated a2po 13 years ago
Tim Su 2e7be1c7b2 Imported XML strings from .po files. For some reason the API strings are still in the main project? 13 years ago
Tim Su 0e8d38a6ea Import language files from launchpad 13 years ago
Sam Bosley 760d7da160 Merge remote-tracking branch 'upstream/master' into 120302_sb_swipe_lists_subtasks 13 years ago
Tim Su d43a64c522 Updated upgrade message + version bump 13 years ago
Tim Su 2c098e06b4 Update crittercism to new constructor, kill unused secret and oauth key 13 years ago
Sam Bosley 0a9e9023d0 Fixed locale theme issues 13 years ago
Sam Bosley 9d23ba2c34 Handled exceptions with crittercism 13 years ago
Sam Bosley 4e3ebbde05 Fixed bugs with icon themes on tablet, updated crittercism library 13 years ago
Sam Bosley cc80afcfef Make main menu popover intercept key events so that menu button can dismiss it 13 years ago
Tim Su cc25b593b4 Add switching logic via ThemeService to identify light and dark drawables to use. Renamed up filters and plugins icons to be more identificatory. 13 years ago
Tim Su 328034fbdf Fix for amazon new and used ellipsizing the actual price 13 years ago
Jon Paris d66269d5e6 updated all the icons in the main nav and list popover to be consistent and have both light and dark themes 13 years ago
Sam Bosley 2d1f1d1198 Renamed and reorganized menu images for easier replacing 13 years ago
Sam Bosley 0d6d212743 Fix for one language having incomplete string arrays 13 years ago
Sam Bosley b3b7085da4 Don't trigger moves for null metadata (not that this should happen) 13 years ago
Sam Bosley 09691c2176 Removed unused intro_click_prompt string to fix strings unit test 13 years ago
Sam Bosley 0449ab5bf3 Removed unused intro task strings, fixed a crash in push on save when checking for those strings 13 years ago
Tim Su 003d63525f Missing slash 13 years ago
Tim Su 8cbe8358e1 Add crittercism extra permissions 13 years ago
Sam Bosley 1514568de4 Polished custom menu icons for all screen sizes and layouts (images still unpolished) 13 years ago
Sam Bosley 2b930a7a0e Populate dropdown menu with options menu items 13 years ago
Sam Bosley e67a385a17 Started refactoring MainMenuPopover 13 years ago
Tim Su 2dd5482bdf Don't always save task modification date when you drag and drop 13 years ago
Tim Su 6849e1fafb Updates to sync service - faster task pushing, without having a prefetch or always to sleep 13 years ago
Tim Su 516a96bd21 Fix for onMetadataChanged -> onMovedOrIndented and only call it sometimes 13 years ago
Tim Su 786a1ff5ef Refactor so that every metadata change triggers a sync in gtasks dragging 13 years ago
Tim Su ac3fc60be1 Gtasks sync on save should push a re-fetched model 13 years ago
Tim Su 6c2bb8470d Add ability for manual sync to clear duplicate tasks 13 years ago
Tim Su 4183da33ce Fix for gtasks order would be wrong because we use string ordering 13 years ago
Tim Su d41ae9e4aa Turn gtasks sync v2 provider into a real singleton, and synchronize on the instance for certain methods 13 years ago
Tim Su 3466094b4b Minor fixup to handle null property values 13 years ago
Sam Bosley 36a55db6a5 Don't use local id in comparison on conflict 13 years ago
Sam Bosley 02bcbff4e2 Added code to push on save to check for sql constraint exceptions and try to recover 13 years ago
Tim Su 4389118e91 Killed intro strings 13 years ago
Jon Paris eea868e4bf update menu buttons per Sam's request 13 years ago
Sam Bosley 358bdbaf38 Fixed a crash in FilterShortcutActivity 13 years ago
Sam Bosley c6d32ea3fa Don't crash when switching to subtasks mode 13 years ago
Jon Paris 22979da4f3 update menu buttons per Sam's request 13 years ago
Sam Bosley 5d441d4918 Fixed a crash in FilterShortcutActivity 13 years ago
Tim Su 5eb677e9bf Minor cleanup 13 years ago
Sam Bosley 1593c28042 Added some documentation 13 years ago
Sam Bosley 661ccf5696 Fixed a bug where menu items from all fragments in pager would be added to menu 13 years ago
Sam Bosley 9e37fe5547 Update comment count when switching between pages 13 years ago
Sam Bosley 1ddbba41d2 Only initiate autosync when fragment is swiped into view 13 years ago
Sam Bosley 44a425bad0 Implement getTaskListFragment to work with the fragment pager, which also fixes the showing comments problem 13 years ago
Sam Bosley ed6984e58d Merge remote-tracking branch 'origin/120221_sb_swipe_between_lists' into 120221_sb_swipe_between_lists 13 years ago
Tim Su 7794a84bce Version bump to 4.0.2.1 - fix for translation issue in Norwegian and Dutch 13 years ago
Tim Su d30e7b9627 Fix formatstring issues caught by launchpad 13 years ago
Tim Su ff16bb21ce Applied proper format strings where applicable 13 years ago
Tim Su 4b5419cc30 Deleting deprecated androidxml2po script. Using a2po with appropriate template names for api and android projects. 13 years ago
Tim Su 5d2afe5e08 Merge pull request #157 from todoroo/120229_as_task_rabbit_login_fix
Fixed task rabbit login with Tim
13 years ago
Tim Su d8765e7694 Added new fixes to upgrade message 13 years ago
Tim Su c0ce022e9c Force release-custom to perform a clean 13 years ago
Tim Su 3c5f3f20e6 Added translations for the files not yet shipped with Astrid 13 years ago
Andrew Shaw 71ff9615c6 Fixed task rabbit login with Tim 13 years ago
Tim Su 3d06bed032 Filter shortcut activity for creating desktop shortcuts of Astrid filters and lists. 13 years ago
Tim Su b589a25e32 New translation system build on android2po. Includes bin/a2po script, locales folders. 13 years ago
Sam Bosley 9a95f6f843 Fixed voice add bugs 13 years ago
Sam Bosley 054b8b4f4f Merge remote-tracking branch 'upstream/master' into 120221_sb_swipe_between_lists
Conflicts:
	astrid/src/com/todoroo/astrid/activity/AstridActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListFragment.java

Merge upstream/master
13 years ago
Sam Bosley c082d1e672 Fixed a crash on tablets when posting to task rabbit 13 years ago
Sam Bosley 9247845670 Use debug/release api keys with google maps (for taskrabbit), fixed some task rabbit copy 13 years ago
Sam Bosley 52fbe3b63b Refresh ideas tab when switching between tasks on tablet 13 years ago
Sam Bosley 05e569e003 Version bump and upgrade message 13 years ago
Sam Bosley 76441dd269 Fixed a bug where calendar would sometimes draw incorrectly 13 years ago
Sam Bosley 14bc371f24 Fixed a bug where task edit fragment would remain attached when switching between lists on tablets 13 years ago
Sam Bosley 6b45cb19ab Finish and autosync when manually syncing from prefs when already logged in 13 years ago
Jon 3fa88dd7a9 Merge pull request #156 from sbosley/120228_sb_sync_prefs_polish
Refactored sync preferences
13 years ago
Sam Bosley 8b0f3e80cc Refactored sync preferences to go straight back to task list and autosync after logging in, other polish 13 years ago
Tim Su 2b56bc11eb Fix for force close when you have an orphaned top-level child 13 years ago
Tim Su 69d6bfb51a Only show option to take a picture if you have a camera 13 years ago
Tim Su 2d22778505 whitespace 13 years ago
Sam Bosley ee36d3d1be Fixed some concurrency bugs with EditPeopleControlSet 13 years ago
Sam Bosley 867c148996 Merge remote-tracking branch 'upstream/4.0' into 120221_sb_swipe_between_lists 13 years ago
sbosley a47fee9f4c Merge pull request #154 from todoroo/120227_as_location_permission
Removed gps permission for task rabbit
13 years ago
Sam Bosley 9a88805147 Missing import 13 years ago
Andrew Shaw 7d45748a6c Fixing task rabbit statistics reporting with login 13 years ago
Andrew Shaw 9ef1de188e Removed gps permission for task rabbit 13 years ago
Sam Bosley fcffb4374d Don't try to save state in tlfpageradapter; it just messes up fragment types 13 years ago
Sam Bosley c1e3b5b505 Missing import 13 years ago
Sam Bosley 36a5821813 Merge remote-tracking branch 'upstream/4.0' into 120221_sb_swipe_between_lists 13 years ago
Sam Bosley 4744320760 Fixed a bug in updateFromJson 13 years ago
Sam Bosley 5939725754 Use setArguments when instantiating fragments to fix errors when destroying/recreating 13 years ago
Sam Bosley dd83131a06 Fixed issue left over from refactor 13 years ago
Sam Bosley cc2d2e590c Refactored some quickadd stuff for better code 13 years ago
Sam Bosley c92693feef Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags 13 years ago
Sam Bosley ad7fc4ce80 Merge upstream/4.0 13 years ago
Sam Bosley e8a5fc576f Only send created_at for new tasks 13 years ago
Tim Su 7b6831501b This commit was overruled by committee.
Revert "For simplicity and performance, kill the 'tags that start with _' tasks being hidden from the inbox"

This reverts commit 514a83df60.
13 years ago
Tim Su d98781f833 Don't start the crittercism service ever. That's what they tell me is the best. 13 years ago
Tim Su ec93616384 Merge branch '4.0' of github.com:todoroo/astrid into 4.0 13 years ago
Tim Su 514a83df60 For simplicity and performance, kill the 'tags that start with _' tasks being hidden from the inbox 13 years ago
Sam Bosley cda325aaa5 If intents are null when constructing widgets, don't set them 13 years ago
Tim Su f255aca5fb Fixed warnings in all of our code 13 years ago
Tim Su 3c536e2708 Add nls 13 years ago
Tim Su dac9ffd318 Overrode on task delete to cascading delete in gtsaks 13 years ago
Tim Su f12bdabba4 Null check 13 years ago
Tim Su acbafa80c2 Fix for crashes 13 years ago
Sam Bosley a891306119 Fixed random rare errors in task list fragment onSortSelected 13 years ago
Sam Bosley 3bd770881d Updated version number and upgrade message 13 years ago
Tim Su b44061e676 Make one constant instead of two 13 years ago
Sam Bosley 4cbe5861e7 Updated line breaks in welcome strings 13 years ago
Sam Bosley f7143cc2ff Fixed an issue where swiping list area below task could trigger indent and drop events 13 years ago
Sam Bosley 61ddbcbeec Fixed null pointers when reading null properties in xml importer/exporter 13 years ago
Sam Bosley fec4c77af3 Sanity check for 0 when receiving remote task ids 13 years ago
Sam Bosley 024f1de1c4 Fixed a potential null pointer when showing lists help popover on tablets 13 years ago
Sam Bosley a24821f66e Check for NPE in AsyncImageView 13 years ago
Sam Bosley 8217c2579b Prevent array index out of bounds in theme preference caused by key migration 13 years ago
Sam Bosley d1da4997da Fixed a null pointer exception in task actions loader 13 years ago
Tim Su c0fddb612d Removed unused string from foreign translations 13 years ago
Tim Su cbe42c1532 Moved art to assets folder to get preserved by jjjenkins 13 years ago
Tim Su 3adfe374e1 Surround indent and drop in a try/catch 13 years ago
Tim Su ff1e720b3f Run link action stuff on UI thread, android hates us 13 years ago
Tim Su 51165c3925 Make white/blue the default theme, white/red is the new setting 13 years ago
Tim Su 183edf4a7f Version bump, and added better explanation upgrade messages 13 years ago
Sam Bosley eeeeb5713a More fixes to quickadd 13 years ago
Sam Bosley 3f744f23f9 Fixed quickadd assignment oddity, don't push task in edit note activity 13 years ago
Tim Su 80707c5281 When you indent a task, canonicalize order. 13 years ago
Tim Su 49f1b7325e Upgrade message on honeycomb should be black. Unify code. 13 years ago
Tim Su ff01ab795f Subtasks help page now looks cool and fits on one page 13 years ago
Tim Su e10e4c8a0d First pass at making a help file for subtasks 13 years ago
Andrew Shaw 2fbae84da7 Added padding one last time 13 years ago
Andrew Shaw 79c720996a Added new widget 9 patch and fixed timer activity not showing up 13 years ago
Sam Bosley e68e59b227 New upgrade message 13 years ago
Sam Bosley 865980c2be Fixed bugs with hide until default being overriden by quick add 13 years ago
Sam Bosley ba4a28723c Don't lazy load hide until control set--doing so messes up hide until when date changes 13 years ago
Tim Su 731f7c007c Fixed the cascading repeat ends up still indented bug 13 years ago
Tim Su 68c786fa3e Added holo-ic_menu_refresh, xhdpi ic_menu_refresh 13 years ago
Tim Su 72a65ea570 Killed string from XMLs 13 years ago
Sam Bosley 24350c448b Fixed issues with Gtasks sync on save 13 years ago