Releases: UmerCodez/SensorServer
v7.1.0
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
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
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
Bug Fix:
- Resolved an issue that occurred when attempting to use a high sensor sampling rate without the necessary
HIGH_SAMPLING_RATE_SENSORSpermission on devices running Android 12 or later. 5291957
Sensor Server v6.3.1
App Crash Fix
Fixed app crashing when WebsocketNotConnectedException was thrown #63
Sensor Server v6.3.0
New Feature
Real-time plotting of accelerometer, gyroscope, and magnetometer data has been integrated into a web application. b76cf1b

Sensor Server v6.2.0
Sensor Server v6.1.1
Bug Fixed : Unable to stop server in Android 14 #56