1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-05 12:09:52 +00:00
Commit Graph

290 Commits

Author SHA1 Message Date
Jakub Szymczak
2c074d5949
Fix 'Expected type after 'as'' 2022-08-23 14:02:54 +02:00
1757464264 fixed otp login 2022-08-08 22:23:34 +02:00
fade6389ab updated android sdk version for flutter storage plugin 2022-08-08 18:20:07 +02:00
0c83cb6019 updated dependencies 2022-08-08 18:13:48 +02:00
0b0650de62 Merge branch 'main' of github.com:go-vikunja/app 2022-08-08 18:10:30 +02:00
dd33da4015 Merge branch 'main' of https://github.com/k9withabone/vikunja-app 2022-08-08 18:07:05 +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
85b4a48d0e null check for label color for textColor 2022-08-08 02:24:44 -05:00
24a0037c3d removed run on pull requests with key 2022-08-07 18:26:05 +02:00
faae7de998 set action to run on pull request 2022-08-07 18:22:29 +02:00
5cdd592149 add unsigned debug to github actions 2022-08-07 18:14:09 +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
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
1d6a9eb777 commented out unimplemented vikunja api, removed unused buttonTheme 2022-08-04 18:03:29 -05:00
Paul Nettleton
1083ad6811 rearrange tasks in full buckets 2022-08-02 23:31:02 -05:00
Paul Nettleton
2e40f41bce minor add task to bucket fix 2022-08-02 19:35:26 -05:00
Paul Nettleton
fe1076e2a1 minor bucket deletion change 2022-08-02 19:18:10 -05:00
Paul Nettleton
d867a4d8ad impose bucket limits for task dragging 2022-08-02 18:56:12 -05:00
Paul Nettleton
8bef344cd1 minor bucket dragging fix 2022-08-02 18:48:51 -05:00
Paul Nettleton
c93e92c302 done tasks are not marked past due, minor formatting changes 2022-08-02 18:25:12 -05:00
Paul Nettleton
d31368ed27 minor fix for label modification 2022-08-02 17:23:56 -05:00
Paul Nettleton
e00be1f8b1 use identifier instead of id for card display 2022-08-02 11:59:03 -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
38e4ecfb2f
Merge branch 'go-vikunja:main' into main 2022-08-02 00:25:45 -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
ad30897bb3 maintain updated task states 2022-07-27 13:48:16 -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
Paul Nettleton
9f05f72de1 updated dependencies 2022-07-10 02:37:53 -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
701c700908 removed unnecessary statement 2022-05-09 21:46:36 +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