Skip to content

Commit

Permalink
Version 9.0.0-beta-9 [P]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Apr 28, 2019
1 parent 58b7efc commit baadd60
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Changelog 9.0.0-beta-9 - 28/04/2019
--------------------------------------
- OxygenOS specific adjustments:
--- fixed fast charging detection logic
--- fixed option for disabling fast charging sound
--- fixed option for enabling call recording feature (requires reboot)
- Statusbar: added option for removing max notification icon restriction
- Media: added back option for unlinking ringer & notification volumes
--- does not require resource hooking support
--- accessible only from SystemUI volume panel (cannot be managed in the system's Sound settings)
- Media: added option for enabling expanded volume panel
--- Shows volume sliders for all general stream types even if they are not currently active
- Advanced tuning: fixed crashes in the settings
- Power: Fixed exception for Samsung devices (thanks to Firefds)

Changelog 9.0.0-beta-8 - 18/04/2019
--------------------------------------
- TrafficMeter: fixed visibility in lock screen
Expand Down
6 changes: 3 additions & 3 deletions GravityBox/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2018 Peter Gregus for GravityBox Project (C3C076@xda)
* Copyright (C) 2019 Peter Gregus for GravityBox Project (C3C076@xda)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.ceco.pie.gravitybox"
android:versionCode="907"
android:versionName="9.0.0-beta-8" >
android:versionCode="908"
android:versionName="9.0.0-beta-9" >

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

0 comments on commit baadd60

Please sign in to comment.