summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Notification panel on tablet does not handle back and home key events.Svetoslav Ganov2012-08-021-1/+22
| | | | | | | | | | | | | | | 1. Notification panel on tablet does not handle back and home key events and as a result the notification panel stays open. Hence, after opening the notifications panel, pressing the back key on a keyboard will move back in the app instead closing the panel. Same happens for the home key. The expected behavior is if the panel is open the back button will dismiss it and the key should be consumed by the panel. The home key should hide the panel and the key should not be consumed by the panel so the system can do the right thing. bug:6902903 Change-Id: I06e8ceea1f51b998e6703d70dcb3a24128d5a581
* Persistent 'emergency calls' banner in the notification panel.Daniel Sandler2012-07-274-20/+69
| | | | | | | | | | While carrier info (or SSID for devices without mobile data) will still be shown in a floating text view at the bottom of the notification shade, emergency-calls-only mode will now be shown in the notification panel header so that it cannot be obscured by notifications. Change-Id: I714b6801be2b9b631b86b51d229440445eff5e76
* Merge "Fix NPE on some phones at startup." into jb-devDaniel Sandler2012-07-251-2/+3
|\
| * Fix NPE on some phones at startup.Daniel Sandler2012-07-251-2/+3
| | | | | | | | | | Bug: 6877589 Change-Id: I65ff37b4cf6b59a72a7aa665f252f5fb34f3b183
* | Remove old unused DreamsDockLauncher.Daniel Sandler2012-07-252-98/+0
|/ | | | | Bug: 6802065 Change-Id: I403b02ca7c78bb90eed712b3b6f846a4a6d68f8b
* Fix 6804479: "Emergency calls only" in notification shadeDaniel Sandler2012-07-241-2/+4
| | | | | | | | | | Add an additional codepath to the "no connectivity" logic in NetworkController to allow the PLMN bubble up from the GsmServiceStateTracker, where R.string.emergency_calls_only is returned if we're in emergency call mode. Bug: 6804479 Change-Id: I0a77261e4393cc0dc32bae3e631ef196b2342f06
* Merge "Fix stuck status bars." into jb-devDaniel Sandler2012-07-181-7/+28
|\
| * Fix stuck status bars.Daniel Sandler2012-07-181-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An odd little bit of logic (attempting to defend against the status bar getting stuck on orientation change) was ironically causing it to get stuck if the bar was closed twice in very rapid succession (which can happen if you manage to click the settings button as the panel is about to close). Other tweaks to help defend against this sort of problem in the future: - When the screen goes off, immediately collapse the notification panel (without animation) - When completing panel collapse, force the height of the expanded view to 0 (in case it ended up some other way by this point). - Reduce a weird little glitch when you start animateCollapse() in the middle of a reveal animation. (The panel would jump to full height.) Bug: 6765842 Change-Id: I233467c73e130f64401333319943289cbf3daa56
* | Import translations. DO NOT MERGEYing Wang2012-07-121-2/+2
| | | | | | | | | | Change-Id: I11573dc6817d3ef1756ecb6c889e83129317d239 Auto-generated-cl: translation import
* | Remove gradients from navbar glow highlights.Daniel Sandler2012-07-1012-0/+0
|/ | | | | | | Should reduce unsightly banding. Bug: 6789484 Change-Id: I1bd552d571651ff614a867c2e52b8532b6e22749
* Logs to track bug 6765842.Daniel Sandler2012-07-031-1/+6
| | | | | | | | | | | It looks like we can get into a state where the notification panel gets un-expanded, leaving an unsightly mess where your status bar should be. This change adds some additional info to the dumpsys output. Bug: 6765842 Change-Id: Iecf2480bc7bdf5bb737863c0cbf9ad07d8523c0c
* Fix issue #6761130: Clearing app data in settings does not clear app's USB ↵Dianne Hackborn2012-06-291-0/+10
| | | | | | | | | | storage The package manager calls to clear data / clear cache were not also having default container service clear the data on external storage. Now they do. Change-Id: Ib5e5eb6adf2cac5a4cc094cc1a02ac8cfb6a2edf
* Maybe fix issue #6756472: Share button is not defocusing the shadeDianne Hackborn2012-06-281-6/+4
| | | | | | | | | | | | | I got this reproduce a few times, then wasn't able to. I made this change and then couldn't reproduce it. Maybe it fixed it. The change here is to explicitly pass in the handler class to apply() and reapply(), instead of relying it being set as a member of the RemoteViews class. This is much cleaner and more explicitly about setting that for the click callbacks. Bug: 6756472 Change-Id: I8d029c3836501df3206c433838124b4be3890a8b
* Merge "Retain expanded state across more than one violent update." into jb-devChris Wren2012-06-282-0/+7
|\
| * Retain expanded state across more than one violent update.Chris Wren2012-06-282-0/+7
| | | | | | | | | | Bug: 6680363 Change-Id: Iebf2387fc5c8774c1c001dde5a4608d4e60720aa
* | Merge "Fix #6750492: NPE in tablet status bar" into jb-devDaniel Sandler2012-06-281-0/+1
|\ \
| * | Fix #6750492: NPE in tablet status barDaniel Sandler2012-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | | Pull down a bugfix from BaseStatusBar. Bug: 6750492 Change-Id: I9bd04e3a800d4dd2222844d2848208d611b60fe0
* | | Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-devDianne Hackborn2012-06-281-0/+3
|\ \ \
| * | | Fix issue #6706369: Sometimes the "App info" popup shows...Dianne Hackborn2012-06-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...even though I don't long press When you start scrolling from a point between two notification items, only the first down goes to SwipeHelper.onInterceptTouchEvent(), and the following events go to SwipeHelper.onTouchEvent(). However when we call SwipeHelper.onTouchEvent(), we immediately bail if we are not in the drag state, so we never clear the pending long press event. Bug: 6706369 Change-Id: Icc46fba62fe7ee334d8d62ac39195d7c3aeff705
* | | | Merge "Retain expanded state across violent updates." into jb-devChris Wren2012-06-281-0/+5
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Retain expanded state across violent updates.Chris Wren2012-06-271-0/+5
| | | | | | | | | | | | | | | Bug: 6680363 Change-Id: I81e3b3a4e15b4ed240af62ad1023d4bbd9aaa646
* | | Disable assist gesture when keyguard is activeJohn Spurlock2012-06-274-3/+9
|/ / | | | | | | | | | | | | | | | | Prevent search gesture from firing when keyguard is in restricted input mode, e.g. in Emergency Dialer. Also disable the Home touch listener in this mode to avoid bringing up the ring. Affects both phone and tablets. Bug: 6723749 Change-Id: I60f0aebfcce4cf7f66798ee1212ea326bdad3ef0
* | Merge "TabletStatusBar: Lights-out shadow view should be taller" into jb-devJohn Spurlock2012-06-261-1/+1
|\ \ | |/ |/|
| * TabletStatusBar: Lights-out shadow view should be tallerJohn Spurlock2012-06-251-1/+1
| | | | | | | | | | | | | | | | | | The lights-out shadow view is now the same height as the system bar. This makes for a better looking animation (no cropping) and positions the dots in the right place. Bug: 6722791 Change-Id: Ifc2cc1586cd72a81a7bb801442be4fa4e03da2a5
* | Merge "Fix issue #6717667: expanded notification actions don't work on the ↵Dianne Hackborn2012-06-252-2/+32
|\ \ | | | | | | | | | lock screen" into jb-dev
| * | Fix issue #6717667: expanded notification actions don't work on the lock screenDianne Hackborn2012-06-252-2/+32
| |/ | | | | | | | | | | | | | | | | | | | | FLAG_ACTIVITY_CLOSE_SYSTEM_DIALOGS was a mistake. Instead, and the infrastructure for the status bar to take care of closing and hiding things itself when you press these buttons, just like it does for the main Intent of the notification. Bug: 6717667 Change-Id: I1b22186e0cedc05f46a1a3ec78053a72afaf61b1
* | Merge "Ensure screen reader URL gets updated during ICS to JB update." into ↵Svetoslav Ganov2012-06-251-1/+18
|\ \ | | | | | | | | | jb-dev
| * | Ensure screen reader URL gets updated during ICS to JB update.alanv2012-06-221-1/+18
| | | | | | | | | | | | | | | Bug: 6702042 Change-Id: I771863c53fa420ba0746fce30cd17eb8b2b9fba1
* | | TabletStatusBar: Hide notifications during Setup WizardJohn Spurlock2012-06-255-28/+46
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Protect tablet users going through the initial setup wizard from trapping themselves in Settings before the setup wizard is complete. A similar change was already made for phones, so use the same logic. Also hide quick-settings button (another way to get trapped in Settings) and associated panel click handler. Remove clear button since we're no longer showing notification items. Bug: 6704080 Change-Id: If7148cde9d18f493627f8367fd4b39d22e0d5ef1
* | revert I057b7ac0 now that the layouts are the expected height.Chris Wren2012-06-211-3/+3
| | | | | | | | | | Bug: 6546766 Change-Id: I736290b897b864228ecc3e46d86ef566efda1efd
* | Merge "made the pressed state white" into jb-devHiroshi Lockheimer2012-06-2012-0/+0
|\ \
| * | made the pressed state whiteRichard Ngo2012-06-2012-0/+0
| |/ | | | | | | Change-Id: Ic30f6f9aa574731ff1ed52364262c0d9b795dca0
* | Change hard-coded URL for accessibility script.alanv2012-06-201-1/+1
|/ | | | | | | | | The old version of the script is broken and is cached due to an error in our gstatic configuration. We had to change the name to avoid hitting the cached version on external proxies. Bug: 6702042 Change-Id: I0e5ee8b3a6ae8c7ba11f5760f2f99d4b5614ac97
* Merge "Fix 6693743: update animation ring for keyguard and search panel" ↵Jim Miller2012-06-195-5/+5
|\ | | | | | | into jb-dev
| * Fix 6693743: update animation ring for keyguard and search panelJim Miller2012-06-195-5/+5
| | | | | | | | | | | | | | | | | | | | | | This is a partial revert of change Ibce96f45eb6a94582c694108b99e243fd57b1955. This change: - shows the expanding ring animation on keyguard and navbar search - disables the first ping wave animation on both. - restores the outer ring Change-Id: I429d23a49ca2868dc00872b8b8fde000d6a53a6d
* | Fix 6667238: allow market apps to support ACTION_ASSISTJim Miller2012-06-191-26/+16
|/ | | | | | | | | | This change allows market apps and 3rd parties to supply an activity that responds to ACTION_ASSIST (e.g. market apps). It also adds a test app to respond to the ASSIST intent and force the intent disambiguation dialog to appear. Change-Id: I5a78863c6a9546d18c66275187d178f6a1c9ee17
* Fix 6683092: tune GlowPadView wave animationJim Miller2012-06-184-4/+4
| | | | | | | | | | | This adds some aesthetic changes to the wave animation for GlowPadView: - wave shape is no longer symmetric - disable expand in keyguard - enable expand in SearchPanelView (when mAlwaysTrackFinger == true) - if a current wave animation isn't finished yet, don't start a new one - various timing changes Change-Id: Ibce96f45eb6a94582c694108b99e243fd57b1955
* Merge "Fix 6665117: ACTION_ASSIST visual improvements" into jb-devJim Miller2012-06-185-7/+7
|\
| * Fix 6665117: ACTION_ASSIST visual improvementsJim Miller2012-06-155-7/+7
| | | | | | | | | | | | | | | | - add generic icon for search providers that don't supply one - change alpha weighting factor for glow - don't show ring background Change-Id: I86c86dc2d623c25ec7b91e206fac8ad9cd60faac
* | Merge "Turn off debug logs." into jb-devDaniel Sandler2012-06-181-25/+23
|\ \
| * | Turn off debug logs.Daniel Sandler2012-06-181-25/+23
| | | | | | | | | | | | | | | | | | | | | | | | Also switch to Slog, which is more appropriate for framework logging. Bug: 6684167 Change-Id: I829de86702a9952ce42ec9967c8d493529253426
* | | Increasing brightness for notification icons and navigation bar iconsChristian Robertson2012-06-152-2/+2
|/ / | | | | | | | | | | Bug: 6612414 Change-Id: I5ab60f60f5bf502b3b15c30207047285db611ae3
* | Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-06-151-2/+2
|\ \
| * | Import translations. DO NOT MERGEYing Wang2012-06-151-2/+2
| | | | | | | | | | | | Change-Id: I3634d090275ecbd789e89266910ede4e4e1d8566
* | | Merge "Hide "no internet connection" when connected some other way." into jb-devDaniel Sandler2012-06-152-5/+30
|\ \ \ | |/ / |/| |
| * | Hide "no internet connection" when connected some other way.Daniel Sandler2012-06-152-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now track whether the device is connected at all, and use this to suppress the disconnected message in the mobile status string (we previously just looked at wifi connectivity). So, if a device is attached via ethernet: - On wifi-only devices, the combined label is shown in the notification panel, so you'll see "ETHERNET" (this comes straight from EthernetDataTracker; at some point we need localized strings and icons). - On mobile-data devices (phones), the notification panel only shows the mobile data label, which will be suppressed, so you'll see nothing at all. Bug: 6648292 Change-Id: I9841eaeffe50a4f046afbdc09d80c5bd4d78a839
* | | Merge "Concatenate SPN and PLMN with a pipe." into jb-devDaniel Sandler2012-06-151-1/+1
|\ \ \ | |/ / |/| |
| * | Concatenate SPN and PLMN with a pipe.Daniel Sandler2012-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Prior change 199020 fixes it for instances of CarrierLabel; this fixes it for customers of NetworkController. Bug: 6639047 Change-Id: I69dada2298f4a3caf453f43d847cdb32fe7eaa9f
* | | Merge "Show even fewer notifications in Setup." into jb-devDaniel Sandler2012-06-141-2/+19
|\ \ \
| * | | Show even fewer notifications in Setup.Daniel Sandler2012-06-141-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restricting to pkg="android" didn't filter out things like open wifi networks, etc. So now we have a whitelist: notifications must be sent the "android" pseudo-package, *and* they must have one of these "kind" tags: - android.system.imeswitcher (IME switcher, needed by SUW) - android.system.update (OTAs) Note that OTAs currently use a fullScreenIntent, so they bypass this logic anyway, but for consistency's sake we now allow OTA icons in the status bar explicitly. Bug: 6645469 Change-Id: Ib2e2f22d7a0817a1acaf8137ed4f3c7d3ddf8af5