-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from stslex/dev
Dev
- Loading branch information
Showing
59 changed files
with
195 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
object AppVersions { | ||
const val VERSION_NAME = "1.67" | ||
const val VERSION_CODE = 13 | ||
const val VERSION_NAME = "1.69" | ||
const val VERSION_CODE = 15 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
core/ui/src/main/java/st/slex/csplashscreen/core/ui/base/BaseViewModel.kt
This file was deleted.
Oops, something went wrong.
7 changes: 6 additions & 1 deletion
7
core/ui/src/main/java/st/slex/csplashscreen/core/ui/di/Navigator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
package st.slex.csplashscreen.core.ui.di | ||
|
||
fun interface Navigator { | ||
import androidx.navigation.NavHostController | ||
|
||
interface Navigator { | ||
|
||
val controller: NavHostController | ||
|
||
operator fun invoke(screen: Screen) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 1 addition & 17 deletions
18
core/ui/src/main/java/st/slex/csplashscreen/core/ui/mvi/Store.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/java/st/slex/csplashscreen/feature/collection/navigation/SingleCollectionRouter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package st.slex.csplashscreen.feature.collection.navigation | ||
|
||
import st.slex.csplashscreen.core.ui.mvi.Router | ||
import st.slex.csplashscreen.feature.collection.ui.store.SingleCollectionStore.Navigation | ||
import st.slex.csplashscreen.feature.collection.ui.presenter.SingleCollectionStore.Navigation | ||
|
||
interface SingleCollectionRouter : Router<Navigation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...on/src/main/java/st/slex/csplashscreen/feature/collection/ui/SingleCollectionViewModel.kt
This file was deleted.
Oops, something went wrong.
7 changes: 2 additions & 5 deletions
7
...lection/ui/store/SingleCollectionStore.kt → ...ion/ui/presenter/SingleCollectionStore.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.