Commit Graph

25 Commits

Author SHA1 Message Date
Davide Farella 659d8dd97e Update Copyright for all files in the project
MAILAND-2887
2022-05-23 21:01:57 +00:00
Zorica Stojchevska 30e5087084 Update copyright
MAILAND-2696
2022-05-23 21:01:57 +00:00
Maciej Surmacz 9402200fa9 Adds labels to the collapsed message view
Introduces the new components and modifies existing in order to bring the labels to the
collapsed message view. In addition, removes the old attachment icon and replaces it with
the new one, in places where the old one was still being used.

MAILAND-2255
2021-08-25 17:23:09 +02:00
Davide Farella 9b537b1e5e Create SetMessageExpirationActivity.kt
MAILAND-1672, MAILAND-1670
2021-06-11 08:57:59 +00:00
Tomasz Giszczak eb244f10a7 Updated coil library dependency to only use base and added dependency to turbine flow test library.
MAILAND-1875
2021-06-09 20:53:25 +02:00
Davide Farella 8d7c7c24cc Add SingleLineLabelChipGroupViewTest.kt
MAILAND-1400
2021-05-12 15:49:43 +02:00
Davide Farella 70dab48b22 Add basic UI test suite for single View 2021-05-12 15:49:43 +02:00
Tomasz Giszczak f56ebcd85c Updated AttachmentMetadataDatabaseTest.
MAILAND-1337
2021-02-09 16:42:51 +01:00
Marino Meneghel d4822c1898 Remove jupiter junit5 libraries
- Change ContactLabelFactoryTest to manually verify exception

MAILAND-1342
2021-01-13 10:56:41 +01:00
Davide Farella 9208ef2d7d Bump Serialization [0.20.0] -> [1.0.1]
MAILAND-1274
2020-12-29 17:20:12 +00:00
Davide Farella 9abb5cd534 Bump EasyGradle [1.5-beta-10] -> [2.7]
MAILAND-1274
2020-12-29 17:20:12 +00:00
Davide Farella 6d481bde76 Fix type [jsonsimple] -> [json-simple]
MAILAND-1274
2020-12-29 17:20:12 +00:00
Tomasz Giszczak 9da58e4432 FetchContactDetailsTest improvements.
MAILAND-1035
2020-11-09 15:22:57 +00:00
Tomasz Giszczak e6075f7b59 Converted DeleteAttachmentJob to a Worker, added DeleteAttachmentWorkerTest.
MAILAND-927
2020-09-30 15:08:22 +02:00
Davide Farella 044b1ed158 Setup Gradle dependencies for Hilt
* Added Hilt libraries and Plugin
* Added Assisted Inject library
* Updated Dagger [2.16] -> [2.28.3]
* Removed Dagger Android libraries and Dagger compiler
Affected: Dagger dependencies

MAILAND-930
2020-09-22 13:56:42 +02:00
Davide Farella 0b325c749f Update AGP and libs
Updated Android Gradle Plugin and some libraries
Affected: None

MAILAND-830
2020-09-16 14:46:59 +00:00
Filip Gudzevski 779183199e test rail api, parameters from command line 2020-07-14 12:06:47 +00:00
Davide Farella 71ae2f70d4 Introduced Assert4k
Affected: none
2020-07-02 10:47:52 +00:00
Davide Farella dc37daf9e1 Updated Core libs and EasyGradle
#comment In order to remove the dependency exclusion work-around from test-android-instrumented and use fresher exclude APIs from EasyGradle
Affected: tests build config
2020-07-02 10:47:51 +00:00
Davide Farella 30c262f29e Replaced test utils with ones from Core libraries
#comment Replaced in tests and removed unused old classes
Affected: Test compilation
2020-06-29 12:06:21 +00:00
Davide Farella 77bf2f3872 Introduced Core libraries
Affected: nothing
2020-06-29 12:06:21 +00:00
Davide Farella edb9235fbb Multi-module Detekt support
* Updated EasyGradle in order to ensure to have declared explicitly all the libs versions in versionsConfig.kt - previous version had default values
* Renamed `Project` in buildSrc to ProtonMail.kt, in order to avoid conflicts with Gradle's Project type
* Created setup for Detekt in detekt.kt
* Changed report path into .gitlab-ci.yml
* Clean up for Project's build.gradle.kts with help of kotlin.kt
Affected: Build Config

MAILAND-698
2020-06-09 12:51:48 +00:00
Davide Farella a2409d5553 Test assertions and Rules/interfaces
#comment ArchTest.kt, CoroutinesTest.kt and Assertions.kt ported from Composer branch.
Added ViewStateStoreTest.kt
Slightly changed Detekt config for:
* exclude `TooGenericExceptionThrown` from test classes
* Allow function naming stating with uppercase, which a common Kotlin pattern for create virtual constructors
* Allow wildcard import `kotlin.test.*`
Affected: nothing
2020-05-21 09:26:24 +00:00
Davide Giuseppe Farella bb191d61dd New build config 2020-05-05 10:53:23 +00:00
Zorica Stojchevska 5ce164d00a Initial commit 2020-04-16 17:44:53 +02:00