Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
string updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBielefeld committed Jun 16, 2017
1 parent 7bff130 commit ca617d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "de.tobiasbielefeld.brickgames"
minSdkVersion 9
targetSdkVersion 24
versionCode 12
versionName '2.1'
versionCode 13
versionName '2.1.1'
}
buildTypes {
release {
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<h3>Ver. 2.1.1</h3>
<p>
- Changed the info text for the physical keyboard input
</p>

<h3>Ver. 2.1</h3>
<p>
- Adding support for physical keyboard input<br>
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
<string name="settingsInput">Eingabe</string>

<string name="keyboardDialog_warning">Zurzeit ist es nicht möglich spezielle Tasten wie Enter, Leertaste oder Escape für die Eingabe auszuwählen,
da diese Tasten für die Navigation in der Android UI verwendet werden. Es kann leider auch nur eine Tate gleichzeitig gedrückt werden.
Ich versuche dieses Verhalten mit den nächsten Updates zu verbessern.</string>

da diese Tasten für die Navigation in der Android UI verwendet werden.</string>
<string name="keyboardDialog_title1">Aktionstasten</string>
<string name="keyboardDialog_title2">Menütasten</string>
<string name="keyboardDialogLeft">Links</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<!--KeyboardDialog-->
<string name="keyboardDialog_warning">Currently you cannot choose special keys like Enter, Space or Escape for input,
because they are used for navigation in the Android UI. Also you can only press one key at a time. I try to improve this with the next updates.</string>
because they are used for navigation in the Android UI.</string>
<string name="keyboardDialog_title1">Action buttons</string>
<string name="keyboardDialog_title2">Menu buttons</string>
<string name="keyboardDialogLeft">Left</string>
Expand Down

0 comments on commit ca617d3

Please sign in to comment.