Spanish translation

This commit is contained in:
jens 2021-05-13 14:40:23 +02:00
parent c922f8c7fc
commit e57b888393
4 changed files with 12 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 103
versionName "1.6.32"
versionCode 104
versionName "1.6.33"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -64,7 +64,6 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"/>
<uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS"/>
<!-- <uses-permission android:name="net.kollnig.missioncontrol.permission.ADMIN"/>-->
<uses-feature
android:name="android.hardware.telephony"

View File

@ -0,0 +1,5 @@
* Konfiguration kann jetzt ex- und importiert werden
* Komponenten vom Hauptbildschirm auf seperaten Bildschirm ausgelagert
* Titel und Text von Benachrichtigungen können jetzt als Variable benutzt werden
* Änderungen in der Programm starten Aktion
* Fortschritte in der Spanisch Übersetzung

View File

@ -0,0 +1,5 @@
* Configuration can now be exported and imported
* Moved some things from main screen to separate screen
* Notification title and text can be used as variable
* Changes in start other app action
* Progressed in Spanish translation