Commit Graph

27 Commits

Author SHA1 Message Date
Paul Nettleton d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
Benimautner 0a9d512d4f removed log calls 2022-08-27 23:58:47 +02:00
Benimautner 1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02:00
Benimautner b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
Benimautner 48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
Benimautner 57dd1d3e85 fixed self-signed cert ignoring 2022-08-24 23:45:12 +02:00
Benimautner 03a131e7dc switched back to package:http for better performance and reliability 2022-08-24 00:42:49 +02:00
Benimautner 1757464264 fixed otp login 2022-08-08 22:23:34 +02:00
benimautner 6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
benimautner 7449b97367 added global snackbar key to display snackbars from every state of the app. 2022-05-16 23:31:22 +02:00
benimautner 94f6098f86 fixed some weird behavior that didnt display lists at all
todo: infinite scroll does not work
2022-05-08 10:16:06 +02:00
benimautner fcbdb694b7 changed how client is implemented to avoid confusion with client being null 2022-05-07 17:18:03 +02:00
benimautner 32cdfea6d0 implemented login by webview of frontend 2022-04-28 16:59:41 +02:00
benimautner 008cc875b4 fixed login when jwt token is expired
ui remembers url if token is expired only
2022-04-25 23:47:40 +02:00
benimautner dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +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 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
Jonas Franz f7db5324aa
Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
Jonas Franz a62abc0b35 Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
Jonas Franz 1994892b63
Add working login implementation 2018-09-17 15:35:57 +02:00
Jonas Franz bedacfdcad Add working login implementation 2018-09-17 15:35:57 +02:00
Jonas Franz 4c986b85df
Add login view
Add services and models
Add mocks
2018-09-16 21:47:33 +02:00
Jonas Franz 80d55a3518 Add login view
Add services and models
Add mocks
2018-09-16 21:47:33 +02:00