OSDN Git Service

android-x86/frameworks-base.git
8 years agoam fbb28f55: am 77d02900: am 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE...
Robert Greenwalt [Fri, 28 Aug 2015 22:05:38 +0000 (22:05 +0000)]
am fbb28f55: am 77d02900: am 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev

* commit 'fbb28f5552fe42453ebaf48fc11a7c07a5c9bd8b':
  Reduce CONNECTIVITY_CHANGE bcasts

8 years agoam 77d02900: am 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts"...
Robert Greenwalt [Fri, 28 Aug 2015 21:55:33 +0000 (21:55 +0000)]
am 77d02900: am 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev

* commit '77d02900d8ab287f8dcecabda44766e15dbfad4f':
  Reduce CONNECTIVITY_CHANGE bcasts

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

* commit '5799f428063cec8f0b85cdff41185e0725b19b74':
  Reduce CONNECTIVITY_CHANGE bcasts

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 7b933895: am e3238e53: am b774e554: Optimize fp touch to wake: Shortcut for report...
Jorim Jaggi [Fri, 28 Aug 2015 20:37:52 +0000 (20:37 +0000)]
am 7b933895: am e3238e53: am b774e554: Optimize fp touch to wake: Shortcut for report next draw

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

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

* commit 'b5bcd6077a9fc72867a2a23c1a5465ae04b13e03':
  Crashing the system process is inadvisable

8 years agoam 52e6d458: am 430778bd: am 482635e3: Merge "Fix deadlock when updating rotation...
Chong Zhang [Fri, 28 Aug 2015 20:30:04 +0000 (20:30 +0000)]
am 52e6d458: am 430778bd: am 482635e3: Merge "Fix deadlock when updating rotation" into mnc-dr-dev

* commit '52e6d458d6cf0af7bda45cb80262af6fc369799f':
  Fix deadlock when updating rotation

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

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

8 years agoam b774e554: Optimize fp touch to wake: Shortcut for report next draw
Jorim Jaggi [Fri, 28 Aug 2015 20:19:31 +0000 (20:19 +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 agoam 27c5cfd7: am 9b2f9bcb: am 82d14d60: Merge "Crashing the system process is inadvisa...
Chris Tate [Fri, 28 Aug 2015 20:19:13 +0000 (20:19 +0000)]
am 27c5cfd7: am 9b2f9bcb: am 82d14d60: Merge "Crashing the system process is inadvisable" into mnc-dev

* commit '27c5cfd727a413eee0f981cb23c97d2375600610':
  Crashing the system process is inadvisable

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

* commit '430778bd75a735324b4ea7447a19268fe09e00e8':
  Fix deadlock when updating rotation

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:06:49 +0000 (20:06 +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 ac4fd070: am 90023609: am 71f15791: am d88152b4: Merge "Give shell permission...
Jeff Sharkey [Fri, 28 Aug 2015 20:06:45 +0000 (20:06 +0000)]
am ac4fd070: am 90023609: am 71f15791: am d88152b4: Merge "Give shell permission to move apps." into mnc-dev

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

8 years agoam 482635e3: Merge "Fix deadlock when updating rotation" into mnc-dr-dev
Chong Zhang [Fri, 28 Aug 2015 20:06:44 +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 90023609: am 71f15791: am d88152b4: Merge "Give shell permission to move apps...
Jeff Sharkey [Fri, 28 Aug 2015 19:59:40 +0000 (19:59 +0000)]
am 90023609: am 71f15791: am d88152b4: Merge "Give shell permission to move apps." into mnc-dev

* commit '90023609cff5e25697c852034106d9c4fdb9ea49':
  Give shell permission to move apps.

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 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 agoam 71f15791: am d88152b4: Merge "Give shell permission to move apps." into mnc-dev
Jeff Sharkey [Fri, 28 Aug 2015 19:48:26 +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 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 agoam 1367b508: am 65d43856: am 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landin...
David Friedman [Fri, 28 Aug 2015 19:01:05 +0000 (19:01 +0000)]
am 1367b508: am 65d43856: am 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3." into mnc-dev

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

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

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

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 65d43856: am 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landing pages for...
David Friedman [Fri, 28 Aug 2015 18:50:06 +0000 (18:50 +0000)]
am 65d43856: am 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview, updated for Dev Prev 3." into mnc-dev

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

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

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

8 years agoam 8b403e8c: am 3ab2e664: Merge "Docs: Localized DAC landing pages for M Preview...
David Friedman [Fri, 28 Aug 2015 18:41:08 +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:03 +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 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 a3d10f01: am c02034a1: am 34c08828: Merge "Fix NPE in AR hardware binding sequence...
Anatol Pomazau [Fri, 28 Aug 2015 15:40:51 +0000 (15:40 +0000)]
am a3d10f01: am c02034a1: am 34c08828: Merge "Fix NPE in AR hardware binding sequence. b/22772433" into mnc-dr-dev

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

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

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

8 years agoam 34c08828: Merge "Fix NPE in AR hardware binding sequence. b/22772433" into mnc...
Anatol Pomazau [Fri, 28 Aug 2015 15:27:08 +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 fec26a37: am 7c388b0f: am ffa3d040: am 3883e72a: Merge "BatteryStats: Bump checkin...
Ashish Sharma [Thu, 27 Aug 2015 23:55:47 +0000 (23:55 +0000)]
am fec26a37: am 7c388b0f: am ffa3d040: am 3883e72a: Merge "BatteryStats: Bump checkin version" into mnc-dev

* commit 'fec26a37a15dc406ae6a3aee67059cb93ef2ae5a':
  BatteryStats: Bump checkin version

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

* commit '9cc1765d1ea4f2990e1916cde505a574369497da':

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

* commit 'e85d798b4a8574c7302644ccd911ccd7dcf53faf':

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

* commit '82c66da0b63b77b90eb964417892e6d611e1c414':

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

* commit 'be561e3aa37c728b3173aac02767063a735ec5eb':

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

* commit '8bc89186721c0679c543f330231bf25015aef1ea':

8 years agoam 5432ab8d: (-s ours) am 47530108: am 728fc731: (-s ours) am c43506fc: am 8c674fda...
Deepanshu Gupta [Thu, 27 Aug 2015 23:50:18 +0000 (23:50 +0000)]
am 5432ab8d: (-s ours) am 47530108: am 728fc731: (-s ours) am c43506fc: am 8c674fda: Fix layout mirroring. [DO NOT MERGE]

* commit '5432ab8dc08fd8dabc60bba304135a68badcf9ee':

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

* commit '44c3a9eb72d091a05c88ac53da33d8d3429e987a':

8 years agoam 18db4f5f: (-s ours) am dfcd35d7: am e4b4b084: (-s ours) am eb15670c: am 92f373fe...
Deepanshu Gupta [Thu, 27 Aug 2015 23:50:05 +0000 (23:50 +0000)]
am 18db4f5f: (-s ours) am dfcd35d7: am e4b4b084: (-s ours) am eb15670c: am 92f373fe: Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]

* commit '18db4f5f8f75006eb9d3f1091e5f24b9066b2bf8':

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

* commit 'e40990e024969d0271529164e6112715d8b6d004':

8 years agoam 575451d5: (-s ours) am af3deb06: am 21f66a6b: (-s ours) am 5078ad32: am 6b1b651f...
Deepanshu Gupta [Thu, 27 Aug 2015 23:49:50 +0000 (23:49 +0000)]
am 575451d5: (-s ours) am af3deb06: am 21f66a6b: (-s ours) am 5078ad32: am 6b1b651f: Fix imports. [DO NOT MERGE]

* commit '575451d5ffccc0df794852b8a2c25045ff9f9074':

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

* commit '8d2e0fbc2ee7205afc06913a5fb2627001afcc24':

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

* commit 'e6f7481631c1fd7a0d36d4515cf56f6c64e48267':

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

* commit 'f2cf3c19e356ad34a181933742c64c842e431513':

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

* commit '7a7becd621cc3d4659e8e480fc7ebb5c1e4f0d6c':

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

* commit 'aae9a105e9bf3a92033cc06481eb2fa40c6c6144':

8 years agoam 755b7f3a: (-s ours) am b342aba0: am c5bd6146: (-s ours) am 8a50ecea: am 82fae621...
Deepanshu Gupta [Thu, 27 Aug 2015 23:49:08 +0000 (23:49 +0000)]
am 755b7f3a: (-s ours) am b342aba0: am c5bd6146: (-s ours) am 8a50ecea: am 82fae621: LayoutLib: translucent sys ui bars [DO NOT MERGE]

* commit '755b7f3a46b6d504760f4a422c92c731f3cdb1a2':

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

* commit '3ece6d8c8830191586210d98169fbabc802d4e62':

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

* commit '4523c86247621d683d03ed70dedd68b000df3943':

8 years agoam 6d738bb6: (-s ours) am d7e001e6: am 1f2c15ca: (-s ours) am 87f5fd6b: am c989950d...
Deepanshu Gupta [Thu, 27 Aug 2015 23:48:44 +0000 (23:48 +0000)]
am 6d738bb6: (-s ours) am d7e001e6: am 1f2c15ca: (-s ours) am 87f5fd6b: am c989950d: CalendarView rendering: use R.styleable to find attr. [DO NOT MERGE]

* commit '6d738bb6049d7ae5bf4b554796c93a8924ab545c':

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

* commit 'c32e8d4f348042f4e431bc0bb4e635dca1886bf7':

8 years agoam d2dd844b: (-s ours) am c1b987f0: am 13cd7660: (-s ours) am b4060700: am a14ec6f4...
Deepanshu Gupta [Thu, 27 Aug 2015 23:48:20 +0000 (23:48 +0000)]
am d2dd844b: (-s ours) am c1b987f0: am 13cd7660: (-s ours) am b4060700: am a14ec6f4: Change tools:list_item to listitem. [DO NOT MERGE]

* commit 'd2dd844bac3693daae223f51c5242e88e821de22':

8 years agoam 9a0c696c: (-s ours) am af51c690: am a556d756: (-s ours) am 8bfc5a9d: am b1e21330...
Deepanshu Gupta [Thu, 27 Aug 2015 23:48:12 +0000 (23:48 +0000)]
am 9a0c696c: (-s ours) am af51c690: am a556d756: (-s ours) am 8bfc5a9d: am b1e21330: Implement tools:list_item for RecyclerView. [DO NOT MERGE]

* commit '9a0c696c468fd4029d67af4cc9513045e07665da':

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

* commit 'e870314ce91a02c1c375881494605cbc14aa248d':

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

* commit 'aa5786e8aede3530ed22780461018c6f885d54af':

8 years agoam 93db9633: (-s ours) am 40960191: am c5c2ea04: (-s ours) am 9a13b1e7: am db67caa6...
Deepanshu Gupta [Thu, 27 Aug 2015 23:47:41 +0000 (23:47 +0000)]
am 93db9633: (-s ours) am 40960191: am c5c2ea04: (-s ours) am 9a13b1e7: am db67caa6: Add missing resolveResValue call. [DO NOT MERGE]

* commit '93db9633565331d91aac690382b432c9e689ad89':

8 years agoam 6953cdae: (-s ours) am b9d2a529: am e4acf0ad: (-s ours) am ad16968d: am 6eef1246...
Deepanshu Gupta [Thu, 27 Aug 2015 23:47:29 +0000 (23:47 +0000)]
am 6953cdae: (-s ours) am b9d2a529: am e4acf0ad: (-s ours) am ad16968d: am 6eef1246: LayoutLib: Skip classes from java package. [DO NOT MERGE]

* commit '6953cdaebad1fad6f25dd9357409d70310cfd116':

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

* commit '4ac79e44d35afbc5da451cfefb48da4c62a96bbf':

8 years agoam 65f8923a: (-s ours) am 8cafc782: am 13670bc6: (-s ours) am 669e4969: am 3e875dbb...
Deepanshu Gupta [Thu, 27 Aug 2015 23:47:09 +0000 (23:47 +0000)]
am 65f8923a: (-s ours) am 8cafc782: am 13670bc6: (-s ours) am 669e4969: am 3e875dbb: Fix import order. [DO NOT MERGE]

* commit '65f8923a25b2ed40878f7d13708f2109c3c8eb2a':

8 years agoam c8e51c1e: (-s ours) am 57185503: am 6dc8bab9: (-s ours) am c0fd1316: am e5fa12ad...
Deepanshu Gupta [Thu, 27 Aug 2015 23:47:00 +0000 (23:47 +0000)]
am c8e51c1e: (-s ours) am 57185503: am 6dc8bab9: (-s ours) am c0fd1316: am e5fa12ad: Fix ParserFactory not initialized error. [DO NOT MERGE]

* commit 'c8e51c1e10c82d825b130441dceefbf749bb0a26':

8 years agoam 1e4fbdf3: (-s ours) am e779dec0: am bf7907bf: (-s ours) am 6b836cd0: am a287b842...
Deepanshu Gupta [Thu, 27 Aug 2015 23:46:44 +0000 (23:46 +0000)]
am 1e4fbdf3: (-s ours) am e779dec0: am bf7907bf: (-s ours) am 6b836cd0: am a287b842: Fix NPE in BridgeContext.obtainStyledAttributes() [DO NOT MERGE]

* commit '1e4fbdf315eb546b4c112514e166c62ca017f279':

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

* commit 'b19e84277e54c989bb7cd8056ece33d3242ed4fa':

8 years agoam 4db2aa3f: (-s ours) am 35f6976e: am 7ec7805a: (-s ours) am 8a6295e8: am e481e713...
Deepanshu Gupta [Thu, 27 Aug 2015 23:46:19 +0000 (23:46 +0000)]
am 4db2aa3f: (-s ours) am 35f6976e: am 7ec7805a: (-s ours) am 8a6295e8: am e481e713: Include Shapes in LayoutLib. [DO NOT MERGE]

* commit '4db2aa3f469756cb59c5ff64bbd0a0862bdd45c4':

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

* commit '7c388b0f73b1b2f881aa97458657a394e43e6727':
  BatteryStats: Bump checkin version

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

* commit '162a799773594580a36773decd4fcb7c14f77dc7':

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

* commit '5ae9de3a241f7549c1ab8ea5e687c5b263aa0623':

8 years agoam 330d6104: (-s ours) am 7d7f0f47: am 9b1ac269: (-s ours) am 1754824c: am c96ef952...
Deepanshu Gupta [Thu, 27 Aug 2015 23:39:31 +0000 (23:39 +0000)]
am 330d6104: (-s ours) am 7d7f0f47: am 9b1ac269: (-s ours) am 1754824c: am c96ef952: Add documentation about hack in commit: f8ea750455 [DO NOT MERGE]

* commit '330d6104b7f0f74288e28f407a87afa6c468f2c9':

8 years agoam 594f76d2: (-s ours) am fcc62127: am 6b7f9ae6: (-s ours) am 678f0ea2: am b318ff54...
Deepanshu Gupta [Thu, 27 Aug 2015 23:39:23 +0000 (23:39 +0000)]
am 594f76d2: (-s ours) am fcc62127: am 6b7f9ae6: (-s ours) am 678f0ea2: am b318ff54: Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]

* commit '594f76d25b55efb8ebda690dbcb55ed70f064241':

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

* commit '14b65389a22162274dadc6febd523fafb19c0e99':

8 years agoam 4efc4817: (-s ours) am 56c72f4c: am 5b886bb0: (-s ours) am 899daf75: am d7e89906...
Deepanshu Gupta [Thu, 27 Aug 2015 23:39:08 +0000 (23:39 +0000)]
am 4efc4817: (-s ours) am 56c72f4c: am 5b886bb0: (-s ours) am 899daf75: am d7e89906: Update platformDir search in tests. [DO NOT MERGE]

* commit '4efc48170ee1013303b92c0912cb35460167c057':

8 years agoam 268a4616: (-s ours) am 720d677f: am aae9c930: (-s ours) am 2f50403f: am afedbc47...
Deepanshu Gupta [Thu, 27 Aug 2015 23:38:59 +0000 (23:38 +0000)]
am 268a4616: (-s ours) am 720d677f: am aae9c930: (-s ours) am 2f50403f: am afedbc47: Make Context.getClassLoader() work. [DO NOT MERGE]

* commit '268a461654b3f764aab75cc64ebbaaa7890ea8fd':

8 years agoam a012a91b: (-s ours) am ef319302: am 522e67e4: (-s ours) am de3ac8f9: am 92480a9a...
Deepanshu Gupta [Thu, 27 Aug 2015 23:38:51 +0000 (23:38 +0000)]
am a012a91b: (-s ours) am ef319302: am 522e67e4: (-s ours) am de3ac8f9: am 92480a9a: Fix include tag rendering. [DO NOT MERGE]

* commit 'a012a91b9ddcc62d886799680c239bd4f9e63b15':

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

* commit '54dd25f09d08bf4edb785b78160d10fd570bfdaa':

8 years agoam 4c276bb9: (-s ours) am df44516b: am 59f026e9: (-s ours) am 81990c3f: am b1370c26...
Deepanshu Gupta [Thu, 27 Aug 2015 23:38:35 +0000 (23:38 +0000)]
am 4c276bb9: (-s ours) am df44516b: am 59f026e9: (-s ours) am 81990c3f: am b1370c26: Fix build: udpate parser factory method [DO NOT MERGE]

* commit '4c276bb904381f64edc79e365c0703a8265349b3':

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

* commit '4509e3d2e7741e33fc3fa1bb168ab7dfa95aba7a':

8 years agoam 7781467d: (-s ours) am ef284578: am 78d77bc3: (-s ours) am bbbdc2ad: am 5c90c4f4...
Deepanshu Gupta [Thu, 27 Aug 2015 23:38:16 +0000 (23:38 +0000)]
am 7781467d: (-s ours) am ef284578: am 78d77bc3: (-s ours) am bbbdc2ad: am 5c90c4f4: Remove kxml dependency [DO NOT MERGE]

* commit '7781467d481ea278f32ed5df5a4baddd0cc44550':

8 years agoam dbcad63b: am 8f1ea834: Handle the -a flag for dumpsys appops.
Tim Kilbourn [Thu, 27 Aug 2015 23:38:08 +0000 (23:38 +0000)]
am dbcad63b: am 8f1ea834: Handle the -a flag for dumpsys appops.

* commit 'dbcad63b43a249de44ac8f46e810e0c0fc66d7eb':

8 years agoam ffa3d040: am 3883e72a: Merge "BatteryStats: Bump checkin version" into mnc-dev
Ashish Sharma [Thu, 27 Aug 2015 23:34:04 +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 30aa53c7: am 92fb5342: am c07701f2: am 3e5b0118: Merge "Add StateMachine.removeDef...
Ajay Panicker [Thu, 27 Aug 2015 19:56:20 +0000 (19:56 +0000)]
am 30aa53c7: am 92fb5342: am c07701f2: am 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev

* commit '30aa53c7af22f98233a9c3acbe0efe20a569c8f1':
  Add StateMachine.removeDeferredMessages()

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

* commit '92fb534298dc2d7e91e6dc1a8d8454b7f3f173f8':
  Add StateMachine.removeDeferredMessages()

8 years agoam c07701f2: am 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into...
Ajay Panicker [Thu, 27 Aug 2015 19:40:05 +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 agoam 155c1ad1: am 38f6f487: am aef51d09: am 4a8034ca: AudioTrack: error reporting for...
Eric Laurent [Thu, 27 Aug 2015 19:22:22 +0000 (19:22 +0000)]
am 155c1ad1: am 38f6f487: am aef51d09: am 4a8034ca: AudioTrack: error reporting for getTimestamp()

* commit '155c1ad113dd6ec6bab9fdcb0934db255603237a':
  AudioTrack: error reporting for getTimestamp()

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 38f6f487: am aef51d09: am 4a8034ca: AudioTrack: error reporting for getTimestamp()
Eric Laurent [Thu, 27 Aug 2015 18:42:35 +0000 (18:42 +0000)]
am 38f6f487: am aef51d09: am 4a8034ca: AudioTrack: error reporting for getTimestamp()

* commit '38f6f487b2a8de7ebd7c07b216588dcbb53887ae':
  AudioTrack: error reporting for getTimestamp()