Updated version to 1.1 and added metadata.

This commit is contained in:
ottoptj 2024-08-31 01:02:19 +03:00
commit 5768ddd00f
4 changed files with 16 additions and 4 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "eu.ottop.yamlauncher"
minSdk = 31
targetSdk = 34
versionCode = 4
versionName = "1.0"
versionCode = 5
versionName = "1.1"
}
dependenciesInfo {
@ -50,5 +50,4 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.preference:preference:1.2.1")
}

View 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.

View file

@ -10,4 +10,5 @@ Key features:
- System fonts for an uniform look with your Android.
- Material You support.
- Simple by default, customizable under the hood.
- Accessibility Actions support.
- Open-source under the MIT License.

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

Before After
Before After