Commit Graph

5242 Commits (bada09f5c23d55d5c38bb9c35bdddbd55b87009f)

Author SHA1 Message Date
Alex Baker 97a3f074d0 Update alarms after completion transaction 5 months ago
Alex Baker 86ecd3cf81 Synchronize alarms before saving 5 months ago
Alex Baker 07a2eda5ea Cancel notifications in TaskCompleter 5 months ago
renovate[bot] c11225abaf fix(deps): update kotlin 5 months ago
Alex Baker 0ba901be69 Remove livedata from data module 5 months ago
Alex Baker ebe5e5c009 Replace gson with kotlin serialization 5 months ago
Alex Baker d556863fda Use kotlin serialization for backups 5 months ago
Alex Baker 55adbc2025 Reorganized data module 5 months ago
Alex Baker 06c4255886 Remove androidx.core from data module 5 months ago
Alex Baker c3fc9a57cc Replace now with currentTimeMillis 5 months ago
Alex Baker 6e14d07d0c Move Room to data module 5 months ago
Alex Baker 6118121698 Moving some code out of TimerPlugin 5 months ago
Alex Baker 6bf3bd4d08 Update version and changelog 5 months ago
Alex Baker 065be79355 Update notification work logic 5 months ago
Alex Baker f8f8ba3c51 Don't adjust random reminder time 5 months ago
Alex Baker 89465f36b3 Update version and changelog 5 months ago
Alex Baker 1380a34ffa Fix alarm test 5 months ago
Alex Baker 10af5280a3 Fix random reminders 5 months ago
Alex Baker 8c0f7b952d ForegroundInfo for expedited work on Android 11- 5 months ago
Alex Baker 65362b203f Update version and changelog 5 months ago
Alex Baker 3327f97a17 Revert change to not delete evicted notifications 5 months ago
Alex Baker c9fc02a42e Enable room kotlin codegen 5 months ago
Alex Baker 1fc6a50d0b Update version and changelog 5 months ago
Alex Baker e1ef924909 Revert "Load initial data in task edit view model"
This reverts commit b2efb42d55.
5 months ago
Alex Baker 686cb5d346 Add empty filter 5 months ago
Alex Baker 5c8643110b Update back press and intent handling 5 months ago
Alex Baker abd13aeb75 Exclude META-INF/INDEX.LIST 5 months ago
Alex Baker c210fe1893 Fix finishing recurrence 5 months ago
Alex Baker 26aa916c20 Fix widget crash 5 months ago
islam2hamy c90e683ea3
Translated using Weblate (Arabic)
Currently translated at 94.1% (626 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/ar/
5 months ago
Alex Baker 3cd0295b71 Refactor notification scheduling
* Remove foreground service
* Use expedited work to trigger notifications
* Remove miscellaneous notification channel
5 months ago
Alex Baker 95c351e9fd Remove midnight refresh worker 5 months ago
109247019824 931626c84a Translated using Weblate (Bulgarian)
Currently translated at 100.0% (665 of 665 strings)

Co-authored-by: 109247019824 <stoyan@gmx.com>
Translate-URL: https://hosted.weblate.org/projects/tasks/android/bg/
Translation: Tasks.org/Android
5 months ago
Alex Baker c534632c52 Pass uuid to TaskAdapter.onCompletedTask 5 months ago
Alex Baker c1347a7455 Update version and changelog 5 months ago
Alex Baker 584d4a5cbb Move after update work inside transaction 5 months ago
purushottamyadavbattula 215cc838ef Sending local broadcast refresh event for refreshing nav drawer menu to communicate about update events 5 months ago
Alex Baker d60472d1bc Remove RefreshScheduler 5 months ago
Alex Baker f84a37a60a Revert "Replace refresh work with coroutines"
Widgets 😢
5 months ago
Alex Baker 7fb85b6da1 Replace refresh work with coroutines 5 months ago
Alex Baker dc90e583e4 Fix hiding empty items in drawer 5 months ago
Don Zouras 0eac5f61eb Translated using Weblate (Esperanto)
Currently translated at 100.0% (665 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/eo/
5 months ago
Milo Ivir c686ce883d Translated using Weblate (Croatian)
Currently translated at 100.0% (665 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/hr/
5 months ago
大王叫我来巡山 ab25398cd0 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (665 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/zh_Hans/
5 months ago
Liz de Sartiges ffc0113d7f Initial support for z flip 5 cover screen
see : https://developer.samsung.com/galaxy-z/flex_window.html
5 months ago
Don Zouras 9de9718ad5 Translated using Weblate (Esperanto)
Currently translated at 100.0% (665 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/eo/
5 months ago
Oğuz Ersen a7d2c9c406 Translated using Weblate (Turkish)
Currently translated at 100.0% (665 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/tr/
5 months ago
gallegonovato b3006b9ac2 Translated using Weblate (Spanish)
Currently translated at 100.0% (665 of 665 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/es/
5 months ago
Don Zouras de3ef1f9c9 Translated using Weblate (Esperanto)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/eo/
5 months ago
Alex Baker ce9e722a3f Delete more unused tag picker code 5 months ago
Alex Baker 4b892a0eb1 Rename to TagPickerActivity
Delete some more unused code
5 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
5 months ago
Alex Baker 782f4d6d7c Fix swipe to snooze time 6 months ago
elmuffo a1da71d3e1
Swipe to snooze (#2839) 6 months ago
Alex Baker c793a300cc Add preference summary 6 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.
6 months ago
SC 363b29babb
Translated using Weblate (Portuguese)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt/
6 months ago
min7-i c1ff953f5c Translated using Weblate (German)
Currently translated at 99.3% (651 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/de/
6 months ago
Emin Tufan Çetin 2f7dc0c7f1
Translated using Weblate (Turkish)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/tr/
6 months ago
Lionel HANNEQUIN d672507fae
Translated using Weblate (French)
Currently translated at 99.8% (654 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/fr/
6 months ago
Jonatan Nyberg ce2a3c8a3f
Translated using Weblate (Swedish)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/sv/
6 months ago
sorifukobexomajepasiricupuva33 9cd114d68b
Translated using Weblate (German)
Currently translated at 99.2% (650 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/de/
6 months ago
Patrick V. Leguizamon 0e663f0e08
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt_BR/
6 months ago
Mayhm 1d1efd008d
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt_BR/
6 months ago
Alex Baker 26ab3d5866 Exclude past snooze times from Snooze Filter
This should exclude tasks that were completed before their snooze time
lapsed
6 months ago
Mayhm 9a4fcbbd39
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt_BR/
6 months ago
Alex Baker 72bfda9224 Fix subtasks row for new tasks 6 months ago
Alex Baker 1067de4183 Emit SectionedDataSource from TaskListViewModel 6 months ago
Alex Baker d686b8c7e0 Add TasksMenu composable 6 months ago
Alex Baker b2efb42d55 Load initial data in task edit view model 6 months ago
Fabio Parri 3448808c94 Translated using Weblate (Portuguese)
Currently translated at 99.3% (651 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt/
6 months ago
Alex Baker 06a9626052 Update version and changelog 6 months ago
Alex Baker e92ab7f7e1 Update to latest ModalBottomSheet 6 months ago
Alex Baker 4ff7b18c0f Fix cloning google tasks 6 months ago
Alex Baker 91887f6b17 Fix backup import dropping some tasks 6 months ago
Alex Baker cf30b56098 Update version and changelog 6 months ago
Alex Baker 9bcadaab5a Fix astrid manual ordering crash in widget 6 months ago
Alex Baker be766074b0 Fix activity crash 6 months ago
Ihor Hordiichuk 64a42a3f61 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/uk/
6 months ago
Mayhm 7b65ba6f06 Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (646 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt_BR/
6 months ago
109247019824 ac2b270e9e Translated using Weblate (Bulgarian)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/bg/
6 months ago
Alex Baker db2ea0a039 Fix import crash on missing remoteId 6 months ago
Alex Baker 1a1301ae3e Update version and changelog 7 months ago
Milo Ivir d00061aa7f Translated using Weblate (Croatian)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/hr/
7 months ago
大王叫我来巡山 45add6ab32 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/zh_Hans/
7 months ago
Pierfrancesco Passerini af43737c4e Translated using Weblate (Italian)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/it/
7 months ago
macpac59 dd40e59b17 Translated using Weblate (German)
Currently translated at 98.9% (648 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/de/
7 months ago
gallegonovato 13f3248a01 Translated using Weblate (Spanish)
Currently translated at 100.0% (655 of 655 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/es/
7 months ago
Alex Baker 83cf48a836 Don't pass filter to remoteviews service
This was working on emulators but crashing in the wild
7 months ago
Alex Baker 6bec2ceef0 Update version and changelog 7 months ago
Milo Ivir d1e60d6512 Translated using Weblate (Croatian)
Currently translated at 100.0% (654 of 654 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/hr/
7 months ago
bittin1ddc447d824349b2 2b85089d3a Translated using Weblate (Swedish)
Currently translated at 100.0% (654 of 654 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/sv/
7 months ago
ferranpujolcamins 2a0ef9feb6 Translated using Weblate (Catalan)
Currently translated at 34.7% (227 of 654 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/ca/
7 months ago
109247019824 33adbbd884 Translated using Weblate (Bulgarian)
Currently translated at 100.0% (654 of 654 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/bg/
7 months ago
Alex Baker c25eb2e0c5 Fix crash on earlier Android versions 7 months ago
Alex Baker 14026356eb Fix widget arrow color 7 months ago
Alex Baker a0e9bfabeb Update version and changelog 7 months ago
大王叫我来巡山 a1ad421b33 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (658 of 658 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/zh_Hans/
7 months ago
Mayhm 3488a08af1 Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.4% (648 of 658 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/pt_BR/
7 months ago
gallegonovato b71d1af516 Translated using Weblate (Spanish)
Currently translated at 100.0% (658 of 658 strings)

Translation: Tasks.org/Android
Translate-URL: https://hosted.weblate.org/projects/tasks/android/es/
7 months ago