Commit Graph

7 Commits

Author SHA1 Message Date
Zorica Stojchevska 30e5087084 Update copyright
MAILAND-2696
2022-05-23 21:01:57 +00:00
Davide Farella e9c9b79b56 Restore LabelOrFolderWithChildrenMapperBenchmarks.kt and SingleLineCollapsedLabelGroupViewTest.kt
MAILAND-2623
2021-12-02 14:07:08 +00:00
Marino Meneghel afbf83816a Removed outdated, failing insturmented tests 2021-11-26 15:24:10 +00:00
Davide Farella 1a617e3fb0 Make lists immutable in LabelOrFolderWithChildrenMapper.kt
The tech compromise is not worth the performance, as improvements are tangible only with 5k+ labels

MAILAND-2429
2021-10-25 07:32:48 +00:00
Davide Farella df53335c34 Replace `plus` in buildFolders.kt with explicit `folder` function
MAILAND-2429
2021-10-25 07:32:48 +00:00
Davide Farella 3b17b58f14 Ignore LabelOrFolderWithChildrenMapperBenchmarks.kt
MAILAND-2429
2021-10-25 07:32:48 +00:00
Davide Farella 4ba208ef81 Change FolderWithChildren.kt to LabelOrFolderWithChildren.kt
This change is aiming to simplify the implementation with our code-base, having a single model for Label and Folder ( with relative children ) when hierarchical Folders' structure is required

MAILAND-2301
2021-10-25 07:32:48 +00:00