Skip to content

Commit fb215ec

Browse files
committed
Version 8.2.0 [O]
1 parent 1a34895 commit fb215ec

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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="811"
20-
android:versionName="8.1.1" >
19+
android:versionCode="820"
20+
android:versionName="8.2.0" >
2121

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

CHANGELOG.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Changelog 8.2.0 - 13/06/2018
2+
--------------------------------------
3+
- Settings: added search feature
4+
--- filters the list of all enabled preferences based on specified keyword
5+
--- maintains tree structure of filtered preferences for a user to better understand context
6+
--- matching preference groups will show all child preferences
7+
- QuickSettings: enabled detail view for CellularTile (non-OOS only)
8+
- Ultimate notification control:
9+
--- fixed crash during screen orientation change
10+
--- redesigned Search functionality in per-app list
11+
- UNC QuietHours:
12+
--- added phone ringer whitelist management:
13+
------ allows to manage list of contacts for which not to mute phone ringer during quiet hours
14+
--- added per-app option for respecting quiet hours ignore rules during interactive mode
15+
- Advanced reboot: fixed Reboot not working on LineageOS based ROMs
16+
- Fixed status bar DnD system icon misbehavior on OP6
17+
- Call recording on OOS:
18+
--- adjusted for OP3T Beta 27 and 28
19+
--- adjusted for OP5T Beta 8
20+
--- adjusted for OP5 Beta 11
21+
- APK size increased due to inclusion of necessary Android Support libraries
22+
- Updated Turkish translations (thanks to Fatih Firinci)
23+
- Updated Chinese (Simplified) translations (thanks to liveasx)
24+
- Updated Ukrainian translations (thanks to burunduk)
25+
- Updated Russian translations (thanks to gaich)
26+
- Updated French translations (thanks to Choukajohn)
27+
128
Changelog 8.1.1 - 24/04/2018
229
--------------------------------------
330
- StatusBar: added option for removing rounded corner padding (8.1 only)

0 commit comments

Comments
 (0)