Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Oct 19, 2020
1 parent d3507ea commit 76e08c7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.apozas.contactdiary"
minSdkVersion 14
targetSdkVersion 30
versionCode 8
versionName "1.1.2"
versionCode 9
versionName "1.1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
First bugs hunted! This version fixes two problems found:

- One of the bugs made the choice questions not being properly saved. Thanks to the hunters diesendungmitdermaus, mziehm, igor-cali and hoschi-it.

- Now, the time choosers have the same format as the default device's locale.

Some old entries may not be displayed as intended to be saved. If you chose a second option in the forms (No/Outdoors), when you open the contact the first option (Yes/Indoors) will be selected instead. The only way of fixing this at the moment is manually (just once), so please take your time doing so right after updating the app.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Primeros bugs cazados! Esta versión arregla dos problemas encontrados:

- Un error que hacía que las preguntas de elección no fueran salvadas correctamente. Gracias a los cazadores diesendungmitdermaus, mziehm, igor-cali y hoschi-it.

- Ahora, los selectores de tiempo coinciden con el formato del dispositivo.

Algunas entradas antiguas pueden no mostrarse como se pretendía que fueran salvadas. Si elegiste una segunda opción (No/Al aire libre) en las preguntas de elección, cuando abras el contacto la primera opción (Sí/Lugar cerrado) aparecerá seleccionada en su lugar. La única manera de arreglar este problema por el momento es manualmente (una sola vez), de modo que tómate tu tiempo en corregir los formularios tras actualizar la app.

0 comments on commit 76e08c7

Please sign in to comment.