mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-04 11:24:31 +02:00
0.1.0
This commit is contained in:
parent
541e60356c
commit
e02ca4091f
3 changed files with 16 additions and 3 deletions
|
@ -23,8 +23,8 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 39
|
||||
versionName "0.0.23"
|
||||
versionCode 40
|
||||
versionName "0.1.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
<string name="settings_apps_hide_paused_apps">Hide paused apps</string>
|
||||
<string name="settings_apps_hide_private_space_apps">Hide private space from app list</string>
|
||||
<string name="settings_list_layout">Layout of app list</string>
|
||||
<string name="settings_list_reverse_layout">Reverse app list</string>
|
||||
<string name="settings_list_reverse_layout">Reverse the app list</string>
|
||||
|
||||
<string name="settings_list_layout_item_default">Default</string>
|
||||
<string name="settings_list_layout_item_text">Text</string>
|
||||
|
|
13
fastlane/metadata/android/en-US/changelogs/40.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/40.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
* Pinned shortcuts can now be added to app list
|
||||
* New action: adjust volume (thank you, zabrinu!)
|
||||
* Added option to hide navigation bar (thank you, acanoe!)
|
||||
* Added option to reverse the app list (thank you, spacefrogg!)
|
||||
* Show question mark icon when an unknown app is bound to a gesture
|
||||
|
||||
* Improved German translation
|
||||
* Improved Portuguese translation (thank you, "Vossa Excelencia"!)
|
||||
|
||||
* Fixed detection of long click gesture
|
||||
* Fixed blurred text in dialogs
|
||||
* Fixed a crash when private space is locked after app restarts (thank you, alexytomi!)
|
||||
* Fixed some additional bugs
|
Loading…
Add table
Reference in a new issue