We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d09b8 commit 76861f8Copy full SHA for 76861f8
CHANGES.md
@@ -1,3 +1,17 @@
1
+### 3.4.0 (2016-10-16)
2
+
3
+Changes:
4
+* Beep on scan is now controlled only by the media volume, and still plays
5
+ even if the device is in "silent mode", as long as the media volume is not muted.
6
+* The 150ms delay after scanning is removed.
7
8
+Fixes:
9
+* An issue where the beep sometimes played twice is fixed (#221).
10
+* Fix rare crash (#209)
11
+* Fix orientation lock issue (#181)
12
+* Fix race condition with TextureView (#204)
13
14
15
### 3.3.0 (2016-06-05)
16
17
* Add an optional timeout to cancel scanning. (#161)
build.gradle
@@ -17,7 +17,7 @@ subprojects {
mavenLocal()
18
}
19
20
- version = '3.3.0'
+ version = '3.4.0'
21
group = 'com.journeyapps'
22
apply plugin: 'android-sdk-manager'
23
0 commit comments