Skip to content

Commit 3e70edf

Browse files
committed
Version 2.6.8
1 parent dab0c0c commit 3e70edf

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-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.gm2.gravitybox"
19-
android:versionCode="43"
20-
android:versionName="2.6.7" >
19+
android:versionCode="44"
20+
android:versionName="2.6.8" >
2121

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

CHANGELOG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Changelog 2.6.8 - 02/11/2013
2+
--------------------------------------
3+
- Fixed SystemUI crash when changing Pie properties while Pie is not active
4+
- Fixed glitch (buttons disappearing) in navigation bar introduced by app launcher key
5+
- Fixed volume panel expansion on Xperia devices (thanks to MohammadAG)
6+
- Improved navigation bar app launcher key layout for non-AOSP devices (Xperia)
7+
- Added option to make the panel fully expand to take up all the wasted space (thanks to MohammadAG)
8+
- Improved and simplified battery style tweaks (potentially eliminates phantom circle battery/percentage on some ROMs)
9+
- QuickSettings tiles: improved tiles layout for Android 4.3 (thanks daniil1410 for testing)
10+
- Updated Chinese (Traditional) translations (thanks to Eric850130)
11+
- Updated Italian translations (thanks to pitone02)
12+
- Updated French translation (thanks to ch-vox)
13+
- Updated Indonesian translations (thanks to awaaas)
14+
- Updated Polish translations (thanks to xtrem007)
15+
- Updated Portuguese (PT) translation (thanks to bgcngm)
16+
117
Changelog 2.6.7 - 31/10/2013
218
--------------------------------------
319
- Fixed SystemUI crash on tablet devices

0 commit comments

Comments
 (0)