Commit Graph

449 Commits

Author SHA1 Message Date
benimautner 168c4a7518 added option to save default list and add to it from the start screen 2022-04-13 01:02:16 +02:00
benimautner 36ce680927 Added settings page 2022-04-13 00:32:21 +02:00
benimautner 2dfe99b51b fixed error with favourite lists. 2022-04-12 23:27:14 +02:00
benimautner 059f36c828 migrated from FlatButton to TextButton 2022-04-12 21:17:20 +02:00
benimautner 3202fc6bdb cleaned code. moved get/[set]DisplayDoneTasks to global 2022-04-12 21:03:16 +02:00
benimautner a2ad0a52e1 added option to show and hide done tasks on a per-list basis 2022-04-12 18:46:30 +02:00
benimautner b120490f4e server address may now contain trailing / 2022-04-12 00:48:38 +02:00
benimautner b7db66cac4 added delete button
fixed exception when owner attribute is null
2022-04-11 21:05:37 +02:00
benimautner 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
benimautner 1864397e8c added ability to set due date 2022-04-11 10:58:05 +02:00
benimautner ec390136fe removed unnecessary code duplicate 2022-04-11 09:21:46 +02:00
benimautner d03d76473c fixed error when returning from ListEditPage 2022-04-11 09:21:07 +02:00
benimautner 06aea751c5 fixed error when returning from ListEditPage 2022-04-11 09:20:53 +02:00
benimautner b633ef27ef fixed weird behaviour when changing checkbox 2022-04-11 09:17:10 +02:00
benimautner f9d2d00152 updated dependencies 2022-04-10 18:59:08 +02:00
benimautner ce132fa33b made task fields not final for easier modification in edit_task.dart 2022-04-10 18:57:34 +02:00
benimautner 3604e5a3b4 page gets refreshed if user returns from one of the edit menus 2022-04-10 18:57:10 +02:00
benimautner 66380776eb added edit_task page 2022-04-10 18:55:34 +02:00
benimautner f9c79f7bcd updated targetSdkVersion 2022-04-10 18:55:08 +02:00
benimautner 4bd770b11d added tag that is explicitly needed for android api 31 and above 2022-04-10 18:54:55 +02:00
benimautner 714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +02:00
HammyHavoc 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
kolaente 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
kolaente 032bf1c532
feat(ci): build & upload release apk 2021-10-11 22:49:40 +02:00
kolaente 0db897f4f0
feat(ci): build & upload release apk 2021-10-11 22:43:30 +02:00
kolaente f0c3b92220
feat(ci): upload release bundle artifact 2021-10-11 22:25:42 +02:00
kolaente 21256ca9ec
fix: don't try to set headline 2021-10-11 22:09:25 +02:00
kolaente 76fedd0c49
feat(ci): use stable flutter version 2021-10-11 22:08:51 +02:00
kolaente 8a7c40653c
fix(ci): don't run build runner 2021-10-11 22:04:49 +02:00
kolaente b7e3536c9f
fix(deps): remove broken test package constraint 2021-10-11 22:02:08 +02:00
kolaente 39057668af
feat(ci): release on pushes to main 2021-10-11 21:58:28 +02:00
kolaente d0b72f49e9
fix(ci): invalid yaml 2021-10-11 21:57:12 +02:00
kolaente de808b65b3
fix(ci): invalid yaml 2021-10-11 21:56:27 +02:00
kolaente 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
Aleksandr Borisenko 21ef483c32 Ported working the Edit Task dialog 2021-06-08 08:50:05 +03:00
Aleksandr Borisenko 74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03:00
Aleksandr Borisenko 7bb04473a3 Null aware handler for the owner field 2021-03-19 21:13:44 +03:00
Aleksandr Borisenko 50e17b045a Minor fixes; Added signing config for Android 2021-03-19 18:13:38 +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
JonasFranz fd33172250 Upgrade android embedding to v2 (#60)
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#60
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: JonasFranz <email@jfdev.de>
Co-committed-by: JonasFranz <email@jfdev.de>
2021-01-18 13:20:32 +00:00
JonasFranz da80f1853c Upgrade android embedding to v2 (#60)
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#60
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: JonasFranz <email@jfdev.de>
Co-committed-by: JonasFranz <email@jfdev.de>
2021-01-18 13:20:32 +00:00
JonasFranz 5d0b424217 Fix badges (#59)
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#59
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: JonasFranz <email@jfdev.de>
Co-committed-by: JonasFranz <email@jfdev.de>
2021-01-17 15:03:10 +00:00
JonasFranz 9892d4d1ad Fix badges (#59)
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#59
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: JonasFranz <email@jfdev.de>
Co-committed-by: JonasFranz <email@jfdev.de>
2021-01-17 15:03:10 +00:00
Jonas Franz 09b15a249c
Re-enable dependencies for iOS build 2021-01-17 15:52:04 +01:00
Jonas Franz 08f7b6a60f Re-enable dependencies for iOS build 2021-01-17 15:52:04 +01:00