Skip to content

Commit

Permalink
j-0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpie committed Nov 3, 2024
1 parent ec529dd commit d98258b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 20 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 26
versionName "j-0.0.12"
versionCode 27
versionName "j-0.0.13"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
24 changes: 15 additions & 9 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
Diese minimalistische App ersetzt den Startbildschirm. Sie zeigt lediglich Uhrzeit und Datum an.

Die am häufigsten verwendeten Apps lassen sich mittels verschiedener Wischgesten
Die am häufigsten verwendeten Apps lassen sich mittels verschiedener Gesten
und Buttons starten.
Dies lässt sich in den Einstellungen konfigurieren.

Ferner kann eine Liste aller installierten Apps angezeigt
(Zurück-Button oder Wischen nach oben) und effizient durchsucht werden.


Es handelt sich um einen Fork von <a href="https://f-droid.org/packages/com.finnmglas.launcher/">Finn M Glas'
App Launcher</a>, der sich vor Allem in den folgenden Punkten unterscheidet:
App Launcher</a>.

<b>Funktionen:</b>
* Aktionen können an 22 verschiedene Gesten gebunden werden.
* Die folgenden Aktionen stehen zur Verfügung:
- Eine App starten
- Alle Apps auflisten
- Favorisierte Apps auflisten
- Lautstärke lauter / leiser
- Musik: Vorheriger / nächster Track
- Bildschirm sperren
- Taschenlampe
- Benachrichtigungen / Schnelleinstellungen anzeigen

* Die App ist kompatibel mit dem <strong>Work Profile</strong>.
* Es wurden <strong>mehr Gesten</strong> hinzugefügt und die Gestenerkennung verbessert.
* Die Suchfunktion wurde verbessert.
* Font Awesome Icons wurden durch <strong>Material Icons</strong> ersetzt, ferner wird die Schriftart Hack verwendet.
* Der Einstellungsbutton auf dem Startbildschirm wurde entfernt.
* Es wird das vom System festgelegte Hintergrundbild verwendet. Damit sind auch Live Wallpaper nutzbar.
* Kompatibel mit dem <strong>Work Profile</strong>.


<b>Datenschutz</b>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* Chat on Matrix and Discord
* Improved gesture detection
* Improved descriptions of gestures
* New action: Lock screen - thank you, yzqzss!
* New action: Toggle torch
* New action: Open quick settings
Expand Down
21 changes: 12 additions & 9 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
It is minimal, efficient and free of distraction.

Your home screen only displays the date, time and a wallpaper.
Pressing back or swiping up (this can be configures) opens a list
Pressing back or swiping up (this can be configured) opens a list
of all installed apps, which can be searched efficiently.


This is a fork of the app <a href="https://f-droid.org/packages/com.finnmglas.launcher/">Launcher</a>
by Finn M Glas.

Notable changes:
* Edge gestures: There is a setting to allow distinguishing swiping at the edges of the screen from swiping in the center.
Features:
* You can bind actions to 22 different gestures.
* An action can be one of the following:
- Launch an app
- List all apps
- List favorite apps
- Volume up / down
- Music: previous / next track
- Lock screen
- Toggle torch
- Show notifications / quick settings
* Compatible with work profile, so apps like Shelter can be used.
* This app uses the system wallpaper instead of a custom solution.
* The font has been changed to Hack.
* Font Awesome Icons were replaced by Material icons.
* The gear button on the home screen was removed. Instead pressing back opens the list of applications and the app settings are accessible from there.
* The search algorithm was modified to prefer matches at the beginning of the app name, i.e. when searching for "te", "termux" is sorted before "notes".
* The search bar was moved to the bottom of the screen

0 comments on commit d98258b

Please sign in to comment.