Skip to content

Releases: UmerCodez/SensorServer

v7.1.0

18 Jan 17:11
6dffbb7

Choose a tag to compare

Revert "refactor: remove redundant null check" 30cdf04
refactor: remove redundant null check ed7cc44
refactor: simplify location permission check cf7aa96
refactor: remove redundant SDK version check cdbabf4
refactor: remove hilt compose navigation deprecated import d727269
deps: update dependencies 751ce77
deps: update activityCompose to 1.12.2 cff110d
build: increase minSdk to 23 13e3225
deps: update compose BOM to 2026.01.00 be97e35

v7.0.0

06 Dec 16:26

Choose a tag to compare

Features

  • Migrated old XML based layout to Jetpack compose
  • Material 3
  • Dark theme support

This is a major UI change please report bug in issue tracker

SensorServer v6.4.0

04 Nov 10:22

Choose a tag to compare

New Feature

Easy Connect: Network Discovery Support

The app now supports Zero-configuration networking (Zeroconf/mDNS), enabling automatic server discovery on local networks. This feature eliminates the need for clients to hardcode IP addresses and port numbers when connecting to the WebSocket server. When enabled by the app user, the server broadcasts its presence on the network using the service type "_websocket._tcp", allowing clients to discover the server automatically. Clients can now implement service discovery to locate the server dynamically, rather than relying on hardcoded network configurations.
See Complete Python Example at Connecting To the Server Using Service Discovery

Sensor Server v6.3.2

23 Oct 16:45

Choose a tag to compare

Bug Fix:

  • Resolved an issue that occurred when attempting to use a high sensor sampling rate without the necessary HIGH_SAMPLING_RATE_SENSORS permission on devices running Android 12 or later. 5291957

Sensor Server v6.3.1

06 Aug 19:49

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

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

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

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

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

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