mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-11 20:00:32 +01:00
[PR #44] [MERGED] Feature/core repository separation #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture/pull/44
Author: @melihaksoy
Created: 9/26/2019
Status: ✅ Merged
Merged: 9/26/2019
Merged by: @melihaksoy
Base:
master← Head:feature/core_repository_separation📝 Commits (6)
dd099f7Fixed wrong package name97d5525Updated package name6ac6041Ignoring not-used warning - this graph is included in main graph448118bSeparated repository from corec356207Removing adapter from recyclerView when view is destroyed to prevent leakc4bb752Updated new module graph📊 Changes
22 files changed (+50 additions, -40 deletions)
View changed files
📝
app/build.gradle(+1 -0)📝
app/src/main/kotlin/com/melih/rocketscience/di/AppModule.kt(+1 -1)📝
core/build.gradle(+1 -3)📝
docs/module_graph.png(+0 -0)📝
features/detail/build.gradle(+2 -0)📝
features/detail/src/main/kotlin/com/melih/detail/di/DetailContributor.kt(+1 -1)📝
features/detail/src/main/kotlin/com/melih/detail/di/scopes/DetailFragmentScope.kt(+1 -1)📝
features/detail/src/main/kotlin/com/melih/detail/di/scopes/DetailScope.kt(+1 -1)📝
features/launches/build.gradle(+2 -0)📝
features/launches/src/main/AndroidManifest.xml(+1 -1)📝
features/launches/src/main/kotlin/com/melih/launches/di/LaunchesContributor.kt(+4 -4)📝
features/launches/src/main/kotlin/com/melih/launches/di/modules/LaunchesFragmentModule.kt(+2 -2)📝
features/launches/src/main/kotlin/com/melih/launches/di/scopes/LaunchesFragmentScope.kt(+1 -1)📝
features/launches/src/main/kotlin/com/melih/launches/di/scopes/LaunchesScope.kt(+1 -1)📝
features/launches/src/main/kotlin/com/melih/launches/ui/LaunchesFragment.kt(+10 -5)📝
features/launches/src/main/kotlin/com/melih/launches/ui/adapters/LaunchesAdapter.kt(+2 -2)📝
features/launches/src/main/kotlin/com/melih/launches/ui/paging/LaunchesPagingSource.kt(+1 -1)📝
features/launches/src/main/kotlin/com/melih/launches/ui/paging/LaunchesPagingSourceFactory.kt(+1 -1)📝
features/launches/src/main/kotlin/com/melih/launches/ui/vm/LaunchesViewModel.kt(+2 -2)📝
features/launches/src/main/res/layout/fragment_launches.xml(+1 -1)...and 2 more files
📄 Description
Fixes #40, #41 , #42 & #43.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.