mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Updated version to 1.1 and added metadata.
This commit is contained in:
parent
478524c49d
commit
5768ddd00f
4 changed files with 16 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId = "eu.ottop.yamlauncher"
|
applicationId = "eu.ottop.yamlauncher"
|
||||||
minSdk = 31
|
minSdk = 31
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 4
|
versionCode = 5
|
||||||
versionName = "1.0"
|
versionName = "1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesInfo {
|
dependenciesInfo {
|
||||||
|
|
@ -50,5 +50,4 @@ dependencies {
|
||||||
implementation("com.google.android.material:material:1.12.0")
|
implementation("com.google.android.material:material:1.12.0")
|
||||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||||
implementation("androidx.preference:preference-ktx:1.2.1")
|
implementation("androidx.preference:preference-ktx:1.2.1")
|
||||||
implementation("androidx.preference:preference:1.2.1")
|
|
||||||
}
|
}
|
||||||
12
metadata/en-US/changelogs/5.txt
Normal file
12
metadata/en-US/changelogs/5.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
Feature update and bug fix.
|
||||||
|
|
||||||
|
- Fixed a bug where, after opening an app's context menu, contexts menus would open for other apps further down the list.
|
||||||
|
- Added additional shortcuts. You can now have up to 15 shortcuts.
|
||||||
|
- Added more text size options.
|
||||||
|
- Added the ability to customize the spacing between shortcuts.
|
||||||
|
- Added the ability to customize the spacing between apps in the app menu.
|
||||||
|
- Added show/hide toggles for the clock, date and search.
|
||||||
|
- Added a gesture to launch calendar upon clicking the date (can be disabled).
|
||||||
|
- Exiting an app with the back button now returns you to the home screen instead of the app menu.
|
||||||
|
- Added Accessibility Actions support for improved usage with accessibility tools, such as TalkBack.
|
||||||
|
- Improved launcher settings.
|
||||||
|
|
@ -10,4 +10,5 @@ Key features:
|
||||||
- System fonts for an uniform look with your Android.
|
- System fonts for an uniform look with your Android.
|
||||||
- Material You support.
|
- Material You support.
|
||||||
- Simple by default, customizable under the hood.
|
- Simple by default, customizable under the hood.
|
||||||
- Open-source under the MIT License.
|
- Accessibility Actions support.
|
||||||
|
- Open-source under the MIT License.
|
||||||
BIN
metadata/en-US/images/phoneScreenshots/6.png
Normal file → Executable file
BIN
metadata/en-US/images/phoneScreenshots/6.png
Normal file → Executable file
Binary file not shown.
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 104 KiB |
Loading…
Add table
Add a link
Reference in a new issue