1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-06 04:29:47 +00:00
Commit Graph

211 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
db70990a3c added basis for notification implementation 2022-04-20 00:12:08 +02:00
335fde5044 fixed bug when due date is set to null 2022-04-16 00:00:51 +02:00
a77f561201 fixed bug where text field would clear on new time selection 2022-04-15 23:55:55 +02:00
0277af9b6c further improved landing page. always sets due date. shows due date in list. 2022-04-15 23:48:23 +02:00
644ebbd13f extended functionality of TaskServiceOptions
now supports different sortings, list and more
2022-04-15 21:41:21 +02:00
a94c96ebe1 moved from fontweight to color since fontweight only works with some fonts. 2022-04-15 20:23:51 +02:00
9e34a5f627 updated readme 2022-04-15 20:17:43 +02:00
d6482e881b implemented showInfo for more details on landing page 2022-04-15 20:14:41 +02:00
98713530f9 added main overview page 2022-04-15 20:14:04 +02:00
168c4a7518 added option to save default list and add to it from the start screen 2022-04-13 01:02:16 +02:00
36ce680927 Added settings page 2022-04-13 00:32:21 +02:00
2dfe99b51b fixed error with favourite lists. 2022-04-12 23:27:14 +02:00
059f36c828 migrated from FlatButton to TextButton 2022-04-12 21:17:20 +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
b120490f4e server address may now contain trailing / 2022-04-12 00:48:38 +02:00
b7db66cac4 added delete button
fixed exception when owner attribute is null
2022-04-11 21:05:37 +02:00
de4f076edc fixed issue where loading icon would not disappear
made loading an attribute of task itself instead of TaskTile
2022-04-11 20:13:00 +02:00
1864397e8c added ability to set due date 2022-04-11 10:58:05 +02:00
ec390136fe removed unnecessary code duplicate 2022-04-11 09:21:46 +02:00
d03d76473c fixed error when returning from ListEditPage 2022-04-11 09:21:07 +02:00
06aea751c5 fixed error when returning from ListEditPage 2022-04-11 09:20:53 +02:00
b633ef27ef fixed weird behaviour when changing checkbox 2022-04-11 09:17:10 +02:00
f9d2d00152 updated dependencies 2022-04-10 18:59:08 +02:00
ce132fa33b made task fields not final for easier modification in edit_task.dart 2022-04-10 18:57:34 +02:00
3604e5a3b4 page gets refreshed if user returns from one of the edit menus 2022-04-10 18:57:10 +02:00
66380776eb added edit_task page 2022-04-10 18:55:34 +02:00
f9c79f7bcd updated targetSdkVersion 2022-04-10 18:55:08 +02:00
4bd770b11d added tag that is explicitly needed for android api 31 and above 2022-04-10 18:54:55 +02:00
714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +02:00
88bf3f9bc7 Fixed a typo in title (#75)
Reviewed-on: vikunja/app#75
Co-authored-by: HammyHavoc <hammy@splitanatom.com>
Co-committed-by: HammyHavoc <hammy@splitanatom.com>
2022-01-27 20:12:47 +00: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
d778f102a7
feat(ci): build app for PRs and pushes to main (#2)
* feat(ci): build app for PRs and pushes to main

* fix(ci): only build debug build in pipeline

* feat(ci): always build with keys

* fix(ci): don't build everything on PR
2021-10-25 20:53:06 +02:00
032bf1c532
feat(ci): build & upload release apk 2021-10-11 22:49:40 +02:00
0db897f4f0
feat(ci): build & upload release apk 2021-10-11 22:43:30 +02:00
f0c3b92220
feat(ci): upload release bundle artifact 2021-10-11 22:25:42 +02:00
21256ca9ec
fix: don't try to set headline 2021-10-11 22:09:25 +02:00
76fedd0c49
feat(ci): use stable flutter version 2021-10-11 22:08:51 +02:00
8a7c40653c
fix(ci): don't run build runner 2021-10-11 22:04:49 +02:00
b7e3536c9f
fix(deps): remove broken test package constraint 2021-10-11 22:02:08 +02:00
39057668af
feat(ci): release on pushes to main 2021-10-11 21:58:28 +02:00
d0b72f49e9
fix(ci): invalid yaml 2021-10-11 21:57:12 +02:00
de808b65b3
fix(ci): invalid yaml 2021-10-11 21:56:27 +02:00
97b7793805
feat(ci): add release apk build 2021-10-11 21:55:14 +02:00
Aleksandr Borisenko
af6c8e895b Updated .gitingore 2021-08-23 10:24:30 +03:00
Aleksandr Borisenko
7b50bce37b Updated Flutter & SDK 2021-08-23 10:08:11 +03:00
Aleksandr Borisenko
9231772185 ListProvider from PR39 with fixes 2021-06-10 10:58:25 +03:00