- New parameter language in reset password request
- Fixed crash on sqlite cipher when loading and sending data too early
- Hide log for encryption salt.
- Force using "." as decimal separator in getData function of RemoteStorage.
- Added a new implementation for the position sensor which uses the FusedLocationProvider of Google Play Services via SensePrefs.Location.FUSED_PROVIDER. The goal accuracy/battery consumption can be set via SensePrefs.Location.FUSED_PROVIDER_PRIORITY.
- Changed the implicit intents for starting services to explicit with the package as scope
- Register user with user credential encryption enabled
- The position sensor using the Android framework location API's via SensePrefs.Location.GPS|WIFI|AUTO_GPS
- Google Play services client library
- Changed the implicit intents for starting services to explicit with the package as scope
- Added a new implementation for the position sensor which uses the FusedLocationProvider of Google Play Services via SensePrefs.Location.FUSED_PROVIDER. The goal accuracy/battery consumption can be set via SensePrefs.Location.FUSED_PROVIDER_PRIORITY.
- The position sensor using the Android framework location API's via SensePrefs.Location.GPS|WIFI|AUTO_GPS
- Google Play services client library
- Fix bug in register with preferences encryption enable
- Fix bug with implicit intent in lollipop
- Fix setPrefInt in SenseServiceStub to use putInt instead of putFloat
- Updated the NoiseSensor, removed automatic gain control by selecting the VOICE_RECOGNITION audio input source