Skip to content

Commit c7fa5f8

Browse files
committed
Version 8.2.1 [O]
1 parent 2f80d72 commit c7fa5f8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1818
package="com.ceco.oreo.gravitybox"
19-
android:versionCode="820"
20-
android:versionName="8.2.0" >
19+
android:versionCode="821"
20+
android:versionName="8.2.1" >
2121

2222
<uses-sdk
2323
android:minSdkVersion="26"

CHANGELOG.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Changelog 8.2.1 - 29/06/2018
2+
--------------------------------------
3+
- QuietHours: added support for multiple time ranges:
4+
--- allows to set multiple time ranges for automatic quiet hours together with days which they apply to
5+
--- change requires setting up new time ranges; as the previous ones are not preserved due to design changes
6+
- QuietHours Interactive Mode: treat session as interactive when device is locked during phone call
7+
- OOS Call Recording enabler:
8+
--- reworked to support all OP devices/OOS variants
9+
--- enabled call recorder specific options in Phone settings (auto call recording, etc.)
10+
--- should survive firmware updates
11+
- Search: include all children of matching preference categories
12+
- Updated Turkish translations (thanks to Fatih Firinci)
13+
114
Changelog 8.2.0 - 13/06/2018
215
--------------------------------------
316
- Settings: added search feature

0 commit comments

Comments
 (0)