Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit c42687a

Browse files
committed
Release version 0.3.0
1 parent 41248e9 commit c42687a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.3.0 (2018-03-11)
2+
- Change of format: Instead of different messages for each dimension
3+
only one message with a list of float values is sent.
4+
- Change of format: NFC tag values are sent as strings instead of
5+
floats.
6+
- Views are rotatable.
7+
- Bugfixes:
8+
* Orientation is sent, if device does not have a dedicated sensor,
9+
but magnetic field and accelerometer are available.
10+
* Sensors are only listed once, even if device reports multiple
11+
versions of it.
12+
113
# 0.2.0 (2017-02-28)
214
- Added laucher icons for all sizes.
315
- Added information to Readme.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.sensors2.osc"
99
targetSdkVersion 23
1010
minSdkVersion 8
11-
versionCode 2
12-
versionName "0.2.0"
11+
versionCode 3
12+
versionName "0.3.0"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)