C3C0/GravityBox

Just some feature suggestions

Opened this issue · 0 comments

I've just collected a couple ideas.
If you're interested in something I'll gladly provide source commits from other ROMs as reference.

  1. swipe across the bottom line of the notification drawer to switch to QS (and back)
  2. an option for the data mode toggle to remove LTE from the options (I don't have an LTE data plan but need to toggle through it)
  3. Brightness slider in notifications drawer
  4. Google Experience Launcher in KitKat: option to choose the default homescreen
  5. an option for the hardware buttons to toggle the notification drawer (as the status bar is sometimes hard to reach on big screens). This one might be a bit to complicated to implement, at least SlimRom uses deep hacks to achieve it

Edit:
6) KitKat: Support for the status_bar_show_battery_percent option.
See here: http://forum.xda-developers.com/showpost.php?p=47293143&postcount=52
Plus an option to change the color (see line 208: http://androidxref.com/4.4_r1/xref/frameworks/base/packages/SystemUI/src/com/android/systemui/BatteryMeterView.java#208)
Maybe even based on the battery percentage (dark grey when > 30%, orange when > 14%, red when below, light green when charging) etc.