Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
defaultConfig {
applicationId "com.maxistar.textpad"
minSdkVersion 21
compileSdkVersion 34
targetSdkVersion 34
compileSdkVersion 35
targetSdkVersion 35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="54"
android:versionName="1.28.2" >
android:versionCode="55"
android:versionName="1.28.3" >

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
settingsService = ServiceLocator.getInstance().getSettingsService(getApplicationContext());
alternativeUrlsService = ServiceLocator.getInstance().getAlternativeUrlsService();
settingsService.applyLocale(this.getBaseContext());
addPreferencesFromResource(R.xml.preferences);

if (hideLegacyPicker()) {
Expand Down Expand Up @@ -142,7 +143,7 @@ protected void onPause() {

// Unregister the listener whenever a key changes
PreferenceManager.getDefaultSharedPreferences(this).unregisterOnSharedPreferenceChangeListener(this);
settingsService.reloadSettings(this.getApplicationContext());
settingsService.reloadSettings(this.getBaseContext());
}

public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- evitar fallos cuando el archivo no existe
- avoid failures when the file does not exist
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fixed language switch on settings activity (thanks bo039247 for noticing)
- updated to android sdk
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Se corrigió el cambio de idioma en la configuración (gracias a bo039247 por notarlo).
- Se actualizó al SDK de Android.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- naprawiono przełączanie języka w ustawieniach aktywności (dzięki bo039247 za zauważenie)
- zaktualizowano do android sdk
2 changes: 2 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- исправлено переключение языка в настройках активности (спасибо bo039247 за репорт)
- обновлено до Android SDK