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

227 Commits

Author SHA1 Message Date
85f79e4e5a Merge branch 'main' of https://github.com/go-vikunja/app 2024-04-29 16:57:47 +02:00
d30a3cf5f2 chore: continual of prev. commit, deleting all references to lists and namespaces 2024-04-29 16:52:22 +02:00
4e78b5615e chore: removed all references to namespaces and lists (old names for what projects are now) 2024-04-29 16:45:42 +02:00
9961447788
Merge pull request #70 from denysvitali/feature/add-web-support
Add web support
2024-04-29 14:06:07 +02:00
Denys Vitali
d83114e9aa
fix: go-vikunja/app#66
feat: add policy to AndroidManifest
2024-04-06 18:55:51 +02:00
Denys Vitali
0e29b6620d
feat: add web support 2024-04-06 18:54:01 +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
1ef9ed4e67 added fields to task view, changed icon of task editing. 2024-02-16 19:11:16 +01:00
92c5ff5a44 added proper sorting of tasks on landing page 2024-02-12 22:28:42 +01:00
515be2e88f respects landing page filter 2024-02-12 07:00:06 +01:00
b0d60e1c12 fixed kanban by moving is_default_bucket from bucket to list 2024-01-06 01:06:47 +01:00
dfa4dcae27 added taskattachmentfile class, added attachment list with download option 2024-01-06 00:04:33 +01:00
1ba7a443e9 fixed webview login 2024-01-05 23:09:51 +01:00
d5b32c7609 fix exception if default project id does not exist 2024-01-05 23:07:41 +01:00
62aeeedca6 added html renderer to task description in overview. 2024-01-05 22:29:34 +01:00
11db2bb9ad removed relics of old default project id on landing page 2024-01-05 21:38:40 +01:00
8b7e6a249b upgraded typeahead controller to fix bug introduced with new flutter version, upgraded to flutter version 2023-12-24 00:00:29 +01:00
2b505ceaf4 load default project from server 2023-12-23 22:38:16 +01:00
7db2cc1e67 fixed typo, removed unnecessary print statements 2023-12-03 21:21:28 +01:00
0eb941bfb1 fixed uri escaping [] characters when loading tasks 2023-11-28 17:07:29 +01:00
347bd6cd66 added priority to task subtitle 2023-11-28 17:05:30 +01:00
7b6da4970c removed add project button, pushed version tag 2023-07-24 00:12:42 +02:00
c4885b4d41 changed how options are used, fixed "only show tasks with due date" 2023-07-24 00:00:37 +02:00
6b276e511d added option to select what to see on landing page 2023-07-23 22:34:10 +02: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
7c7d6be9df added subproject view to project home page 2023-07-23 00:04:13 +02:00
1c523d929c added project list page with expandable sublists 2023-07-22 23:31:28 +02:00
6f32e1ff38 renamed namespaces to projects, added basic project views 2023-07-22 22:55:25 +02:00
2893a4e7f9 moved from list to projects 2023-07-22 22:54:50 +02:00
f29feb6340 readded namespace edit 2023-05-25 00:00:43 +02:00
4f79c083c6 fixed reverse list bug 2023-05-24 23:55:33 +02:00
d5a45be90a added sharing test to list edit 2023-05-24 23:24:50 +02:00
3a996f91f0 added confirmation dialog to delete 2023-05-17 12:56:32 +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
69a8608390 added delete to task page 2023-05-16 22:12:11 +02:00
1f23c15742 fixed logout from settings 2023-05-16 21:09:35 +02:00
8cd827d572 fixed behaviour when totp popup is dismissed 2023-05-16 21:09:22 +02:00
0ab24284f6 fixed refresh on landing page not reaching down 2023-05-16 21:08:11 +02:00
7cbc0361bb removed drawer, moved drawer info to settings 2023-05-16 00:26:01 +02:00
c2d976ac89 Merge branch 'main' into bottom_navigation_bar 2023-05-15 23:23:54 +02:00
5ecd6fa2d9 optimized notification scheduling 2023-05-15 23:23:28 +02:00
b1cd3c8862 fixed loading of empty view 2023-05-15 18:24:39 +02:00
c07e5d7dc2 returned avatar loading
removed comment
2023-05-14 01:49:08 +02:00
8a499960c1 added bottom navigation bar 2023-05-14 01:28:30 +02:00
882bf55009 added server recommendations
made listId optional
2023-05-12 13:53:41 +02:00