Commit Graph

415 Commits (c534632c52dee762b1b0f64554eea86364b3d496)

Author SHA1 Message Date
Alex Baker c534632c52 Pass uuid to TaskAdapter.onCompletedTask 2 months ago
Alex Baker 4b892a0eb1 Rename to TagPickerActivity
Delete some more unused code
2 months ago
Hady e6e275834a
Tag picker compose (#2849)
TagPickerActivity refactoring to Compose

1. state of the SearchBar moved to the viewModel
2. viewModel used as parameter to @Composables instead of number of separate ones
3. Import of TagPickerActivity is replaced by TagPickerActivityCompose through the project
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 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 be766074b0 Fix activity crash 3 months ago
Alex Baker 4fb3cda173 Fix loading selected filter on startup 4 months ago
Alex Baker 9d33a73ee6 Fix drawer highlighting 5 months ago
Alex Baker 940fdc28dd Strip markdown from repeat snackbar 5 months ago
Alex Baker 68542fce38 Fix repeat task toast displaying old due date 5 months ago
Alex Baker cf182aceab Display number of tasks to be cleared 5 months ago
vulewuxe86 38a6064677 Reverted code
Reverted Code involving the action bar search function
5 months ago
Alex Baker bde1356e7f Add task to MainActivityViewModel state 7 months ago
Alex Baker 8895acbf6b Prevent flashing empty inbox when switching lists 8 months ago
Alex Baker a52b1200f5 Fix menu expansion 8 months ago
Alex Baker 287b106dd4 Highlight selected list in drawer 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 738bf435db Fix some back handlers 8 months ago
Alex Baker ee500c24b1
Convert filters to data classes (#2569) 9 months ago
kmj-99 b525e8cab3 Refactor: Change deprecated code in Fragment onAttach 9 months ago
Alex Baker 60784c10b5 Update filter fields 9 months ago
Alex Baker ee3d3fa4f5 Convert FilterListItem to interface 9 months ago
Alex Baker a32d35720a Refresh after changing sort mode 9 months ago
Alex Baker 6664defc16 Minor refactoring 9 months ago
Alex Baker 94b6d7569b Move search to viewmodel 9 months ago
Alex Baker e70f5f3b24 Move query constants 9 months ago
Alex Baker 2bfc46f32b Remove CalendarReminderActivity 9 months ago
Alex Baker 4c61353411 Remove TimerControlSetCallback 9 months ago
Alex Baker f8d3985e97 Add hideKeyboard extension methods 9 months ago
Alex Baker c2a9d21f01 Make review request from edit fragment 9 months ago
Alex Baker 20c81417a0 Handle sort result in task list fragment 9 months ago
Alex Baker 77c86bbfb4 Move sync state to viewmodel 9 months ago
Alex Baker 928ec9f647 Add night mode context extensions 9 months ago
Alex Baker 84ab8d0517 Remove MainActivity.onBackPressed 9 months ago
Alex Baker db66a66578 Move subscription begging to viewmodel 9 months ago
Alex Baker ea8a4b5e2d Remove InjectingAppCompatActivity 9 months ago
Alex Baker 7048f6a965 Fix crash in debug logging 10 months ago
vulewuxe86 113cf6f1b8
#2257 Change priority for selected items (#2452) 10 months ago
Alex Baker 2de5b3c275 Use share text when subject is missing 10 months ago
vulewuxe86 3d0cf46f8d
Select the new items after duplication (#2446)
#1201 Select the new items after duplication
11 months ago
Alex Baker 427ee369b4 Fix miscellaneous inspections 11 months ago
Alex Baker 804c0f974a Force a due date for recurring tasks 11 months ago
Alex Baker b0bb58bb4c Convert TaskListViewModel to flow 1 year ago
Alex Baker 48e73b4bb3 Sort options for completed tasks 1 year ago
Alex Baker 7945160536 Separate group and sort configurations 1 year ago
Alex Baker e05874d36a Revert "Accompanist appcompat theme adapter"
This reverts commit db82ef7fd6.

accompanist theme adapter doesn't support translucent backgrounds like
the wallpaper theme
1 year ago
Alex Baker ad3c35bc5d Comment bar hidden by default 1 year ago