1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Denys Vitali
5ab6a59b05
refactor: update dependencies 2024-04-06 18:44:35 +02:00
Denys Vitali
056b2d72c9
chore: format code with dart format (#71)
This PR formats all code with dart format and adds a step to the CI so that it will be checked on every push and PR.
2024-04-05 22:36:56 +02:00
c4885b4d41 changed how options are used, fixed "only show tasks with due date" 2023-07-24 00:00:37 +02:00
5ecd6fa2d9 optimized notification scheduling 2023-05-15 23:23:28 +02:00
73bbfed454 fixed notifications not working 2023-05-15 18:14:47 +02:00
debab1d689 added workmanager for background sync
moved all notification stuff to own class for a cleaner flow
2023-01-07 22:50:32 +01:00
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +01:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
3cdedeac07 fixed notifications because getAll did not actually return all tasks. this needs to be fixed. 2022-04-29 23:27:18 +02:00
aef7ce3fbb fixed notifications caused by weird bug 2022-04-28 18:41:55 +02:00
0d9029a207 bugfix reminder id 2022-04-22 21:39:01 +02:00
a6fab24598 implemented scheduled local notifications for reminders and tasks 2022-04-20 00:12:50 +02:00
4c986b85df
Add login view
Add services and models
Add mocks
2018-09-16 21:47:33 +02:00