mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Add Changelogs and bump Versioncode
for the Patch Launcher v1.3.1
This commit is contained in:
parent
f4a590f373
commit
3a4e86d1df
4 changed files with 20 additions and 2 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.finnmglas.launcher"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 8
|
||||
versionName "v1.3.0"
|
||||
versionCode 9
|
||||
versionName "v1.3.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
6
fastlane/metadata/android/de-DE/changelogs/9.txt
Normal file
6
fastlane/metadata/android/de-DE/changelogs/9.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Launcher Patch v1.3.1:
|
||||
- Dies ist ein Patch für Launcher v1.3.0
|
||||
- Die AppsList ist jetzt viel schneller, da sie asynchron vorgeladen wird
|
||||
- Die Suche in der AppsList ist automatisch fokussiert, da das Scrollen weniger effizient ist.
|
||||
|
||||
Ich wünsche dir viel Spaß und Effizienz mit Launcher. Schau dir gerne mal unser GitHub an!
|
6
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Launcher Patch v1.3.1:
|
||||
- This is a quick patch for Launcher v1.3.0
|
||||
- The AppsList is now way faster as it preloads asynchronously
|
||||
- The SearchView in the AppsList is autofocused, as scrolling is less efficient.
|
||||
|
||||
I hope you enjoy using Launcher, go check out our GitHub!
|
6
fastlane/metadata/android/fr-FR/changelogs/9.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/9.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Patch du lanceur v1.3.1:
|
||||
- Ceci est un patch pour Launcher v1.3.0
|
||||
- L'AppsList est désormais beaucoup plus rapide car il se précharge de manière asynchrone
|
||||
- Le SearchView dans l'AppsList est autofocus, car le défilement est moins efficace.
|
||||
|
||||
J'espère que vous apprécierez d'utiliser Launcher, allez voir notre GitHub!
|
Loading…
Add table
Reference in a new issue