148634 Commits

Author SHA1 Message Date
John Reck
0a6c467f2c am 0566908c: Fix hwuitask & RT priorities
* commit '0566908c2ccf9810368d9c4ee91caf6493c694f5':
  Fix hwuitask & RT priorities
2014-08-15 00:42:12 +00:00
John Reck
21be43e142 Fix hwuitask & RT priorities
Bug: 15993695

Change-Id: Ib6f07237cb834e8d10f3074f8fb206d27f91859a
2014-08-15 00:36:11 +00:00
Chet Haase
7b23cc5312 am 6da8d4a6: Merge "ActionBarOverlay needs to be focusable" into lmp-dev
* commit '6da8d4a69b7d2405935c0974a19c40481e08cf00':
  ActionBarOverlay needs to be focusable
2014-08-14 22:38:54 +00:00
Amit Mahajan
e627721648 am 94819cff: Merge "Contribute roaming configuration for domestic roaming and non-roaming cases" into lmp-dev
* commit '94819cff180512dbe5734cd5f33a7ee1cf39f2e7':
  Contribute roaming configuration for domestic roaming and non-roaming cases
2014-08-14 22:16:52 +00:00
Jorim Jaggi
c446c6448f am 80632796: Fix emergency call when in launch transition.
* commit '8063279641d22b24748811eccd9037a4acd05d23':
  Fix emergency call when in launch transition.
2014-08-14 21:52:26 +00:00
Jorim Jaggi
fbc88e19cb Fix emergency call when in launch transition.
Bug: 16831662
Change-Id: I3411decc3053a7e5fc760ffce5e8b3c52a6e0c49
2014-08-14 21:44:26 +00:00
Chulwoo Lee
12033b974c am 5c101aef: Merge "TIF: Set translatable false for rating descriptions" into lmp-dev
* commit '5c101aefa18d24c5b390bd145a6e2e2af5485ff1':
  TIF: Set translatable false for rating descriptions
2014-08-14 21:36:58 +00:00
Jae Seo
3de3535f3c am deacaa18: Merge "TIF: Change the directory of the state file" into lmp-dev
* commit 'deacaa18c99a0fff6807ca865cc7b5ce6d091d24':
  TIF: Change the directory of the state file
2014-08-14 21:15:39 +00:00
Nancy Chen
9fe6a7c19d am c3e6845b: Merge "Add extras for outgoing call" into lmp-dev
* commit 'c3e6845b29af215059efe9c121b928155aceb425':
  Add extras for outgoing call
2014-08-14 21:15:34 +00:00
Jorim Jaggi
9d94da0e18 am 5a195a5c: Hide icons on Keyguard when QS is open
* commit '5a195a5cf6275e3a6d45c75e39a505e3e37dad89':
  Hide icons on Keyguard when QS is open
2014-08-14 21:11:06 +00:00
Jorim Jaggi
c7b9677eae am e1b38697: Fix QS expansion weirdness
* commit 'e1b3869723a43d551058aad6e21ee73f33acabde':
  Fix QS expansion weirdness
2014-08-14 21:11:00 +00:00
Tim Murray
eeb0ffa807 am 71f7d5fb: Merge "Allocation.resize() should throw an exception in API 21+." into lmp-dev
* commit '71f7d5fb290a0eff5cf1bdc5e9b1f637dd811c5c':
  Allocation.resize() should throw an exception in API 21+.
2014-08-14 21:06:53 +00:00
Jorim Jaggi
3afddce73e Hide icons on Keyguard when QS is open
Bug: 16794381
Change-Id: Ic8525bb5e8882bd37bf63d29be60d4cc8f40b26a
2014-08-14 21:05:11 +00:00
Adam Lesinski
fc3b27b8ce am dd4c3af1: Merge "Ensure that split names are valid" into lmp-dev
* commit 'dd4c3af1e52cb57dd9a5115215baba61501021d5':
  Ensure that split names are valid
2014-08-14 21:02:23 +00:00
Jorim Jaggi
11c071a550 Fix QS expansion weirdness
- Fix that the clock/avatar could get too large.
- Fix QS collapsing when on Keyguard and scroll view is scrolled
- Fix that clock/avatar didn't grow after a layout when expanding
- Fix flicker in header when overexpanding the panel
- Fix flicker from QS panel when it changes size
- Fix that scroll view still was scrolled after collapsing QS

Bug: 16869692
Bug: 16894194
Change-Id: Ic0f89ab860979db4d0438007b4d0d044d3e8c4ae
2014-08-14 21:01:52 +00:00
Jorim Jaggi
8f5c28623b am dfb8bbd5: Fix scaling of text in quick settings header view
* commit 'dfb8bbd598af7fb58e7f70562cc798f4d575f71a':
  Fix scaling of text in quick settings header view
2014-08-14 20:50:23 +00:00
Jorim Jaggi
fc69f78732 Fix scaling of text in quick settings header view
Bug: 16824061
Change-Id: Ic2b5d42f4485885f43448ab311972a886d6da6d6
2014-08-14 20:46:44 +00:00
George Mount
607cd9ef81 am fe8529f1: Don\'t blink in views that haven\'t transitioned yet.
* commit 'fe8529f1525171af06ee738c570154c9d0ee4c39':
  Don't blink in views that haven't transitioned yet.
2014-08-14 20:24:43 +00:00
Paul McLean
aa6f7b50f3 am 04156f72: Merge "Fix ALSA initialized wait for input-only USB Audio devices" into lmp-dev
* commit '04156f723709a2e45e1eec0f93b898ef98faaec2':
  Fix ALSA initialized wait for input-only USB Audio devices
2014-08-14 20:20:23 +00:00
Adam Powell
f22d007895 am 7622c178: Merge "Show checkmarks at the start of material AlertDialog list items" into lmp-dev
* commit '7622c178b3c218bedd930f0103673794b6fe8386':
  Show checkmarks at the start of material AlertDialog list items
2014-08-14 20:20:18 +00:00
George Mount
a2bbbb3bac Don't blink in views that haven't transitioned yet.
Bug 16959262

Views that hadn't animated in during the enter transition were
being stripped from the exit transition. This caused them to
blink in as the enter transition was canceled.

This pauses the entering transition so that the view positions
are properly captured for the exit transition and aren't stripped.

Change-Id: I39cc94ed3bf92a51f8c5fe741f0aa5456b704bf0
2014-08-14 20:19:41 +00:00
Alan Viverette
2b2bac7689 am 5c9feadd: Merge "Make sure we\'re obtaining themed drawables correctly" into lmp-dev
* commit '5c9feadd16ce010b0bf34bf23bee92421888255c':
  Make sure we're obtaining themed drawables correctly
2014-08-14 20:12:22 +00:00
Jason Monk
f2625671a1 am eb9daa91: Merge "Switch exiting screen pinning to recents+back" into lmp-dev
* commit 'eb9daa91fe4b6c4142d65b2becc6247345c17c74':
  Switch exiting screen pinning to recents+back
2014-08-14 20:12:17 +00:00
Alan Viverette
bf64d2cfee am e4ac85c2: Merge "Prevent SwitchPreference widget from receiving a11y focus" into lmp-dev
* commit 'e4ac85c2b79a15adee1523569f03b2b1f2e55b79':
  Prevent SwitchPreference widget from receiving a11y focus
2014-08-14 20:12:11 +00:00
Alan Viverette
c0e64ce22a am f150fb34: Deprecate InputMethodService.enableHardwareAcceleration()
* commit 'f150fb344282a6e38284153298ea737c64626f19':
  Deprecate InputMethodService.enableHardwareAcceleration()
2014-08-14 20:12:04 +00:00
Alan Viverette
a02e76df19 am 056941f1: Merge "Don\'t set textColor in button style" into lmp-dev
* commit '056941f1347d3e993d95770eff8277d57dd8e538':
  Don't set textColor in button style
2014-08-14 20:11:59 +00:00
Anish Athalye
878f087360 am 2f2e3797: Merge "Make LeadingMarginSpan2 behavior more consistent" into lmp-dev
* commit '2f2e37979903a6ed0d55dee78864c2cbb9fb9d7e':
  Make LeadingMarginSpan2 behavior more consistent
2014-08-14 20:07:39 +00:00
Alan Viverette
e07b595519 Deprecate InputMethodService.enableHardwareAcceleration()
BUG: 16951553
Change-Id: I126ea823eb2eeabb29d30999dec9c9411b33b315
2014-08-14 20:06:02 +00:00
Jorim Jaggi
7644f6e977 am dd26d8b2: Fix listening states for two-finger and fast-double swipe
* commit 'dd26d8b2efe5a1e9f8951e21919a1efa781450f2':
  Fix listening states for two-finger and fast-double swipe
2014-08-14 20:03:23 +00:00
Jorim Jaggi
8599a33580 Fix listening states for two-finger and fast-double swipe
Bug: 16655660
Change-Id: I46d826edc901e08eb1513fe87de2f63228581617
2014-08-14 19:55:42 +00:00
Anish Athalye
4798c44563 Merge "Make LeadingMarginSpan2 behavior more consistent" into lmp-dev 2014-08-14 19:49:28 +00:00
Jason Monk
92117e9b0c Merge "Switch exiting screen pinning to recents+back" into lmp-dev 2014-08-14 19:41:44 +00:00
Jason Monk
815e057b9b Switch exiting screen pinning to recents+back
When accessibility is on, still use just recents.

While here fix strings to be less wrong.  Still need finalization.

Bug: 16649417
Change-Id: I94debe9471d5132f1f662543cc98cbde638c758d
2014-08-14 20:06:41 +00:00
Alan Viverette
b7bd357cb8 Merge "Prevent SwitchPreference widget from receiving a11y focus" into lmp-dev 2014-08-14 19:41:44 +00:00
Alan Viverette
0464ca04e8 Prevent SwitchPreference widget from receiving a11y focus
Has no effect on behavior when explore by touch is turned off.

BUG: 16961152
Change-Id: I1e494d6a86f261d22d551afc43fe9e499907df6f
2014-08-14 20:00:04 +00:00
Jorim Jaggi
a4841c44bf am 1550dd96: Don\'t scale notifications on Keyguard for devices < xxhdpi
* commit '1550dd966ef7a37b1861d540692ad65fe1f92215':
  Don't scale notifications on Keyguard for devices < xxhdpi
2014-08-14 19:22:21 +00:00
Jorim Jaggi
704cbffcc0 am 7bcbac87: Merge "Disable DragDownHelper in QS" into lmp-dev
* commit '7bcbac87b73d34a9e5b809f423ee6ba168276c6e':
  Disable DragDownHelper in QS
2014-08-14 19:22:08 +00:00
Dan Sandler
c53da1fb58 am c514a213: No need for drawing caches on notifications.
* commit 'c514a213de53d42b2e668e2c5668324932fd0f38':
  No need for drawing caches on notifications.
2014-08-14 19:18:03 +00:00
Jorim Jaggi
d7c1fae12e Don't scale notifications on Keyguard for devices < xxhdpi
Bug: 16824061
Change-Id: Iccccebcd17357764aef325df0cd220508fcf7403
2014-08-14 19:16:33 +00:00
Anish Athalye
ab08c6d38a Make LeadingMarginSpan2 behavior more consistent
This addresses b/16486549.

This change updates public documentation to specify the behavior of
LeadingMarginSpan2s. This change specifies what happens when a
LeadingMarginSpan2 is combined with other LeadingMarginSpans. This
behavior was not previously documented.

LeadingMarginSpan2s specify the number of lines used for the leading
margin. When laying out and rendering, for all LeadingMarginSpans, the
first line margin is applied for the number of lines specified by the
LeadingMarginSpan2.

Previously, this behavior was slightly buggy -- the LeadingMarginSpan2
affected all LeadingMarginSpans when laying out text, but not when
rendering.

This change is designed to cause the least amount of breakage in
existing code while achieving consistency with the way
LeadingMarginSpan2 is handled in layout and drawing.

For the most common use of LeadingMarginSpan2 -- getting a multi-line
first margin in the first paragraph of text in a layout -- this should
cause no change in behavior. For any other uses, the old (buggy)
implementation most likely did not exhibit correct behavior to begin
with, so developers were most likely not relying on that functionality.

Change-Id: I6f69df09c0130e703458e65bf3eaac4a905df56e
2014-08-14 11:58:37 -07:00
Dan Sandler
b120ac5b69 No need for drawing caches on notifications.
They just chew up memory.

Bug: 10918599
Change-Id: I99761846e88b7ea25270d7a70d118963b1d72e5f
2014-08-14 18:52:30 +00:00
Adrian Roos
48fe9e440b am cdc67b67: Label user switcher button for accessibility
* commit 'cdc67b67f0b1381ff13c7df45acd55b25373c586':
  Label user switcher button for accessibility
2014-08-14 18:43:46 +00:00
Adrian Roos
1de02ee3ea Label user switcher button for accessibility
Bug: 15692931
Change-Id: I4add4c21fd0ed95cc3a49e2841173589f37db08a
2014-08-14 18:39:15 +00:00
RoboErik
085d6f7693 am bc0d11a6: Merge "Pipe caller\'s identity through volume methods" into lmp-dev
* commit 'bc0d11a69e8de61fec1698c33dd2a30be952fbdd':
  Pipe caller's identity through volume methods
2014-08-14 18:13:30 +00:00
Fabrice Di Meglio
1d615fbf2c am 25c2863e: Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings. SettingsPreferenceFragment@273c8fdb was not registered
* commit '25c2863ef72dc3044d68c6b58a54f6b67b9d918b':
  Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings. SettingsPreferenceFragment$1@273c8fdb was not registered
2014-08-14 18:04:32 +00:00
Winson Chung
11f359041e am 91f8e91e: Merge "Anchoring the front most task to make the dismiss animation more stable. (Bug 16939699)" into lmp-dev
* commit '91f8e91ea32e4456b0c216f6300f867386959a46':
  Anchoring the front most task to make the dismiss animation more stable. (Bug 16939699)
2014-08-14 18:04:28 +00:00
Fabrice Di Meglio
b1a50f2dff Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings.
SettingsPreferenceFragment$1@273c8fdb was not registered

- add onUnbindPreferences() call to match onBindPreferences()
- this new method is @hide so it does not impact the APIs

Change-Id: Iee0ab8a4ecc2046f89fb96cc52af150e835f658c
2014-08-14 18:00:11 +00:00
Jae Seo
d72c0c4ccb am 8b6c899b: Merge "TIF: fix IOException at PersistentDataStore.save()" into lmp-dev
* commit '8b6c899b77e831285f504f17e29849f084c1c329':
  TIF: fix IOException at PersistentDataStore.save()
2014-08-14 17:44:06 +00:00
Jae Seo
7b7ce1586e am 5152ff49: Merge "TIF: Rename R.attr.contentRatingSystemXml and fix documentation" into lmp-dev
* commit '5152ff49dad6517759902ecdc00479af36ea3808':
  TIF: Rename R.attr.contentRatingSystemXml and fix documentation
2014-08-14 17:39:25 +00:00
Amit Mahajan
d640839ff6 am cb8fce42: Merge "Revert "Revert "add apn setting parameters, and set apn parameters to bp""" into lmp-dev
* commit 'cb8fce42d218b191b3b6911d6218f49933ef9ba2':
  Revert "Revert "add apn setting parameters, and set apn parameters to bp""
2014-08-14 17:39:19 +00:00