-
Notifications
You must be signed in to change notification settings - Fork 61
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 #656 from zsoltk/package-reorg
Sample apps package reorg
- Loading branch information
Showing
111 changed files
with
378 additions
and
374 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
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
3 changes: 3 additions & 0 deletions
3
.../common/src/androidMain/kotlin/com/bumble/appyx/demos/navigation/platform/PlatformName.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.bumble.appyx.demos.navigation.platform | ||
|
||
actual fun getPlatformName(): String = "Android" |
2 changes: 1 addition & 1 deletion
2
.../navigation/ui/EmbeddableResourceImage.kt → .../navigation/ui/EmbeddableResourceImage.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
3 changes: 0 additions & 3 deletions
3
...gation/common/src/androidMain/kotlin/com/bumble/appyx/navigation/platform/PlatformName.kt
This file was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
demos/appyx-navigation/common/src/commonMain/kotlin/com/bumble/appyx/demos/navigation/Ext.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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
package com.bumble.appyx.demos.navigation | ||
|
||
import com.bumble.appyx.demos.navigation.ui.atomic_tangerine | ||
import com.bumble.appyx.demos.navigation.ui.manatee | ||
import com.bumble.appyx.demos.navigation.ui.md_amber_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_blue_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_blue_grey_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_cyan_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_grey_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_indigo_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_light_blue_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_light_green_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_lime_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_pink_500 | ||
import com.bumble.appyx.demos.navigation.ui.md_teal_500 | ||
import com.bumble.appyx.demos.navigation.ui.silver_sand | ||
import com.bumble.appyx.demos.navigation.ui.sizzling_red | ||
|
||
val colors = listOf( | ||
manatee, | ||
sizzling_red, | ||
atomic_tangerine, | ||
silver_sand, | ||
md_pink_500, | ||
md_indigo_500, | ||
md_blue_500, | ||
md_light_blue_500, | ||
md_cyan_500, | ||
md_teal_500, | ||
md_light_green_500, | ||
md_lime_500, | ||
md_amber_500, | ||
md_grey_500, | ||
md_blue_grey_500 | ||
) |
8 changes: 4 additions & 4 deletions
8
...ent/spotlighthero/ExitHeroModeStrategy.kt → ...ent/spotlighthero/ExitHeroModeStrategy.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
6 changes: 3 additions & 3 deletions
6
.../component/spotlighthero/SpotlightHero.kt → .../component/spotlighthero/SpotlightHero.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
4 changes: 2 additions & 2 deletions
4
...onent/spotlighthero/SpotlightHeroModel.kt → ...onent/spotlighthero/SpotlightHeroModel.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
6 changes: 3 additions & 3 deletions
6
...onent/spotlighthero/operation/Activate.kt → ...onent/spotlighthero/operation/Activate.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
6 changes: 3 additions & 3 deletions
6
...omponent/spotlighthero/operation/First.kt → ...omponent/spotlighthero/operation/First.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
6 changes: 3 additions & 3 deletions
6
...component/spotlighthero/operation/Last.kt → ...component/spotlighthero/operation/Last.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
6 changes: 3 additions & 3 deletions
6
...component/spotlighthero/operation/Next.kt → ...component/spotlighthero/operation/Next.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
6 changes: 3 additions & 3 deletions
6
...onent/spotlighthero/operation/Previous.kt → ...onent/spotlighthero/operation/Previous.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
8 changes: 4 additions & 4 deletions
8
...nt/spotlighthero/operation/SetHeroMode.kt → ...nt/spotlighthero/operation/SetHeroMode.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
10 changes: 5 additions & 5 deletions
10
...spotlighthero/operation/ToggleHeroMode.kt → ...spotlighthero/operation/ToggleHeroMode.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
14 changes: 7 additions & 7 deletions
14
...ro/visualisation/SpotlightHeroGestures.kt → ...ro/visualisation/SpotlightHeroGestures.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
11 changes: 11 additions & 0 deletions
11
...ppyx/demos/navigation/component/spotlighthero/visualisation/SpotlightHeroVisualisation.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.bumble.appyx.demos.navigation.component.spotlighthero.visualisation | ||
|
||
import com.bumble.appyx.demos.navigation.component.spotlighthero.SpotlightHeroModel | ||
import com.bumble.appyx.demos.navigation.component.spotlighthero.visualisation.property.HeroProgress | ||
import com.bumble.appyx.interactions.core.ui.Visualisation | ||
|
||
interface SpotlightHeroVisualisation<NavTarget : Any> : | ||
Visualisation<NavTarget, SpotlightHeroModel.State<NavTarget>> { | ||
|
||
val heroProgress: HeroProgress | ||
} |
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
...ro/visualisation/default/TargetUiState.kt → ...ro/visualisation/default/TargetUiState.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
2 changes: 1 addition & 1 deletion
2
...ro/visualisation/property/HeroProgress.kt → ...ro/visualisation/property/HeroProgress.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
8 changes: 4 additions & 4 deletions
8
...e/appyx/navigation/navigator/Navigator.kt → ...x/demos/navigation/navigator/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
2 changes: 1 addition & 1 deletion
2
...umble/appyx/navigation/node/cakes/Cake.kt → ...appyx/demos/navigation/node/cakes/Cake.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
Oops, something went wrong.