File tree Expand file tree Collapse file tree 9 files changed +661
-283
lines changed
Expand file tree Collapse file tree 9 files changed +661
-283
lines changed Original file line number Diff line number Diff line change @@ -174,4 +174,7 @@ Maintenance Mode) it will start after a reboot. This applies to all three Kiosk
174174Improvements in handling default application setting for Simple Kiosk, and improvements in
175175restarting when pressing the Home Button. Return to a saved root screen (Home application)
176176explicitly in some cases so that the system Home Screen can be Aesop. Simple Kiosk is allowed
177- on Android Q, but it really doesn't work well with the changes on Q. Use Pinning or Full instead.
177+ on Android Q, but it really doesn't work well with the changes on Q. Use Pinning or Full instead.
178+
179+ ## Version 1.2.2
180+ Add German translations, thanks to @renarena .
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
7070 multiDexEnabled true
7171 minSdkVersion 17
7272 targetSdkVersion 29
73- versionCode 12
73+ versionCode 13
7474 versionName getVersionName()
7575 }
7676 buildTypes {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 339339 <!-- This must be a newline-separated list; be careful as the tools don't preserve newlines -->
340340 <string name =" release_new_features" >\n
341341 Zdalne sterowanie książkami przez e-mail/udostępniony plik.\n
342- Bugfixes"</string >
342+ Niemieckie tłumaczenie\n
343+ Bugfixes"
344+ </string >
343345
344346</resources >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- # Tue Dec 08 15:44:39 PST 2020
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-bin.zip
Original file line number Diff line number Diff line change 8282
8383CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
8484
85+
8586# Determine the Java command to use to start the JVM.
8687if [ -n " $JAVA_HOME " ] ; then
8788 if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129130if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130131 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131132 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133+
132134 JAVACMD=` cygpath --unix " $JAVACMD " `
133135
134136 # We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
2929set APP_BASE_NAME = %~n0
3030set APP_HOME = %DIRNAME%
3131
32+ @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33+ for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34+
3235@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3336set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
3437
@@ -81,6 +84,7 @@ set CMD_LINE_ARGS=%*
8184
8285set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
8386
87+
8488@ rem Execute Gradle
8589" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
8690
You can’t perform that action at this time.
0 commit comments