1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-09 14:09:52 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
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