Commit Graph

324 Commits (bef060591a7f264b10193845dd2b1449f3243c52)

Author SHA1 Message Date
Alex Baker 9249f690f9 Use original query for count 5 years ago
Alex Baker cb89bbf6e4 Load new list without calling startActivity 5 years ago
Alex Baker dc0eb2b2e3 Sort animations 5 years ago
Alex Baker 64999b0fb2 Use JobIntentService to update badges 5 years ago
Alex Baker bbdf45f259 Remove SyncV2Service 5 years ago
Alex Baker 4ed4d62ec9 Remove ProgressDialogAsyncTask 5 years ago
Alex Baker bf3c7c2c78 Fix navigation drawer highlighting 5 years ago
Alex Baker ec6bba7808 Dont close drawer or action mode on rotate 5 years ago
Alex Baker 55f6a75d8c Update task list fragment loading 5 years ago
Alex Baker 8d2fa406c5 Initiate sync asynchronously 5 years ago
Alex Baker 44c34ce3ce Call PlayServices.check in MainActivity 5 years ago
Alex Baker 2fbc356e84 Remove StartupService 5 years ago
Alex Baker 3606bc490c Maybe fixes theme application 5 years ago
Alex Baker 7caa63a766 Fix race condition when opening tasks 5 years ago
Alex Baker fb006fec46 Replace qualified name 6 years ago
Alex Baker ae635290fc Create notification channels on upgrade 6 years ago
Alex Baker 106365e2a4 Update filter adapters off main thread 6 years ago
Alex Baker ea2e4ebc12 Create fragments off main thread 6 years ago
Alex Baker 3c28a4b2ec Count accounts off main thread 6 years ago
Alex Baker 3d05aa54ae ChipProvider updates itself 6 years ago
Alex Baker 43e55d0efc Save filter in MainActivity 6 years ago
Alex Baker fb5089a96f Remove unnecessary openForWriting 6 years ago
Alex Baker b48372d617 Remove nullifs 6 years ago
Alex Baker 1e86be28ee AlarmManager + service for notifications 6 years ago
Alex Baker eabdc75c8f Don't clear TaskListViewModel 6 years ago
Alex Baker a01fd12df6 Add reminder jobs in batches 6 years ago
Alex Baker 51d55de723 Lazy upgrade 6 years ago
Alex Baker 2179fe748a Limit notifications to five per second 6 years ago
Alex Baker 79848f94a3 Update license header 6 years ago
Alex Baker 35525a4957 Reformat code 6 years ago
Alex Baker a0a56b4a4b Fix duplicate alarm bug 6 years ago
Alex Baker 84cbec5484 Google Drive uploader changes
* Fix auto backup purging
* Add random delay for midnight backups so they don't all upload at once
6 years ago
Alex Baker d74f6d457a Fix attachment issues on pre-lollipop devices 6 years ago
Alex Baker e3ed0934ca Disable hidden/completed toggle for search results 6 years ago
Alex Baker 53cd22868b Fix show/hide menu items during search 6 years ago
Alex Baker 59deff44d3 Update search behavior
* Hide menu items during search
* Subscribe/dispose in action expand listener
6 years ago
Alex Baker 734d51bdfe Update search behavior
* Show all tasks for empty query
* Revert filter when closing search
6 years ago
Alex Baker 31fb7e4397 Add option to copy backup files to Google Drive 6 years ago
Alex Baker bd968eb127 Android Studio inspections 6 years ago
Alex Baker c4ede5a0e9 Handle SEND_MULTIPLE for images 6 years ago
Alex Baker e0dadacad6 Handle send intents with images 6 years ago
Alex Baker 3ca0a04f1a Clean up attachments and cache 6 years ago
Alex Baker 593b5bc5c5 Use storage access framework for attachments 6 years ago
Alex Baker 09156c5243 Use storage access framework for backup files 6 years ago
konradkluz 5082a73302 Search works in a reactive way 6 years ago
Alex Baker 48b5e18062 Prevent swipe for multi-level Google Task subtasks
Google Tasks API to impose single level limit starting 8/30/19
6 years ago
Alex Baker cab1b93529 Add location row to task edit customization 6 years ago
Alex Baker 0e32ddaf54 Use work manager for after save work 6 years ago
Alex Baker b405e87b49 Make radius configurable per location 6 years ago
Alex Baker 49fe296a61 Fix tasker task creator 6 years ago
Alex Baker cb8e0f10f0 Apply default sync list in task creator 6 years ago
Alex Baker 1311db836f Added new location row to edit screen 6 years ago
Alex Baker cd198d82f5 Use primary color for navigation bar 6 years ago
Alex Baker 21aeb754a0 Fix sorting dates with time before those without
Facepalm
6 years ago
Alex Baker 05e735e7e6 Use abbreviated dates in task list
Exclude 'Today' for dates with time
6 years ago
Alex Baker 78a664753d Use outlined material design icons 6 years ago
Alex Baker 0538744004 Drop support for ice cream sandwich 6 years ago
Alex Baker 57ef0f1088 Use material chips in tag control set 6 years ago
Alex Baker 3fbf0be594 Remove task action icon 6 years ago
Alex Baker d0808f7093 Linkify edit screen title and description 6 years ago
Alex Baker c74b8c7f63 Migrate to AndroidX 6 years ago
Alex Baker 4aab081f6c Remove missed call functionality
This feature violates impending Google Play Developer policy change:
https://android-developers.googleblog.com/2018/10/providing-safe-and-secure-experience.html
6 years ago
Alex Baker d356575bf3 Fix activity leak 6 years ago
Alex Baker 98f72e94da Fix Samsung Oreo sorting issue 6 years ago
Alex Baker 7339d5dcb3 Notify content provider after tasks deleted 6 years ago
Alex Baker ba6724a9b0 Replace android-job with WorkManager 6 years ago
Alex Baker 25dd37b644 Allow state loss when loading task edit fragment 6 years ago
Alex Baker 96749d9b30 Remove AACRecording and AddAttachment activities 6 years ago
Alex Baker 3f5f825c22 Add BasicRecurrenceDialog 6 years ago
Alex Baker 73af733144 Fix crash on restart after launcher icon change 6 years ago
Alex Baker 9b53257d5f google-java-format 1.6.1 6 years ago
Alex Baker de7a0242ad Move getLimitOffsetDataSource 6 years ago
Alex Baker 41237562f0 Open tasks from onCreate
* Fragment transaction in onPostResume can result in state loss
* Apps aren't supposed to override onPostResume
6 years ago
Alex Baker aae448be0c Handle PROCESS_TEXT in ShareLinkActivity 6 years ago
Alex Baker 31692462d9 Add launcher icon color preference 6 years ago
Marmo 61968ebbb6 added separate strings for hide until display in task edit activity 6 years ago
Alex Baker d2d2316d8e Dont exceed max sqlite variables when deleting 6 years ago
Alex Baker ef874a8942 Report exceptions when opening database 6 years ago
Alex Baker 021c9bbf35 Fix google task bugs
* Fix manual sort query
* Fix multi-account sync
6 years ago
Alex Baker db582a7732 Ignore exception when checking title for links 6 years ago
Alex Baker fc08eba05c Replace new list and remove account caldav strings 6 years ago
Alex Baker 70d308fa8d Remove donation link 6 years ago
Alex Baker d03698cd2e Display tag blocks for caldav and google tasks 6 years ago
Alex Baker e64c814617 Fix multi-select delete 6 years ago
Alex Baker fd79338c26 Delete lists and accounts in a transaction
* Delete google tasks when they're remotely cleared or deleted
* Delete caldav tasks when they're remotely deleted
6 years ago
Alex Baker a496040222 Indicate google task and caldav sync errors 6 years ago
Alex Baker 07f9d72219 Add support for multiple google task accounts 6 years ago
Alex Baker c265f5e395 Merge tag '5.3.6' 6 years ago
Alex Baker 9b10ee4201 Update item after change 6 years ago
Alex Baker 1228c698ad Rename importance to priority 6 years ago
Alex Baker 57a8fe6839 Only fetch google tasks that haven't moved 6 years ago
Alex Baker fe303961f0 Don't show delete icon for new tasks 6 years ago
Alex Baker b7c6d8823c Don't look up alarms for new tasks 6 years ago
Alex Baker 6c5319cf9b Update remote list picker when batch moving
* Hide batch move when sync not enabled
* Show selection if source tasks belong to the same list
* No selection if source tasks belong to disparate lists
6 years ago
Alex Baker c96e518885 Add ItemTouchHelperCallback and ActionModeProvider 6 years ago
Alex Baker 9b4c767273 Batch move tasks between remote lists 6 years ago
Alex Baker d304b55353 Create new caldav collections 6 years ago
Alex Baker deaeed57c2 Exclude deleted metadata from remote lists 6 years ago
Alex Baker daeb295c65 Save caldav account name on creation 6 years ago
Alex Baker 57aec936fc Update caldav account settings
* Encrypt passwords (Android 6+)
* Add name field
6 years ago