Commit Graph

9 Commits

Author SHA1 Message Date
67e055d9cb
Merge branch 'master' into feature/edit-task
# Conflicts:
#	pubspec.lock
#	pubspec.yaml
2020-01-12 14:02:37 +01:00
0f23c4d0f3 Make it build again (#38)
All checks were successful
continuous-integration/drone/push Build is passing
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: #38
2020-01-12 12:59:28 +00:00
fcfca5dfff
Added label model
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-16 20:56:20 +01:00
c285120034 List edit (#21)
Some checks failed
the build failed
2019-03-11 20:29:15 +00:00
abf0196de3 Added register (#13)
All checks were successful
the build was successful
2018-10-08 14:26:01 +00:00
35db3db988 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
1994892b63
Add working login implementation 2018-09-17 15:35:57 +02:00
502fd62dd9
Add mocked services 2018-09-16 22:13:50 +02:00