Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Max K committed Feb 10, 2024
1 parent c54a8a5 commit 761978d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Binary file modified docs/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 761978d

Please sign in to comment.