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

28 Commits

Author SHA1 Message Date
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
d5b32c7609 fix exception if default project id does not exist 2024-01-05 23:07:41 +01:00
2b505ceaf4 load default project from server 2023-12-23 22:38:16 +01:00
c3a8172739 added material you, changed button style 2023-07-23 21:56:34 +02:00
33242c2bfb migrated to material3, added option for other themes for later 2023-07-23 17:25:58 +02:00
9c5ad58299 moving from lists and namespaces to projects. 2023-07-23 01:50:55 +02:00
d24b0cdd6e added manual theme selection 2023-05-17 12:52:26 +02:00
b126f54542 fixed settings overflow
added option to disable snackbar for login
added option to customize theme based on dark mode status
2023-05-17 12:28:55 +02:00
6176af2acb fixed logout 2023-05-17 01:22:59 +02:00
b917b27a83 changed how appbars are handled so namespaces can have their names as the appbar title 2023-05-16 22:13:02 +02:00
1f23c15742 fixed logout from settings 2023-05-16 21:09:35 +02:00
7cbc0361bb removed drawer, moved drawer info to settings 2023-05-16 00:26:01 +02:00
8a499960c1 added bottom navigation bar 2023-05-14 01:28:30 +02:00
01d586fd86 added request for notification permission 2023-05-10 23:50:30 +02:00
a31e4542b8 added automatic rescheduling when saving in settings 2023-01-08 14:09:44 +01:00
1deb4e3c4d fixed check for latest version button 2023-01-07 23:00:31 +01: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
59f0e7ec7e added background task support 2023-01-07 16:55:40 +01:00
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +01:00
7da377121b added setting to disable update notifications 2023-01-07 03:55:29 +01:00
dacd24bfda addded version check to prompt user to update 2023-01-07 02:17:00 +01:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
57dd1d3e85 fixed self-signed cert ignoring 2022-08-24 23:45:12 +02:00
e0ebb5304b added ignore certificates button to login page temporarily. 2022-07-19 07:55:37 +02:00
6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
e44c68ac35 fixed default list add requiring a widget rebuild to change color 2022-04-25 23:48:07 +02:00
36ce680927 Added settings page 2022-04-13 00:32:21 +02:00