summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Frameworks/SystemUI: Hide expanded dialog when screen is offSiddartha Pothapragada2012-03-241-0/+11
| | | | | | | | | | | | Hide the expanded dialog while screen is off. Otherwise it causes continuous buffer updates to SurfaceTexture even when SCREEN is turned off and while In-Call causing a spike in power consumtion. This fix ensures that the power consumption is kept to a minimum in such a scenario. CRs-Fixed: 339815 Change-Id: Ib9154528d4f88ba12ca234be7f929a61ed098be7
* Merge "Fix status bar brightness control key" into icsSteve Kondik2012-03-231-2/+2
|\
| * Fix status bar brightness control keyTanguy Pruvot2012-03-201-2/+2
| | | | | | | | | | | | | | | | renamed everywhere, on request... require http://review.cyanogenmod.com/13776 Change-Id: I87eff5c453a4150c4f21e1facac2244e68829ce3
* | Restore flashlight.Emerson Pinter2012-03-092-1/+1
|/ | | | Change-Id: I0dfeb255297fbc4b8ae55450db4cb81d00f8da5a
* Clean up status bar brightness control codenebkat2012-03-011-29/+57
| | | | Change-Id: Iab1694cd4d98b4d33bbfb08c91ed0d48f421503b
* Interface Settings: signal status style (2/2)Robert Burns2012-02-2812-4/+294
| | | | | | Ported from CM7 change I4984b06c70acd49862b5afc502cb4875abba64b7 Change-Id: Iebce598e278e8429444db862dd71547f57ea86ba
* Adds LTE toggle button to powerwidget. Toggles between NT_MODE_GLOBALgsarrica2012-02-188-0/+87
| | | | | | and NT_MODE_CDMA. Refactored to work with correct cyanogenmod settings. Change-Id: I04e8022535a225b2b5dc0a07d95dfd48d7ad513b
* Interface Settings: battery displayRobert Burns2012-02-18105-6/+182
| | | | | | | Patch Set 4: Adjusted battery graphics as requested Patch Set 5: Decreased font size for tablets Change-Id: Icc27099206b0296f79d61fa0bcf33fc8d4e10060
* Interface settings: clock display on tabletRobert Burns2012-02-101-2/+118
| | | | Change-Id: If2cab2a3ee6e971dedda669397d7a79ff9d55ed8
* Port WimaxHelper and (the toggle) WimaxButton from CM7.Mike Kasick2012-02-073-11/+19
| | | | | | | | | | | | | Both WimaxHelper and WimaxButton are updated to support Samsung's (crespo4g, epicmtd) Wimax4GManager proprietary class, whose API has been somewhat-significantly changed in ICS. Support for HTC's (supersonic, speedy) WimaxController is retained in WimaxHelper, although untested. Note that WimaxManagerConstants was previously misdocumented, confabulating the lookup key EXTRA_4G_STATE ("4g_state") with EXTRA_WIMAX_STATUS ("wimax_status"), which no longer exists. This is also fixed. Change-Id: If6fc4a0a290ad9689a40ee06f9f6a2f3092cfaf9
* Merge "Set the data type icon to 0 when connected to wifi" into icsSteve Kondik2012-02-071-0/+1
|\
| * Set the data type icon to 0 when connected to wifiScott Brady2012-02-031-0/+1
| | | | | | | | Fix issue of mobile data type being shown when connected to wifi.
* | Merge "Statusbar slide brightness control" into icsSteve Kondik2012-02-071-3/+43
|\ \
| * | Statusbar slide brightness controlDanesh M2012-02-021-3/+43
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the ability to control brightness by sliding across the statusbar. Patchset 2 : Cleanup as per suggestions. Removed duplicate key from Settings, after settings merge Reduce mLinger threshold (Need feedback on whether its too sensitive for some) Patchset 3,4 : Minor cleanup Patchset 5 : Cleanup as per comments Patchset 6 : Remove unused import Avoid unecessary gc of unchanging variables (make them instance variables) Patchset 7 : Cleanup Change-Id: I19ee7de07be7bfeabde3fb2ae3c60ebdbb4afd72
* | add USB mass storage notification to tablet status barjt11342012-01-311-0/+8
|/ | | | | | | | some tablets (specifically Samsung 7" Galaxy Tab) ship with a removable sdcard, and run quite well using the native tablet interface (@160dpi instead of stock 240dpi). This change allows the USB mass storage notification when running @160 dpi in these situations
* Updated strings for SystemUI. Fixes SystemUI FC when disabling Notifications.Flemmard2012-01-281-0/+7
| | | | Change-Id: I3085200c953010c9d183bbf6ff190ae3767bb1f5
* Added Wifi/Bluetooth toggle on SystemUIFlemmard2012-01-285-15/+299
| | | | | | | | This patch regroups my two precedent that doesn't merge. It creates the Wifi toggle And the Bluetooth item with toggle on Statusbar settings. Change-Id: If7f558225e67f760bfe979d6e61ed55cdecefc67
* framework: fix screenshot and rotation aimation for devices with abnormal hw ↵Tom Giordano2012-01-281-1/+4
| | | | | | rotation Change-Id: I42694931cb1a754aa6c7652c0a96304ef1f88492
* Make statusBar settings ScrollableFlemmard2012-01-271-0/+6
| | | | | | | | This makes SystemUI's StatusBar Settings scrollable vertically. This allows to have more settings, in less space. This fix is advised if you added Bluetooth Setting in it. Change-Id: I82108215f5bf684a88f87685aab60442cf1014ac
* Interface settings: clock displayRobert Burns2012-01-253-3/+75
| | | | Change-Id: I99abcd92320a083a2e3be79fec5cfc3e0bb80b47
* Merge "PowerWidget : Indicator observer / Hide onLongClick" into icsSteve Kondik2012-01-084-30/+12
|\
| * PowerWidget : Indicator observer / Hide onLongClickDanesh Mondegarian2012-01-064-30/+12
| | | | | | | | | | | | | | | | Register an observer for indicator visibility. Collapse statusbar on longClick of buttons Remove highlight Change-Id: I334446ca3328aeb25c50fe25f65be5a341c7318b
* | Notification Power Widget: fix xhdpi media icon scalefitsnugly2012-01-024-0/+0
|/ | | | Change-Id: If9fa433510e68b2209158c176f9881f0fe7ccd1b
* Merge "Notification Power Widget: Fix silent mode detection" into icsSteve Kondik2012-01-021-0/+7
|\
| * Notification Power Widget: Fix silent mode detectionJonas Larsson2011-12-301-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent upstream changes have broken detection of silent mode, so when for example using the device vol keys to set silent mode the wrong icon is displayed. This is caused by a faulty assumption about vibration modes. When ringer mode is set to silent, vibration mode is ignored by Android. Thus, when comparing Ringers we can not compare vibration modes when ringer mode is silent. This has been true since API level 1 but since Google never can seem to decide how to handle silent/vibrate/ring consistently it's understandable that bugs like this happen. Change-Id: Ie3daddd51a7bba0dea86f3f58f6963d22e34cc6d
* | Notification Power Widget: Real rotation lock using ICS API:sJonas Larsson2011-12-301-16/+31
|/ | | | | | | | | | Old implementation of auto rotate button just toggles auto rotation. New implementation use the new rotation freeze/thaw API:s. Accelerometer is toggled like before, but current rotation is kept ("frozen"). This means that AutoRotateButton now works like the rotation lock button on iOS devices and the native rotation lock button in ICS on tablets. Change-Id: I8e32bafe46f316194fdf77c375e1adbb7edcf50f
* Notification Power Widget: ICS IconsDvTonder2011-12-28113-0/+0
| | | | | | | | | | | | | | | | | | This commit changes the widget icons to match the ICS default drawables. I used as many of the stock icons as possible and made a few custom ones, where missing, using stock icons as a base. This set includes XHDPI, HDPI and MDPI icons. The icon olour is the default for ICS where 'on' = white, 20% transparent and 'off' = white, 70% transparent. Patch set 4 - stat_ring_off and stat_silent now uses same icon Patch set 5 - stat_vibrate_off uses same icon as _on. Looks better. Patch set 6 - media play/pause/next/previous icons added Patch set 7 - orientation icons added, removed 2 'broken' icons This should be all of them now. Change-Id: I8b90bed6ecd87ef48126452d53f826956d16cff4
* Notification Power WidgetMadison Koenig2011-12-20123-47/+3077
| | | | | | | | | | | | | | | | | | | | Ported over from CM 7.1 into CM9 Rewrite by cvpcs Requires configuration settings from CMParts. Will be done when settings app available. Disabled WiMax button until WiMax support is added back in. ToDo: Change default color to Cyan to match ICS default color Scheme. Make indicator bar smaller? Requires: http://review.cyanogenmod.com/#change,10578 - Light Sensor Information. Also requires CMSettings for Configuration: https://github.com/Pedlar/android_packages_apps_CMSettings Change-Id: I657f459969c784164730e6b0660db40822d8c491
* Merge branch 'ics-mr1' of ↵Steve Kondik2011-12-16167-1246/+2722
|\ | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into aosp Conflicts: core/res/res/values/strings.xml policy/src/com/android/internal/policy/impl/GlobalActions.java services/java/com/android/server/WifiService.java services/sensorservice/SensorDevice.cpp telephony/java/com/android/internal/telephony/RIL.java Change-Id: I89ec56d5ff282a2eb879ca40fb6d74ebcf752837
| * Update VIBRATE_ON to a supported value when upgrading from GB.Amith Yamasani2011-12-121-1/+29
| | | | | | | | | | | | | | | | | | | | Bug: 5738552 If value has ringer set to VIBRATE_OFF, we need to update it to the now default, as VIBRATE_OFF is inconsistent with the new UI controls. Make sure notification vibrate setting follows ringer vibrate setting. Change-Id: I6638c8a8729d850e71db10d27a0b50d24dc11f19
| * Merge "Quick settings icons updated to match ics style on tablet" into ics-mr1Justin Ho2011-12-096-0/+0
| |\
| | * Quick settings icons updated to match ics style on tabletPeter Ng2011-12-076-0/+0
| | | | | | | | | | | | Change-Id: If082773b739fe7774fa7afd898379671d75eb72a
| * | Merge "Improve handling of small largeIcons in tablet ticker." into ics-mr1Daniel Sandler2011-12-072-8/+32
| |\ \
| | * | Improve handling of small largeIcons in tablet ticker.Daniel Sandler2011-12-072-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tablet system bar is too short for a full notification row, but it will show the largeIcon of a new notification in its full frame, intruding into the main application content rectangle a bit. This is a good thing---the notifications really pop out at you---but it looks a little odd if the largeIcon is actually *small*: the icon is vertically centered in the larger (invisible) rectangle, making it look poorly centered on the system bar. This change will detect short largeIcons and center them in the system bar's height instead. Additionally, it applies the same ticker background all the way to the left underneath largeIcons that are not full-frame (and therefore have transparent regions). Bug: 5708907 Bug: 5560485 Change-Id: I32af45632df164c58fb960110063dbaa08b5536c
| * | | Invalidate the whole status bar after layout transitions.Daniel Sandler2011-12-071-0/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This should ensure that the menu icon doesn't persist on-screen even after it's been removed from its parent. (Related to the KeyButtonView animation glow and the tricks it plays with invalidation.) Bug: 5647480 Change-Id: I8ca503ef647aed99335d3dbecedce38fa0b70c65
| * | New and improved silent mode on lockscreen.Amith Yamasani2011-12-061-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | 3-state item to toggle between Silent/Vibrate/Ringer in long-press power menu. No volume dialog on lockscreen, unless Power menu is up. Set VIBRATE_IN_SILENT=1 when upgrading device. Change-Id: I097d216f96c4abdbd83420e0c477106951b3607d
| * | Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-12-0649-50/+0
| |\ \
| | * | Import revised translations. DO NOT MERGEEric Fischer2011-12-0649-50/+0
| | | | | | | | | | | | | | | | Change-Id: I1d49a1533bd0481543280a379a9f93bd7027e54a
| * | | Merge "Adding a system preference whether to speak passwords in ↵Svetoslav Ganov2011-12-062-1/+23
| |\ \ \ | | | | | | | | | | | | | | | accessibility mode." into ics-mr1
| | * | | Adding a system preference whether to speak passwords in accessibility mode.Svetoslav Ganov2011-12-052-1/+23
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default we do not speak passwords if the user has no headset. However, many users find this too restrictive and would like a way to enable password announcement. While we cannot speak the passwords all the time ,to avoid leaking them, we expose a preference so each user can choose the option that best works for him/her. bug:5712607 Change-Id: I6eb0c40834abe5297f7dc74be02d180a5bef0174
| * | | Merge "Fix 5705837: Dismiss keyguard when launching Settings from Statusbar" ↵Jim Miller2011-12-051-15/+20
| |\ \ \ | | | | | | | | | | | | | | | into ics-mr1
| | * | | Fix 5705837: Dismiss keyguard when launching Settings from StatusbarJim Miller2011-12-021-15/+20
| | |/ / | | | | | | | | | | | | Change-Id: I81377d9208b05bb4a3c6c0b8fa751f972b9345e7
| * | | Merge "Fix statusbar crash on devices with no Bluetooth" into ics-mr1Jesse Hall2011-12-051-3/+5
| |\ \ \
| | * | | Fix statusbar crash on devices with no BluetoothJesse Hall2011-12-051-3/+5
| | |/ / | | | | | | | | | | | | Change-Id: Ib2290f9cde54d0d52c2692b11b0232848bbbc8b0
| * | | Merge "Fix issue #5714517: App shortcuts can result in bad task intents" ↵Dianne Hackborn2011-12-051-2/+1
| |\ \ \ | | | | | | | | | | | | | | | into ics-mr1
| | * | | Fix issue #5714517: App shortcuts can result in bad task intentsDianne Hackborn2011-12-051-2/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | New API to let you build an Intent whose base configuration is correct, but has an additional "selector" to pick out the specific app that you would like launched. Change-Id: Ide9db6dc60e2844b7696cfe09b28337fe7dd63db
| * | | Merge "Fix sticky menu icon on tablet status bar." into ics-mr1Daniel Sandler2011-12-051-15/+7
| |\ \ \
| | * | | Fix sticky menu icon on tablet status bar.Daniel Sandler2011-12-051-15/+7
| | |/ / | | | | | | | | | | | | | | | | Bug: 5647480 Change-Id: Iec4b04e414e8753e6b677b9168ad16b8c3e712be
| * | | Drop API level for notification compatibility BG to 8 (from 10)Adam Powell2011-12-052-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bug 5713262 As we had concrete styles for achieving the right text styling as of Gingerbread, don't punsh apps that used them correctly. Change-Id: I1e373a0238edd6bdab2d0f96588d9cb92a20b31f
| * | Merge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1Winson Chung2011-12-011-0/+10
| |\ \