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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
2
+
## v3.4-rc2 (2015-03-10)
3
+
4
+
### Fixed
5
+
* Changed the implicit intents for starting services to explicit with the package as scope
6
+
7
+
## v3.4-rc1 (2015-03-02)
8
+
9
+
### Added
10
+
* 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.
11
+
12
+
### Deprecated
13
+
* The position sensor using the Android framework location API's via SensePrefs.Location.GPS|WIFI|AUTO_GPS
14
+
15
+
### Dependency
16
+
* Google Play services client library
17
+
18
+
1
19
## v3.3.5 (2015-03-30)
2
20
3
21
### Fixed
@@ -15,7 +33,6 @@
15
33
### Fixed
16
34
* Fix setPrefInt in SenseServiceStub to use putInt instead of putFloat
Navigate to the Library's `libs/` folder and execute the following command:
32
32
33
33
```bash
34
34
mvn install:install-file \
35
-
-Dfile=cordova-2.7.0.jar \
35
+
-Dfile=cordova-3.6.4.jar \
36
36
-DgroupId=org.apache.cordova \
37
37
-DartifactId=cordova \
38
-
-Dversion=2.7.0 \
38
+
-Dversion=3.6.4 \
39
39
-Dpackaging=jar \
40
40
-DgeneratePom=true
41
41
```
@@ -60,6 +60,9 @@ by adding the following dependency to your POM:
60
60
</dependency>
61
61
```
62
62
63
+
#### Dependency 3: Google Play services client library
64
+
Starting from version 3.4 the Google Play services client library is a requirement because there is a new implementation of the position sensor which uses the Fused Location Provider. To setup Google Play services follow these instructions: https://developer.android.com/google/play-services/setup.html
65
+
63
66
## Pre-build commands
64
67
65
68
The `build/` folder contains scripts that need to be executed right before every build.
0 commit comments