Skip to content

Commit

Permalink
Version 11.0.3 [R]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Jun 6, 2021
1 parent 8fa22e4 commit 22896a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changelog 11.0.3 - 06/06/2021
--------------------------------------
- Improved compatibility with OxygenOS (OP7Pro, OOS 11.0.1.1)
--- Clock: fixed positioning in Status Bar Header
--- Battery Style: fixed layout in Status Bar Header
--- Lockscreen: fixed application bar (Shortcuts)
--- Lockscreen: fixed Direct Unlock and Smart Unlock
--- Dialer: adjusted for compatibility (call recording, etc.)
- StatusBar: improved brightness control
- Dialer: adjusted for compatibility with the latest Google Dialer
- Fixed "Force LTR" feature (thanks to Y-T-G)
- Updated Turkish translations (thanks to Fatih Firinci)

Changelog 11.0.2 - 07/03/2021
--------------------------------------
- Clock: reverted to old hooking strategy for better compatibility
Expand Down
4 changes: 2 additions & 2 deletions GravityBox/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.ceco.r.gravitybox"
android:versionCode="1102"
android:versionName="11.0.2" >
android:versionCode="1103"
android:versionName="11.0.3" >

<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Expand Down

0 comments on commit 22896a5

Please sign in to comment.