Skip to content

Releases: UmerCodez/DroidPad

v3.5.4

07 Jan 15:42

Choose a tag to compare

Fix: update TCP connection state when remote server closes 9b8b3f8 (#41)

v3.5.3

07 Jan 05:05

Choose a tag to compare

Fix and improvement

TCPConnection: improve error handling and resource management 46dd5be (#41)

v3.5.2

22 Dec 14:12

Choose a tag to compare

fix: connection permission check for Android 12+ d359a60 #37

v3.5.1

22 Dec 10:36

Choose a tag to compare

fix: permission check logic for bonded devices c0bff70

v3.5.0

01 Dec 15:31

Choose a tag to compare

New Feature

v3.4.0

20 Nov 15:29

Choose a tag to compare

New Feature

Added optional keep screen on functionality d3b98a0 by @Neznak

v3.3.1

25 Sep 06:19

Choose a tag to compare

Changes

Bug Fixed: GAUGE not reacting to messages, when LOG is enabled 3ac3db4

v3.3.0

20 Sep 16:22

Choose a tag to compare

Whats New

GAUGE component can be updated via following JSON message

{
  "id": "item id",
  "type": "GAUGE",
  "value": 120
} 

v3.2.0

17 Sep 14:46

Choose a tag to compare

What's New

  • Logging for Control Pads c2f2885
    Control Pads now support a logging feature. Scripts can send log messages, which will be displayed in the Control Pad's bottom sheet.

To send a log message from a script, use the following JSON payload:

{
  "type": "LOG",
  "message": "hello world"
}

All messages sent will appear in the Control Pad bottom sheet.

v3.1.0

07 Sep 11:07

Choose a tag to compare

What's Changed

  • Revert feature(ui): enhance ControlPadItemBase with action menu d705f71
  • Added LED component 12c05da