13 Commits

Author SHA1 Message Date
Niccolò Forlini d770f809c1 Update Kotlin deps
- Kotlin to 2.2.20
- KSP tot 2.2.20-2.0.3
- kotlinx.datatime to 0.7.1
- kotlinx.serialization to 1.9.0

NOJIRA
2025-10-13 11:24:35 +00:00
Niccolò Forlini 512583cecb Migrate from Config.kt to AppConfiguration
ET-2531
2025-03-24 15:40:58 +01:00
Niccolò Forlini 07c191f124 Move to Gradle version catalogs 2024-10-31 11:47:29 +01:00
Niccolò Forlini cec79f4523 Use buildconfig = true in buildFeatures
Get rid of the deprecated gradle.properties option.

NOJIRA
2024-03-28 16:05:33 +00:00
Niccolò Forlini 847dc914a2 Bump Gradle and update kts files
- Gradle to 8.7 for proper Kotlin 1.9.22 support
- Minor tweaks to get rid of warnings

NOJIRA
2024-03-28 16:05:33 +00:00
Neil Marietta c7ae05dbe1 chore: Upgraded Kotlin to 1.9.22 (and needed dependencies). 2024-03-15 13:16:41 +00:00
Niccolò Forlini db5b760b76 Update existing Benchmarks
Perform the required setup to prepare the app to be benchmarked without having to manually do any step.

MAILANDR-1494
2024-02-05 11:23:44 +00:00
Niccolò Forlini 1cb83baaba Add a bunch of benchmarking helpers/utils
Extensions on UiDevice, MacroBenchmarkScope, identifiers. To be used in the next commit.

MAILANDR-1494
2024-02-05 11:23:44 +00:00
Niccolò Forlini 672b9e2f27 Update :benchmark kts file
Fetch username and password via properties file rather, populate it at build time.

MAILANDR-1494
2024-02-05 11:23:44 +00:00
Serdar Ozturk 80b2cd237c Add benchmark test for conversation details screen 2023-11-17 21:05:45 +00:00
Serdar Ozturk 787c8a2a74 Custom macro benchmark tracing integrated into the app. Some benchmark tracings are implemented 2023-11-03 15:10:55 +00:00
Neil Marietta 6b6fe5b2ad chore: Upgraded AGP to 8.0.2 (+Java 17, +Dagger 2.46.1, +Compose 1.4.3, +Accompanist 0.30.1, +Navigation 2.6.0-rc02). 2023-07-04 17:08:39 +02:00
Maciej Surmacz 25400e4695 Adds an example macrobenchmark
Includes the new module and all the dependencies. The benchmark
itself is ignored, should be ran locally.

MAILANDR-268
2022-12-05 17:22:26 +00:00