diff --git a/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/data/RewindData.kt b/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/data/RewindData.kt index 35e625b21..cd23d53b6 100644 --- a/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/data/RewindData.kt +++ b/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/data/RewindData.kt @@ -155,7 +155,7 @@ enum class SongLevel(val title: String, val goal: String, val description: Strin description = "You and this song are one and the same. \n An eternal flame burning in your musical heart. \n A legend.", ), UNDEFINED( - title = "Ops", + title = "Oops 😢", goal = "It seems like you haven't listened to any songs", description = "Nothing to see here", ) @@ -184,7 +184,7 @@ enum class AlbumLevel(val title: String, val goal: String, val description: Stri description = "This album is more than music, it's your sanctuary. \n A sacred place to return to for peace and inspiration.", ), UNDEFINED( - title = "Ops", + title = "Oops 😢", goal = "It seems like you haven't listened to any albums", description = "Nothing to see here", ) @@ -213,7 +213,7 @@ enum class PlaylistLevel(val title: String, val goal: String, val description: S description = "You didn't just create a playlist, you composed a masterpiece.\n This is your magnum opus, your legacy.", ), UNDEFINED( - title = "Ops", + title = "Oops 😢", goal = "It seems like you haven't listened to any playlists", description = "Nothing to see here", ) @@ -242,7 +242,7 @@ enum class ArtistLevel(val title: String, val goal: String, val description: Str description = "This artist's music is more than just sound, it's a part of you. \n A deep and unbreakable bond.", ), UNDEFINED( - title = "Ops", + title = "Oops 😢", goal = "It seems like you haven't listened to any artists", description = "Nothing to see here", ) @@ -590,4 +590,4 @@ fun getRewindSlides(year: Int? = null): List { // end state.outro ) -} \ No newline at end of file +} diff --git a/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/slides/IntroSlide.kt b/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/slides/IntroSlide.kt index 6294ad141..a57560f62 100644 --- a/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/slides/IntroSlide.kt +++ b/composeApp/src/androidMain/kotlin/it/fast4x/riplay/extensions/rewind/slides/IntroSlide.kt @@ -114,7 +114,7 @@ fun IntroSlide(slide: RewindSlide.IntroSlide, isPageActive: Boolean) { AnimatedContent(isVisible = isContentVisible, delay = 1000) { Text( - text = "Your listening, your discoveries and your obsessions. Get ready to relive your most unforgettable musical moments.", + text = "Your listening!\nYour discoveries!\nYour obsessions!\nGet ready to relive your most unforgettable musical moments.", color = Color.White.copy(alpha = 0.8f), fontSize = 18.sp, textAlign = TextAlign.Center, @@ -126,7 +126,7 @@ fun IntroSlide(slide: RewindSlide.IntroSlide, isPageActive: Boolean) { AnimatedContent(isVisible = isContentVisible, delay = 1200) { Text( - text = "Remember, your privacy is respected, all data used is yours, is only in your device and managed by you.", + text = "Remember, your privacy is respected!\nAll data used is only in your device and managed by you.", color = Color.White.copy(alpha = 0.9f), fontSize = 15.sp, textAlign = TextAlign.Center, @@ -161,4 +161,4 @@ fun IntroSlide(slide: RewindSlide.IntroSlide, isPageActive: Boolean) { } } -} \ No newline at end of file +} diff --git a/composeApp/src/androidMain/res/values/strings.xml b/composeApp/src/androidMain/res/values/strings.xml index 15be8c226..9a417d8ac 100644 --- a/composeApp/src/androidMain/res/values/strings.xml +++ b/composeApp/src/androidMain/res/values/strings.xml @@ -1012,16 +1012,16 @@ Your favorite playlist %1$d Your favorite artist %1$d Annual Listener Level %1$d - Songs listened to %1$d + Songs listened to in %1$d %1$s songs %1$s minutes %1$s albums %1$s artists %1$s playlists Rewind %1$d - Albums listened to %1$d - Artists listened to %1$d - Playlists listened to %1$d + Albums listened to in %1$d + Artists listened to in %1$d + Playlists listened to in %1$d Let\'s analyze " your HISTORY" ready for