Releases: senseobservationsystems/sense-android-library
Releases · senseobservationsystems/sense-android-library
v3.0.0
New in this release:
- 5 minute audio recording in
- phone call audio recording
- audio file upload to commensense's dataprocessors/files
- a property for uploading on wifi only
- noise burst sensor with 100ms rms dB values for 5 second audio
- new audio spectrum structure, with a 50Hz bandwidth and max frequency of 8kHz
- Installed apps and current foreground app sensor
New permissions:
- GET_TASKS: for getting the current foreground app and installed apps
v2.9.0
New in this release:
- sending broadcast when the service is (re-)started
- removed smart adaptive motion sampling rates
- added parameter for adaptive data transmission rates
- added burst duration parameter for the burst motion sensors
- updated getSessionId and added getCookie, to get the session id and cookie resp.
- updated the HxM sensor
v2.8.1
v2.8.0
Sensor related:
- Added relative humidity sensor
- Changed data format for temperature sensor from JSON to FLOAT
- Fixed name of rotation rate sensor in burst mode
Application related:
- Added SenseApplication helper class for painless binding to the Sense library
- Added transmission piggybacking to save energy in 3G
- Renamed DataProcessor to DataConsumer
- Added support for storing non-string data points through SensePlatform
- Added support for sensors that are not connected to any device
- Added password reset request functionality
- Improved SSL certificate checking
Manifest changes:
- DataTransmitter receiver has been replaced by a new scheduler. Remove references to the DataTransmitter receiver, and add the following line for the new scheduler:
<receiver android:name="nl.sense_os.service.scheduler.ExecutionAlarmReceiver" />