diff --git a/README.md b/README.md index ebda5ba..7c6d805 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ # OdinTools Collection of utilities for the AYN Odin 2. -Latest release: **[1.1.0](https://github.com/langerhans/OdinTools/releases/latest)** +Latest release: **[1.2.0](https://github.com/langerhans/OdinTools/releases/latest)** ### Features -- Quick settings tile for switching the controller style with user selectable option for which styles to cycle through -- Quick settings tile for switching the L2/R2 style with user selectable option for which styles to cycle through -- Single press home button setting to allow going to the home screen by a single press of the home button -- Display saturation setting. This is set immediately and will be applied after a reboot as well. Note that it takes a few seconds after you first unlock the device to apply. -- Per-app overrides for both controller style and L2/R2 style settings. These will be applied and reverted automatically based on the current foreground app +#### App overrides +- Per-app overrides for both controller style and L2/R2 style settings. These will be applied and reverted automatically based on the current foreground app. - Per-app overrides for performance and fan modes. They function just like controller style overrides. +#### Quick settings +- Quick settings tile for switching the controller style with user selectable option for which styles to cycle through. +- Quick settings tile for switching the L2/R2 style with user selectable option for which styles to cycle through. +#### Button utilities +- Single press home button setting to allow going to the home screen by a single press of the home button. +- M1 and M2 buttons can be remapped to other face buttons. +#### Others +- Display saturation setting. This is set immediately and will be applied after a reboot as well. Note that it takes a few seconds after you first unlock the device to apply. +- Vibration strength setting which allows more fine-grained control over the vibration strength and even lower values than the lowest stock setting. ### Contact If you have any questions, feel free to find me on the AYN Discord at https://discord.com/invite/pWCpvEUTdR @@ -20,6 +26,7 @@ This app has been tested with the Odin 2 firmware version **1.0.0.266**. It's po ### Screenshots #### Main menu ![image](docs/main.png) +![image](docs/main2.png) #### QS tiles ![image](docs/qs_tiles.png) #### App overrides diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5d631a0..6ad7071 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "de.langerhans.odintools" minSdk = 33 targetSdk = 34 - versionCode = 7 - versionName = "1.1.0" + versionCode = 8 + versionName = "1.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/docs/main.png b/docs/main.png index 4534731..edcd521 100644 Binary files a/docs/main.png and b/docs/main.png differ diff --git a/docs/main2.png b/docs/main2.png new file mode 100644 index 0000000..541a818 Binary files /dev/null and b/docs/main2.png differ