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

312 Commits

Author SHA1 Message Date
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
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
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
21256ca9ec
fix: don't try to set headline 2021-10-11 22:09:25 +02: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
8f595c340f
Revert "Add sentry (#43)"
This reverts commit 9c2622e7
2020-07-10 10:32:16 +02:00
d18b049fb6 Revert "Add sentry (#43)"
This reverts commit 9c2622e7
2020-07-10 10:32:16 +02:00
2abdcc4ca9 Publish iOS Version into Testers group automatically (#47)
Update 'lib/constants.dart'

Remove test branch from pipeline

Add push

Add beta dist

Co-authored-by: Jonas Franz <email@jfdev.de>
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#47
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-24 08:37:29 +00:00
239ff62fc5 Publish iOS Version into Testers group automatically (#47)
Update 'lib/constants.dart'

Remove test branch from pipeline

Add push

Add beta dist

Co-authored-by: Jonas Franz <email@jfdev.de>
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#47
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-24 08:37:29 +00:00
3ecf6cd9dd Add dark mode (#46)
Merge branch 'master' into feature/dark-mode

Add white logo in dark mode

Make button shadow dark

Format

Add dark mode

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#46
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 17:41:40 +00:00
826acc26f8 Add dark mode (#46)
Merge branch 'master' into feature/dark-mode

Add white logo in dark mode

Make button shadow dark

Format

Add dark mode

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#46
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 17:41:40 +00:00
8993999a68 Improve error handling (#45)
Improve error handling

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#45
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 16:51:23 +00:00
84ab307e5f Improve error handling (#45)
Improve error handling

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#45
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 16:51:23 +00:00
9c2622e77f Add sentry (#43)
Refactor DSN to constants

Use correct import

Add sentry

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#43
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 15:37:42 +00:00
6b3cca0fd9 Add sentry (#43)
Refactor DSN to constants

Use correct import

Add sentry

Co-authored-by: Jonas Franz <info@jonasfranz.software>
Reviewed-on: vikunja/app#43
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-17 15:37:42 +00:00
020cfa2bde
Format 2020-06-15 23:48:15 +02:00
857c02375f Format 2020-06-15 23:48:15 +02:00
9973816dde
Fix all json fields being snake_case 2020-06-15 23:46:10 +02:00
a0f5540b7b Fix all json fields being snake_case 2020-06-15 23:46:10 +02:00
68d3ffd30d
Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
67945366eb Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
46fc580b7b
Format 2020-04-27 17:09:33 +02:00
df003106c8 Format 2020-04-27 17:09:33 +02: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
8278340242 Show a message if a list or namespace is empty (#29) 2019-03-18 17:05:32 +00:00
666f90345e Show a message if a list or namespace is empty (#29) 2019-03-18 17:05:32 +00:00
2121b831a0 Namespace edit (#36) 2019-03-18 17:00:34 +00:00
614b5565e1 Namespace edit (#36) 2019-03-18 17:00:34 +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
9848c462f8 Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
496d97b2be Fixed namespaces loading every time a widget was loaded (#34) 2019-03-18 15:30:54 +00:00
75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00
7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00
fa05e0e6a3 Fix the build and update drone (#33) 2019-03-15 22:14:37 +00:00
56de1c2a56 Fix the build and update drone (#33) 2019-03-15 22:14:37 +00:00
67e47b03cd Snackbars for all actions (#30) 2019-03-15 06:52:50 +00:00
863d2995c2 Snackbars for all actions (#30) 2019-03-15 06:52:50 +00:00
cc25bba0c7 Reload items after adding it (#28) 2019-03-14 21:27:13 +00:00
f38179322b Reload items after adding it (#28) 2019-03-14 21:27:13 +00:00
893e59b00e List edit design improvements (#27) 2019-03-14 21:25:57 +00:00
2c5e78b520 List edit design improvements (#27) 2019-03-14 21:25:57 +00:00
ae197684ac Login page design improvements (#26) 2019-03-14 21:12:02 +00:00
3c0a1812ce Login page design improvements (#26) 2019-03-14 21:12:02 +00:00
cb360f656f Theme update (#23) 2019-03-11 20:38:05 +00:00
cf90a090e1 Theme update (#23) 2019-03-11 20:38:05 +00:00
b904379af7 Added better error messages to login and register (#25) 2019-03-11 20:37:25 +00:00
ee89f8b6cd Added better error messages to login and register (#25) 2019-03-11 20:37:25 +00:00
c285120034 List edit (#21) 2019-03-11 20:29:15 +00:00
0b870f8f62 List edit (#21) 2019-03-11 20:29:15 +00:00
563fe1fc4d Fixed app not working with the newest api change which has multiple reminders (#19) 2018-12-03 21:26:00 +00:00
d757b2df69 Fixed app not working with the newest api change which has multiple reminders (#19) 2018-12-03 21:26:00 +00:00
62d7261a63 Fix build (#18) 2018-11-05 15:43:30 +00:00
3e7b6d4fd0 Fix build (#18) 2018-11-05 15:43:30 +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
301997f32b Fix Typo (#14) 2018-10-02 15:53:57 +00:00
302dba2df6 Fix Typo (#14) 2018-10-02 15:53:57 +00:00
8e90f9b170 Improved regex (#12) 2018-09-27 16:04:37 +00:00
51265630dc Improved regex (#12) 2018-09-27 16:04:37 +00:00
2e04969689 Add improved loading indicators (#9) 2018-09-27 15:55:56 +00:00
08fa9167a2 Add improved loading indicators (#9) 2018-09-27 15:55:56 +00:00
3c52931538 Fixed url regex (#11) 2018-09-25 12:06:41 +00:00
b87a9a4633 Fixed url regex (#11) 2018-09-25 12:06:41 +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
502fd62dd9
Add mocked services 2018-09-16 22:13:50 +02:00
5af3e4cac7 Add mocked services 2018-09-16 22:13:50 +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
0e6d7778ea
Add list support 2018-09-15 19:40:59 +02:00
0155bcdf15 Add list support 2018-09-15 19:40:59 +02:00
08df1bf2c2
Fix alert for cupertino OS 2018-09-15 18:33:41 +02:00
733b0e6ae2 Fix alert for cupertino OS 2018-09-15 18:33:41 +02:00
9dc281317b
Add ListPage 2018-09-15 18:21:48 +02:00
e865fb904b Add ListPage 2018-09-15 18:21:48 +02:00
7e681bd16b
Reformat code
Add "Add namespace" functionality
2018-09-15 17:22:28 +02:00
fb3c6e78ba Reformat code
Add "Add namespace" functionality
2018-09-15 17:22:28 +02:00
9acc0ff750
Add namespace 2018-09-15 17:10:34 +02:00
744dd0db94 Add namespace 2018-09-15 17:10:34 +02:00
d40fdab947
Refactor drawer 2018-09-15 17:01:45 +02:00
e15f11325a Refactor drawer 2018-09-15 17:01:45 +02:00
879a24ad22
Add vikunja design
Add drawer menu
2018-09-15 14:18:24 +02:00
a26489bb3d Add vikunja design
Add drawer menu
2018-09-15 14:18:24 +02:00
f3fda094f3
Add initial flutter project 2018-09-14 18:59:13 +02:00
7b9df7fec0 Add initial flutter project 2018-09-14 18:59:13 +02:00