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

360 Commits

Author SHA1 Message Date
fb03133b03 updated version tag 2023-01-08 13:59:18 +01:00
72e8f6a1b1 disabled debug mode 2023-01-07 23:58:30 +01:00
1deb4e3c4d fixed check for latest version button 2023-01-07 23:00:31 +01:00
debab1d689 added workmanager for background sync
moved all notification stuff to own class for a cleaner flow
2023-01-07 22:50:32 +01:00
f84ad663c5 changes in preparation of background sync support 2023-01-07 22:49:35 +01:00
59f0e7ec7e added background task support 2023-01-07 16:55:40 +01:00
40fb339a59 updated notification logo 2023-01-07 15:26:15 +01:00
ad43224bd6 fixed weird logo errors 2023-01-07 14:15:42 +01:00
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +01:00
d0dcb4452d updated github workflows to new names 2023-01-07 13:44:51 +01:00
7e4f4e79f8 updated android libraries
renamed build to core from main to avoid name clashes
2023-01-07 13:40:07 +01:00
a7c01e0fc9 updated to latest logo 2023-01-07 13:38:34 +01:00
c477aeb0dc fixed repeatAfter clearing when not editing it 2023-01-07 03:55:44 +01:00
7da377121b added setting to disable update notifications 2023-01-07 03:55:29 +01:00
a536a0a973 fixed bug where repeatAfter is not saved if it is not changed 2023-01-07 03:30:59 +01:00
431001ba8d added pubspec 2023-01-07 03:24:26 +01:00
f2805a8ccf changed way certificate value from storage is set 2023-01-07 03:22:55 +01:00
36c4504dbf small changes to looks
fixed repeatAfter
code styling
2023-01-07 03:22:31 +01:00
dacd24bfda addded version check to prompt user to update 2023-01-07 02:17:00 +01:00
0effd02ed2 moved pageStatus for list to listprovider 2023-01-06 23:29:45 +01:00
abed7aa9b5 added proper error handler to list view 2023-01-06 22:42:18 +01:00
11f20302b6 removed unnecessary imports 2023-01-06 17:16:51 +01:00
e8f1edfdbe moved kanban widget to own class to declutter list.dart 2023-01-06 17:15:46 +01:00
b8a83bf7fa added PageStatus to namespace overview for better error handling 2023-01-06 17:15:17 +01:00
93f162fe07 fixed color in light mode for kanban view 2023-01-06 17:14:12 +01:00
db336be2d3 moved pagestatus to own class for usage in more locations 2023-01-06 15:57:24 +01:00
c0c1d2a413 Merge branch 'main' of https://github.com/go-vikunja/app into error_handler 2023-01-06 13:27:03 +01:00
e07ae25e9a
Merge pull request #22 from ilakast/patch-1
Update README.md
2023-01-01 17:56:30 +01:00
ilakast
3b44046ee1
Update README.md
fixed typo
2023-01-01 16:49:41 +00:00
e3e23e8c27 - made client return null and not an empty response when loading from the server.
- added scrolling ability to every window even when getting tasks fails.
- fixed error handler in client to always show snackbar
2022-10-14 18:07:35 +02:00
dd0d8e624d Merge branch 'main' into error_handler 2022-10-14 17:39:41 +02:00
260913eb5e bumped version tag 2022-09-27 18:02:28 +02:00
d6fb2e3b79 made owner nullable to fix Favourites list 2022-09-27 17:54:02 +02:00
397a06e9a0 added error handler to client for network requests 2022-09-27 17:53:21 +02:00
57b219836f
Merge pull request #17 from k9withabone/null-safety-fixes
Null safety fixes
2022-09-08 21:55:21 +02:00
c866741f65 make resetable task properties mutable 2022-09-08 14:28:01 -05:00
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
d0082b78ff update dependencies 2022-09-07 15:17:47 -05:00
cbaf0ba81e updated: dependencies 2022-09-07 20:29:49 +02:00
bd3539eb7a fix: priority not being set in task edit 2022-09-07 20:29:34 +02:00
f9c9cdc942
Merge pull request #16 from k9withabone/null-safety-migration
null-safety & some other cleanup
2022-09-07 20:21:56 +02:00
1e9b7bdf94 add quotes around user facing item titles 2022-09-07 13:14:33 -05:00
0590e4c10e list and namespace toUtc for DateTime in toJSON 2022-09-07 13:02:15 -05:00
88c785f768 fix: landing page add task 2022-09-07 12:48:00 -05:00
a7be6abd0d tweak validator.dart to avoid regex calls if null 2022-09-04 15:33:29 -05:00
3f7dfb276a add namespace.copyWith 2022-09-04 15:30:57 -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
858fff8420 update dependencies 2022-09-04 13:29:28 -05:00