Skip to content

Releases: senseobservationsystems/sense-android-library

v3.0.0

02 May 08:47
Compare
Choose a tag to compare

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

07 Apr 12:51
Compare
Choose a tag to compare

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

20 Aug 10:22
Compare
Choose a tag to compare

Bugfix release after git merge malfunction.

v2.8.0

20 Aug 07:09
Compare
Choose a tag to compare

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" />