This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Unkillable service + double keypress + EV button + Hungarian language support#3
Open
wallneradam wants to merge 3 commits intog4rb4g3:masterfrom
Open
Unkillable service + double keypress + EV button + Hungarian language support#3wallneradam wants to merge 3 commits intog4rb4g3:masterfrom
wallneradam wants to merge 3 commits intog4rb4g3:masterfrom
Conversation
- Now there is no separate context menu for double press - You can map double keypress to back button and recent apps too - Double press EV button can be mapped to any app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On my Hyundai Ioniq (on version 210111) sometimes long pressing buttons stopped working. I think the OOM killer just killed the service. I've modified the service to restart itself after it was destroyed. Now it seems to be stable.
I also have made it possible to map double keypresses as well. So you can have double keypress and long keypress on the same button. Also made it possible to map EV button, but only double press works. It now works by delaying original button event by 300ms.
I made a Hungarian translation as well.
I hope someone else found it useful...