Skip to content

Releases: oberien/adb-remote-control

Fix trailing base64 whitespace

22 May 13:39
Compare
Choose a tag to compare
Trim base64-string in case of a newline which Base64.Decoder can't ha…

…ndle

Add new input features

22 May 12:27
Compare
Choose a tag to compare

Features:

  • Insert now triggers the Home key
  • Menu triggers the Power key
  • Make Home/Pos1, End, Page Up, Page Down and Del work during text input
  • Ctrl+V now supported to paste text
  • Add RMB-click for hold action

Fixes:

  • Escape Quotation Marks correctly
  • Use the system-charset before decoding Base64

Improve screenshot performance and add Fallback to base64

22 May 08:42
Compare
Choose a tag to compare

• add config option to switch between png and jpg and default to jpg for 3-4 times screenshot speedup
• fall back to base64 if the read image from adb shell isn't valid (see #12 for more)

Support for resizing, landscape detection, and long mouse presses

02 May 19:55
3ae8fb6
Compare
Choose a tag to compare
v0.1.3

Support for resizing, landscape detection, and long presses

Hack for adb stdout

03 Jan 10:31
Compare
Choose a tag to compare

When piped, adb doesn't seem to work as before. In particular, stdout doesn't report control characters anymore. Thus with this version a hack was added, which should make this tool somewhat work again, albeit Ctrl+d doesn't work properly anymore.

ADB Remote Control 0.1.1

21 Mar 15:28
Compare
Choose a tag to compare
  • Ctrl+d emulates 500 Backspace presses and can be used to quickly erase a large text.
  • Reworked the system to handle keyevents and text in the order they were queued while still trying to send as little commands as possible via adb.

First working version

20 Mar 04:02
Compare
Choose a tag to compare
  • Keyboard support for typing text and some function keys like ESC for Back
  • Click and Swipe support