31057 Commits

Author SHA1 Message Date
Romain Guy
b166539a47 am 0064c032: am e79e8758: Merge "Remove ViewTreeObserver allocations" into jb-dev
* commit '0064c032f4a890970c285567520c057976909ea9':
  Remove ViewTreeObserver allocations
2012-05-09 10:07:52 -07:00
Adam Powell
c1e8244f72 am c5967ab8: am e601efd3: Merge "Fix a bug in Activity Up navigation dispatching" into jb-dev
* commit 'c5967ab8defdb199b95317a3c67957f8d7a0aacb':
  Fix a bug in Activity Up navigation dispatching
2012-05-09 10:07:46 -07:00
Jeff Brown
012c9ed9ce am 1f455691: am 2fd54c41: Merge "Improve animation timing." into jb-dev
* commit '1f455691fe344e9dd44b092036f0dc8b8b00cce1':
  Improve animation timing.
2012-05-09 10:07:43 -07:00
Adam Powell
8ca0ca9ad5 am 06aedd01: am 6392a360: Merge "Fix misc. bugs in AbsListView smooth scrolling." into jb-dev
* commit '06aedd01c146fdbe59efb0923d8049a37df9968b':
  Fix misc. bugs in AbsListView smooth scrolling.
2012-05-09 10:07:40 -07:00
Colin Cross
521608e3a1 am aa3ff6b6: am 401d93f0: Merge "Use libsuspend to trigger suspend" into jb-dev
* commit 'aa3ff6b668d07abeec5d57cd47824a360409f5a0':
  Use libsuspend to trigger suspend
2012-05-09 10:07:35 -07:00
satok
5f74536732 am d422ade3: Merge "Fix the issue that the ime switch icon is remaining after closing VoiceInput" into jb-dev
* commit 'd422ade3d5e4993e90d63c926ca0452fe2dd8bc0':
  Fix the issue that the ime switch icon is remaining after closing VoiceInput
2012-05-09 10:06:06 -07:00
satok
2f913d951c Fix the issue that the ime switch icon is remaining after closing VoiceInput
Change-Id: I4fd6b7b6c1e8a2603626d82ed3587716bea519d3
2012-05-10 01:48:03 +09:00
Adam Powell
217477e013 am ea3f8cc7: Merge "Forgive me monkeys, for I have sinned." into jb-dev
* commit 'ea3f8cc71e0bb89840e727e22ba332bae228ac36':
  Forgive me monkeys, for I have sinned.
2012-05-09 01:50:08 -07:00
satok
957f1e3e1a am d1e323b2: Merge "Not to add invalid spell check spans Bug: 6464197" into jb-dev
* commit 'd1e323b272db90db426a4add18af4993f41ae361':
  Not to add invalid spell check spans Bug: 6464197
2012-05-09 01:49:57 -07:00
Xia Wang
cae2b331b8 am 72e95cfe: Merge "Fix Wifi test" into jb-dev
* commit '72e95cfef014c9354812717982bf312880d2bab5':
  Fix Wifi test
2012-05-09 01:49:51 -07:00
Dianne Hackborn
9d2947f80f am feecf9d7: Merge "Support for changing traces from development settings." into jb-dev
* commit 'feecf9d7869c87dfe11d594640d0c7ad2045d1fb':
  Support for changing traces from development settings.
2012-05-09 01:49:47 -07:00
Jeff Brown
8ab3f090c0 am 8c680128: Merge "Check for null fd when constructing AssetFileDescriptor." into jb-dev
* commit '8c68012809ab9a1593f295463624774975bec1e1':
  Check for null fd when constructing AssetFileDescriptor.
2012-05-09 01:49:44 -07:00
Svetoslav Ganov
939a09089f am 2aaa6bbd: Merge "Renaming the constants for activation and long press." into jb-dev
* commit '2aaa6bbd53319012e5eba107880c68dbc5b2d8db':
  Renaming the constants for activation and long press.
2012-05-09 01:49:35 -07:00
Adam Powell
c23411e6db am 13740708: Merge "Fix bug in TaskStackBuilder#addParentStack" into jb-dev
* commit '137407087b069b3418e49b260f64e48e7a6a3144':
  Fix bug in TaskStackBuilder#addParentStack
2012-05-09 01:49:17 -07:00
Svetoslav Ganov
72912116cf am a3b67289: Merge "Fixing View.getBoundsOnScreen()" into jb-dev
* commit 'a3b6728933c13599f3b2f22aad7016cdaa04d706':
  Fixing View.getBoundsOnScreen()
2012-05-09 01:49:10 -07:00
Chris Craik
4a5c01631e am b010601c: Merge "Pass webview instance when getting base layer / color, and prevent null value" into jb-dev
* commit 'b010601c41423e80eaf20297073a4ad56787bd1c':
  Pass webview instance when getting base layer / color, and prevent null value
2012-05-09 01:49:08 -07:00
George Mount
0d612c0d61 am 5602d023: Merge "Scroll edit text into view when keyboard shows." into jb-dev
* commit '5602d02389c2b945e8d78ea34990933a8e1ddc8b':
  Scroll edit text into view when keyboard shows.
2012-05-09 01:49:04 -07:00
Adam Cohen
d6e752831c am 8a7eff18: Merge "Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454251)" into jb-dev
* commit '8a7eff18f3f83e0d41de47b84052723f337bf53b':
  Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454251)
2012-05-09 01:48:50 -07:00
Adam Powell
eb0890da4c am a87f2346: Merge "More fun with AbsListView smooth scrolling" into jb-dev
* commit 'a87f23468182f64373f549e3f63666215e00f7eb':
  More fun with AbsListView smooth scrolling
2012-05-09 01:48:47 -07:00
Carlos Valdivia
e0ea02c20e am 3fcf1c85: Merge "Fix a race condition with respect to clients of SyncStorageEngine." into jb-dev
* commit '3fcf1c85873008df43ee80f896216fb39e4c630e':
  Fix a race condition with respect to clients of SyncStorageEngine.
2012-05-09 01:48:37 -07:00
Jeff Brown
3d42f8f8ca am 9ac663ef: Merge "Disable input dispatch until boot finished." into jb-dev
* commit '9ac663ef9ab6ec455403d1e71bf897c34d3b311e':
  Disable input dispatch until boot finished.
2012-05-09 01:48:32 -07:00
Eric Laurent
776339fe4c am c8ade15d: Merge "Silent and Vibrate mode clean up" into jb-dev
* commit 'c8ade15dadd680c5e4b201f3b7b0823a13dedb3e':
  Silent and Vibrate mode clean up
2012-05-09 01:48:30 -07:00
Gilles Debunne
4fcc9b4924 am 2e999d12: Merge "Removed debug code in TextView" into jb-dev
* commit '2e999d12743edf329b6991d7168099cec9f1c24f':
  Removed debug code in TextView
2012-05-09 01:48:27 -07:00
Romain Guy
3607c338c7 am 27ef44c4: Merge "Invalidate display lists immediately when views are removed/added quickly" into jb-dev
* commit '27ef44c46d24a5800e227d945ffede813d7f28f7':
  Invalidate display lists immediately when views are removed/added quickly
2012-05-09 01:48:23 -07:00
Svetoslav Ganov
d71f6e9a81 am 14326fd4: Merge "DefaultGestureHandlingHelperService should not include non-important views." into jb-dev
* commit '14326fd456f8b457e4ab7b53393b9b1e0d1726aa':
  DefaultGestureHandlingHelperService should not include non-important views.
2012-05-09 01:48:19 -07:00
Chris Craik
d9155605ab am aa997294: Merge "Revert "Add temporary functor lifetime logging"" into jb-dev
* commit 'aa9972943cab627db9b10e5c9c4bb80f99f8a4bd':
  Revert "Add temporary functor lifetime logging"
2012-05-09 01:48:04 -07:00
Svetoslav Ganov
aecb9b59e6 am 59f3f585: Merge "Add performAccessibilityAction to AccessibilityDelegate." into jb-dev
* commit '59f3f5853cd05103b5a83f5ddbe584a5270a9c6b':
  Add performAccessibilityAction to AccessibilityDelegate.
2012-05-09 01:47:55 -07:00
Colin Cross
2032058965 am fdb7412a: Merge "Don\'t call into power HAL if it isn\'t loaded." into jb-dev
* commit 'fdb7412af3e5b702b2d07cf782d3db8e297ef7b4':
  Don't call into power HAL if it isn't loaded.
2012-05-09 01:47:48 -07:00
Svetoslav Ganov
c2f5e79750 am 6704c233: Merge "AccessibilityNodeInfo for visible views should reported." into jb-dev
* commit '6704c233390743890d23338a2329dcda5709b810':
  AccessibilityNodeInfo for visible views should reported.
2012-05-09 01:47:38 -07:00
Svetoslav Ganov
ca1e49cad5 am cdbbecf3: Merge "Accessibility focus on temporary detached view not cleared." into jb-dev
* commit 'cdbbecf357bf47e6eee6ba54caee5791834b5deb':
  Accessibility focus on temporary detached view not cleared.
2012-05-09 01:47:34 -07:00
Adam Powell
cb533917fa am 1705b2a5: Merge "Fix some oddities in ResolverActivity" into jb-dev
* commit '1705b2a5da8f27bf91fb5bd984c212c9476fc605':
  Fix some oddities in ResolverActivity
2012-05-09 01:47:31 -07:00
Fabrice Di Meglio
e1b1cdc0d4 am 92d7f9ff: Merge "Fix bug #6408393 Character corruption is caused when locale is changed" into jb-dev
* commit '92d7f9ff1c0c8a179ee935d86d3c94022980ead2':
  Fix bug #6408393 Character corruption is caused when locale is changed
2012-05-09 01:47:23 -07:00
Jeff Brown
a394efa335 am 947f1c8d: Merge "Move CancellationSignal to android.os package." into jb-dev
* commit '947f1c8db00bd3805838ff49a5f4d220df507b47':
  Move CancellationSignal to android.os package.
2012-05-09 01:47:20 -07:00
Dianne Hackborn
92f12822c1 am 4a337ec9: Merge "New preference for multi-selection check boxes." into jb-dev
* commit '4a337ec99e0d6b7f2f3b79b990809bf64a42f0ec':
  New preference for multi-selection check boxes.
2012-05-09 01:47:13 -07:00
Amith Yamasani
07bd29ba7b am 369d78f1: Merge "Switch 7 inch tablets to single-pane preferences, like phones." into jb-dev
* commit '369d78f128f62af395ce889ed2ab4b7ec7d07262':
  Switch 7 inch tablets to single-pane preferences, like phones.
2012-05-09 01:47:10 -07:00
Adam Powell
5fac4ca465 am ef31e7ca: Fix for toggling menu item visibility outside of create/prepare menu
* commit 'ef31e7cab57c82083c41adf2d2a056ab159a4f51':
  Fix for toggling menu item visibility outside of create/prepare menu
2012-05-09 01:47:00 -07:00
Teng-Hui Zhu
b63418da94 am 87156c96: Merge "Replace tree observer with a JNI call at draw time" into jb-dev
* commit '87156c96f5f2a761b8d05318f8ae82ce26aa16b4':
  Replace tree observer with a JNI call at draw time
2012-05-09 01:46:55 -07:00
John Reck
7ed271f379 am 7c38077e: Merge "Fix inval issue" into jb-dev
* commit '7c38077edf73e3313bceccdbde1f78ed1bd14be2':
  Fix inval issue
2012-05-09 01:46:51 -07:00
John Reck
443afd7d53 am 975b9b78: Merge "Delay creating Java objects for WebHistoryItem" into jb-dev
* commit '975b9b787aa01c2e1540797987137d92dc2b8f14':
  Delay creating Java objects for WebHistoryItem
2012-05-09 01:46:46 -07:00
Chris Wren
2779c4c1f1 am 195ba504: Merge "Clear out any existing buttons before adding the set of requested actions." into jb-dev
* commit '195ba5047cec4d249d5408e75fb04696941655c0':
  Clear out any existing buttons before adding the set of requested actions.
2012-05-09 01:46:32 -07:00
Chris Wren
49d3a80e82 am 407f2fdc: Merge "Don\'t allow actions to intrude into the notification area." into jb-dev
* commit '407f2fdcfe1724bda09620e0e1e4ad48f242c04d':
  Don't allow actions to intrude into the notification area.
2012-05-09 01:46:29 -07:00
satok
c496652b86 am 05f5236f: Merge "Make InputMethodSubtype thread safe" into jb-dev
* commit '05f5236f6093b7f518677289f023f033832218f7':
  Make InputMethodSubtype thread safe
2012-05-09 01:46:13 -07:00
Mathias Agopian
6e8fe1df32 am faf5b16a: Merge "better error handling in SensorManager" into jb-dev
* commit 'faf5b16ae80b15d6c7bdb7ddaa508eaa19f8df2d':
  better error handling in SensorManager
2012-05-09 01:46:02 -07:00
Jeff Brown
05f5976abe am 9cc5e767: Merge "Hide SET_KEYBOARD_LAYOUT permissions." into jb-dev
* commit '9cc5e7678d5efadef8676a7e50474d38a93ab8ce':
  Hide SET_KEYBOARD_LAYOUT permissions.
2012-05-09 01:45:58 -07:00
Svetoslav Ganov
c02e9980e4 am 775bcac6: Updating the documentation of share action provider.
* commit '775bcac6bcdd04b6bffd23b5de0da4588a749337':
  Updating the documentation of share action provider.
2012-05-09 01:45:54 -07:00
Jeff Brown
e8e94a0743 am 41a4704b: Merge "Small tweaks to orientation." into jb-dev
* commit '41a4704b09f98723f4ddec895c9f2e651a5c0c8e':
  Small tweaks to orientation.
2012-05-09 01:45:49 -07:00
Kenny Root
83ea86091b am 29bb27ef: Merge "Add encryption parameters to package installation" into jb-dev
* commit '29bb27ef90564a294d506c2ffd546ba21788aeac':
  Add encryption parameters to package installation
2012-05-09 01:45:43 -07:00
Svetoslav Ganov
4a79594ca1 am d57521c6: Fix the build.
* commit 'd57521c6742f4018761faab1de96bd38afbcac02':
  Fix the build.
2012-05-09 01:45:41 -07:00
Svetoslav Ganov
ba23196f16 am 911b0c0b: Merge "Accessibility focus actinos incorectly set on accessibility node info." into jb-dev
* commit '911b0c0b15ae4f14a6f755278679ef9c6a6e6c05':
  Accessibility focus actinos incorectly set on accessibility node info.
2012-05-09 01:45:37 -07:00
Adam Powell
e64436f7f2 am ae9c72d9: Merge "AbsListView: Toss transient state views once they no longer have transient state." into jb-dev
* commit 'ae9c72d9a8f210e51b5a6364b294a5eb24945de6':
  AbsListView: Toss transient state views once they no longer have transient state.
2012-05-09 01:45:33 -07:00