Commit Graph

17 Commits

Author SHA1 Message Date
Davide Giuseppe Farella cad5d82428 Add Detekt config to .gitignore 2022-01-20 15:35:45 +00:00
Davide Giuseppe Farella 139c5086c3 Add Git Toolbox to .gitignore 2021-11-25 09:14:32 +00:00
Davide Farella 78c771338b Remove and ignore .idea/vcs.xml
It contains users' settings
2021-11-10 14:12:41 +01:00
Maciej Surmacz 7fa4bda500 Adds the room database schemas 2021-10-21 11:52:36 +02:00
Marino Meneghel 0871b0d76d Updated .gitignore to exclude intellij's deploymentTargetDropDown 2021-08-24 14:32:56 +00:00
Davide Farella 3bef32e0ef Add .idea/deploymentTargetDropDown.xml to .gitignore 2021-05-19 11:02:14 +00:00
Davide Farella ac1d55908a Add .idea/assetWizardSettings.xml to .gitignore 2021-05-04 17:16:07 +02:00
stefanija b217ca59e9 Migrate from GCM to FCM
Use Firebase Messaging for push notifications instead of the deprecated GCM.

MAILAND-968

#comment Affected: Push notifications
2020-10-05 11:21:51 +00:00
Davide Farella 98e741240f Add SonarList reports to .gitignore
Ignore .idea/sonarlint/issuestore
Affected: none

MAILAND-970
2020-09-25 07:04:52 +00:00
Davide Farella 428dcd9a18 Updated Detekt rules and removed misc.xml
Synced Detekt rules-set from Core project
Removed misc.xml because it contains values that can vary on different JDK setups
Affected: none
2020-08-19 18:32:24 +00:00
Davide Farella 1920352afc Implemented plain fields for UserBridgeMapper.kt
Affected: none

MAILAND-722
2020-07-29 13:12:45 +00:00
Davide Farella 43bf34686e Configure .gitignore to share some IDEA settings
#comment It would share Detekt plugin config, Code Style, Inspection profiles and Project Dictionary
Affected: Shared IDEA settings on Git
2020-07-24 16:13:42 +02:00
Davide Farella 8f61054137 Excluded ajcore files
#comment Added ajcore.*.txt to .gitignore
Affected: none
2020-07-01 14:30:02 +02:00
Davide Farella ebd95ad69d Imported Detekt setup from Core library
#comment Removed built-in Detekt setup and switched with the one from Core Util Gradle package
Affected: detekt reports and code climate on CI
2020-06-29 12:06:21 +00:00
Davide Farella 99a692ef72 Removed detekt/reports from repository
#comment Removed detekt/reports from repository and added them to .gitignore
It have little sense to keep them synced on local machines, they will create useless changes in commits
Affected: nothing

MAILAND-698
2020-06-09 12:51:48 +00:00
Zorica Stojchevska 64413dad4d Fixed path to sentry config file
#comment The sentry config file wasn't inside the root folder (it was deeper in the hierarchy) which was leading to a build failure for release builds
Affected: Sentry configuration

Ticket: none
2020-04-21 17:26:51 +02:00
Zorica Stojchevska 5ce164d00a Initial commit 2020-04-16 17:44:53 +02:00