Skip to content

Commit

Permalink
🔖 Prepare Release 3.28.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Aug 19, 2024
1 parent d0ebec8 commit a3b123e
Show file tree
Hide file tree
Showing 94 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {
applicationId = "br.com.colman.petals"
minSdk = 21
targetSdk = 34
versionCode = 328001
versionName = "3.28.0-SNAPSHOT.0"
versionCode = 328002
versionName = "3.28.0"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 2 additions & 1 deletion app/refresh_screenshots.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ fun startServer(): NettyApplicationEngine {

multipart.forEachPart { part ->
if (part is PartData.FileItem) {
val dir = File("../fastlane/metadata/android/${lang}-${country}/images/phoneScreenshots")
val countryHyphen = if (country.isNotBlank()) "-$country" else ""
val dir = File("../fastlane/metadata/android/${lang}${countryHyphen}/images/phoneScreenshots")
if (!dir.exists()) {
dir.mkdirs()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ val locales = listOf(
"no" to "NO",
"pt" to "BR",
"ru" to "RU",
"tr" to "TR"
"tr" to "TR",
"uk" to ""
)

class ScreenshotTakerTest : FunSpec({
Expand Down Expand Up @@ -112,6 +113,7 @@ class ScreenshotTakerTest : FunSpec({
locales.forEach { (lang, country) ->
activity?.setLocale(Locale(lang, country))

waitForIdle()
onNodeWithTag(Page.Symptoms.name).performClick()
waitForIdle()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class DateTimePickerTest : FunSpec({
var selectedTime: LocalTime? = null

activity!!.setContent {
val dialogState = timeDialogState { time ->
val dialogState = timeDialogState(is24Hour = true) { time ->
selectedTime = time
}
dialogState.show()
Expand All @@ -80,7 +80,7 @@ class DateTimePickerTest : FunSpec({
var selectedTime: LocalTime? = null

activity!!.setContent {
val dialogState = timeDialogState { time ->
val dialogState = timeDialogState(is24Hour = true) { time ->
selectedTime = time
}
dialogState.show()
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<string name="export_export">Експорт</string>
<string name="change_period">Змінити проміжок</string>
<string name="current_withdrawal_discomfort">Поточний дискомфорт відміни: %s</string>
<string name="current_thc_concentration">Поточна концентрація ТГК: %s %</string>
<string name="current_thc_concentration">Поточна концентрація ТГК: %s \%%</string>
<string name="grams_distribution_per_hour_of_day">Розподіл грам на годину дня</string>
<string name="thc_concentration">Концентрація ТГК(%)</string>
<string name="discomfort_strength">Рівень дискомфорту</string>
Expand Down
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/328002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Add option to select clock format between 24h and 12h clock
- Fix a minor issue when having the app open right at the start/end of a pause
- Change settings that would open a dialog for enabled/disabled to be switches instead
- Successfully checked the Material Design 3 is not ready for our migration yet
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/no-NO/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/8.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/6.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/7.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/8.png

0 comments on commit a3b123e

Please sign in to comment.