Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Jan 27, 2021
2 parents e1ac8e2 + 13b3bff commit b4b0558
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2.2
- UI Fixes

### 1.2.1
- Replace third party page
- UI Fixes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "dev.leonlatsch.photok"
minSdkVersion(24)
targetSdkVersion(30)
versionCode = 10
versionName = "1.2.1"
versionCode = 11
versionName = "1.2.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_oss_notice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
tools:ignore="HardcodedText">

<LinearLayout
android:background="@color/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- COMMON -->
<string name="app_name">Photok</string>
<string name="common_copyright_notice">Copyright \u00A9 2020 Leon Latsch</string>
<string name="common_copyright_notice">Copyright \u00A9 2020-2021 Leon Latsch</string>
<string name="common_slash">/</string>
<string name="common_percent">%</string>
<string name="common_pipe">|</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- COMMON -->
<string name="app_name">Photok</string>
<string name="common_copyright_notice">Copyright \u00A9 2020 Leon Latsch</string>
<string name="common_copyright_notice">Copyright \u00A9 2020-2021 Leon Latsch</string>
<string name="common_slash">/</string>
<string name="common_percent">%</string>
<string name="common_pipe">|</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- COMMON -->
<string name="app_name">Photok</string>
<string name="common_copyright_notice">Direitos autorais \u00A9 2020 Leon Latsch</string>
<string name="common_copyright_notice">Direitos autorais \u00A9 2020-2021 Leon Latsch</string>
<string name="common_slash">/</string>
<string name="common_percent">%</string>
<string name="common_pipe">|</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- COMMON -->
<string name="app_name">Photok</string>
<string name="common_copyright_notice">版权所有 \u00A9 2020 Leon Latsch</string>
<string name="common_copyright_notice">版权所有 \u00A9 2020-2021 Leon Latsch</string>
<string name="common_slash">/</string>
<string name="common_percent">%</string>
<string name="common_pipe">|</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 @@ -19,7 +19,7 @@

<!-- COMMON -->
<string name="app_name">Photok</string>
<string name="common_copyright_notice">Copyright \u00A9 2020 Leon Latsch</string>
<string name="common_copyright_notice">Copyright \u00A9 2020-2021 Leon Latsch</string>
<string name="common_slash">/</string>
<string name="common_percent">%</string>
<string name="common_pipe">|</string>
Expand Down

0 comments on commit b4b0558

Please sign in to comment.