diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fdaa6ce..f76bb4a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") } \ No newline at end of file diff --git a/metadata/en-US/changelogs/5.txt b/metadata/en-US/changelogs/5.txt new file mode 100644 index 0000000..184bfba --- /dev/null +++ b/metadata/en-US/changelogs/5.txt @@ -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. \ No newline at end of file diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index 1960702..ec7d4f9 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -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. -- Open-source under the MIT License. +- Accessibility Actions support. +- Open-source under the MIT License. \ No newline at end of file diff --git a/metadata/en-US/images/phoneScreenshots/6.png b/metadata/en-US/images/phoneScreenshots/6.png old mode 100644 new mode 100755 index 117afc7..225b62b Binary files a/metadata/en-US/images/phoneScreenshots/6.png and b/metadata/en-US/images/phoneScreenshots/6.png differ