Commit Graph

123 Commits

Author SHA1 Message Date
0ceb870964
Fix test pipeline docker image 2020-01-12 14:11:29 +01:00
780ee537f6
format 2020-01-12 14:07:07 +01:00
fbd8efa2b2
Merge branch 'feature/edit-task' of ssh://git.kolaente.de:9022/vikunja/app into feature/edit-task
# Conflicts:
#	lib/pages/home.dart
2020-01-12 14:05:57 +01:00
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)
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
26a55bb247
Merge remote-tracking branch 'origin/feature/edit-task' into feature/edit-task 2019-05-25 08:10:15 +02:00
2be74c5883
Fixed err because of the email not being available 2019-05-25 08:09:55 +02:00
53d932dcff
Merge branch 'master' into feature/edit-task 2019-04-25 19:36:52 +02:00
144f55af6d
Updated dockerimage to use the vikunja one for building apps 2019-04-25 19:35:52 +02:00
a977524755
Added fixme 2019-04-10 22:09:29 +02:00
eab23b6e72
Fixed task add not working 2019-04-05 10:54:06 +02:00
974c3c1774
format 2019-04-02 10:53:54 +02:00
629db81c22
Reverted unused code 2019-04-02 10:53:43 +02:00
3387fc8500
Renamed var 2019-04-02 10:37:54 +02:00
f75b047a54
Simplify 2019-04-02 10:37:05 +02:00
e5bc2d07b4
Added url encoding 2019-04-02 10:35:28 +02:00
30a0797931
Centered welcome text 2019-03-29 18:22:35 +01:00
9274715972
format 2019-03-23 19:59:35 +01:00
d184b0e47c
Prevent adding new labels if there are some to add 2019-03-23 19:59:24 +01:00
e9c70eade7
Added remove label 2019-03-22 23:02:46 +01:00
aeb7a445a4
format 2019-03-22 23:00:49 +01:00
e97cd9a2f9
Added the possibility to create and add labels on the fly 2019-03-22 23:00:34 +01:00
d9a7378814
Label edits are now saved 2019-03-22 22:49:06 +01:00
8c4d1c8b89
Fixed width 2019-03-22 20:46:42 +01:00
b666c85b0e
Fixed sdk 2019-03-22 20:11:24 +01:00
6515afdd64
Started implementing creation of new labels on the fly 2019-03-21 19:42:20 +01:00
70bec87d50
format 2019-03-21 19:29:45 +01:00
dc83fc74c4
format 2019-03-21 19:29:36 +01:00
dfdd6bbd36
error handling 2019-03-21 19:29:14 +01:00
068060ace5
Fixed saving task labels 2019-03-21 19:18:24 +01:00
3f634065ca
Started adding methods to be able to correctly modify labels on a list 2019-03-21 19:13:22 +01:00
4d6390331b
Added methods to search and add for new labels on a list 2019-03-21 08:16:24 +01:00
24ffef1aef
Added label search 2019-03-21 08:07:36 +01:00
f1f3be6d36
Added LabelTask and Label Services 2019-03-21 08:05:54 +01:00
3a4ca08201
Added labelTask to be able to modif labels on a task 2019-03-20 08:26:05 +01:00
009c303460
Started adding label task 2019-03-20 08:25:52 +01:00
a400d7cf88
Merge remote-tracking branch 'origin/feature/edit-task' into feature/edit-task 2019-03-20 07:48:14 +01:00
7b142d5e65
Added default null color for labels 2019-03-20 07:46:32 +01:00
19917aa171
format 2019-03-19 22:33:05 +01:00
61b3deb5d1
Changed dark color 2019-03-19 20:33:17 +01:00
f6d500f45e
Added color magic 2019-03-19 20:32:05 +01:00
d4b3a01a60
Added method to parse the color back to hex_string 2019-03-19 20:24:43 +01:00
714aed4603
Started creating the color 2019-03-19 20:03:11 +01:00
45eb087228
Fixed label display 2019-03-19 19:41:41 +01:00
8a091c9828
continued labels 2019-03-19 08:17:50 +01:00
f30958f33c
format 2019-03-18 20:18:40 +01:00
9f289cf11e
Fixed tasks not being updated 2019-03-18 20:17:11 +01:00
45bb3c2c8c
Format 2019-03-18 18:21:07 +01:00
822b1d5d8e
Merge branch 'master' into feature/edit-task
# Conflicts:
#	pubspec.lock
#	pubspec.yaml
2019-03-18 18:15:17 +01:00
8278340242 Show a message if a list or namespace is empty (#29) 2019-03-18 17:05:32 +00:00