Commit Graph

415 Commits (c534632c52dee762b1b0f64554eea86364b3d496)

Author SHA1 Message Date
Alex Baker da967afaf5 Use coroutines for search 3 years ago
Alex Baker 0e932bea8f Ignore link click during multiselect 3 years ago
Alex Baker ad4b4bd36b Use dark status bar icons when drawer is opened 3 years ago
Alex Baker 430dc04747 Add MarkdownProvider
Render markdown for widget and notifications
3 years ago
Alex Baker 1a04be6afd Fix linkify preference when Markdown enabled 3 years ago
Alex Baker c4e98052de Add markdown support 3 years ago
Alex Baker 675cc1f6c9 Replace some guava usage with kotlin 3 years ago
Alex Baker 2fc38d0089 Remove ButterKnife 3 years ago
Alex Baker 0cbab11d2c Add openUri extension method 3 years ago
Alex Baker 781ea9c03e Remove Toaster 3 years ago
Alex Baker 0f82b39913 Move extensions into objects 3 years ago
Alex Baker 79448f38d6 Drop support for Android 6.0
* Less than 2% of installs are Android 6.0
* Less than 3% of those installs have updated in the past 90 days
3 years ago
Alex Baker 5471a61537 Remove unused code and resources 3 years ago
Alex Baker 815648ea8c Choose location service based on gplay availablity 3 years ago
Alex Baker c4a97d2569 Use ical4j instead of google-rfc-2445 3 years ago
Alex Baker 68c7c84b32 Show unstarted tasks by default 3 years ago
Alex Baker 7f5cbf372a Repurpose "Hide until" as "Start date" 4 years ago
Alex Baker b74b78e3df Remove some context injections 4 years ago
Alex Baker f8d6914d37 Convert Inventory to Kotlin 4 years ago
Alex Baker bc90b91c87 Open 'My Tasks' after deleting a filter 4 years ago
Alex Baker 9c56d874b8 Replace if with when in onActivityResult 4 years ago
Alex Baker b50b98fa5b Don't reference platform 'OK' and 'Cancel' strings
Will temporarily have English translation fall back to the platform
string to give translators time to address this
4 years ago
Alex Baker 2a47ee321c Multi-select rescheduling 4 years ago
Alex Baker 7e573b3fa7 Merge tag '10.0.3' into main 4 years ago
Alex Baker 9a6b369c2a Fix task list snackbar crash 4 years ago
Alex Baker 6c898bc622 Merge tag '10.0.2' into main 4 years ago
Alex Baker 427d8b9423 Fix calendar snackbar and astrid manual sorting 4 years ago
Alex Baker 63c914b493 Remove some intent queries 4 years ago
Alex Baker e6926f5943 Convert FileHelper to Kotlin 4 years ago
Alex Baker a4312a1d29 Update Kotlin version 4 years ago
Alex Baker af3b33513f Allow state loss when opening task edit fragment 4 years ago
Alex Baker 3f6d4bcc2b Set language in speech recognizer request 4 years ago
Alex Baker b424cbbed2 Create new task for ACTION_VIEW intent 4 years ago
Alex Baker 7a7f8754d8 Update transaction commit behavior 4 years ago
Alex Baker e4a56bda2f Bail if fragment manager is destroyed 4 years ago
Alex Baker 4cd6e081f5 Load task edit info in parallel 4 years ago
Alex Baker 3ca6ccae1b Fix flickering old theme color when opening task 4 years ago
Alex Baker b97b9d5ef4 Fix rotation while editing task 4 years ago
Alex Baker 754b6c7e8c Ensure DragAndDropDiffer works sequentially 4 years ago
Alex Baker 6ee6e96a7f Initiate sync requests on background thread 4 years ago
Alex Baker 489b0298c6 Replace some usage of legacy task dao 4 years ago
Alex Baker c3c5de1e5c Use coroutines in task creator 4 years ago
Alex Baker 41f7d1da6b Convert TaskDuplicator to Kotlin 4 years ago
Alex Baker 9cd9f1ada2 Use coroutines in notification manager 4 years ago
Alex Baker eb70cd86f8 Use coroutines in timer plugin 4 years ago
Alex Baker 77bbd2dfb7 Fix title truncation 4 years ago
Alex Baker dd0650af51 Convert SyncAdapters to Kotlin 4 years ago
Alex Baker bd29616d8f commitNow on fragment transactions 4 years ago
Alex Baker eb38972ac2 Use coroutines in TaskDeleter 4 years ago
Alex Baker c5503331c1 Move RepeatConfirmationRcvr to TaskListFragment 4 years ago
Alex Baker 0146cd5766 Convert ShareLinkActivity to Kotlin 4 years ago
Alex Baker be63596e94 Convert DragAndDropDiffer.submitList to coroutines 4 years ago
Alex Baker 108c1f284b Update task and back stack behavior 4 years ago
Alex Baker d795f1f6d6 Add intent debug info 4 years ago
Alex Baker e01d5c87ca Don't read intent when relaunching from history 4 years ago
Alex Baker 7e1a1b22d3 Remove TaskEditActivity 4 years ago
Alex Baker 43814b0810 Move noncancellable context to save 4 years ago
Alex Baker 0226440833 Create edit fragments off main thread 4 years ago
Alex Baker f8c06fdc07 Use coroutines in task adapters 4 years ago
Alex Baker e4b2dc932e Use coroutines in TaskEditActivity and UriHandler 4 years ago
Alex Baker 990003da66 Use coroutines in task mover 4 years ago
Alex Baker f4ad55b42d Use coroutines in task completer 4 years ago
Alex Baker 1fa17583c0 Scope task list view model to task list fragment 4 years ago
Alex Baker a73b716419 Add TaskEditViewModel 4 years ago
Alex Baker 2c57d06980 Add fragment kotlin extensions 4 years ago
Alex Baker 443ac9e9e5 Remove coroutines from fragment setup 4 years ago
Alex Baker 1846559fd7 Use coroutines in task edit fragment 4 years ago
Alex Baker 29de2d0d53 Convert TaskEditFragment to Kotlin 4 years ago
Alex Baker 968ec62acb Make hasChanges and apply suspending 4 years ago
Alex Baker 3418ea7f3c Use coroutines in TaskListFragment 4 years ago
Alex Baker 55c8be04d4 Move viewholder callbacks to task list fragment 4 years ago
Alex Baker 236f9ae0e0 Use coroutines in MainActivity 4 years ago
Alex Baker f33ecdda7d Create blocking room daos 4 years ago
Alex Baker e6d9e664ce Use coroutines for play services check 4 years ago
Alex Baker de3e23d9d7 Rename fetch to fetchBlocking, add suspend fetch 4 years ago
Alex Baker 52952e22cd Migrate to Hilt 4 years ago
Alex Baker 9bf15c1490 Restore and rename ForActivity and ForApplication 4 years ago
Alex Baker 6d9b949e37 Remove @ForActivity annotation 4 years ago
Alex Baker 999e5aab7a Remove @ForApplication annotation 4 years ago
Alex Baker 2b8b16e72a Remove Java DbUtils 4 years ago
Alex Baker e0571a0ed7 Rename properties and change return types 4 years ago
Alex Baker 4702d4e88e Add preference to disable sort groups 4 years ago
Alex Baker ee52572607 Enable collapse/expand all for 'My order' sorting 4 years ago
Alex Baker cfb8a4d2fb Add 'Astrid manual sort' mode 4 years ago
Alex Baker 346bf22fb3 Local lists 4 years ago
Alex Baker 8627559a5d Convert DefaultFilterProvider to Kotlin 4 years ago
Alex Baker 4624ce552c Add preference to open most recently used list 4 years ago
Alex Baker 0eeb393154 Rename RemoteListPicker to ListPicker 4 years ago
Alex Baker d57d8cb5d4 Rename RemoteListFragment to ListFragment 4 years ago
Alex Baker ea42147dbd Hide rather than exclude disabled edit rows 4 years ago
Alex Baker 231a423caf Use check box as complete icon 4 years ago
Alex Baker 037d6fa9e2 Drag and drop in tags and filters 4 years ago
Alex Baker b9de4ea7ef Rename method to supportsSubtasks 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 0f55cacf10 Convert task list recycler adapters to Kotlin 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 3801c46f31 Convert TaskListFragment to Kotlin 4 years ago
Alex Baker 1d1f132806 Convert MainActivity 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 8f8650840d Remove some unnecessary newArrayList calls 4 years ago
Alex Baker 2f8ac10e47 Replace guava isNullOrEmpty usage 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 7b1f2d1330 Remove ContextCompat usage 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 517575a651 Click on widget due date to reschedule task 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 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 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 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
Alex Baker 447b6be7d2 Format dates with 310 backport 4 years ago
Alex Baker 27075edcc8 Discard from overflow when back button saves is on 4 years ago
Alex Baker ac39ccb966 Move title edit to collapsing toolbar layout 4 years ago
Alex Baker 6392188750 Add new navigation drawer settings 4 years ago
Alex Baker ea354240ea Rename LocationFilter to PlaceFilter 4 years ago
Alex Baker bd1aa46d13 Add Places to navigation drawer 4 years ago
Alex Baker 0b95b11b68 Add LocationFilter 4 years ago
Alex Baker 0e967c0889 Add CheckBoxProvider 4 years ago
Alex Baker b8c98aa2f1 Add ColorProvider 4 years ago
Alex Baker 4030312820 Collapse search view on back button 4 years ago
Alex Baker ae3b3edd5a Remove ThemeCache 4 years ago
Alex Baker cb29478e71 Fix two pane layout 4 years ago
Alex Baker 236658e3d2 Store colors as android color ints 4 years ago