Skip to content

Commit 68b2aa4

Browse files
committed
Update Credits and bump version from master branch
1 parent c29c9fa commit 68b2aa4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ If you have gotten yourself in this situation, see FAQ.
7777
- Disable Boss Key (If you have a full size remote, you don't need to keep a boss key. Info key and color buttons are sufficient, read how to use section for more info)
7878
- Will Boss Key Toggle (When remotes don't allow long pressing, this will allow people to cycle through various modes on key press in the order: Dpad -> Mouse -> Scroll -> Dpad) `*`
7979
- Override Activation Key (Select this to set a custom keyCode for bossKey)
80+
- Scrolls when mouse touches the edges (thanks to [@sweenwolf](https://github.com/sweenwolf))
81+
- Automatically detect boss key code (again thanks to [@sweenwolf](https://github.com/sweenwolf) !)
8082

8183
` *` Not available on FlipPhone version
8284
`**` Not available on FlipPhones with Android 6.
@@ -137,7 +139,7 @@ All kinds of contributions are welcome. Two ways of contributing:
137139

138140
# Credits
139141
Thanks to EVA Facial Mouse for open sourcing their code. I've taken lots of ideas from their codebase. You can check them out at https://github.com/cmauri/eva_facial_mouse
140-
Thanks to @sweenwolf for making this app work on remotes with less buttons, and for the app icons and fully transparent cursor images
142+
Thanks to [@sweenwolf](https://github.com/sweenwolf) for making this app work on remotes with less buttons, and for the app icons, fully transparent cursor images, boss key autodetect and autoscroll on borders!
141143
Thanks to TechDoctorUK for making a demo video
142144
Thanks to @hotcereal_twitter for providing more cursor images. [Link](https://gitter.im/virresh/community?at=6102e7b0d8381a2a839bbcfd).
143145

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "io.github.virresh.matvt"
1111
minSdkVersion 24
1212
targetSdkVersion 29
13-
versionCode 107
14-
versionName '1.0.7'
13+
versionCode 106
14+
versionName '1.0.6'
1515

1616
}
1717

0 commit comments

Comments
 (0)