Commit Graph

687 Commits (e297ed4bd261f0a1afaf644cede535467bf92de9)

Author SHA1 Message Date
Alex Baker 8816270653 Move canMove/min/max logic into TaskAdapter 4 years ago
Alex Baker 2568383a71 Add nullable annotation to googletask/caldav lists 4 years ago
Alex Baker b9de4ea7ef Rename method to supportsSubtasks 4 years ago
Alex Baker 97565ff770 Add offline subtask test 4 years ago
Alex Baker e33b16b946 Minor collapsible group changes 4 years ago
Alex Baker 8b2ed5b1e9 Collapsible sort group headers 4 years ago
Alex Baker 395cba2705 Don't change task order if parent doesnt change 4 years ago
Alex Baker 974f101108 Add lowercase relative dates 4 years ago
Alex Baker 0f55cacf10 Convert task list recycler adapters to Kotlin 4 years ago
Alex Baker 51e2969437 Fix crash in widget queries 4 years ago
Alex Baker 09cad40bd3 Add new tasks to top or bottom of caldav lists 4 years ago
Alex Baker 61c7f2f0e8 Invert google task adapter hierarchy 4 years ago
Alex Baker 6b2cc35a24 Add google task manual sort tests 4 years ago
Alex Baker 49fb32f52c Set order to next - 1 when moving to top 4 years ago
Alex Baker 13e60d72d2 Convert task list queries to Kotlin 4 years ago
Alex Baker f4d1410e3e Add caldav manual sort task adapter tests 4 years ago
Alex Baker e6beaddbd6 Implement drag and drop reordering for CalDAV 4 years ago
Alex Baker 056c194780 CaldavDao shift down 4 years ago
Alex Baker aa00da4739 Prevent unindenting in middle of caldav subtasks 4 years ago
Alex Baker 6cc222ba5a Give magic number a name 4 years ago
Alex Baker f64dbdab39 Set implicit cd_order value 4 years ago
Alex Baker 808781c262 Display caldav tasks in manual sort order 4 years ago
Alex Baker 0d032d6a42 Use recursive query for manual sorted google tasks 4 years ago
Alex Baker 0c0d4a79e7 Add order to caldav tasks table 4 years ago
Alex Baker 783898a0bb Move CaldavTaskAdapterTest to androidTest 4 years ago
Alex Baker cbd9af20ea Add TaskAdapterDataSource interface 4 years ago
Alex Baker fe9dbe4585 Convert task adapters to Kotlin 4 years ago
Alex Baker 6987fe8bd7 Fix crash when collapsing/expanding all 4 years ago
Alex Baker 9bf5216081 Convert more classes to Kotlin 4 years ago
Alex Baker 3801c46f31 Convert TaskListFragment to Kotlin 4 years ago
Alex Baker 1d1f132806 Convert MainActivity to Kotlin 4 years ago
Alex Baker 47d414f20f Convert task edit screen to kotlin 4 years ago
Alex Baker d3d8b9611a Fix crash when cloning tasks 4 years ago
Alex Baker 59f579420d Make some task fields not null 4 years ago
Alex Baker b955a0435d Search results match on additional fields
Match places, comments, caldav/google task list names
4 years ago
Alex Baker 16829dec6c Fix duplicate search results 4 years ago
Alex Baker 17a9b1467f More Kotlin conversions 4 years ago
Alex Baker c014490fe0 Replace task test subclasses 4 years ago
Alex Baker 3b6d355890 Convert Task to Kotlin 4 years ago
Alex Baker 0fa9149f28 Convert remaining Room DAOs to Kotlin 4 years ago
Alex Baker f27c5592e1 Convert some Room entities to Kotlin 4 years ago
Alex Baker 0f6afdcd20 Add new task launcher shortcut 4 years ago
Alex Baker 4d17a290fd Display What's New dialog after upgrade 4 years ago
Alex Baker 3a13d56060 Rename tracker to firebase 4 years ago
Alex Baker 85f959bd72 Fix some more inspections 4 years ago
Alex Baker 8f8650840d Remove some unnecessary newArrayList calls 4 years ago
Alex Baker 9baf3d5e2a Use java.util.Objects.equals 4 years ago
Alex Baker 76febd39bd Replace TextUtils.isEmpty with isNullOrEmpty 4 years ago
Alex Baker 2f8ac10e47 Replace guava isNullOrEmpty usage 4 years ago
Alex Baker 6988073de2 Save id list 4 years ago
Alex Baker c57aa4d608 Indent subtasks in share output 4 years ago
Alex Baker d3ecb6628d Switch between paged/non-paged lists on the fly 4 years ago
Alex Baker db49920e21 Remove more compat methods 4 years ago
Alex Baker 7b1f2d1330 Remove ContextCompat usage 4 years ago
Alex Baker fad08331c2 Remove obsolete upgrade 4 years ago
Alex Baker fbeef45bb9 Drop support for Lollipop and Lollipop MR1 4 years ago
Alex Baker c67f59d892 Drop support for KitKat
* KitKat represents 1.3% of total userbase but...
* KitKat users running recent app version represent about 0.02% of DAU
* dav4jvm 2.x requires Android 5+
4 years ago
Alex Baker 2468cb6f8e Add sort by creation date 4 years ago
Alex Baker 1a4289116e Offer new filter templates 4 years ago
Alex Baker 312cfb36ee Fix check for filter criteria changes 4 years ago
Alex Baker 17e3750419 Swipe to remove filter criteria 4 years ago
Alex Baker 410af772f2 Drag and drop to rearrange filter criteria 4 years ago
Alex Baker 1a05278ab0 Animate filter recycler view changes 4 years ago
Alex Baker 281589be06 Remove icon from custom filter criterion 4 years ago
Alex Baker d33fb285c6 Convert filter list to recycler view 4 years ago
Alex Baker 3e0a704725 Move filter criteria to FilterSettingsActivity 4 years ago
Alex Baker 2d11a5c55c Save custom filter criteria on rotate 4 years ago
Alex Baker 517575a651 Click on widget due date to reschedule task 4 years ago
Alex Baker 70547f5cbe Maintain existing widget configuration on upgrade 4 years ago
Alex Baker 5cae334688 Collapsible subtasks for 'My order'ed Google Tasks 4 years ago
Alex Baker 290584de16 Tweak title settings 4 years ago
Alex Baker bdd4561cf3 Force reload after manual sort change 4 years ago
Alex Baker 0b456d177e Fix some inspections 4 years ago
Alex Baker 56f5fef901 Fix ViewModelProviders deprecation 4 years ago
Alex Baker 688baad5a6 Tighten access restrictions 4 years ago
Alex Baker aed4614eb1 Remove ThemeColor from task edit fragments 4 years ago
Alex Baker c95fa9a1df Add final modifiers 4 years ago
Alex Baker 98970c11f4 Use getParentFragmentManager 4 years ago
Alex Baker 53f2f8be4b Replace alarm spinner with dialog 4 years ago
Alex Baker e3b16d5a47 Replace ring mode spinner with dialog 4 years ago
Alex Baker d63fe6ccce Add option to always hide check button 4 years ago
Alex Baker 2de1c3f47a Hide check button for new tasks 4 years ago
Alex Baker 999ebebbaf Prevent double tap on task list due time 4 years ago
Alex Baker ba2c90e431 Set sharing subject, finish action mode 4 years ago
Alex Baker 4cfe15e35e Add share menu and multi-select menu items 4 years ago
Alex Baker 2ee587479e Add select all to multi-select menu 4 years ago
Alex Baker 33725ce667 Show calendar event created snackbar 4 years ago
Alex Baker 54d87f2f23 Add autoclose option for task list due date picker 4 years ago
Alex Baker bad2cc4a6f Cancel notifications after rescheduling task 4 years ago
Alex Baker ea80864857 Merge tag '8.7.1' 4 years ago
Alex Baker b779ca1b94 Fix multi-account Google Task synchronization 4 years ago
Alex Baker 516f4ce2b4 Add option to disable date time picker auto close 4 years ago
Alex Baker 5fe6aedfbe Don't load new fragment if filters match 4 years ago
Alex Baker dcb0dd6238 Fix fab reveal 4 years ago
Alex Baker 8e9fe10705 Only reveal fab once title is entered 4 years ago
Alex Baker aa04bafcb8 Remove movement method from title 4 years ago
Alex Baker 556b5908d2 Improve some task edit touch targets 4 years ago
Alex Baker 58ecc7e9ab Change due date by clicking on date in task list 4 years ago
Alex Baker 05cf6b8b12 Fab is hidden automatically 4 years ago
Alex Baker 66d4400637 Discard menu item should actually discard changes 4 years ago