summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/fuelgauge/BatterySaverSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Settings: Don't lose the switch bar returning to saver settings.John Spurlock2014-12-031-1/+4
| | | | | Bug: 18595359 Change-Id: I01c24fd8ed304837338c2b353805b3d3324e1639
* Fix percentage formatting throughout Settings.Elliott Hughes2014-10-031-1/+3
| | | | | Bug: 15476051 Change-Id: Ic64e7c36d0e2732d3e0e79fec2b79de42decf77d
* Settings: Use new PowerManager call to set low power mode.John Spurlock2014-09-141-12/+55
| | | | | | | | | | | Bind the master switch to the power manager state instead of directly to the single setting. Depends on frameworks/base change: Ic030504c9cad9868a7137abbe837b170da37852b Bug:17460535 Change-Id: I8c68735308f58fdc07d4f64e765e84286918be7a
* Settings: Battery saver updates.John Spurlock2014-08-021-24/+56
| | | | | | | | | | | - Fewer trigger level options, new default of 0 (never) - Use new shared feature description text (in framework) - Remove "always on", add new top-level switch bar. Depends on the framework changes in I3d1ded1eec9e63e7d97469486f6a320e1bebbccd Bug:16214395 Change-Id: Ia01186cfeb19d00672f62cc84787584b4dcc1143
* Settings: Workaround duplicate onActivityCreateJohn Spurlock2014-06-121-1/+3
| | | | Bug: 13329308 Change-Id: Ia6b8cf766d517b4e8e5689e33cbb52299471407b
* Settings: Remove master swtich from battery saver.John Spurlock2014-06-111-66/+32
| | | | | | | And make it a normal switch called "Always on". Better reflects the actual effect. Change-Id: I9f801ddfff39591cb19d665f61a1a05bda317888
* Small fixes to power save UI.Dianne Hackborn2014-06-101-1/+4
| | | | | | Use the correct default setting, and don't crash. Change-Id: I33fd612aba404e13c8bbe9110535dff1cfba12a4
* Settings: Battery saver settings sub-page.John Spurlock2014-06-101-0/+171
New battery saver settings page, accessed via the power usage settings overflow menu. The settings page has a master switch to toggle battery saver mode, feature disclosure text, and a preference to configure the automatic trigger level. Remove developer checkbox now that this option has a real home. NO_SQ: multi project change Bug:13329308 Change-Id: Iac54238f3406439711b44a3c17f220ac5e370a37