25 Commits

Author SHA1 Message Date
Marino Meneghel 729c7dd137 Remove references to deprecated private.properties file
NOJIRA
2025-09-09 16:11:56 +00:00
Yoann Goular 0fd281b04d add generated idea files to gitignore 2025-08-06 11:49:00 +00:00
Marino Meneghel fff0e747e2 ignore idea/AndroidProjectSystem.xml file
NOJIRA
2025-04-10 11:45:31 +00:00
Marino Meneghel 4af4440626 Delete rust.properties file which is not needed anymore
NOJIRA
2024-11-14 12:11:06 +01:00
Marino Meneghel 025c7bb9d4 Remove wrongfully added deviceStreaming file from git and ignored it
NOJIRA
2024-11-07 13:50:17 +01:00
Marino Meneghel f2c893bbe5 Merge remote-tracking branch 'origin/main' into integrate-v6-changes 2024-10-29 11:58:22 +01:00
Mateusz Armatys 9a331606f2 chore: Ignore account-core directory. 2024-10-28 14:31:23 +00:00
Marino Meneghel aa1128d1f2 Merge remote-tracking branch 'upstream/main' into integrate-v6-changes 2024-10-28 14:22:14 +01:00
Adam Jodlowski a7d8d0b467 Show Onboarding Upselling when closing Onboarding
MAILANDR-2184
2024-09-26 18:19:10 +02:00
Marino Meneghel 5b1b26e09e Make injection of Rust data layer depend on a build time flag
This allows to build the project using the "local" Room data layer or
switching to the rust provided one.
The latter, is under development and (at this commit) implmentations are
mocked (leading to crashes at runtime). Making this dynamic allows to
keep both the old and new modules enabled (to import new changes from v6
without braking) and to keep UI tests on CI running.

ET-308
2024-06-25 11:59:01 +02:00
Adam Jodlowski e6eeda1f1c Add more tests for ParticipantMapper, extract common mocking setup to private method 2023-07-27 13:23:34 +02:00
Marino Meneghel cdadebbf46 Ignore idea/.name file created when using intellij on specific platforms
MAILANDR-487
2023-06-28 09:35:17 +02:00
Niccolò Forlini 4efd44562b Add script to symlink or clone the assets repository.
This script is meant to be used both locally and on CI to attach the mocked UI Tests assets before building the app.

MAILANDR-396
2023-03-15 15:17:27 +00:00
Maciej Surmacz 226a56ba43 Adds the sentry.properties file to .gitignore 2022-08-11 13:32:46 +00:00
Davide Farella cddc3d47cf Don't exclude the whole Detekt folder
This will be required once we define a custom threshold, as its path is
`config/detekt/threshold.txt`
2022-07-21 14:21:06 +00:00
Davide Farella ec70fae35d Add androidTestResultsUserPreferences to .gitignore 2022-06-08 11:36:27 +00:00
Davide Farella 0ddfedd25c Update .gitignore with more specific setup for .idea folder 2022-05-11 17:52:45 +02:00
Marino Meneghel d82546d3f8 Add basic UI test on settings feature
MAILANDR-75
2022-03-22 12:59:18 +01:00
Marino Meneghel aeb35d9574 Import ADRs from 'old' project
We want to preserve some of the decisions we made during the development
of the old project which are still applying to the current status
2021-12-06 10:52:41 +00:00
Marino Meneghel d028d326a6 Add Login UI Test covering happy path
MAILANDR-5
2021-11-22 09:47:21 +01:00
Marino Meneghel 7b79ac9b79 Setup logging with Timber and Sentry
MAILANDR-14
2021-11-18 16:21:25 +01:00
Neil Marietta 535d08ea75 Added base Gradle files and dependencies. 2021-11-02 12:44:14 +01:00
Marino Meneghel ef92e5f6fb Introduce fastlane to ease CI pipeline automation
MAILAND-2485
2021-10-28 09:54:04 +02:00
Marino Meneghel ed5f0b205f Add minimal CI pipeline configuration
MAILAND-2458
2021-10-26 16:55:51 +02:00
Marino Meneghel 85c33c7904 Init project following Android Studio defaults
MAILAND-2458
2021-10-26 15:29:24 +02:00