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

33 Commits

Author SHA1 Message Date
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
3688df4811 no need to schedule notification if it has no due date set 2022-04-20 00:31:03 +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
a2ad0a52e1 added option to show and hide done tasks on a per-list basis 2022-04-12 18:46:30 +02:00
714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +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
74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03:00
Aleksandr Borisenko
59d5907b29 Fixes for API calls 2021-03-15 10:31:38 +03:00
Aleksandr Borisenko
493d965562 Fixes for Flutter 2.0 2021-03-08 09:06:07 +03: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
0f23c4d0f3 Make it build again (#38)
Fix parsing of user model if email is not present

Use user avatar hash instead of calculating it from the email

Format

Replace GravatarImageProvider

Set min sdk version to 19

Change target api version to 28

Limit drone pipeline execution to master or pr

Remove drone debug

Use username instead of id

Format

"Fix" clone permissions

Drone debug

Fix drone permissions with different flutter build docker image

Switch CI build image

Bump Gradle sdk version

Fix formatting

Update packages for support for androidX

Update gitignore

AndroidX

Make GravatarImageProvider work again

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/app#38
2020-01-12 12:59:28 +00:00
edbadd9913 Make it build again (#38)
Fix parsing of user model if email is not present

Use user avatar hash instead of calculating it from the email

Format

Replace GravatarImageProvider

Set min sdk version to 19

Change target api version to 28

Limit drone pipeline execution to master or pr

Remove drone debug

Use username instead of id

Format

"Fix" clone permissions

Drone debug

Fix drone permissions with different flutter build docker image

Switch CI build image

Bump Gradle sdk version

Fix formatting

Update packages for support for androidX

Update gitignore

AndroidX

Make GravatarImageProvider work again

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/app#38
2020-01-12 12:59:28 +00:00
1e3518554b Logout (#35)
:C
2019-03-18 16:56:15 +00:00
5fff812501 Logout (#35)
:C
2019-03-18 16:56:15 +00:00
75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00
7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00
abf0196de3 Added register (#13) 2018-10-08 14:26:01 +00:00
cc38133aca Added register (#13) 2018-10-08 14:26:01 +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
1994892b63
Add working login implementation 2018-09-17 15:35:57 +02:00
bedacfdcad Add working login implementation 2018-09-17 15:35:57 +02:00
4bfd13536e
Fix a bug causing to not-start at new devices 2018-09-16 22:19:43 +02:00
e59001784d Fix a bug causing to not-start at new devices 2018-09-16 22:19:43 +02:00
2bb5f7c6a2
Reformatted code 2018-09-16 21:47:53 +02:00
03fda04afa Reformatted code 2018-09-16 21:47:53 +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