Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Neamar/KISS
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Oct 1, 2024
2 parents fd1c0d8 + b477cf3 commit 8bdf857
Show file tree
Hide file tree
Showing 10 changed files with 338 additions and 33 deletions.
313 changes: 293 additions & 20 deletions app/src/main/res/values-gl/strings.xml

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@
android:key="themed-icons"
android:summary="@string/icons_themed_summary"
android:title="@string/icons_themed_name" />
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="true"
android:key="subicon-visible"
android:title="@string/show_subicons" />
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="false"
android:key="icons-hide"
android:summary="@string/icons_hide_desc"
android:title="@string/icons_hide_main" />
</PreferenceCategory>

<PreferenceCategory
Expand Down Expand Up @@ -395,23 +404,10 @@
android:defaultValue="false"
android:key="force-portrait"
android:title="@string/portrait_title" />
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="true"
android:key="subicon-visible"
android:title="@string/show_subicons" />
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="false"
android:key="icons-hide"
android:summary="@string/icons_hide_desc"
android:title="@string/icons_hide_main" />
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="false"
android:key="call-contact-on-click"
android:title="@string/contacts_call_on_click" />
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="false"
android:key="always-default-web-search-on-enter"
android:title="@string/always_default_web_search_on_enter" />
</PreferenceCategory>
<PreferenceScreen
android:key="wallpaper-holder"
Expand Down Expand Up @@ -496,6 +492,12 @@
android:order="40"
android:title="@string/search_provider_reset" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/misc">
<fr.neamar.kiss.preference.SwitchPreference
android:defaultValue="false"
android:key="always-default-web-search-on-enter"
android:title="@string/always_default_web_search_on_enter" />
</PreferenceCategory>
</PreferenceScreen>
<PreferenceScreen
android:key="importexport"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/gl/changelogs/160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Compatibilidade para atallos na app :) (@alenjularic)
* Engadir etiqueta a favoritos (@TBog)
* Melloras nos provedores de busca (@amkcpu)
21 changes: 21 additions & 0 deletions fastlane/metadata/android/gl/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Inicia os programas desde a pantalla de inicio escrindo só unhas letras.

A app adáptase ao uso que fas dela, atopando moito mais rápido o que queres.
Os teus datos nunca saen do dispositivo, e é de agardar que extendas a duración da batería
así como aumentar a velocidade do dispositivo comparado con lanzadores complexos e cheos de lixo.
A KISS chéganlle 250 KB e nunca se conecta a Internet.

--------------------------
<strong>O 93% das persoas que proban KISS durante unha semana seguen facéndoo despois de 3 anos.</strong>
--------------------------
Software libre GPLv3+ copylefted significa que calquera pode usar, ver, cambiar e compartir como desexe.
<a href="https://github.com/Neamar/KISS">GitHub</a>.

Axuda, personalización e capturas de pantalla
<a href="https://help.kisslauncher.com">Sitio Web</a>.

Esta app utiliza a Android Accesibility API para permitir o «bloqueo con toque dobre». Non se accede nin se garda ningún durante o proceso.

* Privacidade simple
* Simplicidade e velocidade
* Fermosa e funcional
1 change: 1 addition & 0 deletions fastlane/metadata/android/gl/screenshot_1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Interface minimalista
1 change: 1 addition & 0 deletions fastlane/metadata/android/gl/screenshot_2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Busca calquera cousa
1 change: 1 addition & 0 deletions fastlane/metadata/android/gl/screenshot_3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Varios decorados
1 change: 1 addition & 0 deletions fastlane/metadata/android/gl/screenshot_4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+60 axustes
1 change: 1 addition & 0 deletions fastlane/metadata/android/gl/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Un lanzador rápido como un raio e centrado na busca
1 change: 1 addition & 0 deletions fastlane/metadata/android/gl/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lanzador KISS

0 comments on commit 8bdf857

Please sign in to comment.