You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## v3.4 (2015-03-30)
2
+
3
+
### Added
4
+
* 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.
5
+
6
+
### Fixed
7
+
* Changed the implicit intents for starting services to explicit with the package as scope
8
+
* Register user with user credential encryption enabled
9
+
10
+
### Deprecated
11
+
* The position sensor using the Android framework location API's via SensePrefs.Location.GPS|WIFI|AUTO_GPS
0 commit comments