Skip to content

Commit

Permalink
Version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstoeckli committed Dec 11, 2021
1 parent dbc2de4 commit 122e51f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SilentNotes version 6.0.2

* Problem mit weissem Screen nach drücken der Zurücktaste behoben.
* Fehlerhafte Darstellung wegen grosser Schriftgrösse in den Android Einstellungen behoben.
* Russische Übersetzung hinzugefügt.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SilentNotes version 6.0.2

* Fixed white screen when closing SilentNotes app with the back key.
* Fixed flawed user interface because of large Android system font size.
* Added Russian translation.
2 changes: 1 addition & 1 deletion src/SilentNotes.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="47" package="ch.martinstoeckli.silentnotes" android:installLocation="internalOnly" android:versionName="6.0.1">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="48" package="ch.martinstoeckli.silentnotes" android:installLocation="internalOnly" android:versionName="6.0.2">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 122e51f

Please sign in to comment.