OSDN Git Service

android-x86/frameworks-base.git
8 years agoam e774bdd6: Merge "Added animation for trusted to fingerprint error" into mnc-dr-dev
Selim Cinek [Fri, 28 Aug 2015 23:18:05 +0000 (23:18 +0000)]
am e774bdd6: Merge "Added animation for trusted to fingerprint error" into mnc-dr-dev

* commit 'e774bdd6f09a65886429a2d84a6af7e4b6352280':
  Added animation for trusted to fingerprint error

8 years agoMerge "Added animation for trusted to fingerprint error" into mnc-dr-dev
Selim Cinek [Fri, 28 Aug 2015 23:09:19 +0000 (23:09 +0000)]
Merge "Added animation for trusted to fingerprint error" into mnc-dr-dev

8 years agoam acace94c: Fix race condition by guarding callbacks
Jorim Jaggi [Fri, 28 Aug 2015 22:50:57 +0000 (22:50 +0000)]
am acace94c: Fix race condition by guarding callbacks

* commit 'acace94c1739b08ea72dc6c2f49cf29bce6c1dac':
  Fix race condition by guarding callbacks

8 years agoam 96990d0c: Merge "Fix DngCreator default crop calculations." into mnc-dr-dev
Ruben Brunk [Fri, 28 Aug 2015 22:34:22 +0000 (22:34 +0000)]
am 96990d0c: Merge "Fix DngCreator default crop calculations." into mnc-dr-dev

* commit '96990d0cdd7f7757ba16b927766854e0dc6fa994':
  Fix DngCreator default crop calculations.

8 years agoam 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev
Robert Greenwalt [Fri, 28 Aug 2015 22:34:16 +0000 (22:34 +0000)]
am 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev

* commit '5799f428063cec8f0b85cdff41185e0725b19b74':
  Reduce CONNECTIVITY_CHANGE bcasts

8 years agoFix race condition by guarding callbacks
Jorim Jaggi [Fri, 28 Aug 2015 18:46:10 +0000 (11:46 -0700)]
Fix race condition by guarding callbacks

Bug: 23587553
Change-Id: Ia71760013f3acbb5aeb4e30bb716683c9c672742

8 years agoMerge "Fix DngCreator default crop calculations." into mnc-dr-dev
Ruben Brunk [Fri, 28 Aug 2015 21:42:26 +0000 (21:42 +0000)]
Merge "Fix DngCreator default crop calculations." into mnc-dr-dev

8 years agoam e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev
Robert Greenwalt [Fri, 28 Aug 2015 21:36:39 +0000 (21:36 +0000)]
am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev

* commit 'e3bcde94caf8440d5e3958a340b3d276d03f7691':
  Reduce CONNECTIVITY_CHANGE bcasts

8 years agoMerge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev
Robert Greenwalt [Fri, 28 Aug 2015 21:27:22 +0000 (21:27 +0000)]
Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev

8 years agoam b774e554: Optimize fp touch to wake: Shortcut for report next draw
Jorim Jaggi [Fri, 28 Aug 2015 20:17:29 +0000 (20:17 +0000)]
am b774e554: Optimize fp touch to wake: Shortcut for report next draw

* commit 'b774e554f32fd65cac30b43d1cf679403ef4af82':
  Optimize fp touch to wake: Shortcut for report next draw

8 years agoOptimize fp touch to wake: Shortcut for report next draw
Jorim Jaggi [Mon, 24 Aug 2015 21:52:45 +0000 (14:52 -0700)]
Optimize fp touch to wake: Shortcut for report next draw

When telling window manager that Keyguard window is in the correct
state for a fp-touch-to-wake sequence, it takes more than 1 frame at
the moment because the signal that WM is waiting for the next draw
is delayed by one frame because it is posted at the end of the
runnable queue.

To correctly fix this, we should post it at the beginning at the
queue, but this is way too risky this late. Instead, add a isolated
SysUI hack to report it faster.

Bug: 23401557
Change-Id: Icf64101e27611c7c01d108123021b22186f1e70c

8 years agoam 9b2f9bcb: am 82d14d60: Merge "Crashing the system process is inadvisable" into...
Chris Tate [Fri, 28 Aug 2015 20:07:03 +0000 (20:07 +0000)]
am 9b2f9bcb: am 82d14d60: Merge "Crashing the system process is inadvisable" into mnc-dev

* commit '9b2f9bcb56765c52a2fc9cdcdcf11c6707403210':
  Crashing the system process is inadvisable

8 years agoam 482635e3: Merge "Fix deadlock when updating rotation" into mnc-dr-dev
Chong Zhang [Fri, 28 Aug 2015 20:06:56 +0000 (20:06 +0000)]
am 482635e3: Merge "Fix deadlock when updating rotation" into mnc-dr-dev

* commit '482635e34d0def1682ebc644db0636862994f649':
  Fix deadlock when updating rotation

8 years agoam 82d14d60: Merge "Crashing the system process is inadvisable" into mnc-dev
Chris Tate [Fri, 28 Aug 2015 19:58:35 +0000 (19:58 +0000)]
am 82d14d60: Merge "Crashing the system process is inadvisable" into mnc-dev

* commit '82d14d60e7a772ecf45b637fd51a2335ad2a40cf':
  Crashing the system process is inadvisable

8 years agoMerge "Fix deadlock when updating rotation" into mnc-dr-dev
Chong Zhang [Fri, 28 Aug 2015 19:57:57 +0000 (19:57 +0000)]
Merge "Fix deadlock when updating rotation" into mnc-dr-dev

8 years agoam 71f15791: am d88152b4: Merge "Give shell permission to move apps." into mnc-dev
Jeff Sharkey [Fri, 28 Aug 2015 19:48:45 +0000 (19:48 +0000)]
am 71f15791: am d88152b4: Merge "Give shell permission to move apps." into mnc-dev

* commit '71f1579190ee3658db15f55a4e5571f03ce431b6':
  Give shell permission to move apps.

8 years agoMerge "Crashing the system process is inadvisable" into mnc-dev
Chris Tate [Fri, 28 Aug 2015 19:48:38 +0000 (19:48 +0000)]
Merge "Crashing the system process is inadvisable" into mnc-dev

8 years agoReduce CONNECTIVITY_CHANGE bcasts
Robert Greenwalt [Fri, 28 Aug 2015 19:37:54 +0000 (12:37 -0700)]
Reduce CONNECTIVITY_CHANGE bcasts

If an app uses the new api (requestNetwork) to bring up MMS, don't
mark it as a legacy request.  This was done because the messaging
service had to use a combination of new API and old
(requestRouteToHost) due to api problems.  This has been resolved
so don't mark these as legacy requests anymore.

The general stuff is still in for other types due to lack of testing
time but this should be removed altogether in the future.

bug:23350688
Change-Id: I41c27efb253c39d8af1357ae7916ed5315c716db

8 years agoam d88152b4: Merge "Give shell permission to move apps." into mnc-dev
Jeff Sharkey [Fri, 28 Aug 2015 19:36:31 +0000 (19:36 +0000)]
am d88152b4: Merge "Give shell permission to move apps." into mnc-dev

* commit 'd88152b4d910fa5e79908dcb6f14cd56ad03b21a':
  Give shell permission to move apps.

8 years agoMerge "Give shell permission to move apps." into mnc-dev
Jeff Sharkey [Fri, 28 Aug 2015 19:30:31 +0000 (19:30 +0000)]
Merge "Give shell permission to move apps." into mnc-dev

8 years agoAdded animation for trusted to fingerprint error
Selim Cinek [Wed, 26 Aug 2015 01:34:29 +0000 (18:34 -0700)]
Added animation for trusted to fingerprint error

Bug: 21781452
Change-Id: Ib3b229c9ebece926a68a0c6a69341d0f68166698

8 years agoGive shell permission to move apps.
Jeff Sharkey [Fri, 28 Aug 2015 18:20:39 +0000 (11:20 -0700)]
Give shell permission to move apps.

Also clear identity when measuring ASEC sizes to relax a second
permission requirement.

Bug: 23600574
Change-Id: Ib3a104426758e0e8f35dff0e504fe874bed7311f

8 years agoam 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview...
David Friedman [Fri, 28 Aug 2015 18:41:18 +0000 (18:41 +0000)]
am 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3." into mnc-dev

* commit '8b403e8cb1bc6bfa2e9ba627f5c48d1a0bc65738':
  Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3.

8 years agoam 144020c9: am 02e5b0f2: Docs: Fixes a mistaken TOC item at top-right so it now...
David Friedman [Fri, 28 Aug 2015 18:41:12 +0000 (18:41 +0000)]
am 144020c9: am 02e5b0f2: Docs: Fixes a mistaken TOC item at top-right so it now matches the item it links to.

* commit '144020c9ff683fd7fdcf479d71e2920d9f70b182':
  Docs: Fixes a mistaken TOC item at top-right so it now matches the item it links to.

8 years agoFix DngCreator default crop calculations.
Ruben Brunk [Thu, 27 Aug 2015 21:00:03 +0000 (14:00 -0700)]
Fix DngCreator default crop calculations.

Bug: 23591407
Change-Id: I1b0e46e7371b3db63e8d68230964d09d7537c3ce

8 years agoam 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview, updated for...
David Friedman [Fri, 28 Aug 2015 18:30:34 +0000 (18:30 +0000)]
am 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3." into mnc-dev

* commit '3ab2e66424d6e8faabd4342da21f488f7e3bfdb5':
  Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3.

8 years agoam 02e5b0f2: Docs: Fixes a mistaken TOC item at top-right so it now matches the item...
David Friedman [Fri, 28 Aug 2015 18:30:30 +0000 (18:30 +0000)]
am 02e5b0f2: Docs: Fixes a mistaken TOC item at top-right so it now matches the item it links to.

* commit '02e5b0f2ffa54c67fe5ac8229ac7e6268a8519c6':
  Docs: Fixes a mistaken TOC item at top-right so it now matches the item it links to.

8 years agoMerge "Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3."...
David Friedman [Fri, 28 Aug 2015 18:22:16 +0000 (18:22 +0000)]
Merge "Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3." into mnc-dev

8 years agoCrashing the system process is inadvisable
Christopher Tate [Fri, 28 Aug 2015 17:55:14 +0000 (10:55 -0700)]
Crashing the system process is inadvisable

When asking for the set of services published by a package, it's
quite possible that there are none, in which case the returned List<>
is null rather than valid-but-empty.  Don't bother looking at it
when it's null.

Bug 23614440

Change-Id: Ibebb26b9c3f75ec810a95f1b9d2663e884cb98bc

8 years agoFix deadlock when updating rotation
Chong Zhang [Fri, 28 Aug 2015 17:22:36 +0000 (10:22 -0700)]
Fix deadlock when updating rotation

Post a runnable in MyOrientationListener.onProposedRotationChanged for
the updateRotation() so that it doesn't acquire WM lock while holding
WindowOrientationListener lock. It could cause deadlock if WM is
is performing a relayout and try to access WindowOrientationListener.

bug: 23507268
Change-Id: I5775f5a13cae0283fef64877801bf8a39dfc90a4

8 years agoam 34c08828: Merge "Fix NPE in AR hardware binding sequence. b/22772433" into mnc...
Anatol Pomazau [Fri, 28 Aug 2015 15:27:09 +0000 (15:27 +0000)]
am 34c08828: Merge "Fix NPE in AR hardware binding sequence. b/22772433" into mnc-dr-dev

* commit '34c0882898c3e37ea1733e4614233c8a4cb71b67':
  Fix NPE in AR hardware binding sequence. b/22772433

8 years agoMerge "Fix NPE in AR hardware binding sequence. b/22772433" into mnc-dr-dev
Anatol Pomazau [Fri, 28 Aug 2015 15:21:38 +0000 (15:21 +0000)]
Merge "Fix NPE in AR hardware binding sequence. b/22772433" into mnc-dr-dev

8 years agoFix NPE in AR hardware binding sequence.
destradaa [Tue, 28 Jul 2015 00:14:03 +0000 (17:14 -0700)]
Fix NPE in AR hardware binding sequence.
b/22772433

To keep the old Watcher binding sequence backwards compatible,
it is required to ensure that the callback is only invoked if
the feature is supported by the platform, and an instance is
available.

Change-Id: I0a6335f10647184abdad3ee1583b505160a3308f

8 years agoDocs: Fixes a mistaken TOC item at top-right so it now matches the item it links to.
David Friedman [Fri, 28 Aug 2015 00:59:44 +0000 (17:59 -0700)]
Docs: Fixes a mistaken TOC item at top-right so it now matches the item it links to.

Change-Id: I78cf665fcf9a99aa579eda455ec34987328df445

8 years agoam ffa3d040: am 3883e72a: Merge "BatteryStats: Bump checkin version" into mnc-dev
Ashish Sharma [Thu, 27 Aug 2015 23:34:20 +0000 (23:34 +0000)]
am ffa3d040: am 3883e72a: Merge "BatteryStats: Bump checkin version" into mnc-dev

* commit 'ffa3d0408f9c3ffb5ab3ee45ef6c466d795fb2c8':
  BatteryStats: Bump checkin version

8 years agoam 3883e72a: Merge "BatteryStats: Bump checkin version" into mnc-dev
Ashish Sharma [Thu, 27 Aug 2015 23:28:22 +0000 (23:28 +0000)]
am 3883e72a: Merge "BatteryStats: Bump checkin version" into mnc-dev

* commit '3883e72aeda7dcc5f76eba7ad2e95ad2cb041687':
  BatteryStats: Bump checkin version

8 years agoMerge "BatteryStats: Bump checkin version" into mnc-dev
Ashish Sharma [Thu, 27 Aug 2015 23:21:16 +0000 (23:21 +0000)]
Merge "BatteryStats: Bump checkin version" into mnc-dev

8 years agoDocs: Localized DAC landing pages for M Preview, updated for Dev Prev 3.
David Friedman [Fri, 14 Aug 2015 05:32:24 +0000 (22:32 -0700)]
Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3.

Change-Id: I031bfbec9673699ef3f8680612b67dcb143882e7

8 years agoam c07701f2: am 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into...
Ajay Panicker [Thu, 27 Aug 2015 19:40:38 +0000 (19:40 +0000)]
am c07701f2: am 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev

* commit 'c07701f2764a1c09dc3e8af4321ff0ef66056fee':
  Add StateMachine.removeDeferredMessages()

8 years agoam 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev
Ajay Panicker [Thu, 27 Aug 2015 19:33:31 +0000 (19:33 +0000)]
am 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev

* commit '3e5b01185c08c46b80c395ca1f9c93e45cd98ba5':
  Add StateMachine.removeDeferredMessages()

8 years agoMerge "Add StateMachine.removeDeferredMessages()" into mnc-dev
Ajay Panicker [Thu, 27 Aug 2015 19:21:39 +0000 (19:21 +0000)]
Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev

8 years agoam aef51d09: am 4a8034ca: AudioTrack: error reporting for getTimestamp()
Eric Laurent [Thu, 27 Aug 2015 18:35:04 +0000 (18:35 +0000)]
am aef51d09: am 4a8034ca: AudioTrack: error reporting for getTimestamp()

* commit 'aef51d09ef33eb3f03789c71edc25a7b103728d1':
  AudioTrack: error reporting for getTimestamp()

8 years agoam 4a8034ca: AudioTrack: error reporting for getTimestamp()
Eric Laurent [Thu, 27 Aug 2015 18:28:48 +0000 (18:28 +0000)]
am 4a8034ca: AudioTrack: error reporting for getTimestamp()

* commit '4a8034caea13a90c01800ff554539772c6ff5523':
  AudioTrack: error reporting for getTimestamp()

8 years agoam 16d7245b: Merge "Prevent Fingerprint when SIM is locked" into mnc-dr-dev
Adrian Roos [Thu, 27 Aug 2015 18:14:36 +0000 (18:14 +0000)]
am 16d7245b: Merge "Prevent Fingerprint when SIM is locked" into mnc-dr-dev

* commit '16d7245b64062f4c65d55433642388d1dc9bdf70':
  Prevent Fingerprint when SIM is locked

8 years agoMerge "Prevent Fingerprint when SIM is locked" into mnc-dr-dev
Adrian Roos [Thu, 27 Aug 2015 18:06:44 +0000 (18:06 +0000)]
Merge "Prevent Fingerprint when SIM is locked" into mnc-dr-dev

8 years agoAudioTrack: error reporting for getTimestamp()
Eric Laurent [Thu, 2 Jul 2015 19:09:44 +0000 (12:09 -0700)]
AudioTrack: error reporting for getTimestamp()

Add a new getTimestamp() method that returns an error code.

Bug: 21886109.
Bug: 22202349.
Bug: 17548098.

Change-Id: Ib072dd3442de79bab9aca77c3c33b0790b492154
(cherry picked from commit 4e1ccd370fc268f3207c5baee08ac8c943c3fdf9)

8 years agoam fd538001: Merge "Added event log for camera launch gesture." into mnc-dr-dev
Zhentao Sun [Thu, 27 Aug 2015 03:31:26 +0000 (03:31 +0000)]
am fd538001: Merge "Added event log for camera launch gesture." into mnc-dr-dev

* commit 'fd538001f5c7f1fad68a27d8143c839bda82491b':
  Added event log for camera launch gesture.

8 years agoMerge "Added event log for camera launch gesture." into mnc-dr-dev
Zhentao Sun [Thu, 27 Aug 2015 03:23:46 +0000 (03:23 +0000)]
Merge "Added event log for camera launch gesture." into mnc-dr-dev

8 years agoam dfb8cca0: Merge "Don\'t check the keyguard PIN a second time" into mnc-dr-dev
Jim Miller [Thu, 27 Aug 2015 02:52:37 +0000 (02:52 +0000)]
am dfb8cca0: Merge "Don\'t check the keyguard PIN a second time" into mnc-dr-dev

* commit 'dfb8cca04dd64dcdf1df4550f7e808360de0517d':
  Don't check the keyguard PIN a second time

8 years agoMerge "Don't check the keyguard PIN a second time" into mnc-dr-dev
Jim Miller [Thu, 27 Aug 2015 02:44:18 +0000 (02:44 +0000)]
Merge "Don't check the keyguard PIN a second time" into mnc-dr-dev

8 years agoAdd StateMachine.removeDeferredMessages()
Ajay Panicker [Wed, 26 Aug 2015 21:06:34 +0000 (14:06 -0700)]
Add StateMachine.removeDeferredMessages()

Bug: 23111466
Change-Id: Ifbb67d4eb080313af0968d5cb6b9508837e3458e

8 years agoam 9dbc35d1: am 258b56ec: am 9f37bd8a: am 0238bf24: docs: New auto Desktop Head Unit...
Rich Slogar [Thu, 27 Aug 2015 01:58:39 +0000 (01:58 +0000)]
am 9dbc35d1: am 258b56ec: am 9f37bd8a: am 0238bf24: docs: New auto Desktop Head Unit (DHU) docs

* commit '9dbc35d10be3ac3a446e00c39d6604024e228f10':
  docs: New auto Desktop Head Unit (DHU) docs

8 years agoam 442c48b9: am a4a1e68f: am ebdedb47: (-s ours) am 42994097: am a1be8b43: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:58:33 +0000 (01:58 +0000)]
am 442c48b9: am a4a1e68f: am ebdedb47: (-s ours) am 42994097: am a1be8b43: LayoutLib: Update golden test images. [DO NOT MERGE]

* commit '442c48b98ca8ef914fbdea3697239f6da88d551b':
  LayoutLib: Update golden test images. [DO NOT MERGE]

8 years agoam e81c3b45: am c2e98ca3: am 68ff174b: (-s ours) am 2b99b5da: am c9862b44: An ugly...
Deepanshu Gupta [Thu, 27 Aug 2015 01:58:27 +0000 (01:58 +0000)]
am e81c3b45: am c2e98ca3: am 68ff174b: (-s ours) am 2b99b5da: am c9862b44: An ugly hack to render CalendarView. [DO NOT MERGE]

* commit 'e81c3b45ca4acd19c16465a2923481f0e4a5ce0e':
  An ugly hack to render CalendarView. [DO NOT MERGE]

8 years agoam 52bd715d: am 58967c69: am d9600c98: (-s ours) am 7eb81868: am b1ad4a15: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:58:21 +0000 (01:58 +0000)]
am 52bd715d: am 58967c69: am d9600c98: (-s ours) am 7eb81868: am b1ad4a15: LayoutLib: Fix true transparency in status bar. [DO NOT MERGE]

* commit '52bd715d5dea5587ff3fc397ad32f561c855dd14':
  LayoutLib: Fix true transparency in status bar. [DO NOT MERGE]

8 years agoam 14d291e8: am 5d282e3f: am 5769732e: (-s ours) am 9d6e87b6: am da687918: Make getIn...
Deepanshu Gupta [Thu, 27 Aug 2015 01:58:16 +0000 (01:58 +0000)]
am 14d291e8: am 5d282e3f: am 5769732e: (-s ours) am 9d6e87b6: am da687918: Make getInt in BridgeTypedArray accept empty String. [DO NOT MERGE]

* commit '14d291e86672ee4c1d28c18fb4503a7ae562a1e0':
  Make getInt in BridgeTypedArray accept empty String. [DO NOT MERGE]

8 years agoam 1ddcfe84: am 47530108: am 728fc731: (-s ours) am c43506fc: am 8c674fda: Fix layout...
Deepanshu Gupta [Thu, 27 Aug 2015 01:58:09 +0000 (01:58 +0000)]
am 1ddcfe84: am 47530108: am 728fc731: (-s ours) am c43506fc: am 8c674fda: Fix layout mirroring. [DO NOT MERGE]

* commit '1ddcfe844208051d96827aaf9a2e4f4045260312':
  Fix layout mirroring. [DO NOT MERGE]

8 years agoam 7b552da2: am 4116ed7b: am 37ae8f4e: (-s ours) am 918e62f1: am 7aa36129: Fix typo...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:58 +0000 (01:57 +0000)]
am 7b552da2: am 4116ed7b: am 37ae8f4e: (-s ours) am 918e62f1: am 7aa36129: Fix typo: s/FullScreen/Fullscreen/ in LayoutLib. [DO NOT MERGE]

* commit '7b552da2d1d6e9fb1583d3dfe66f39fe84c41c4d':
  Fix typo: s/FullScreen/Fullscreen/ in LayoutLib. [DO NOT MERGE]

8 years agoam 6fb99762: am dfcd35d7: am e4b4b084: (-s ours) am eb15670c: am 92f373fe: Fix Matrix...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:53 +0000 (01:57 +0000)]
am 6fb99762: am dfcd35d7: am e4b4b084: (-s ours) am eb15670c: am 92f373fe: Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]

* commit '6fb997626a8babd3eebb821df887654e691b93d8':
  Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]

8 years agoam 66c51bef: am a0bef60c: am 05ed2d91: (-s ours) am 42e53ecb: am 66d91401: Revert...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:47 +0000 (01:57 +0000)]
am 66c51bef: am a0bef60c: am 05ed2d91: (-s ours) am 42e53ecb: am 66d91401: Revert to using AppTheme for LayoutLib tests. [DO NOT MERGE]

* commit '66c51bef2f1ec2d98e3e15200a9bca382529fa4f':
  Revert to using AppTheme for LayoutLib tests. [DO NOT MERGE]

8 years agoam f0d24b65: am af3deb06: am 21f66a6b: (-s ours) am 5078ad32: am 6b1b651f: Fix import...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:41 +0000 (01:57 +0000)]
am f0d24b65: am af3deb06: am 21f66a6b: (-s ours) am 5078ad32: am 6b1b651f: Fix imports. [DO NOT MERGE]

* commit 'f0d24b6561425fe06dde2ee8834580fb068aa1fe':
  Fix imports. [DO NOT MERGE]

8 years agoam 84544de7: am 554f3a35: am 34f6f597: (-s ours) am 4a213763: am 5ad4dae1: Fix theme...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:35 +0000 (01:57 +0000)]
am 84544de7: am 554f3a35: am 34f6f597: (-s ours) am 4a213763: am 5ad4dae1: Fix theme namespace in tests. [DO NOT MERGE]

* commit '84544de7fefa9b5052ea0418a6e238f459c5dbb2':
  Fix theme namespace in tests. [DO NOT MERGE]

8 years agoam baff0776: am 4ed5de88: am 39b4f4cc: (-s ours) am f988761c: am 723e136f: Run setup...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:28 +0000 (01:57 +0000)]
am baff0776: am 4ed5de88: am 39b4f4cc: (-s ours) am f988761c: am 723e136f: Run setup for full tests only once. [DO NOT MERGE]

* commit 'baff0776bd4d490d6a02f1e3ae3cc5a761ce386e':
  Run setup for full tests only once. [DO NOT MERGE]

8 years agoam e77d052b: am dd7d7aac: am de8da279: (-s ours) am e54dbc4a: am 3ba16c1d: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:22 +0000 (01:57 +0000)]
am e77d052b: am dd7d7aac: am de8da279: (-s ours) am e54dbc4a: am 3ba16c1d: LayoutLib: fix layout when nav bar is absent. [DO NOT MERGE]

* commit 'e77d052b2582c778056093d782f6e83fa12c5923':
  LayoutLib: fix layout when nav bar is absent. [DO NOT MERGE]

8 years agoam be6438aa: am 28677599: am 963cac18: (-s ours) am 147c0506: am 55a36337: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:16 +0000 (01:57 +0000)]
am be6438aa: am 28677599: am 963cac18: (-s ours) am 147c0506: am 55a36337: LayoutLib: Fix Status/Navigation Bar color. [DO NOT MERGE]

* commit 'be6438aaf400c3e8bf76e94199de291fc7b345bf':
  LayoutLib: Fix Status/Navigation Bar color. [DO NOT MERGE]

8 years agoam 14383771: am fe0e8709: am 76111ecb: (-s ours) am e093bbf3: am d861fd81: Set suppor...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:10 +0000 (01:57 +0000)]
am 14383771: am fe0e8709: am 76111ecb: (-s ours) am e093bbf3: am d861fd81: Set support flag for custom layouts for RecyclerView. [DO NOT MERGE]

* commit '143837717d784bae20f23c3663f0f1cf06d3f75f':
  Set support flag for custom layouts for RecyclerView. [DO NOT MERGE]

8 years agoam 0155fb64: am b342aba0: am c5bd6146: (-s ours) am 8a50ecea: am 82fae621: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:57:04 +0000 (01:57 +0000)]
am 0155fb64: am b342aba0: am c5bd6146: (-s ours) am 8a50ecea: am 82fae621: LayoutLib: translucent sys ui bars [DO NOT MERGE]

* commit '0155fb645472805bf1a9937279a8a32a139ce8f0':
  LayoutLib: translucent sys ui bars [DO NOT MERGE]

8 years agoam a5e87b01: am 23a7bc9c: am 6dcfe1e2: (-s ours) am d4be80d9: am 9068539a: Update...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:57 +0000 (01:56 +0000)]
am a5e87b01: am 23a7bc9c: am 6dcfe1e2: (-s ours) am d4be80d9: am 9068539a: Update nav bar icons. [DO NOT MERGE]

* commit 'a5e87b01ff55311ab042f5dcaea395748b8deae6':
  Update nav bar icons. [DO NOT MERGE]

8 years agoam befeb767: am 884cc475: am 5eaa09ff: (-s ours) am d1dde055: am e5afc311: Move the...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:51 +0000 (01:56 +0000)]
am befeb767: am 884cc475: am 5eaa09ff: (-s ours) am d1dde055: am e5afc311: Move the layout code out of RenderSessionImpl. [DO NOT MERGE]

* commit 'befeb76711deebab503b0e7cc0d1cb7b6f6ef3d9':
  Move the layout code out of RenderSessionImpl. [DO NOT MERGE]

8 years agoam 1f178854: am d7e001e6: am 1f2c15ca: (-s ours) am 87f5fd6b: am c989950d: CalendarVi...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:45 +0000 (01:56 +0000)]
am 1f178854: am d7e001e6: am 1f2c15ca: (-s ours) am 87f5fd6b: am c989950d: CalendarView rendering: use R.styleable to find attr. [DO NOT MERGE]

* commit '1f178854af5be5354dfc8b30bee26ee2505ea239':
  CalendarView rendering: use R.styleable to find attr. [DO NOT MERGE]

8 years agoam a097124d: am 19229a8e: am 36e164e0: (-s ours) am e3eecca9: am b2fdaca9: Add tools...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:38 +0000 (01:56 +0000)]
am a097124d: am 19229a8e: am 36e164e0: (-s ours) am e3eecca9: am b2fdaca9: Add tools:openDrawer to open a DrawerLayout. [DO NOT MERGE]

* commit 'a097124d65dc0e6142377d738e1d764043182b08':
  Add tools:openDrawer to open a DrawerLayout. [DO NOT MERGE]

8 years agoam 5e570d37: am c1b987f0: am 13cd7660: (-s ours) am b4060700: am a14ec6f4: Change...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:31 +0000 (01:56 +0000)]
am 5e570d37: am c1b987f0: am 13cd7660: (-s ours) am b4060700: am a14ec6f4: Change tools:list_item to listitem. [DO NOT MERGE]

* commit '5e570d37dfc136b60b2ad185a2c9660d2166540b':
  Change tools:list_item to listitem. [DO NOT MERGE]

8 years agoam 44063c65: am af51c690: am a556d756: (-s ours) am 8bfc5a9d: am b1e21330: Implement...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:25 +0000 (01:56 +0000)]
am 44063c65: am af51c690: am a556d756: (-s ours) am 8bfc5a9d: am b1e21330: Implement tools:list_item for RecyclerView. [DO NOT MERGE]

* commit '44063c65f688c831d43a807f6e3ff3687d1f62e8':
  Implement tools:list_item for RecyclerView. [DO NOT MERGE]

8 years agoam 8d0ec8a2: am 7f795d16: am 413d41aa: (-s ours) am 67b73b60: am cd4d5b3f: Support...
Jens Ole Lauridsen [Thu, 27 Aug 2015 01:56:19 +0000 (01:56 +0000)]
am 8d0ec8a2: am 7f795d16: am 413d41aa: (-s ours) am 67b73b60: am cd4d5b3f: Support AppBar from Material Design. [DO NOT MERGE]

* commit '8d0ec8a24a312d8e22293e400cbd5525ee45ad6b':
  Support AppBar from Material Design. [DO NOT MERGE]

8 years agoam 8ffa52af: am 1df73c5b: am 7a92c26e: (-s ours) am 6f5709ca: am de13095d: Update...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:13 +0000 (01:56 +0000)]
am 8ffa52af: am 1df73c5b: am 7a92c26e: (-s ours) am 6f5709ca: am de13095d: Update tests per new layoutlib_api [DO NOT MERGE]

* commit '8ffa52aff717c51a9259e40fe2632b04f54b1f14':
  Update tests per new layoutlib_api [DO NOT MERGE]

8 years agoam 4de90cf0: am 40960191: am c5c2ea04: (-s ours) am 9a13b1e7: am db67caa6: Add missin...
Deepanshu Gupta [Thu, 27 Aug 2015 01:56:00 +0000 (01:56 +0000)]
am 4de90cf0: am 40960191: am c5c2ea04: (-s ours) am 9a13b1e7: am db67caa6: Add missing resolveResValue call. [DO NOT MERGE]

* commit '4de90cf0a96ef215e1b6179a5bc8bff18266ce77':
  Add missing resolveResValue call. [DO NOT MERGE]

8 years agoam 15dd3802: am b9d2a529: am e4acf0ad: (-s ours) am ad16968d: am 6eef1246: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:54 +0000 (01:55 +0000)]
am 15dd3802: am b9d2a529: am e4acf0ad: (-s ours) am ad16968d: am 6eef1246: LayoutLib: Skip classes from java package. [DO NOT MERGE]

* commit '15dd38029e3d6ce874016a0e9bd29b71e4b46cea':
  LayoutLib: Skip classes from java package. [DO NOT MERGE]

8 years agoam 74f88968: am 637eacfd: am 7911c8b9: (-s ours) am 15e549a8: am 4f5e6c63: Skip warni...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:47 +0000 (01:55 +0000)]
am 74f88968: am 637eacfd: am 7911c8b9: (-s ours) am 15e549a8: am 4f5e6c63: Skip warnings for some unresolved references. [DO NOT MERGE]

* commit '74f889684521f45559ee5c07bfbcb76033738e01':
  Skip warnings for some unresolved references. [DO NOT MERGE]

8 years agoam 1d1fae81: am 8cafc782: am 13670bc6: (-s ours) am 669e4969: am 3e875dbb: Fix import...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:42 +0000 (01:55 +0000)]
am 1d1fae81: am 8cafc782: am 13670bc6: (-s ours) am 669e4969: am 3e875dbb: Fix import order. [DO NOT MERGE]

* commit '1d1fae8141e3dd6a6e00d12a470fa318945465ce':
  Fix import order. [DO NOT MERGE]

8 years agoam a62ad156: am 57185503: am 6dc8bab9: (-s ours) am c0fd1316: am e5fa12ad: Fix Parser...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:35 +0000 (01:55 +0000)]
am a62ad156: am 57185503: am 6dc8bab9: (-s ours) am c0fd1316: am e5fa12ad: Fix ParserFactory not initialized error. [DO NOT MERGE]

* commit 'a62ad1565aaa7c3c80b2c9a71cebded0c1245ec4':
  Fix ParserFactory not initialized error. [DO NOT MERGE]

8 years agoam 26bdd0c8: am e779dec0: am bf7907bf: (-s ours) am 6b836cd0: am a287b842: Fix NPE...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:29 +0000 (01:55 +0000)]
am 26bdd0c8: am e779dec0: am bf7907bf: (-s ours) am 6b836cd0: am a287b842: Fix NPE in BridgeContext.obtainStyledAttributes() [DO NOT MERGE]

* commit '26bdd0c8a223d7e0b0da49b64cca1d62a2635740':
  Fix NPE in BridgeContext.obtainStyledAttributes() [DO NOT MERGE]

8 years agoam ec160c67: am 42872f73: am f2bf5470: (-s ours) am 91e456d2: am e698bb27: Fix Bridge...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:23 +0000 (01:55 +0000)]
am ec160c67: am 42872f73: am f2bf5470: (-s ours) am 91e456d2: am e698bb27: Fix BridgeTypedArray.getType() [DO NOT MERGE]

* commit 'ec160c67543badf481c95ab04de721e476c0b390':
  Fix BridgeTypedArray.getType() [DO NOT MERGE]

8 years agoam 0b95542d: am 35f6976e: am 7ec7805a: (-s ours) am 8a6295e8: am e481e713: Include...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:16 +0000 (01:55 +0000)]
am 0b95542d: am 35f6976e: am 7ec7805a: (-s ours) am 8a6295e8: am e481e713: Include Shapes in LayoutLib. [DO NOT MERGE]

* commit '0b95542d1be4cfcb6b26443c7dafc29716035528':
  Include Shapes in LayoutLib. [DO NOT MERGE]

8 years agoam c0a9faad: am dc78e108: am 594939fc: (-s ours) am 66d5f24d: am ba5a02c5: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:09 +0000 (01:55 +0000)]
am c0a9faad: am dc78e108: am 594939fc: (-s ours) am 66d5f24d: am ba5a02c5: LayoutLib: Support getting resource arrays. [DO NOT MERGE]

* commit 'c0a9faad42fd8212f8142ba1363a992095bb645c':
  LayoutLib: Support getting resource arrays. [DO NOT MERGE]

8 years agoam f3696835: am 0ae85775: am bd343c1f: (-s ours) am b32e44ff: am a5ffed0b: LayoutLib...
Deepanshu Gupta [Thu, 27 Aug 2015 01:55:02 +0000 (01:55 +0000)]
am f3696835: am 0ae85775: am bd343c1f: (-s ours) am b32e44ff: am a5ffed0b: LayoutLib: Change nullity annotations. [DO NOT MERGE]

* commit 'f36968355d1fbe725c762fd02ed5e12ecf759add':
  LayoutLib: Change nullity annotations. [DO NOT MERGE]

8 years agoam b602943f: am 7d7f0f47: am 9b1ac269: (-s ours) am 1754824c: am c96ef952: Add docume...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:55 +0000 (01:54 +0000)]
am b602943f: am 7d7f0f47: am 9b1ac269: (-s ours) am 1754824c: am c96ef952: Add documentation about hack in commit: f8ea750455 [DO NOT MERGE]

* commit 'b602943f0d39487a54b279109af0c40784469d5e':
  Add documentation about hack in commit: f8ea750455 [DO NOT MERGE]

8 years agoam 0f0cae1a: am fcc62127: am 6b7f9ae6: (-s ours) am 678f0ea2: am b318ff54: Make DateP...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:49 +0000 (01:54 +0000)]
am 0f0cae1a: am fcc62127: am 6b7f9ae6: (-s ours) am 678f0ea2: am b318ff54: Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]

* commit '0f0cae1a269a02cb7f4645dfc2f70cbe50c7be86':
  Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]

8 years agoam 14be8ed3: am e3040e9a: am d6363d86: (-s ours) am 2e57c1e2: am cc5e69e4: Inject...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:44 +0000 (01:54 +0000)]
am 14be8ed3: am e3040e9a: am d6363d86: (-s ours) am 2e57c1e2: am cc5e69e4: Inject anonymous inner classes of injected classes [DO NOT MERGE]

* commit '14be8ed3b4ac1abac6086a097f86e41ad2b8518c':
  Inject anonymous inner classes of injected classes [DO NOT MERGE]

8 years agoam 2c1cc061: am 56c72f4c: am 5b886bb0: (-s ours) am 899daf75: am d7e89906: Update...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:38 +0000 (01:54 +0000)]
am 2c1cc061: am 56c72f4c: am 5b886bb0: (-s ours) am 899daf75: am d7e89906: Update platformDir search in tests. [DO NOT MERGE]

* commit '2c1cc0610923e5491d1ea8230ed89018fdea1fec':
  Update platformDir search in tests. [DO NOT MERGE]

8 years agoam 4b030f0b: am 720d677f: am aae9c930: (-s ours) am 2f50403f: am afedbc47: Make Conte...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:33 +0000 (01:54 +0000)]
am 4b030f0b: am 720d677f: am aae9c930: (-s ours) am 2f50403f: am afedbc47: Make Context.getClassLoader() work. [DO NOT MERGE]

* commit '4b030f0bb3449538cb8a8a97612ab29c5ae25dd5':
  Make Context.getClassLoader() work. [DO NOT MERGE]

8 years agoam bf2c3b67: am ef319302: am 522e67e4: (-s ours) am de3ac8f9: am 92480a9a: Fix includ...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:26 +0000 (01:54 +0000)]
am bf2c3b67: am ef319302: am 522e67e4: (-s ours) am de3ac8f9: am 92480a9a: Fix include tag rendering. [DO NOT MERGE]

* commit 'bf2c3b679018d4a993a370e998b5e3276d052045':
  Fix include tag rendering. [DO NOT MERGE]

8 years agoam 8053ef0c: am a6d71a2c: am 8df6131a: (-s ours) am 50e1406a: am f6b08547: Show bette...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:20 +0000 (01:54 +0000)]
am 8053ef0c: am a6d71a2c: am 8df6131a: (-s ours) am 50e1406a: am f6b08547: Show better error message for color attr not found. [DO NOT MERGE]

* commit '8053ef0c0120295d53469b14e6e1fcf748640bea':
  Show better error message for color attr not found. [DO NOT MERGE]

8 years agoam 48aea8cc: am df44516b: am 59f026e9: (-s ours) am 81990c3f: am b1370c26: Fix build...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:14 +0000 (01:54 +0000)]
am 48aea8cc: am df44516b: am 59f026e9: (-s ours) am 81990c3f: am b1370c26: Fix build: udpate parser factory method [DO NOT MERGE]

* commit '48aea8cc12ea7606b36bc474f91891f463554ef8':
  Fix build: udpate parser factory method [DO NOT MERGE]

8 years agoam ac5f66e3: am bf019327: am b44f7fda: (-s ours) am 0a07bb95: am aa729889: Don\'t...
Deepanshu Gupta [Thu, 27 Aug 2015 01:54:01 +0000 (01:54 +0000)]
am ac5f66e3: am bf019327: am b44f7fda: (-s ours) am 0a07bb95: am aa729889: Don\'t keep LayoutlibCallback reference. [DO NOT MERGE]

* commit 'ac5f66e32efd43801c314114bfff28668f598a4d':
  Don't keep LayoutlibCallback reference. [DO NOT MERGE]

8 years agoam 8affffc7: am ef284578: am 78d77bc3: (-s ours) am bbbdc2ad: am 5c90c4f4: Remove...
Deepanshu Gupta [Thu, 27 Aug 2015 01:53:55 +0000 (01:53 +0000)]
am 8affffc7: am ef284578: am 78d77bc3: (-s ours) am bbbdc2ad: am 5c90c4f4: Remove kxml dependency [DO NOT MERGE]

* commit '8affffc7823c879ae080292591abcec272e1850d':
  Remove kxml dependency [DO NOT MERGE]

8 years agoam 258b56ec: am 9f37bd8a: am 0238bf24: docs: New auto Desktop Head Unit (DHU) docs
Rich Slogar [Thu, 27 Aug 2015 01:45:36 +0000 (01:45 +0000)]
am 258b56ec: am 9f37bd8a: am 0238bf24: docs: New auto Desktop Head Unit (DHU) docs

* commit '258b56ec58fca2b740bcfe9a2af81f0f59a14abb':
  docs: New auto Desktop Head Unit (DHU) docs

8 years agoam a4a1e68f: am ebdedb47: (-s ours) am 42994097: am a1be8b43: LayoutLib: Update golde...
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:32 +0000 (01:45 +0000)]
am a4a1e68f: am ebdedb47: (-s ours) am 42994097: am a1be8b43: LayoutLib: Update golden test images. [DO NOT MERGE]

* commit 'a4a1e68fe76134a940e02f3d425b3429791177e5':
  LayoutLib: Update golden test images. [DO NOT MERGE]

8 years agoam c2e98ca3: am 68ff174b: (-s ours) am 2b99b5da: am c9862b44: An ugly hack to render...
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:28 +0000 (01:45 +0000)]
am c2e98ca3: am 68ff174b: (-s ours) am 2b99b5da: am c9862b44: An ugly hack to render CalendarView. [DO NOT MERGE]

* commit 'c2e98ca39a67bd24e305826c51a0ba85f7b59ef4':
  An ugly hack to render CalendarView. [DO NOT MERGE]

8 years agoam 58967c69: am d9600c98: (-s ours) am 7eb81868: am b1ad4a15: LayoutLib: Fix true...
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:24 +0000 (01:45 +0000)]
am 58967c69: am d9600c98: (-s ours) am 7eb81868: am b1ad4a15: LayoutLib: Fix true transparency in status bar. [DO NOT MERGE]

* commit '58967c69b96492fb64a258c0131f0c6791057ed3':
  LayoutLib: Fix true transparency in status bar. [DO NOT MERGE]

8 years agoam 5d282e3f: am 5769732e: (-s ours) am 9d6e87b6: am da687918: Make getInt in BridgeTy...
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:20 +0000 (01:45 +0000)]
am 5d282e3f: am 5769732e: (-s ours) am 9d6e87b6: am da687918: Make getInt in BridgeTypedArray accept empty String. [DO NOT MERGE]

* commit '5d282e3f3c280642ce7c99c4e72f0ccf7132fc09':
  Make getInt in BridgeTypedArray accept empty String. [DO NOT MERGE]