Commit Graph

6 Commits

Author SHA1 Message Date
Zorica Stojchevska 30e5087084 Update copyright
MAILAND-2696
2022-05-23 21:01:57 +00:00
msurmacz 7e34de551e Fixes crashes while swiping on messages
First crash was caused by passing a null location id to one of the swipe
actions handlers which are all in kotlin now and all take non nullable type.
The second crash was caused by passing a label repository to the jobs
directly instead of using DI for it- jobs are written to disk and need
to be serializable, which in turn means repository would need to be
serializable.

MAILAND-2439
2021-10-20 14:24:04 +02:00
Tomasz Giszczak 60f6c52f67 Moved labels repository and ids to an appropriate package.
MAILAND-1525
2021-10-20 14:24:02 +02:00
Tomasz Giszczak 7dac46a329 Moved labels related methods from message dao to labels dao and LabelRepository, updated related references.
MAILAND-1525
2021-10-20 14:21:44 +02:00
Tomasz Giszczak f2aaa65d5d Extracted MessageLocationResolver to a dedicated class, some refactor.
MAILAND-1558
2021-07-05 06:53:42 +00:00
Zorica Stojchevska 5ce164d00a Initial commit 2020-04-16 17:44:53 +02:00