Commit Graph

31 Commits

Author SHA1 Message Date
Paul Nettleton d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
Benimautner ae71e21e44 made LandingPage a ListProvider to enable editing of task 2022-08-27 23:43:11 +02:00
Benimautner b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
benimautner 7bc2157834 added quicktile to add task quickly 2022-04-28 13:58:27 +02:00
benimautner 112ff0bfbe added "you have unsaved changes" popup to task editing page. 2022-04-25 23:59:49 +02:00
benimautner e44c68ac35 fixed default list add requiring a widget rebuild to change color 2022-04-25 23:48:07 +02:00
benimautner dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
benimautner 168c4a7518 added option to save default list and add to it from the start screen 2022-04-13 01:02:16 +02:00
benimautner 36ce680927 Added settings page 2022-04-13 00:32:21 +02:00
benimautner 06aea751c5 fixed error when returning from ListEditPage 2022-04-11 09:20:53 +02:00
benimautner 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
JonasFranz 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
JonasFranz 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
kolaente 68d3ffd30d
Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
kolaente 67945366eb Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
kolaente 361057aa9f
Fix date format 2020-04-27 17:02:55 +02:00
kolaente f973d3940f Fix date format 2020-04-27 17:02:55 +02:00
konrad 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
konrad 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
konrad 2121b831a0 Namespace edit (#36) 2019-03-18 17:00:34 +00:00
konrad 614b5565e1 Namespace edit (#36) 2019-03-18 17:00:34 +00:00
konrad 1e3518554b Logout (#35)
:C
2019-03-18 16:56:15 +00:00
konrad 5fff812501 Logout (#35)
:C
2019-03-18 16:56:15 +00:00
konrad 9848c462f8 Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
konrad 496d97b2be Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
konrad 75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00
konrad 7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00