* Abstraction layer backup
* Removed DataEntity, was unnecessary for now
* Separated network, persistence, entities and interaction, closes#29
* Renamed binding
* Removed build files, example tests
Removed build files, example tests
* Fixed build files were not being ignored all around app
* Updated CI ymls
* Small changes
* Fixed legacy repository package names
* Fixed CQ findings
* Updated Fastlane
* Packaging changes and version upgrades
* Removed core from interactors
* Version bumps
* Added new module graph
* Fixed wrong package name. Fixes#43
* Updated package name. Fixes#41
* Ignoring not-used warning - this graph is included in main graph
* Separated repository from core. Fixes#42
* Removing adapter from recyclerView when view is destroyed to prevent leak. Fixes#40
* Updated new module graph
Signed-off-by: Melih Aksoy <aksoy.melihcan@gmail.com>
* Working with material styles
* Replaced deprecated ViewModelProviders.of and applied base styles with material components
* Various code style fixes and styles.xml improvements