11 Commits

Author SHA1 Message Date
Melih
ef05fa7e05 Fixed detekt findings, removed test code 2020-03-31 13:25:54 +02:00
Melih
927c5c02ca Dependency upgrades, running on AS 4.1 2020-03-31 11:45:25 +02:00
Melih Aksoy
88022629e1 WIP: feature/abstractions (#45)
* 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
2019-10-30 17:27:53 +01:00
Melih Aksoy
83e39400a9 Feature/core repository separation (#44)
* 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>
2019-09-26 17:23:53 +02:00
Victor Vicari
8344e7f94b #34 Change use of deprecated NetworkInfo enhancement (#38)
* replace NetworkInto with the ConnectivityManager. Since this network validation is being done at repository level, I've had to add the network dependency on it's own AndroidManifest.

* moved network_state_permission from repository manifest to app's manifest.
removed wildcard imports.
now, network_info it's been provided and not the connectivity_manager
2019-09-24 16:04:02 +02:00
Melih Aksoy
99a2abf050 Feature/styling (#36)
* Working with material styles

* Replaced deprecated ViewModelProviders.of and applied base styles with material components

* Various code style fixes and styles.xml improvements
2019-09-13 14:09:28 +02:00
Melih Aksoy
2a90aba88b Single activity approach (#30)
* CircleCI config fixes

* Implicit deeplinking via navController navigate

* Removed jacoco.exec files. Closes # 32
2019-08-21 17:16:02 +02:00
Melih Aksoy
61308f9c17 Renamed detail module for clarity 2019-07-29 17:03:56 +02:00
Melihcan Aksoy
625776609d Milestones/ms1 (#16)
* Closes #11

* Closes #13

* Closes #17

* Closes #18

* Closes #19

* Closes #6

* Closes #3

* Closes #12

* Closes #15
2019-07-26 13:51:23 +02:00
Melih Aksoy
0b38738112 Moved activities to their library manifest files 2019-07-03 14:01:11 +02:00
Melih Aksoy
6029facf73 Initial commit 2019-07-01 15:56:55 +02:00