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

30 Commits

Author SHA1 Message Date
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
335fde5044 fixed bug when due date is set to null 2022-04-16 00:00:51 +02:00
0277af9b6c further improved landing page. always sets due date. shows due date in list. 2022-04-15 23:48:23 +02:00
98713530f9 added main overview page 2022-04-15 20:14:04 +02:00
b7db66cac4 added delete button
fixed exception when owner attribute is null
2022-04-11 21:05:37 +02:00
de4f076edc fixed issue where loading icon would not disappear
made loading an attribute of task itself instead of TaskTile
2022-04-11 20:13:00 +02:00
ce132fa33b made task fields not final for easier modification in edit_task.dart 2022-04-10 18:57:34 +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
9231772185 ListProvider from PR39 with fixes 2021-06-10 10:58:25 +03:00
Aleksandr Borisenko
21ef483c32 Ported working the Edit Task dialog 2021-06-08 08:50:05 +03: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
020cfa2bde
Format 2020-06-15 23:48:15 +02:00
857c02375f Format 2020-06-15 23:48:15 +02:00
9973816dde
Fix all json fields being snake_case 2020-06-15 23:46:10 +02:00
a0f5540b7b Fix all json fields being snake_case 2020-06-15 23:46:10 +02: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
c285120034 List edit (#21) 2019-03-11 20:29:15 +00:00
0b870f8f62 List edit (#21) 2019-03-11 20:29:15 +00:00
563fe1fc4d Fixed app not working with the newest api change which has multiple reminders (#19) 2018-12-03 21:26:00 +00:00
d757b2df69 Fixed app not working with the newest api change which has multiple reminders (#19) 2018-12-03 21:26:00 +00:00
35db3db988 Cleanup (#1) 2018-09-22 20:56:16 +00:00
bbdd63782f Cleanup (#1) 2018-09-22 20:56:16 +00:00
f7db5324aa
Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
a62abc0b35 Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
4c986b85df
Add login view
Add services and models
Add mocks
2018-09-16 21:47:33 +02:00
80d55a3518 Add login view
Add services and models
Add mocks
2018-09-16 21:47:33 +02:00