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

19 Commits

Author SHA1 Message Date
0eb941bfb1 fixed uri escaping [] characters when loading tasks 2023-11-28 17:07:29 +01:00
c4885b4d41 changed how options are used, fixed "only show tasks with due date" 2023-07-24 00:00:37 +02:00
9c5ad58299 moving from lists and namespaces to projects. 2023-07-23 01:50:55 +02: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
397a06e9a0 added error handler to client for network requests 2022-09-27 17:53:21 +02:00
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
3cdedeac07 fixed notifications because getAll did not actually return all tasks. this needs to be fixed. 2022-04-29 23:27:18 +02:00
ae626a81ba removed misuse of Response
migrated to convertList
cleaned code
2022-04-21 21:28:35 +02:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
a6fab24598 implemented scheduled local notifications for reminders and tasks 2022-04-20 00:12:50 +02:00
98713530f9 added main overview page 2022-04-15 20:14:04 +02:00
3202fc6bdb cleaned code. moved get/[set]DisplayDoneTasks to global 2022-04-12 21:03:16 +02:00
714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +02:00
Aleksandr Borisenko
74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03: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