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

149 Commits

Author SHA1 Message Date
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
80b06f85dd fixed persistent reminders even when deleted 2022-08-28 00:37:39 +02:00
0a9d512d4f removed log calls 2022-08-27 23:58:47 +02:00
416d2e0187 fixed bugs from merge with master 2022-08-27 23:57:42 +02:00
2a271287db Merge remote-tracking branch 'go-vikunja/main' into null-safety-migration
# Conflicts:
#	lib/models/list.dart
2022-08-27 23:55:25 +02:00
1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02: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
1c163097d8 fixed disappearing lists on edit 2022-08-26 17:38:32 +02:00
57dd1d3e85 fixed self-signed cert ignoring 2022-08-24 23:45:12 +02:00
33e5b5442b
Merge pull request #10 from k9withabone/list_view_kanban
Kanban List View
2022-08-08 17:35:26 +02:00
Paul Nettleton
71a836b806 moved bucket position and task kanbanPosition calculation to helper function 2022-08-05 02:15:49 -05:00
Paul Nettleton
fe1076e2a1 minor bucket deletion change 2022-08-02 19:18:10 -05:00
Paul Nettleton
8bef344cd1 minor bucket dragging fix 2022-08-02 18:48:51 -05:00
Paul Nettleton
d31368ed27 minor fix for label modification 2022-08-02 17:23:56 -05:00
Paul Nettleton
e56403a6b5 minor color changes 2022-08-02 11:02:01 -05:00
Paul Nettleton
25f0d4e6d5 fixes from upstream changes, typing 2022-08-02 01:53:35 -05:00
Paul Nettleton
7db84d3e23 Merge branch 'main' into list_view_kanban
# Conflicts:
#	lib/pages/list/task_edit.dart
2022-08-02 01:01:10 -05:00
Paul Nettleton
1315d7812c move tasks around buckets, some cleanup 2022-08-02 00:23:52 -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
5d6120a7ac converted to slivers, added bucket reordering, small theme changes 2022-07-26 19:15:17 -05:00
Paul Nettleton
50eccce18d task card formatting 2022-07-23 18:08:59 -05:00
Paul Nettleton
b4989181dc bucket formatting 2022-07-22 16:46:22 -05:00
Paul Nettleton
b10a6577a1 add buckets, add/edit tasks in buckets 2022-07-19 04:47:37 -05:00
e0ebb5304b added ignore certificates button to login page temporarily. 2022-07-19 07:55:37 +02:00
6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
Paul Nettleton
ad665e68cc basic kanban view 2022-07-15 09:25:16 -05:00
Paul Nettleton
4a4ad2c9b3 added bottom navigation bar to list view 2022-07-10 05:21:48 -05:00
6a2e41bc86 fixed old method call for getting labels
fixed wrong datetime stamp for labels
2022-05-24 00:02:39 +02:00
7449b97367 added global snackbar key to display snackbars from every state of the app. 2022-05-16 23:31:22 +02:00
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
804a4c2729 fixed bug where app freezes when no server address is entered 2022-05-07 22:45:23 +02:00
fd7f113cff fixed bug where list items aren't displayed 2022-05-07 22:42:27 +02:00
cb3b53c970 fixed problem where API_URL is relative, not absolute 2022-05-07 22:10:58 +02:00
792aaca687 fixed problem that disables leaving webview 2022-05-07 19:52:15 +02:00
4c805bfcbe added fake user agent to allow google openid 2022-05-07 19:37:56 +02:00
3bbb4ada7b disabled autocorrect for url input
removed is no url error when field is empty
2022-05-07 17:52:22 +02:00
48b01c8167 fixed API_URL not being found in local storage 2022-05-07 17:43:45 +02:00
dca12a5534 implemented login by frontend and login with totp 2022-05-07 17:18:51 +02:00
4c23e7823b fixed usage of UserService 2022-05-07 17:18:25 +02:00
945768805e removed need for reopening webview when logging in 2022-05-07 17:16:45 +02:00
32cdfea6d0 implemented login by webview of frontend 2022-04-28 16:59:41 +02:00
7bc2157834 added quicktile to add task quickly 2022-04-28 13:58:27 +02:00
74069180fa added Remember Me option when logging in which requests a long_token from the api 2022-04-26 00:23:58 +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
008cc875b4 fixed login when jwt token is expired
ui remembers url if token is expired only
2022-04-25 23:47:40 +02:00
125c9794bd fixed 'add reminder' button 2022-04-22 00:21:49 +02:00
2b61b815bb fixme: reschedules notifications each time list is reloaded. 2022-04-21 21:45:54 +02:00