Skip to content

Releases: ckesc/AdbKeyMonkey

v1.0.4

05 May 12:58
Compare
Choose a tag to compare

Minor fix

v1.0.3

15 Jan 12:17
Compare
Choose a tag to compare

Config

At first run app put config.json at working dir.
In config: reconnectPeriod and keyMap

reconnectPeriod

Time in seconds between checking connectivity

keyMap

Map pc key to android KeyEvents.
Left: pc; Right: Android
For pc keycodes look here (Java FX doc)
For android KeyEvent look at Android doc

Reconnect

App checks connection every 5 sec (by default) and reconnect if no connection

v1.0.2

02 Dec 13:23
Compare
Choose a tag to compare

UI improvements

2

v1.0.1

28 Nov 17:07
Compare
Choose a tag to compare

UI: material design colors and anti-freeze!
Core: right way to close adb connection.

v1.0.0

21 Nov 12:58
Compare
Choose a tag to compare

First working version ;)