Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #236

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Dev #236

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
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.8" android:versionCode="305" android:installLocation="auto">
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.9" android:versionCode="306" android:installLocation="auto">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="29"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
2 changes: 1 addition & 1 deletion main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ ApplicationWindow {
}
if (presetDict.quickmenu !== undefined && presetDict.quickmenu.length > 0) {
console.debug("AppWindow | Set default actions to " + presetDict.quickmenu)
mainView.defaultActions = presets.quickmenu
mainView.defaultActions = presetDict.quickmenu
if (presetDict.firstStart) mainView.resetActions()
}
if (presetDict.theme !== undefined && settings.firstStart) {
Expand Down
12 changes: 12 additions & 0 deletions translations/Volla_be.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@
<source>Couldn&apos;t load available plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Password needs at least four characters or numbers</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Springboard</name>
Expand Down Expand Up @@ -554,6 +558,14 @@
<source>Now set up voice recognition for text input, which you can then activate using the microphone icon on the keyboard.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Cancel</source>
<translation type="unfinished">Скасаваць</translation>
</message>
<message>
<source>Ok</source>
<translation type="unfinished">Добра</translation>
</message>
</context>
<context>
<name>main</name>
Expand Down
12 changes: 12 additions & 0 deletions translations/Volla_bg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@
<source>Couldn&apos;t load available plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Password needs at least four characters or numbers</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Springboard</name>
Expand Down Expand Up @@ -694,6 +698,14 @@
<source>Now set up voice recognition for text input, which you can then activate using the microphone icon on the keyboard.</source>
<translation type="unfinished">Сега настройте гласовото разпознаване за въвеждане на текст, което можете да активирате чрез иконата на микрофона върху клавиатурата.</translation>
</message>
<message>
<source>Cancel</source>
<translation type="unfinished">Отмяна на</translation>
</message>
<message>
<source>Ok</source>
<translation type="unfinished">Добре</translation>
</message>
</context>
<context>
<name>main</name>
Expand Down
12 changes: 12 additions & 0 deletions translations/Volla_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@
<source>Couldn&apos;t load available plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Password needs at least four characters or numbers</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Springboard</name>
Expand Down Expand Up @@ -550,6 +554,14 @@
<source>Now set up voice recognition for text input, which you can then activate using the microphone icon on the keyboard.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Ok</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>main</name>
Expand Down
12 changes: 12 additions & 0 deletions translations/Volla_cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@
<source>Couldn&apos;t load available plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Password needs at least four characters or numbers</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Springboard</name>
Expand Down Expand Up @@ -554,6 +558,14 @@
<source>Now set up voice recognition for text input, which you can then activate using the microphone icon on the keyboard.</source>
<translation type="unfinished">Nyní nastavte rozpoznávání hlasu pro zadávání textu, které můžete aktivovat pomocí symbolu mikrofonu na klávesnici.</translation>
</message>
<message>
<source>Cancel</source>
<translation type="unfinished">Zrušit</translation>
</message>
<message>
<source>Ok</source>
<translation type="unfinished">Ok</translation>
</message>
</context>
<context>
<name>main</name>
Expand Down
Loading