OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Update the rowBytes when reconfiguring to match the new imageInfo." into mnc-dev
Derek Sollenberger [Thu, 7 May 2015 19:28:29 +0000 (19:28 +0000)]
Merge "Update the rowBytes when reconfiguring to match the new imageInfo." into mnc-dev

9 years agoMerge "add logging to quick settings tiles" into mnc-dev
Chris Wren [Thu, 7 May 2015 19:23:33 +0000 (19:23 +0000)]
Merge "add logging to quick settings tiles" into mnc-dev

9 years agoadd logging to quick settings tiles
Chris Wren [Wed, 6 May 2015 21:50:34 +0000 (17:50 -0400)]
add logging to quick settings tiles

  QS Grid visibility
  Tiles that are visibile in the grid
  Taps on tiles
  Detail visibility for DND, Users, and Data

Bug: 20264417
Change-Id: I95e65484a9be0a53a071bc12ce8195120582621e

9 years agoMerge "improve app crash detection in compatibility test" into mnc-dev
Guang Zhu [Thu, 7 May 2015 19:05:47 +0000 (19:05 +0000)]
Merge "improve app crash detection in compatibility test" into mnc-dev

9 years agoimprove app crash detection in compatibility test
Guang Zhu [Thu, 7 May 2015 17:51:29 +0000 (10:51 -0700)]
improve app crash detection in compatibility test

In addition to ensuring that process exists, we also need to
check that it's the right state. Because crashed foreground
activity can still get started as background service.

Bug: 20899208
Change-Id: I101e556ce757af1afb66686827c5851dd6fda620

9 years agoUpdate the rowBytes when reconfiguring to match the new imageInfo.
Derek Sollenberger [Thu, 7 May 2015 17:56:14 +0000 (13:56 -0400)]
Update the rowBytes when reconfiguring to match the new imageInfo.

bug: 20872840
Change-Id: Ic98a9d16e095c27ddcc193a18641732c1ee4bad0

9 years agoMerge "Delete a bunch of dead code" into mnc-dev
John Reck [Thu, 7 May 2015 18:11:04 +0000 (18:11 +0000)]
Merge "Delete a bunch of dead code" into mnc-dev

9 years agoDelete a bunch of dead code
John Reck [Thu, 7 May 2015 17:49:55 +0000 (10:49 -0700)]
Delete a bunch of dead code

Rotation wasn't supported, so just nuke all the code
around it. Fixes some unused field warnings

Change-Id: Ic33d56ed3b42e3261bddc5007c5a029831254f83

9 years agoMerge "Take into account scroll offset for transition animation" into mnc-dev
Doris Liu [Thu, 7 May 2015 17:56:45 +0000 (17:56 +0000)]
Merge "Take into account scroll offset for transition animation" into mnc-dev

9 years agoMerge "Document that new APIs for asymmetric crypto have no effect." into mnc-dev
Alex Klyubin [Thu, 7 May 2015 17:54:43 +0000 (17:54 +0000)]
Merge "Document that new APIs for asymmetric crypto have no effect." into mnc-dev

9 years agoMerge "Check parameters in KeyGenerator.init." into mnc-dev
Alex Klyubin [Thu, 7 May 2015 17:54:20 +0000 (17:54 +0000)]
Merge "Check parameters in KeyGenerator.init." into mnc-dev

9 years agoMerge "Remove dead code from EpicenterTranslateClipReveal" into mnc-dev
Alan Viverette [Thu, 7 May 2015 17:52:46 +0000 (17:52 +0000)]
Merge "Remove dead code from EpicenterTranslateClipReveal" into mnc-dev

9 years agoCheck parameters in KeyGenerator.init.
Alex Klyubin [Tue, 5 May 2015 19:57:50 +0000 (12:57 -0700)]
Check parameters in KeyGenerator.init.

KeyGenerator.init is supposed to check whether all provided parameters
are OK. This is because KeyGenerator.generateKey cannot throw checked
exceptions. This CL makes AndroidKeyStore KeyGenerator implementation
do just that. Unfortunately, keymaster/kestore doesn't provide a way
to check whether all the parameters are OK without actually generating
a key. Thus, this KeyGenerator does its best inside init method
(before Keymaster is called), and then surfaces any remaining issues
(flagged by Keymaster/keystore) as unchecked IllegalStateException.

Bug: 18088752
Change-Id: I9a04da880dcbe26c37f41d1477e41bdc74db04c9

9 years agoMerge "Use ProviderException in AndroidKeyStore." into mnc-dev
Alex Klyubin [Thu, 7 May 2015 17:43:29 +0000 (17:43 +0000)]
Merge "Use ProviderException in AndroidKeyStore." into mnc-dev

9 years agoDocument that new APIs for asymmetric crypto have no effect.
Alex Klyubin [Thu, 7 May 2015 16:36:01 +0000 (09:36 -0700)]
Document that new APIs for asymmetric crypto have no effect.

Bug: 18088752
Change-Id: Idfcf57251e76185425b9271d6a2001c5556f9f59

9 years agoMerge "Always mix in additional entropy into keymaster." into mnc-dev
Alex Klyubin [Thu, 7 May 2015 17:38:39 +0000 (17:38 +0000)]
Merge "Always mix in additional entropy into key" into mnc-dev

9 years agoRemove dead code from EpicenterTranslateClipReveal
Alan Viverette [Thu, 7 May 2015 17:38:26 +0000 (10:38 -0700)]
Remove dead code from EpicenterTranslateClipReveal

Change-Id: Id2ba801b61cf419b43188514b36cf869b4f836a6

9 years agoMerge "Filter list of possible default dialers" into mnc-dev
Yorke Lee [Thu, 7 May 2015 17:34:53 +0000 (17:34 +0000)]
Merge "Filter list of possible default dialers" into mnc-dev

9 years agoMerge "Adjust the Javadoc for user authentication timeout." into mnc-dev
Alex Klyubin [Thu, 7 May 2015 17:34:21 +0000 (17:34 +0000)]
Merge "Adjust the Javadoc for user authentication timeout." into mnc-dev

9 years agoMerge "Define String constants for AndroidKeyStore crypto." into mnc-dev
Alex Klyubin [Thu, 7 May 2015 17:33:58 +0000 (17:33 +0000)]
Merge "Define String constants for AndroidKeyStore crypto." into mnc-dev

9 years agoMerge "Make popup window enter animation more like app transition enter" into mnc-dev
Alan Viverette [Thu, 7 May 2015 17:25:36 +0000 (17:25 +0000)]
Merge "Make popup window enter animation more like app transition enter" into mnc-dev

9 years agoam b65b66cc: am 2224eac3: Merge "bootanimation: fix garbage line issue when screen...
Chris Elliott [Thu, 7 May 2015 17:17:03 +0000 (17:17 +0000)]
am b65b66cc: am 2224eac3: Merge "bootanimation: fix garbage line issue when screen height is odd." into lmp-mr1-modular-dev

* commit 'b65b66ccc251371c817abe75176a73f84565410e':
  bootanimation: fix garbage line issue when screen height is odd.

9 years agoMerge "Remove tools attributes from framework XML" into mnc-dev
Alan Viverette [Thu, 7 May 2015 17:13:08 +0000 (17:13 +0000)]
Merge "Remove tools attributes from framework XML" into mnc-dev

9 years agoMake popup window enter animation more like app transition enter
Alan Viverette [Thu, 7 May 2015 17:07:42 +0000 (10:07 -0700)]
Make popup window enter animation more like app transition enter

Merges the translate and clip reveal so that we can adjust the clip
position based on the current translate position. This ensures the
clip appears to expand from the center of the translated popup and
never extends outside the window bounds.

Change-Id: I8bbb9c0e2293a25f7807d71d9b8779bb782d4784

9 years agoam 2224eac3: Merge "bootanimation: fix garbage line issue when screen height is odd...
Chris Elliott [Thu, 7 May 2015 17:06:47 +0000 (17:06 +0000)]
am 2224eac3: Merge "bootanimation: fix garbage line issue when screen height is odd." into lmp-mr1-modular-dev

* commit '2224eac30375a731f4ad38d6930dbc37b0855a0d':
  bootanimation: fix garbage line issue when screen height is odd.

9 years agoRemove tools attributes from framework XML
Alan Viverette [Thu, 7 May 2015 17:01:01 +0000 (10:01 -0700)]
Remove tools attributes from framework XML

Bug: 20494934
Change-Id: Iaf43abddf6b533c107350254e467e7a029ccc88d

9 years agoTake into account scroll offset for transition animation
Doris Liu [Fri, 1 May 2015 18:02:01 +0000 (11:02 -0700)]
Take into account scroll offset for transition animation

This CL fixed the issue where scroll offset was ignored when shared
elements are added to the ghost view and when they are laid out.

Bug: 20349408
Change-Id: Ifaeb821bffe6fcfe303221a1732125bf1c4a91b7

9 years agoMerge "Fix leak in LayoutTransition" into mnc-dev
Chet Haase [Thu, 7 May 2015 16:56:42 +0000 (16:56 +0000)]
Merge "Fix leak in LayoutTransition" into mnc-dev

9 years agoAdjust the Javadoc for user authentication timeout.
Alex Klyubin [Thu, 7 May 2015 16:51:21 +0000 (09:51 -0700)]
Adjust the Javadoc for user authentication timeout.

The Javadoc incorrectly stated that:
* 0 means authentication required for every use.
* -1 means that timeout is not specified and the key can be any time.

Bug: 18088752
Change-Id: Ie5f37e74dc207f23443527ac1725ae8a37213d75

9 years agoMerge "bootanimation: fix garbage line issue when screen height is odd." into lmp...
Chris Elliott [Thu, 7 May 2015 16:51:07 +0000 (16:51 +0000)]
Merge "bootanimation: fix garbage line issue when screen height is odd." into lmp-mr1-modular-dev

9 years agoMerge "Don't strip country and variant from locale." into mnc-dev
Niels Egberts [Thu, 7 May 2015 16:22:47 +0000 (16:22 +0000)]
Merge "Don't strip country and variant from locale." into mnc-dev

9 years agoMerge "Add warning if an in-use Bitmap is reconfigured" into mnc-dev
John Reck [Thu, 7 May 2015 16:16:14 +0000 (16:16 +0000)]
Merge "Add warning if an in-use Bitmap is reconfigured" into mnc-dev

9 years agoMerge "Avoid NPE when sendMessage is called after disconnect." into mnc-dev
Paul Jensen [Thu, 7 May 2015 15:30:46 +0000 (15:30 +0000)]
Merge "Avoid NPE when sendMessage is called after disconnect." into mnc-dev

9 years agoDon't strip country and variant from locale.
Niels Egberts [Mon, 16 Feb 2015 13:51:55 +0000 (13:51 +0000)]
Don't strip country and variant from locale.

When the synthesizer returns LANG_AVAILABLE or LANG_COUNTRY_AVAILABLE
for a certain locale, we strip the country and variant from the locale
before asking the synthesizer for the default voice name for this
locale.

This can prevent the synthesizer from picking the right locale. For
instance it prevents the synthesizer from picking en-gb if en-au is
requested, now it can only have a single preferred voice for all English
countries.

The solution is not to strip the country and variant from the locale.
This is not likely to break anything, because the input to
onGetDefaultVoiceNameFor was never expected to be a subset of all
supported language-country-variant combinations. The default
implementation handles this correctly.

Change-Id: I017f69d321039c7aa7a3ef5a09ba138e35b66670
(cherry picked from commit 4758e99783493fc546e6819b5fe9d44e1ef8c318)

9 years agoAvoid NPE when sendMessage is called after disconnect.
Paul Jensen [Thu, 7 May 2015 14:44:32 +0000 (10:44 -0400)]
Avoid NPE when sendMessage is called after disconnect.

This avoids an NPE that could occur when:
1. disconnect() is called
2. sendMessage() is called but encounters a RemoteException
3. replyDisconnected() will attempt to dereference mSrcHandler
There does not appear to be any callers that rely on the NPE.
All callers erase their reference to the AsyncChannel after
calling disconnect(), except for NetworkAgentInfo which can
cause ConnectivityService to crash.  This fix addresses that.

bug:20647016
Change-Id: I89864885dc3371941407a036b7b7647e0ec037b8

9 years agoMerge "Add CallbackRegistry." into mnc-dev
George Mount [Thu, 7 May 2015 14:34:56 +0000 (14:34 +0000)]
Merge "Add CallbackRegistry." into mnc-dev

9 years agoMerge "Fix crash during Activity Transition with TextureView." into mnc-dev
George Mount [Thu, 7 May 2015 14:34:01 +0000 (14:34 +0000)]
Merge "Fix crash during Activity Transition with TextureView." into mnc-dev

9 years agoRemove FloatMath methods from the API
Neil Fuller [Thu, 12 Feb 2015 10:13:45 +0000 (10:13 +0000)]
Remove FloatMath methods from the API

Also removing FloatMathTest. The tests are being
moved into a legacy CTS suite.

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I397fd6bcc4d988db6301245f9d47460bd6c28821

9 years agoMerge "Remove incomplete media router API." into mnc-dev
Jeff Brown [Thu, 7 May 2015 08:00:02 +0000 (08:00 +0000)]
Merge "Remove incomplete media router API." into mnc-dev

9 years agoMerge "CEC: Make wakeup on hotplug optional" into mnc-dev
Jinsuk Kim [Thu, 7 May 2015 07:12:18 +0000 (07:12 +0000)]
Merge "CEC: Make wakeup on hotplug optional" into mnc-dev

9 years agoam b53420d0: am e7866887: docs: M Preview landing page
Joe Fernandez [Thu, 7 May 2015 06:42:05 +0000 (06:42 +0000)]
am b53420d0: am e7866887: docs: M Preview landing page

* commit 'b53420d02def4277cf5b8a04da289b4291a9f24a':
  docs: M Preview landing page

9 years agoam e7866887: docs: M Preview landing page
Joe Fernandez [Thu, 7 May 2015 06:29:57 +0000 (06:29 +0000)]
am e7866887: docs: M Preview landing page

* commit 'e78668876ed0dfc25fac604b5048509f72d92c53':
  docs: M Preview landing page

9 years agodocs: M Preview landing page
Joe Fernandez [Thu, 7 May 2015 00:15:03 +0000 (17:15 -0700)]
docs: M Preview landing page

Change-Id: Ib0e49713f105823898ca5f76d6d6eb4fad54df5e

9 years agoCEC: Make wakeup on hotplug optional
Jinsuk Kim [Thu, 7 May 2015 03:12:55 +0000 (12:12 +0900)]
CEC: Make wakeup on hotplug optional

Added a new system property to make the feature optional. True
by default.

Bug: 20897914
Change-Id: I8bfca5144b802b95361e63b29abd6371971c7dbb

9 years agoMerge "Retry "Always show auxiliary subtypes from NavBar keyboard icon."" into mnc-dev
Yohei Yukawa [Thu, 7 May 2015 05:39:17 +0000 (05:39 +0000)]
Merge "Retry "Always show auxiliary subtypes from NavBar keyboard icon."" into mnc-dev

9 years agoBluetooth: Ensure Bluetooth interface handle is valid
Nitin Arora [Wed, 29 Apr 2015 19:35:03 +0000 (12:35 -0700)]
Bluetooth: Ensure Bluetooth interface handle is valid

This change adds null checks to Bluetooth interface handle to prevent
using null references when BluetoothService is not up. Also removed
the callbacks for the intermediate state removed for now as they are
not being used.

Change-Id: I0e72ff4da467a8bcf5a4e5ac48d8558e7f308c7e

9 years agoRetry "Always show auxiliary subtypes from NavBar keyboard icon."
Seigo Nonaka [Thu, 7 May 2015 04:04:13 +0000 (21:04 -0700)]
Retry "Always show auxiliary subtypes from NavBar keyboard icon."

This CL relands I1e50ee42838a1bf64a612da4904aa93458d44ea4, which was
reverted by I3decaf37198e5864a1763a059df4a36ebc70c5a7 due to the build
breakage in 'layoutlib' target, with a proper fix.

Hereafter the original CL description is repeated.

The auxiliary subtypes should be listed if the input method picker is
opened from NavBar keyboard icon.  However there is only
IMM#showInputMethodPicker() API to open input method picker and this is
also used from LockScreen or Settings UI.  Auxiliary subtypes should not
be listed there(Id7cf5d122).  Thus framework shows auxiliary subtypes
based on IMMS#mInputShown and LockScreen state, but it is not a perfect
solution.  If a physical keyboard is connected, the soft input may be
gone.  As the result, auxiliary subtypes won't be listed even if it is
opened from NavBar keyboard icon.

To fix this issue, this CL introduces IMM#showInputMethodPicker(boolean)
to be able to decide showing auxiliary subtypes by caller.
Note that IMM#showInputMethodPicker(boolean) is still hidden with @hide.
There is no public API change in this CL.

Bug: 20763994
Change-Id: Id156c85535a221235737ea6dcc15a67f1c4b9f71

9 years agoRemove incomplete media router API.
Jeff Brown [Thu, 7 May 2015 04:00:06 +0000 (21:00 -0700)]
Remove incomplete media router API.

This time not also accidentally deleting frameworks/base/Android.mk.
*sigh*

Bug: 20641986
Change-Id: I2e43ab1fdf4201fec4d5a5b73c04f27a4a848630

9 years agoMerge "Revert "Remove incomplete media router API."" into mnc-dev
Bart Sears [Thu, 7 May 2015 03:23:44 +0000 (03:23 +0000)]
Merge "Revert "Remove incomplete media router API."" into mnc-dev

9 years agoRevert "Remove incomplete media router API."
Bart Sears [Thu, 7 May 2015 03:23:20 +0000 (03:23 +0000)]
Revert "Remove incomplete media router API."

This CL has broken all builds on mnc-dev.
Reverting until Jeff can take a look at it.

This reverts commit 2e5a2051de54e64612e1357d4534c7ec851aa508.

Change-Id: Ib9b3569bfebdc7bbfbcb7aee82733b93736c5bb5

9 years agoam 0fe14486: am 2021c877: am 33e54563: am 4b125836: Merge "Added function to render...
Diego Perez [Thu, 7 May 2015 03:14:30 +0000 (03:14 +0000)]
am 0fe14486: am 2021c877: am 33e54563: am 4b125836: Merge "Added function to render a drawable in all available states" into lmp-mr1-dev

* commit '0fe14486211e3ade7f29ea76e16211853fe9cd7a':
  Added function to render a drawable in all available states

9 years agoam 2021c877: am 33e54563: am 4b125836: Merge "Added function to render a drawable...
Diego Perez [Thu, 7 May 2015 03:02:34 +0000 (03:02 +0000)]
am 2021c877: am 33e54563: am 4b125836: Merge "Added function to render a drawable in all available states" into lmp-mr1-dev

* commit '2021c8773150dd47d8781375af94143cb22afd9d':
  Added function to render a drawable in all available states

9 years agoMerge "Remove incomplete media router API." into mnc-dev
Jeff Brown [Thu, 7 May 2015 02:55:32 +0000 (02:55 +0000)]
Merge "Remove incomplete media router API." into mnc-dev

9 years agoRemove incomplete media router API.
Jeff Brown [Wed, 20 Aug 2014 00:39:42 +0000 (17:39 -0700)]
Remove incomplete media router API.

Bug: 20641986
Change-Id: I310fadafb5a6b8190a32e5d87f3e1823c87bcef7

9 years agoam 33e54563: am 4b125836: Merge "Added function to render a drawable in all available...
Diego Perez [Thu, 7 May 2015 02:49:50 +0000 (02:49 +0000)]
am 33e54563: am 4b125836: Merge "Added function to render a drawable in all available states" into lmp-mr1-dev

* commit '33e54563daa0db610f9dc8b9d4fca8f826ffec73':
  Added function to render a drawable in all available states

9 years agoam 4b125836: Merge "Added function to render a drawable in all available states"...
Diego Perez [Thu, 7 May 2015 02:37:28 +0000 (02:37 +0000)]
am 4b125836: Merge "Added function to render a drawable in all available states" into lmp-mr1-dev

* commit '4b12583653561f69a5780126485380cac187c478':
  Added function to render a drawable in all available states

9 years agoMerge "Added function to render a drawable in all available states" into lmp-mr1-dev
Diego Perez [Thu, 7 May 2015 02:28:50 +0000 (02:28 +0000)]
Merge "Added function to render a drawable in all available states" into lmp-mr1-dev

9 years agoMerge "Revert "Always show auxiliary subtypes from NavBar keyboard icon."" into mnc-dev
Bart Sears [Thu, 7 May 2015 01:52:07 +0000 (01:52 +0000)]
Merge "Revert "Always show auxiliary subtypes from NavBar keyboard icon."" into mnc-dev

9 years agoRevert "Always show auxiliary subtypes from NavBar keyboard icon."
Bart Sears [Thu, 7 May 2015 01:51:28 +0000 (01:51 +0000)]
Revert "Always show auxiliary subtypes from NavBar keyboard icon."

CL is breaking the build.  Discussed with Seigo and verting until he can take a look at it.

This reverts commit 80ff4ed6bb8dbdad7192d679a01096aa888e090b.

Change-Id: I3decaf37198e5864a1763a059df4a36ebc70c5a7

9 years agoMerge changes from topic 'mr' into mnc-dev
Jeff Brown [Thu, 7 May 2015 01:31:23 +0000 (01:31 +0000)]
Merge changes from topic 'mr' into mnc-dev

* changes:
  Replace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.
  Revert "Initial draft of new MediaRouter APIs."

9 years agoAdded function to render a drawable in all available states
Andrew Shulaev [Thu, 5 Mar 2015 11:51:38 +0000 (11:51 +0000)]
Added function to render a drawable in all available states

This reverts commit 01cdf8b135be3bf67b9386dc929109c3db82c730.

Change-Id: I596855047d78c3c718744ad61432fc45e1239634
(cherry picked from commit 1f158819bc7cf58f97e47fabfaf23b2fb838f2eb)

9 years agoam c2ba7391: am 613aef87: am 86bff0bb: am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b...
Diego Perez [Thu, 7 May 2015 01:02:41 +0000 (01:02 +0000)]
am c2ba7391: am 613aef87: am 86bff0bb: am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev

* commit 'c2ba7391704cd4025c890b37148c16bf32b55a93':
  Add new parameter to the render method to allow forcing a measure pass.
  Avoid caching mImage on the main render loop and use clipping.

9 years agoam 9af506fb: am 143eaa81: am 2ea82244: am 263e6dfa: Merge "Make status and navigation...
Diego Perez [Thu, 7 May 2015 00:49:57 +0000 (00:49 +0000)]
am 9af506fb: am 143eaa81: am 2ea82244: am 263e6dfa: Merge "Make status and navigation bars widgets and usable from layouts" into lmp-mr1-dev

* commit '9af506fb5b5f1c7f36fb439c2b120ad2b0cda602':
  Make status and navigation bars widgets and usable from layouts

9 years agoam ae4619dd: am df4c977d: am 24e10c0b: am 19dbe50b: Merge "Move StatusBar to use...
Diego Perez [Thu, 7 May 2015 00:49:51 +0000 (00:49 +0000)]
am ae4619dd: am df4c977d: am 24e10c0b: am 19dbe50b: Merge "Move StatusBar to use statusBarColor theme attribute" into lmp-mr1-dev

* commit 'ae4619dd7f3d48cae2e9b83681849a77a8201142':
  Move StatusBar to use statusBarColor theme attribute

9 years agoam 52ef7fce: am ffeb8117: am 9c13c8de: am bc47abe4: Merge "Make sure shaders use...
Diego Perez [Thu, 7 May 2015 00:49:46 +0000 (00:49 +0000)]
am 52ef7fce: am ffeb8117: am 9c13c8de: am bc47abe4: Merge "Make sure shaders use a color model compatible with the destination." into lmp-mr1-dev

* commit '52ef7fce1626868d6be34f4038cd852259ad6a26':
  Make sure shaders use a color model compatible with the destination.

9 years agoam a131bfe0: am 3dbd18cd: am 872e9950: am 1f8e3de4: Merge "More layoutlib tests....
Deepanshu Gupta [Thu, 7 May 2015 00:49:40 +0000 (00:49 +0000)]
am a131bfe0: am 3dbd18cd: am 872e9950: am 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev

* commit 'a131bfe094c007721d006fc9ca21cfa74f41dfef':
  More layoutlib tests.

9 years agoam 613aef87: am 86bff0bb: am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp...
Diego Perez [Thu, 7 May 2015 00:47:08 +0000 (00:47 +0000)]
am 613aef87: am 86bff0bb: am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev

* commit '613aef87cf6a5958ff2fd255348f92f8d3de152e':
  Add new parameter to the render method to allow forcing a measure pass.
  Avoid caching mImage on the main render loop and use clipping.

9 years agoresolved conflicts for merge of a663e012 to mnc-dev
Deepanshu Gupta [Thu, 7 May 2015 00:45:29 +0000 (17:45 -0700)]
resolved conflicts for merge of a663e012 to mnc-dev

Change-Id: I279cad7db6e9b5e97da3ea3c3bb91e09cabc7076

9 years agoam 9efcb308: am 21246bd9: am 8e75e307: am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE...
Diego Perez [Thu, 7 May 2015 00:34:32 +0000 (00:34 +0000)]
am 9efcb308: am 21246bd9: am 8e75e307: am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using an invalid theme" into lmp-mr1-dev

* commit '9efcb308615c0adaf418d430adabea3d271bcbb4':
  Fix isThemeAppCompat NPE when using an invalid theme

9 years agoam 9c9bcd34: am cae76a70: am 46241071: am 4f8a9996: Merge "Nullity annotations to...
Deepanshu Gupta [Thu, 7 May 2015 00:34:26 +0000 (00:34 +0000)]
am 9c9bcd34: am cae76a70: am 46241071: am 4f8a9996: Merge "Nullity annotations to some tests." into lmp-mr1-dev

* commit '9c9bcd3486d9f7557329dea90b3c5fa1bdace91c':
  Nullity annotations to some tests.

9 years agoam b2951490: am b19325be: am 2e3c41a4: am 92e79868: Merge "Fix title bar showing...
Deepanshu Gupta [Thu, 7 May 2015 00:34:21 +0000 (00:34 +0000)]
am b2951490: am b19325be: am 2e3c41a4: am 92e79868: Merge "Fix title bar showing when not required." into lmp-mr1-dev

* commit 'b2951490eabf71e14c8fc5d50397adf869a2a291':
  Fix title bar showing when not required.

9 years agoam 88b193d7: am 047a28ec: am 96437fb4: am 9aa600e7: Merge "LayoutLib: fix crash when...
Deepanshu Gupta [Thu, 7 May 2015 00:34:14 +0000 (00:34 +0000)]
am 88b193d7: am 047a28ec: am 96437fb4: am 9aa600e7: Merge "LayoutLib: fix crash when shadow size <=0." into lmp-mr1-dev

* commit '88b193d717bb73cbe555e4e621f7b6efdf49cdaa':
  LayoutLib: fix crash when shadow size <=0.

9 years agoam 86bff0bb: am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev
Diego Perez [Thu, 7 May 2015 00:33:51 +0000 (00:33 +0000)]
am 86bff0bb: am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev

* commit '86bff0bb63f3667f0b450420514c931b1f4d25d2':
  Add new parameter to the render method to allow forcing a measure pass.
  Avoid caching mImage on the main render loop and use clipping.

9 years agoam 143eaa81: am 2ea82244: am 263e6dfa: Merge "Make status and navigation bars widgets...
Diego Perez [Thu, 7 May 2015 00:21:35 +0000 (00:21 +0000)]
am 143eaa81: am 2ea82244: am 263e6dfa: Merge "Make status and navigation bars widgets and usable from layouts" into lmp-mr1-dev

* commit '143eaa81934e47c8acb8338d1a2383eb79b690ef':
  Make status and navigation bars widgets and usable from layouts

9 years agoam df4c977d: am 24e10c0b: am 19dbe50b: Merge "Move StatusBar to use statusBarColor...
Diego Perez [Thu, 7 May 2015 00:21:29 +0000 (00:21 +0000)]
am df4c977d: am 24e10c0b: am 19dbe50b: Merge "Move StatusBar to use statusBarColor theme attribute" into lmp-mr1-dev

* commit 'df4c977d760ccfcf929c77b100faa5f8f38df158':
  Move StatusBar to use statusBarColor theme attribute

9 years agoam ffeb8117: am 9c13c8de: am bc47abe4: Merge "Make sure shaders use a color model...
Diego Perez [Thu, 7 May 2015 00:21:24 +0000 (00:21 +0000)]
am ffeb8117: am 9c13c8de: am bc47abe4: Merge "Make sure shaders use a color model compatible with the destination." into lmp-mr1-dev

* commit 'ffeb8117b139f61dd7c92bda6a7d47b83871cb66':
  Make sure shaders use a color model compatible with the destination.

9 years agoam 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev
Diego Perez [Thu, 7 May 2015 00:21:19 +0000 (00:21 +0000)]
am 0e20bd8e: Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev

* commit '0e20bd8e50724ab264425ba830cdf1beb96f7404':
  Add new parameter to the render method to allow forcing a measure pass.
  Avoid caching mImage on the main render loop and use clipping.

9 years agoam 3dbd18cd: am 872e9950: am 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev
Deepanshu Gupta [Thu, 7 May 2015 00:21:19 +0000 (00:21 +0000)]
am 3dbd18cd: am 872e9950: am 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev

* commit '3dbd18cdfe6af1a9c36261551ef98d39e849d389':
  More layoutlib tests.

9 years agoam 9abe4232: am 7e4c1a92: am b4ca896f: Merge "RecyclerView in LayoutLib: better XML...
Deepanshu Gupta [Thu, 7 May 2015 00:21:14 +0000 (00:21 +0000)]
am 9abe4232: am 7e4c1a92: am b4ca896f: Merge "RecyclerView in LayoutLib: better XML attrs." into lmp-mr1-dev

* commit '9abe42324f2252460b003e6fcdb097910e16178a':
  RecyclerView in LayoutLib: better XML attrs.

9 years agoam 21246bd9: am 8e75e307: am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using...
Diego Perez [Thu, 7 May 2015 00:21:09 +0000 (00:21 +0000)]
am 21246bd9: am 8e75e307: am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using an invalid theme" into lmp-mr1-dev

* commit '21246bd92f54be468496848b659bf47f2522430a':
  Fix isThemeAppCompat NPE when using an invalid theme

9 years agoam cae76a70: am 46241071: am 4f8a9996: Merge "Nullity annotations to some tests....
Deepanshu Gupta [Thu, 7 May 2015 00:21:03 +0000 (00:21 +0000)]
am cae76a70: am 46241071: am 4f8a9996: Merge "Nullity annotations to some tests." into lmp-mr1-dev

* commit 'cae76a70bfca9f37a10f34582cddbe0792625f26':
  Nullity annotations to some tests.

9 years agoam b19325be: am 2e3c41a4: am 92e79868: Merge "Fix title bar showing when not required...
Deepanshu Gupta [Thu, 7 May 2015 00:20:59 +0000 (00:20 +0000)]
am b19325be: am 2e3c41a4: am 92e79868: Merge "Fix title bar showing when not required." into lmp-mr1-dev

* commit 'b19325be074e466c39e86fd4418726a7c305546c':
  Fix title bar showing when not required.

9 years agoam 047a28ec: am 96437fb4: am 9aa600e7: Merge "LayoutLib: fix crash when shadow size...
Deepanshu Gupta [Thu, 7 May 2015 00:20:53 +0000 (00:20 +0000)]
am 047a28ec: am 96437fb4: am 9aa600e7: Merge "LayoutLib: fix crash when shadow size <=0." into lmp-mr1-dev

* commit '047a28ec506bb40081eef6eaf8434884157709ce':
  LayoutLib: fix crash when shadow size <=0.

9 years agoMerge changes I60c09f33,Ie0134c2b into lmp-mr1-dev
Diego Perez [Thu, 7 May 2015 00:14:25 +0000 (00:14 +0000)]
Merge changes I60c09f33,Ie0134c2b into lmp-mr1-dev

* changes:
  Add new parameter to the render method to allow forcing a measure pass.
  Avoid caching mImage on the main render loop and use clipping.

9 years agoam 2ea82244: am 263e6dfa: Merge "Make status and navigation bars widgets and usable...
Diego Perez [Thu, 7 May 2015 00:09:11 +0000 (00:09 +0000)]
am 2ea82244: am 263e6dfa: Merge "Make status and navigation bars widgets and usable from layouts" into lmp-mr1-dev

* commit '2ea82244f0b4396444ec891ab664f9ac40c0b55b':
  Make status and navigation bars widgets and usable from layouts

9 years agoam 24e10c0b: am 19dbe50b: Merge "Move StatusBar to use statusBarColor theme attribute...
Diego Perez [Thu, 7 May 2015 00:09:00 +0000 (00:09 +0000)]
am 24e10c0b: am 19dbe50b: Merge "Move StatusBar to use statusBarColor theme attribute" into lmp-mr1-dev

* commit '24e10c0bad54bdd3b37f6f7effea8f76b687ce3f':
  Move StatusBar to use statusBarColor theme attribute

9 years agoam 9c13c8de: am bc47abe4: Merge "Make sure shaders use a color model compatible with...
Diego Perez [Thu, 7 May 2015 00:08:53 +0000 (00:08 +0000)]
am 9c13c8de: am bc47abe4: Merge "Make sure shaders use a color model compatible with the destination." into lmp-mr1-dev

* commit '9c13c8de8291aac69958a106248d3229ff90609f':
  Make sure shaders use a color model compatible with the destination.

9 years agoam 872e9950: am 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev
Deepanshu Gupta [Thu, 7 May 2015 00:08:45 +0000 (00:08 +0000)]
am 872e9950: am 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev

* commit '872e9950a227128d323c24eb369863e16964493a':
  More layoutlib tests.

9 years agoam 7e4c1a92: am b4ca896f: Merge "RecyclerView in LayoutLib: better XML attrs." into...
Deepanshu Gupta [Thu, 7 May 2015 00:08:36 +0000 (00:08 +0000)]
am 7e4c1a92: am b4ca896f: Merge "RecyclerView in LayoutLib: better XML attrs." into lmp-mr1-dev

* commit '7e4c1a92b8f3ce02df0a1502be45c450308d81b7':
  RecyclerView in LayoutLib: better XML attrs.

9 years agoam 8e75e307: am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using an invalid theme...
Diego Perez [Thu, 7 May 2015 00:08:29 +0000 (00:08 +0000)]
am 8e75e307: am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using an invalid theme" into lmp-mr1-dev

* commit '8e75e307373a03dcbc55ce71be5b50f80e0474db':
  Fix isThemeAppCompat NPE when using an invalid theme

9 years agoam 46241071: am 4f8a9996: Merge "Nullity annotations to some tests." into lmp-mr1-dev
Deepanshu Gupta [Thu, 7 May 2015 00:08:22 +0000 (00:08 +0000)]
am 46241071: am 4f8a9996: Merge "Nullity annotations to some tests." into lmp-mr1-dev

* commit '4624107185135db9db6bfbfb3d0c3a0951c19ee1':
  Nullity annotations to some tests.

9 years agoam 2e3c41a4: am 92e79868: Merge "Fix title bar showing when not required." into lmp...
Deepanshu Gupta [Thu, 7 May 2015 00:08:01 +0000 (00:08 +0000)]
am 2e3c41a4: am 92e79868: Merge "Fix title bar showing when not required." into lmp-mr1-dev

* commit '2e3c41a4e4fbb811cdafc754708d62cba7c6c1b6':
  Fix title bar showing when not required.

9 years agoam 96437fb4: am 9aa600e7: Merge "LayoutLib: fix crash when shadow size <=0." into...
Deepanshu Gupta [Thu, 7 May 2015 00:07:54 +0000 (00:07 +0000)]
am 96437fb4: am 9aa600e7: Merge "LayoutLib: fix crash when shadow size <=0." into lmp-mr1-dev

* commit '96437fb4b05be2602bb0fa215988be646aec28fc':
  LayoutLib: fix crash when shadow size <=0.

9 years agoam 263e6dfa: Merge "Make status and navigation bars widgets and usable from layouts...
Diego Perez [Thu, 7 May 2015 00:02:08 +0000 (00:02 +0000)]
am 263e6dfa: Merge "Make status and navigation bars widgets and usable from layouts" into lmp-mr1-dev

* commit '263e6dfa6aa3286b71ef908c8b2f06206e747ab1':
  Make status and navigation bars widgets and usable from layouts

9 years agoMerge "Move PhoneWindow and friends back into internal package" into mnc-dev
Adam Powell [Wed, 6 May 2015 23:55:54 +0000 (23:55 +0000)]
Merge "Move PhoneWindow and friends back into internal package" into mnc-dev

9 years agoam 19dbe50b: Merge "Move StatusBar to use statusBarColor theme attribute" into lmp...
Diego Perez [Wed, 6 May 2015 23:53:45 +0000 (23:53 +0000)]
am 19dbe50b: Merge "Move StatusBar to use statusBarColor theme attribute" into lmp-mr1-dev

* commit '19dbe50bb534db6fa46f0df47f589a69212e9458':
  Move StatusBar to use statusBarColor theme attribute

9 years agoam bc47abe4: Merge "Make sure shaders use a color model compatible with the destinati...
Diego Perez [Wed, 6 May 2015 23:53:41 +0000 (23:53 +0000)]
am bc47abe4: Merge "Make sure shaders use a color model compatible with the destination." into lmp-mr1-dev

* commit 'bc47abe4b444d0386d1d939e4a223a976fade565':
  Make sure shaders use a color model compatible with the destination.

9 years agoam 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev
Deepanshu Gupta [Wed, 6 May 2015 23:53:37 +0000 (23:53 +0000)]
am 1f8e3de4: Merge "More layoutlib tests." into lmp-mr1-dev

* commit '1f8e3de40c0aed9fa8b9216ddd3224b7ac94acf1':
  More layoutlib tests.

9 years agoam b4ca896f: Merge "RecyclerView in LayoutLib: better XML attrs." into lmp-mr1-dev
Deepanshu Gupta [Wed, 6 May 2015 23:53:32 +0000 (23:53 +0000)]
am b4ca896f: Merge "RecyclerView in LayoutLib: better XML attrs." into lmp-mr1-dev

* commit 'b4ca896f05eed9d36ac9971810d102a9139502f9':
  RecyclerView in LayoutLib: better XML attrs.

9 years agoam 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using an invalid theme" into lmp...
Diego Perez [Wed, 6 May 2015 23:53:27 +0000 (23:53 +0000)]
am 1bc7fb2d: Merge "Fix isThemeAppCompat NPE when using an invalid theme" into lmp-mr1-dev

* commit '1bc7fb2dcc954caac78d3fc02eb98ec30658d4d0':
  Fix isThemeAppCompat NPE when using an invalid theme