76212 Commits

Author SHA1 Message Date
Jean-Baptiste Queru
cbc71bd73f Merge "Fix off-by-one error when filtering application UIDs" 2012-05-01 06:42:36 -07:00
Jean-Baptiste Queru
7a0829850e Merge "Fixes an issue that occured unexpected exception "pointerIndex out of range"." 2012-05-01 06:42:12 -07:00
Steven Ross
78c629807c Don't show Face Unlock on initial boot fixes 6396685
Uses a static to keep track whether this is the first pass through the lockscreen
This will be true from when the process is instantiated until the lockscreen
is constructed for the first time, and then false afterwards.
When it is true, we suppress the biometric unlock (Face Unlock).
This avoids the problem of unpredictable and slow startup behavior for Face Unlock
on the first unlock after boot.

Change-Id: I70033af17ba3163d5fe07fc58096f01afaaaafd0
2012-05-01 09:12:22 -04:00
Jean-Baptiste Queru
4426961e7b Merge "Avoiding horizontal keypad navigation trapping within gallery." 2012-05-01 05:52:22 -07:00
Jean-Baptiste Queru
2066f7d986 Merge "Prevent empty overflow popup when there are no overflow items." 2012-05-01 05:52:12 -07:00
Jean-Baptiste Queru
d805c67749 Merge "Possible NullPointerException in restorePanelState" 2012-05-01 05:52:00 -07:00
Jean-Baptiste Queru
bfe71c35a8 Merge "statistics from some cpus don't fit" 2012-05-01 05:51:49 -07:00
Stephen Hines
adeb809201 Start passing element/dim information along with FieldPacker.
BUG=6009244

Change-Id: I3c82c8b40c899b875831f53cf0ad82ea36c1a043
2012-05-01 00:29:52 -07:00
Stephen Hines
9da1b5d030 Unhide FONT.
Change-Id: I86258076817bb8f34ce3bb76031df41c08750f8c
2012-05-01 00:29:52 -07:00
Stephen Hines
9b9e74eea1 Move mesh to end of test list until we fix LLVM.
Change-Id: I8f06e80d7cea4b51e47625186e45ad44adb45b6b
2012-05-01 00:29:52 -07:00
Jeff Brown
755d379761 am 29836177: am c5b755cd: Merge "Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN."
* commit '298361775b0d1938aa5fddb834c2f668fbb1fa27':
  Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN.
2012-04-30 22:54:34 -07:00
satok
bc8d800d2f am 6dbac379: Merge "Show ongoing ime switch icon on sw600" into jb-dev
* commit '6dbac3798128574accff64a9a2b00b2176058898':
  Show ongoing ime switch icon on sw600
2012-04-30 22:04:38 -07:00
satok
6dbac37981 Merge "Show ongoing ime switch icon on sw600" into jb-dev 2012-04-30 22:02:07 -07:00
Jeff Brown
298361775b am c5b755cd: Merge "Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN."
* commit 'c5b755cd5d0718e6b45f2d5a88171d66f0e4e497':
  Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN.
2012-04-30 21:12:30 -07:00
Gilles Debunne
f03acef0ab API fix in TextView
Bug 6104140

Change-Id: I44af54ac7c194335a649e5878ff47dc894fa46fe
2012-04-30 21:08:41 -07:00
satok
c861b68a52 Show ongoing ime switch icon on sw600
Bug: 6422307
Change-Id: If10758e0d4ca59da4f3ab07d52dda6673af9c0a8
2012-05-01 12:05:12 +09:00
Winson Chung
7ced8f9cab Adding getters/setters for StackView xml attrs. (Bug 6104219)
Change-Id: Iaa1ba0292b0d40f73e315028d9f01ef407021e57
2012-04-30 18:50:52 -07:00
Dianne Hackborn
8b86cb6a26 am 414d50bc: Merge "Fix issue #6234928: android.app.IntentReceiverLeaked:" into jb-dev
* commit '414d50bce61be36dac88a6aaad138f99e2e26513':
  Fix issue #6234928: android.app.IntentReceiverLeaked:
2012-04-30 18:31:17 -07:00
Guang Zhu
f0e3edc070 remove extra semi colon
Eclipse has been complaining about it...

Change-Id: I39fb4eeab26af883dd2287baf49ec244db453365
2012-04-30 18:29:23 -07:00
Dianne Hackborn
414d50bce6 Merge "Fix issue #6234928: android.app.IntentReceiverLeaked:" into jb-dev 2012-04-30 18:29:20 -07:00
Adam Powell
ee84950020 am 5703bbfa: Merge "Fix a bug in ListView where touch scrolling could skip a data set change" into jb-dev
* commit '5703bbfa3d119ee4643983422f9dfeb23b20f446':
  Fix a bug in ListView where touch scrolling could skip a data set change
2012-04-30 18:25:36 -07:00
Adam Powell
5703bbfa3d Merge "Fix a bug in ListView where touch scrolling could skip a data set change" into jb-dev 2012-04-30 18:23:49 -07:00
Dianne Hackborn
fd5015be41 Add new APIs for permission group flags and priorities.
Change-Id: I2d476c6aa9dbd05407ec49be45986f42d2acf9e7
2012-04-30 18:19:09 -07:00
Gilles Debunne
5c49d11a57 API fix, AutoCompleteTextView
Bug 6102885

Didn't fix dropDownSelector nor completionHintView at that point.

Change-Id: If080cbefd5189b79e4fa042e28dfa6a71524b93d
2012-04-30 18:13:56 -07:00
Ruei-sung Lin
b4863691f5 am 56ce3c00: Merge "Fix b/5821633: Could not activate GLEnvironment" into jb-dev
* commit '56ce3c00fb120133dbd706da8f550bc6ed9c3722':
  Fix b/5821633: Could not activate GLEnvironment
2012-04-30 17:58:13 -07:00
Ruei-sung Lin
56ce3c00fb Merge "Fix b/5821633: Could not activate GLEnvironment" into jb-dev 2012-04-30 17:55:09 -07:00
Jean-Michel Trivi
c68022258e Optimize how AudioService receives media button events
AudioService maintains a stack of registered media button event
  receivers.
This change modifies the broadcasters of ACTION_MEDIA_BUTTON intents
  let AudioService directly handle the corresponding key event instead
  of trapping the intent sent by PhoneWindowManager, KeyguardViewBase
  and PhoneFallbackEventHandler.
Because the key event may be sent through a PendingIntent,
  AudioService now also implements the OnFinished interface to be
  notified when the event was consumed so it can release the wake
  lock held if it was held when the key event needed to be sent
  (see where PassHeadsetKey was instanciated in PhoneWindowManager).

Change-Id: I2e8614df94af9d54edbf714ef443cc372d21827a
2012-04-30 17:46:19 -07:00
Svetoslav Ganov
1c08d68f25 am af897822: Merge "AccessibilityNodeInfo.getActionSymbolicName() is missing A11y focus actions." into jb-dev
* commit 'af8978226f5e929bd5d4dab04edd11218e8ac6ce':
  AccessibilityNodeInfo.getActionSymbolicName() is missing A11y focus actions.
2012-04-30 17:44:03 -07:00
Svetoslav Ganov
63ef8272b5 am fb68fdb9: Merge "Accessibility should not change input focus behavior." into jb-dev
* commit 'fb68fdb9c6e915e38ec5c7f4b0d526b613e4ea8b':
  Accessibility should not change input focus behavior.
2012-04-30 17:41:24 -07:00
Svetoslav Ganov
af8978226f Merge "AccessibilityNodeInfo.getActionSymbolicName() is missing A11y focus actions." into jb-dev 2012-04-30 17:39:47 -07:00
Svetoslav Ganov
fb68fdb9c6 Merge "Accessibility should not change input focus behavior." into jb-dev 2012-04-30 17:39:24 -07:00
Jeff Brown
52501786e4 am f2dc6fc4: Merge "Fix Javadoc." into jb-dev
* commit 'f2dc6fc442385e08745762fcc2468ad89e2c78dc':
  Fix Javadoc.
2012-04-30 17:31:23 -07:00
Jeff Brown
f2dc6fc442 Merge "Fix Javadoc." into jb-dev 2012-04-30 17:28:49 -07:00
Jeff Sharkey
5600bff79f am 2fea92e6: Merge "Clear ident in dismissKeyguardOnNextActivity()." into jb-dev
* commit '2fea92e6d93b02de67534a9e397a73654d74ce94':
  Clear ident in dismissKeyguardOnNextActivity().
2012-04-30 17:25:29 -07:00
Jeff Sharkey
4abe9ccbef am 4e33c6ca: Merge "Add permission for NetworkOverLimitActivity." into jb-dev
* commit '4e33c6cafab6480bf63b083041f2b0ca09ea5f67':
  Add permission for NetworkOverLimitActivity.
2012-04-30 17:22:38 -07:00
Jeff Sharkey
2fea92e6d9 Merge "Clear ident in dismissKeyguardOnNextActivity()." into jb-dev 2012-04-30 17:22:05 -07:00
Jeff Brown
cee0ae5037 am c5c33c36: Merge "Add support for using the lid switch to turn off the screen." into jb-dev
* commit 'c5c33c363ec9609b83dfe87d58f0bdcf99ff57a0':
  Add support for using the lid switch to turn off the screen.
2012-04-30 17:19:48 -07:00
Jeff Sharkey
4e33c6cafa Merge "Add permission for NetworkOverLimitActivity." into jb-dev 2012-04-30 17:19:35 -07:00
Jeff Brown
c5b755cd5d Merge "Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN." 2012-04-30 17:18:44 -07:00
Ruei-sung Lin
22edf6b2e4 Fix b/5821633: Could not activate GLEnvironment
Change-Id: I35a05eb24299b85a869b973599a091381369aac2
2012-04-30 17:16:44 -07:00
Jamie Gennis
ca1e4d7736 am 6da9cf77: Merge "Surface: add JNI plumbing for setActiveRect." into jb-dev
* commit '6da9cf7782abefe0ba3f8c389136e06a265dfb74':
  Surface: add JNI plumbing for setActiveRect.
2012-04-30 17:16:37 -07:00
Jeff Brown
c5c33c363e Merge "Add support for using the lid switch to turn off the screen." into jb-dev 2012-04-30 17:15:57 -07:00
Jeff Sharkey
e6b6533811 Add permission for NetworkOverLimitActivity.
Bug: 6421080
Change-Id: Icefdf3da7a4a421d27aa1449ac01ea8ae1451d49
2012-04-30 17:15:36 -07:00
Jamie Gennis
6da9cf7782 Merge "Surface: add JNI plumbing for setActiveRect." into jb-dev 2012-04-30 17:13:45 -07:00
Jeff Sharkey
26d4f3dcb3 am 4c3de54d: Merge "Roaming always metered, relax DHCP metered check." into jb-dev
* commit '4c3de54daa4ba0dadefc6eae9beb84c15da8d867':
  Roaming always metered, relax DHCP metered check.
2012-04-30 17:08:33 -07:00
Jeff Sharkey
4c3de54daa Merge "Roaming always metered, relax DHCP metered check." into jb-dev 2012-04-30 17:06:09 -07:00
Adam Powell
6f663c1a3c Fix a bug in ListView where touch scrolling could skip a data set change
Bug 2597058

ListView's touch scrolling can query the adapter for new views. As we now
flush pending touch events before running layout/draw traversals (when we
normally bring ListView back in sync), this can now happen more often.

Resync data before executing a scroll if a data set change is pending.

Change-Id: I3e4eba4c2537911ba9cb3393ee4d9e68e46f84bb
2012-04-30 17:01:07 -07:00
Jeff Sharkey
7ffaa98539 Clear ident in dismissKeyguardOnNextActivity().
BaseStatusBar uses this to launch activities over the insecure
lockscreen, so clear identity.

Bug: 6414983
Change-Id: Idf578923285ee1344e6e13e7f51e17a5f2005c75
2012-04-30 16:59:05 -07:00
Svetoslav Ganov
e9bda15f87 AccessibilityNodeInfo.getActionSymbolicName() is missing A11y focus actions.
1. The new actions were not added to this helper method so it was
   throwing an InvalidArgumentException.

bug:6421059

Change-Id: I132348a50bb900ee19b95cc92c26ce47609ccb1c
2012-04-30 16:55:24 -07:00
Svetoslav Ganov
cf8a3b8224 Accessibility should not change input focus behavior.
1. Removed a change in the input focus behavior I forgot
   to take out when submitted the main accessibility focus
   patch. Ugh..

bug:6320098

Change-Id: Id7942e8aac64ba4bf6df7e19f733fa70b368d1bb
2012-04-30 16:50:14 -07:00