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

47 Commits

Author SHA1 Message Date
67acef1ba9 task clearable nullables 2022-09-07 15:59:28 -05:00
250a0e7553 change default id to 0 2022-09-07 15:18:49 -05:00
0633839f82 make models' created, updated, & lists non late 2022-09-04 14:06:35 -05:00
8191c83c36 make Task.identifier non-nullable 2022-09-04 13:30:58 -05:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
416d2e0187 fixed bugs from merge with master 2022-08-27 23:57:42 +02:00
1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
Paul Nettleton
b697944a6e moved due date check to task.dart 2022-08-05 00:56:27 -05:00
Paul Nettleton
e73daab38e switched checkbox detection to regex, also moved it to helper function 2022-08-05 00:25:31 -05:00
Paul Nettleton
e00be1f8b1 use identifier instead of id for card display 2022-08-02 11:59:03 -05:00
Paul Nettleton
0762a7ae14 buckets edit title, isDoneBucket, & limit; bucket deletion 2022-07-28 04:16:39 -05:00
Paul Nettleton
c3a7962679 edit task color, update edited task, some cleanup 2022-07-27 13:10:01 -05:00
Paul Nettleton
50eccce18d task card formatting 2022-07-23 18:08:59 -05:00
Paul Nettleton
b10a6577a1 add buckets, add/edit tasks in buckets 2022-07-19 04:47:37 -05:00
125c9794bd fixed 'add reminder' button 2022-04-22 00:21:49 +02:00
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