c7f285f6ee
Merge pull request #76 from go-vikunja/main
...
Update View update branch
2024-05-21 23:05:24 +02:00
85f79e4e5a
Merge branch 'main' of https://github.com/go-vikunja/app
2024-04-29 16:57:47 +02:00
acc91ba482
Merge branch 'main' into view_update
...
# Conflicts:
# lib/components/KanbanWidget.dart
2024-04-29 16:47:39 +02:00
4e78b5615e
chore: removed all references to namespaces and lists (old names for what projects are now)
2024-04-29 16:45:42 +02:00
0ccbe616b1
feat: added projectViewService, fixed marking button as done
2024-04-29 16:29:44 +02:00
9961447788
Merge pull request #70 from denysvitali/feature/add-web-support
...
Add web support
2024-04-29 14:06:07 +02:00
d83114e9aa
fix : go-vikunja/app#66
...
feat: add policy to AndroidManifest
2024-04-06 18:55:51 +02:00
0e29b6620d
feat: add web support
2024-04-06 18:54:01 +02:00
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
f91509502a
added background token refresh every 12 hours to avoid expiration
...
pushed version tag
2024-02-11 23:30:45 +01:00
9c5ad58299
moving from lists and namespaces to projects.
2023-07-23 01:50:55 +02:00
2893a4e7f9
moved from list to projects
2023-07-22 22:54:50 +02:00
6176af2acb
fixed logout
2023-05-17 01:22:59 +02:00
bf28b57525
added proper error management
2023-05-16 21:08:58 +02:00
882bf55009
added server recommendations
...
made listId optional
2023-05-12 13:53:41 +02:00
debab1d689
added workmanager for background sync
...
moved all notification stuff to own class for a cleaner flow
2023-01-07 22:50:32 +01:00
59f0e7ec7e
added background task support
2023-01-07 16:55:40 +01:00
40fb339a59
updated notification logo
2023-01-07 15:26:15 +01:00
7e4f4e79f8
updated android libraries
...
renamed build to core from main to avoid name clashes
2023-01-07 13:40:07 +01:00
7da377121b
added setting to disable update notifications
2023-01-07 03:55:29 +01:00
f2805a8ccf
changed way certificate value from storage is set
2023-01-07 03:22:55 +01:00
dacd24bfda
addded version check to prompt user to update
2023-01-07 02:17:00 +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
Paul Nettleton
7db84d3e23
Merge branch 'main' into list_view_kanban
...
# Conflicts:
# lib/pages/list/task_edit.dart
2022-08-02 01:01:10 -05:00
6f43c9357d
switched to HttpClient so CertificateErrors can be ignored
...
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
Paul Nettleton
ad665e68cc
basic kanban view
2022-07-15 09:25:16 -05:00
7449b97367
added global snackbar key to display snackbars from every state of the app.
2022-05-16 23:31:22 +02:00
b21d2a883a
fixed loading user when starting app
2022-05-07 17:44:11 +02:00
fcbdb694b7
changed how client is implemented to avoid confusion with client being null
2022-05-07 17:18:03 +02:00
3cdedeac07
fixed notifications because getAll did not actually return all tasks. this needs to be fixed.
2022-04-29 23:27:18 +02:00
aef7ce3fbb
fixed notifications caused by weird bug
2022-04-28 18:41:55 +02:00
8681a3267e
changed icon to use for notifications
2022-04-28 14:46:30 +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
0d9029a207
bugfix reminder id
2022-04-22 21:39:01 +02:00
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
98713530f9
added main overview page
2022-04-15 20:14:04 +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
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
Aleksandr Borisenko
74f7756626
Merged and fixed PRs 37 & 39
2021-06-04 12:34:25 +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
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