Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include info about the difference between the app store and repo releases.
  • Loading branch information
zoeyjodon authored Oct 17, 2023
1 parent 414de9a commit 7b4e189
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Soft input controller for the LG Wing.
Since LG hasn't made a native keyboard that operates on the second screen, I went ahead and made my own. In addition to a virtual gamepad, SoftWing also provides the ability to set custom swivel open/closed sounds via the "Sound Settings" menu.

Stable builds of SoftWing are now available on the Google Play store: https://play.google.com/store/apps/details?id=com.jodonlucas.softwing&hl=en_US&gl=US&pli=1
Additionally, I have some legacy builds available in this repository.
A stable build of SoftWing is available on the Google Play store: https://play.google.com/store/apps/details?id=com.jodonlucas.softwing&hl=en_US&gl=US&pli=1

A quick demo of this version of the controller is available here: https://www.youtube.com/watch?v=5OY26rFnDjQ

## Important information about the latest builds in this repository
The latest builds in this repository have deviated from the last available version on the Google Play store. SoftWing version 3.0.3 was the most recent version of SoftWing posted to the play store. Since then, SoftWing has been modified to expand the features and stability of the controller. The consequence of these changes is that, in order for the app to work, users must grant the app WRITE_SECURE_SETTINGS permissions, which can only be done through the android debugger (ADB). Without those permissions, users will be unable to open the controller on the bottom display.

Since this is an unreasonable requirement for the average user, I have decided to leave the touch-only version of the app on the app store. The more feature-rich, but setup intensive, version of the app will only be available for download from this repo as an APK.

For instructions on how to setup and use SoftWing, please see the help instructions in the app (Controller Settings -> Help).

A quick demo of the controller is available here: https://www.youtube.com/watch?v=5OY26rFnDjQ

0 comments on commit 7b4e189

Please sign in to comment.