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

41 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
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
6f32e1ff38 renamed namespaces to projects, added basic project views 2023-07-22 22:55:25 +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
7cbc0361bb removed drawer, moved drawer info to settings 2023-05-16 00:26:01 +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
e3e23e8c27 - made client return null and not an empty response when loading from the server.
- added scrolling ability to every window even when getting tasks fails.
- fixed error handler in client to always show snackbar
2022-10-14 18:07:35 +02:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
ae71e21e44 made LandingPage a ListProvider to enable editing of task 2022-08-27 23:43:11 +02:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
7bc2157834 added quicktile to add task quickly 2022-04-28 13:58:27 +02:00
112ff0bfbe added "you have unsaved changes" popup to task editing page. 2022-04-25 23:59:49 +02:00
e44c68ac35 fixed default list add requiring a widget rebuild to change color 2022-04-25 23:48:07 +02:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
168c4a7518 added option to save default list and add to it from the start screen 2022-04-13 01:02:16 +02:00
36ce680927 Added settings page 2022-04-13 00:32:21 +02:00
06aea751c5 fixed error when returning from ListEditPage 2022-04-11 09:20:53 +02:00
714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +02:00
Timo Reichl
ee99869cf6
fix: warnings (#1)
* Ran make format

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* Add VS Code launch config

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* pages/list/list.dart: Stop spinning wheel after adding a task

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* stores/list_store.dart: Fix updateTask() not being a future

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* Replace FlatButton with TextButton widgets

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* components/TaskTile.dart: Remove dead code

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* theme/theme.dart: Fix accentColor deprecation

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* pages/list/list_edit.dart: Fix SnackBar.hideCurrentSnackBar() deprecation

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* Remove unused folder lib/managers

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>
2021-12-21 12:22:17 +01:00
Aleksandr Borisenko
74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03:00
Aleksandr Borisenko
50e17b045a Minor fixes; Added signing config for Android 2021-03-19 18:13:38 +03:00
Aleksandr Borisenko
59d5907b29 Fixes for API calls 2021-03-15 10:31:38 +03:00
8993999a68 Improve error handling (#45)
Improve error handling

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#45
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 16:51:23 +00:00
84ab307e5f Improve error handling (#45)
Improve error handling

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#45
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 16:51:23 +00:00
68d3ffd30d
Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
67945366eb Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
361057aa9f
Fix date format 2020-04-27 17:02:55 +02:00
f973d3940f Fix date format 2020-04-27 17:02:55 +02:00
0f23c4d0f3 Make it build again (#38)
Fix parsing of user model if email is not present

Use user avatar hash instead of calculating it from the email

Format

Replace GravatarImageProvider

Set min sdk version to 19

Change target api version to 28

Limit drone pipeline execution to master or pr

Remove drone debug

Use username instead of id

Format

"Fix" clone permissions

Drone debug

Fix drone permissions with different flutter build docker image

Switch CI build image

Bump Gradle sdk version

Fix formatting

Update packages for support for androidX

Update gitignore

AndroidX

Make GravatarImageProvider work again

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/app#38
2020-01-12 12:59:28 +00:00
edbadd9913 Make it build again (#38)
Fix parsing of user model if email is not present

Use user avatar hash instead of calculating it from the email

Format

Replace GravatarImageProvider

Set min sdk version to 19

Change target api version to 28

Limit drone pipeline execution to master or pr

Remove drone debug

Use username instead of id

Format

"Fix" clone permissions

Drone debug

Fix drone permissions with different flutter build docker image

Switch CI build image

Bump Gradle sdk version

Fix formatting

Update packages for support for androidX

Update gitignore

AndroidX

Make GravatarImageProvider work again

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/app#38
2020-01-12 12:59:28 +00:00
2121b831a0 Namespace edit (#36) 2019-03-18 17:00:34 +00:00
614b5565e1 Namespace edit (#36) 2019-03-18 17:00:34 +00:00
1e3518554b Logout (#35)
:C
2019-03-18 16:56:15 +00:00
5fff812501 Logout (#35)
:C
2019-03-18 16:56:15 +00:00
9848c462f8 Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
496d97b2be Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00
7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00