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

29 Commits

Author SHA1 Message Date
Denys Vitali
056b2d72c9
chore: format code with dart format (#71)
This PR formats all code with dart format and adds a step to the CI so that it will be checked on every push and PR.
2024-04-05 22:36:56 +02:00
1ba7a443e9 fixed webview login 2024-01-05 23:09:51 +01:00
8b7e6a249b upgraded typeahead controller to fix bug introduced with new flutter version, upgraded to flutter version 2023-12-24 00:00:29 +01:00
d5a45be90a added sharing test to list edit 2023-05-24 23:24:50 +02:00
b126f54542 fixed settings overflow
added option to disable snackbar for login
added option to customize theme based on dark mode status
2023-05-17 12:28:55 +02:00
8cd827d572 fixed behaviour when totp popup is dismissed 2023-05-16 21:09:22 +02:00
882bf55009 added server recommendations
made listId optional
2023-05-12 13:53:41 +02:00
7391301718 fixed totp prompt 2023-05-10 22:20:01 +02:00
4f6553dd3f added error to UserTokenPair to return error code on login error 2023-05-10 21:09:21 +02:00
593a58d672 moved base validation to client class
added check for spaces
2023-01-24 17:52:34 +01:00
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +01: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
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
57dd1d3e85 fixed self-signed cert ignoring 2022-08-24 23:45:12 +02:00
e0ebb5304b added ignore certificates button to login page temporarily. 2022-07-19 07:55:37 +02:00
804a4c2729 fixed bug where app freezes when no server address is entered 2022-05-07 22:45:23 +02:00
792aaca687 fixed problem that disables leaving webview 2022-05-07 19:52:15 +02:00
3bbb4ada7b disabled autocorrect for url input
removed is no url error when field is empty
2022-05-07 17:52:22 +02:00
dca12a5534 implemented login by frontend and login with totp 2022-05-07 17:18:51 +02:00
32cdfea6d0 implemented login by webview of frontend 2022-04-28 16:59:41 +02:00
74069180fa added Remember Me option when logging in which requests a long_token from the api 2022-04-26 00:23:58 +02:00
008cc875b4 fixed login when jwt token is expired
ui remembers url if token is expired only
2022-04-25 23:47:40 +02:00
059f36c828 migrated from FlatButton to TextButton 2022-04-12 21:17:20 +02:00
b120490f4e server address may now contain trailing / 2022-04-12 00:48:38 +02:00
714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +02: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
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
75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00