Commit Graph

2100 Commits (a1da71d3e1df8265c08b145915232897e715fd5a)

Author SHA1 Message Date
elmuffo a1da71d3e1
Swipe to snooze (#2839) 2 months ago
Ilya Bizyaev bf84bf9e82 [Feature] Add an option to allow adding tasks without unlock
I often find myself picking up the phone just to write down a task, so
I've added a notification drawer quick setting to speed things up.
However, when I use this button from the lock screen, I have to unlock
my device first, which is annoying. I would like to be able to add (not
view) tasks without the need to unlock my phone.

This PR adds such an optional feature for devices running Android 8.1+.
Note that I am not an Android developer, so the implementation is
probably not perfect. However, from my testing on an emulator, this
code seems to do just what I want.
2 months ago
Alex Baker 26ab3d5866 Exclude past snooze times from Snooze Filter
This should exclude tasks that were completed before their snooze time
lapsed
3 months ago
Alex Baker 72bfda9224 Fix subtasks row for new tasks 3 months ago
Alex Baker 1067de4183 Emit SectionedDataSource from TaskListViewModel 3 months ago
Alex Baker d686b8c7e0 Add TasksMenu composable 3 months ago
Alex Baker b2efb42d55 Load initial data in task edit view model 3 months ago
Alex Baker e92ab7f7e1 Update to latest ModalBottomSheet 3 months ago
Alex Baker 91887f6b17 Fix backup import dropping some tasks 3 months ago
Alex Baker 9bcadaab5a Fix astrid manual ordering crash in widget 3 months ago
Alex Baker be766074b0 Fix activity crash 3 months ago
Alex Baker db2ea0a039 Fix import crash on missing remoteId 3 months ago
Alex Baker 83cf48a836 Don't pass filter to remoteviews service
This was working on emulators but crashing in the wild
3 months ago
Alex Baker c25eb2e0c5 Fix crash on earlier Android versions 3 months ago
Alex Baker 14026356eb Fix widget arrow color 3 months ago
Alex Baker 041dce8617 Add dynamic widget theme 3 months ago
Alex Baker a32fce2d8b Remove widget_title_* layouts 3 months ago
Alex Baker f33cc896dd Refactor widget 3 months ago
Alex Baker c0fd4bf66a Convert LocalBroadcastManager to Kotlin 4 months ago
Alex Baker 20f87061fd Convert WidgetPreferences to Kotlin 4 months ago
Alex Baker 940fdc28dd Strip markdown from repeat snackbar 5 months ago
Alex Baker e9afacb595 Include hidden subtasks when clearing completed 5 months ago
Alex Baker cf182aceab Display number of tasks to be cleared 5 months ago
Alex Baker db889d233a Remove AfterSaveWork 5 months ago
Alex Baker 457b89c092 Remove cleanup work 5 months ago
RayBB b97eade59c fix typos 5 months ago
Alex Baker 1b6ce0e48e Ignore empty rrule 6 months ago
Alex Baker 6c9ffa57d7 Fix reparenting task to another list 7 months ago
Alex Baker 52c54b1eac Fix excessive querying (again) 7 months ago
Alex Baker c8d81b44b6 Fix excessive querying 7 months ago
Alex Baker bde1356e7f Add task to MainActivityViewModel state 7 months ago
Alex Baker 6c031925ba Replace some setter usage with constructors 7 months ago
Alex Baker 8312113d7b Merge branch '13.6.3' 7 months ago
Alex Baker 5edc481ffe Fix etag check for DecSync 7 months ago
Alex Baker d0360a4862 Revert "Update timestamp on edits"
This reverts commit b477623524.
7 months ago
Alex Baker ac35002408 Revert "Update modification timestamp logic (#2585)"
This reverts commit 775289b058.
7 months ago
Alex Baker 8895acbf6b Prevent flashing empty inbox when switching lists 8 months ago
Alex Baker 287b106dd4 Highlight selected list in drawer 8 months ago
Alex Baker 8a47cc2934 Don't set local only notifications on Android 14+ 8 months ago
Alex Baker 0d94729d37 Merge branch '13.6.2' 8 months ago
Alex Baker b477623524 Update timestamp on edits
Fix bugs introduced by 775289b05
8 months ago
Alex Baker c8bfb67b50 Allow multi-select for gallery picker 8 months ago
Alex Baker 0a36e58525 Allow multi-select in storage picker 8 months ago
Alex Baker 94a719cb66 Improve menu dismissal
Copy M3 ModalBottomSheet to add 'skipPartiallyCollapsed' support 😕
8 months ago
Alex Baker b5748aa8e6 New drawer 8 months ago
Alex Baker 7fd5647cb8 Exclude hidden and completed from snoozed filter 8 months ago
Alex Baker 738bf435db Fix some back handlers 8 months ago
Alex Baker ad1198aace Don't require network for OpenTasks sync 8 months ago
Alex Baker 7ae77a81e1 Don't need background sync for OpenTasks
Background sync handled by sync apps
8 months ago
Alex Baker 82103eb477 Make chips skippable 8 months ago