Commit Graph

621 Commits (e6beaddbd64cd7eb4cfeece3e1754ff5e7371c98)

Author SHA1 Message Date
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