Skip to content

Releases: umer0586/SensorServer

Sensor Server v6.3.1

06 Aug 19:49
Compare
Choose a tag to compare

App Crash Fix

Fixed app crashing when WebsocketNotConnectedException was thrown #63

Sensor Server v6.3.0

04 Aug 10:47
Compare
Choose a tag to compare

New Feature

Real-time plotting of accelerometer, gyroscope, and magnetometer data has been integrated into a web application. b76cf1b

plotting

Sensor Server v6.2.0

30 Jul 03:42
Compare
Choose a tag to compare

Feature:

  • RunTime Notification permission request for Android 13 or later 84aa6a4

Bug Fix:

  • Unable to stop server from Notification in Android 14 f585a82

Sensor Server v6.1.1

23 Jul 10:45
Compare
Choose a tag to compare

Bug Fixed : Unable to stop server in Android 14 #56

Sensor Server v6.1.0

19 Jul 12:32
c7a75a5
Compare
Choose a tag to compare

New Feature

  1. Clients can now request last known location from the server by sending "getLastKnownLocation" message #60

Bug Fix

  1. Fixed #61

Sensor Server v6.0.0

29 Jun 06:08
Compare
Choose a tag to compare
  1. Web server added 32e043a
  2. An embedded web app added to allow viewing sensor data in a web browser (eefd483 ad0f5af).
  3. Landscape orientation now supported

Sensor Server v5.3.0

23 Feb 10:32
38d7853
Compare
Choose a tag to compare

Notable Changes

  • Fix : Hotspot option gets disable while navigating back to settings screen 7eaa3ef
  • Now a user can stop server from notification message 0fc38ee
  • Uncheck Hotspot and AllInterface switch when localhost switch is in check state and vice versa
  • Sensors with reporting mode as REPORTING_MODE_SINGLE_SHOT are now filtered out from the list of available sensors 3a13ed8

Code Improvements

Sensor Server v5.2.0

17 Feb 09:32
Compare
Choose a tag to compare

New Feature

The WebSocket server can be configured to bind to the address 0.0.0.0. This enables it to listen for incoming connections on all network interfaces of the Android device. (77a4d86)

Sensor Server v5.1.0

16 Aug 02:56
Compare
Choose a tag to compare

New Feature

  • By connecting to the address ws://<ip>:<port>/touchscreen, clients can now receive touch screen events

See : Controlling Mouse Movement Using SensorServer App

Sensor Server v5.0.0

01 Aug 05:42
Compare
Choose a tag to compare
  • Whole codebase migrated to kotlin 89ba9c5
  • Crash reporting via email added 2d60bca
  • Network location provider removed 4922e79
  • Fixed : Toolbar expansion issued fix b41cb19
  • Fixed : App crashes on devices with dark theme enabled e2e9d3b (#23)