OSDN Git Service
Jim Miller [Tue, 1 Sep 2015 22:21:55 +0000 (15:21 -0700)]
Fix broken enter key after failed PIN attempts.
Fixes bug
23699953
Change-Id: Id099443b830f5608c0bf955075c3407b401f3d53
Tim Murray [Tue, 1 Sep 2015 21:23:38 +0000 (21:23 +0000)]
Merge "Enable migration to big cores for app launches." into mnc-dr-dev
Zhentao Sun [Tue, 1 Sep 2015 00:40:39 +0000 (00:40 +0000)]
Merge "Don't launch the camera if it already in foreground." into mnc-dr-dev
Jorim Jaggi [Fri, 28 Aug 2015 23:59:13 +0000 (16:59 -0700)]
Add a private API to get notified about lockout resets
SystemUI uses it to start authentication again after lockout reset
expired.
Bug:
22846755
Change-Id: I90a987c6aa4ac52cc7e7aff1bce262d1db3f12ee
Christopher Ferris [Tue, 1 Sep 2015 00:14:16 +0000 (00:14 +0000)]
Merge "Save/restore errno in SIGCHLD handler." into mnc-dr-dev
Christopher Ferris [Mon, 31 Aug 2015 22:40:01 +0000 (15:40 -0700)]
Save/restore errno in SIGCHLD handler.
The SIGCHLD handler can set the errno, which can change the errno found
on the thread on which the signal handler is invoked. Most of the time
this is harmless, but it's possible that if the main thread was making
a system call, and allows certain failures based on errno, that logic
can fail. The fix is to save/restore errno in the handler.
Bug:
23572286
Bug:
23689391
Change-Id: I4542fd60cc1398ce0a8902d8df98a3d089fb6efe
Todd Kennedy [Mon, 31 Aug 2015 22:45:23 +0000 (22:45 +0000)]
am
e7078e18: Merge "Ensure host is set before onInflate()" into mnc-dev
* commit '
e7078e181cd00d20ce7764efa9835e2604a3cb83':
Ensure host is set before onInflate()
Bart Sears [Mon, 31 Aug 2015 22:45:19 +0000 (22:45 +0000)]
am
627975fc: am
74890df7: (-s ours) am
3cb7e91f: am
199c74ea: Merge "DO NOT MERGE. Truncate and ellipsize app name if too long for dialog." into lmp-mr1-dev
* commit '
627975fca234bfc62d60904547ba3fb2ac675ec8':
DO NOT MERGE. Truncate and ellipsize app name if too long for dialog.
Tao Bao [Mon, 31 Aug 2015 22:45:15 +0000 (22:45 +0000)]
am
7b7a3e75: am
0bafa33f: (-s ours) am
35c1eb9e: am
82b70db7: [DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
* commit '
7b7a3e75c3a107c139a7832c5a04cc0d01b7cd1f':
[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
Todd Kennedy [Mon, 31 Aug 2015 22:35:58 +0000 (22:35 +0000)]
Merge "Ensure host is set before onInflate()" into mnc-dev
Bart Sears [Mon, 31 Aug 2015 22:32:22 +0000 (22:32 +0000)]
am
74890df7: (-s ours) am
3cb7e91f: am
199c74ea: Merge "DO NOT MERGE. Truncate and ellipsize app name if too long for dialog." into lmp-mr1-dev
* commit '
74890df7267d1c203fdbc5e90052f723a3c89f3d':
DO NOT MERGE. Truncate and ellipsize app name if too long for dialog.
Tao Bao [Mon, 31 Aug 2015 22:32:17 +0000 (22:32 +0000)]
am
0bafa33f: (-s ours) am
35c1eb9e: am
82b70db7: [DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
* commit '
0bafa33fcdebeaf6bdfd36a3f75e461d630b86bc':
[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
Bart Sears [Mon, 31 Aug 2015 22:20:06 +0000 (22:20 +0000)]
am
3cb7e91f: am
199c74ea: Merge "DO NOT MERGE. Truncate and ellipsize app name if too long for dialog." into lmp-mr1-dev
* commit '
3cb7e91f2cd1fb29e6d0926e35f90647200c1af4':
DO NOT MERGE. Truncate and ellipsize app name if too long for dialog.
Tao Bao [Mon, 31 Aug 2015 22:19:58 +0000 (22:19 +0000)]
am
35c1eb9e: am
82b70db7: [DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
* commit '
35c1eb9e6506b407a1af40359d48bb06d884385d':
[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
Bart Sears [Mon, 31 Aug 2015 22:03:48 +0000 (22:03 +0000)]
am
199c74ea: Merge "DO NOT MERGE. Truncate and ellipsize app name if too long for dialog." into lmp-mr1-dev
* commit '
199c74eab1a30bff7db7bb4d24c161f36edb7f5b':
DO NOT MERGE. Truncate and ellipsize app name if too long for dialog.
Tao Bao [Mon, 31 Aug 2015 22:03:44 +0000 (22:03 +0000)]
am
82b70db7: [DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
* commit '
82b70db7dd906013d131737a5bec2ae59b41ae61':
[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
Bart Sears [Mon, 31 Aug 2015 21:53:46 +0000 (21:53 +0000)]
Merge "DO NOT MERGE. Truncate and ellipsize app name if too long for dialog." into lmp-mr1-dev
Tao Bao [Sat, 29 Aug 2015 00:46:20 +0000 (17:46 -0700)]
[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.
Bug:
23629892
Change-Id: I7b722f1b3f43a31dc82c55127c46df6123f14b5d
Todd Kennedy [Mon, 31 Aug 2015 21:10:04 +0000 (14:10 -0700)]
Ensure host is set before onInflate()
Bug:
22512520
Change-Id: I70f3b3c3234d7015880e0b83ae13f6fbe218f19a
Tyler Gunn [Mon, 31 Aug 2015 21:01:19 +0000 (21:01 +0000)]
Merge "Rename carrier config constant." into mnc-dr-dev
Selim Cinek [Mon, 31 Aug 2015 20:27:48 +0000 (20:27 +0000)]
Merge "Fixed a bug where the secure camera would flash when rotated" into mnc-dr-dev
Tyler Gunn [Mon, 31 Aug 2015 20:15:27 +0000 (13:15 -0700)]
Rename carrier config constant.
Bug:
23063217
Change-Id: I0050f0009a7681df1b04edbbd9331bc2918464a2
Adrian Roos [Mon, 31 Aug 2015 20:04:46 +0000 (20:04 +0000)]
Merge "Disable fingerprint after force lock" into mnc-dr-dev
Bart Sears [Mon, 31 Aug 2015 20:02:34 +0000 (20:02 +0000)]
am
0e2e8589: Merge "Don\'t throttle "while idle" alarms while not dozing" into mnc-dev
* commit '
0e2e85898743a070a0c42036fa9d841694819a00':
Don't throttle "while idle" alarms while not dozing
Bart Sears [Mon, 31 Aug 2015 19:49:11 +0000 (19:49 +0000)]
Merge "Don't throttle "while idle" alarms while not dozing" into mnc-dev
Tyler Gunn [Mon, 31 Aug 2015 19:46:12 +0000 (19:46 +0000)]
Merge "Add carrier config for allowing non-emerg calls in ECM mode." into mnc-dr-dev
Adam Lesinski [Mon, 31 Aug 2015 19:04:46 +0000 (19:04 +0000)]
Merge "BatteryStats: Start using cpu power from kernel" into mnc-dr-dev
Tyler Gunn [Fri, 28 Aug 2015 21:14:11 +0000 (14:14 -0700)]
Add carrier config for allowing non-emerg calls in ECM mode.
Default value is TRUE for all carriers, meaning that non-emergency calls
are allowed even when the phone is in emergency callback mode.
Bug:
23063217
Change-Id: I4a227ce64a1e594a055560f42c7611c8eccdae0f
Svetoslav Ganov [Mon, 31 Aug 2015 17:22:53 +0000 (17:22 +0000)]
am
4cb113ed: Merge "Fix a NPE when shutting down instrumentation" into mnc-dev
* commit '
4cb113ed72b771d3148c00a025eb8bc949ff6a41':
Fix a NPE when shutting down instrumentation
Svetoslav Ganov [Mon, 31 Aug 2015 17:16:23 +0000 (17:16 +0000)]
Merge "Fix a NPE when shutting down instrumentation" into mnc-dev
Svet Ganov [Sun, 30 Aug 2015 17:44:39 +0000 (10:44 -0700)]
Fix a NPE when shutting down instrumentation
bug:
23657953
Change-Id: I7187c3d911de24abe20a2c462a10352dd741efed
Pavel Zhamaitsiak [Sat, 29 Aug 2015 15:40:05 +0000 (15:40 +0000)]
Merge "Support uneditable enhanced 4g lte mode config" into mnc-dr-dev
Geoff Mendal [Sat, 29 Aug 2015 15:37:22 +0000 (08:37 -0700)]
Import translations. DO NOT MERGE
Change-Id: I770ccd06cea0e57fa92434a33e4e183d79010921
Auto-generated-cl: translation import
Jim Miller [Sat, 29 Aug 2015 01:14:45 +0000 (01:14 +0000)]
Merge "Run callbacks from fingerprintd through handler." into mnc-dr-dev
Jim Miller [Sat, 29 Aug 2015 00:29:49 +0000 (17:29 -0700)]
Run callbacks from fingerprintd through handler.
This fixes a potential race condition on the client monitors
where an async event from fingerprintd could change the state
and disrupt communication with the clients.
Fixes bug
23633702
Change-Id: I69635ab768f1e8abefd0b0d8b8e73bb81e7b5695
Zhentao Sun [Thu, 27 Aug 2015 00:37:30 +0000 (17:37 -0700)]
Don't launch the camera if it already in foreground.
b/
23431496. This change will not launch the Intent if the target app of
this Intent is already running in the foreground.
Change-Id: Ic8c99cf3312a2ead12dbdb94825181aed934e9f0
Sungmin Choi [Wed, 26 Aug 2015 06:30:34 +0000 (23:30 -0700)]
Support uneditable enhanced 4g lte mode config
Bug:
23539759
Change-Id: I069d994eaef2f57c3d01ff2f36abcd274da431a5
Ian Pedowitz [Sat, 29 Aug 2015 00:31:29 +0000 (00:31 +0000)]
am
3c227bf2: Merge "Show the ResolverActivity in dock mode" into mnc-dev
* commit '
3c227bf2418c6d1b6831f0fa7ad0442b0fcbdc07':
Show the ResolverActivity in dock mode
Ian Pedowitz [Sat, 29 Aug 2015 00:20:27 +0000 (00:20 +0000)]
Merge "Show the ResolverActivity in dock mode" into mnc-dev
Selim Cinek [Sat, 29 Aug 2015 00:05:56 +0000 (17:05 -0700)]
Fixed a bug where the secure camera would flash when rotated
Bug:
23602571
Change-Id: I9608a004d97ad27a0f4c6da8e9d955dc644b4941
Adrian Roos [Fri, 28 Aug 2015 23:49:59 +0000 (16:49 -0700)]
Disable fingerprint after force lock
Bug:
23275072
Change-Id: Icaeffaa1fa22a4a800ddf0f38105099557c74317
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
Jorim Jaggi [Fri, 28 Aug 2015 18:46:10 +0000 (11:46 -0700)]
Fix race condition by guarding callbacks
Bug:
23587553
Change-Id: Ia71760013f3acbb5aeb4e30bb716683c9c672742
Ruben Brunk [Fri, 28 Aug 2015 21:42:26 +0000 (21:42 +0000)]
Merge "Fix DngCreator default crop calculations." into mnc-dr-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
Robert Greenwalt [Fri, 28 Aug 2015 21:27:22 +0000 (21:27 +0000)]
Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev
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
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
Chong Zhang [Fri, 28 Aug 2015 19:57:57 +0000 (19:57 +0000)]
Merge "Fix deadlock when updating rotation" into mnc-dr-dev
Chris Tate [Fri, 28 Aug 2015 19:48:38 +0000 (19:48 +0000)]
Merge "Crashing the system process is inadvisable" into mnc-dev
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
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.
Jeff Sharkey [Fri, 28 Aug 2015 19:30:31 +0000 (19:30 +0000)]
Merge "Give shell permission to move apps." into mnc-dev
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
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
Ruben Brunk [Thu, 27 Aug 2015 21:00:03 +0000 (14:00 -0700)]
Fix DngCreator default crop calculations.
Bug:
23591407
Change-Id: I1b0e46e7371b3db63e8d68230964d09d7537c3ce
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.
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.
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
Michael Wright [Mon, 24 Aug 2015 23:00:05 +0000 (00:00 +0100)]
DO NOT MERGE. Truncate and ellipsize app name if too long for dialog.
If the given app name is too long for the permissions dialog, then
it can push the warning that the application will be able to record
the screen below the fold, letting the app basically set its own
dialog message in a way that a user would be difficult to detect as
fraudulant.
Bug:
23345192
Change-Id: If5881ca75d5c155ef5174351d245dbc3abdaa584
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
Tim Murray [Tue, 25 Aug 2015 07:28:37 +0000 (00:28 -0700)]
Enable migration to big cores for app launches.
Uses cpusets to move all foreground tasks to the big cores in order
to improve overall app launch latency. Big cores will be used for
three seconds, and then the cpuset assignment is reset, allowing
foreground tasks to fall back to the little cores as appropriate.
Associated system/core and device/* changes in order to enable
the boost cpuset and configure it per-device.
bug
21915482
Change-Id: Id8a0efcb31950c1988f20273ac01c89c8c948eaf
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
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
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
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
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
Ashish Sharma [Thu, 27 Aug 2015 23:21:16 +0000 (23:21 +0000)]
Merge "BatteryStats: Bump checkin version" into mnc-dev
Christopher Tate [Thu, 27 Aug 2015 22:09:53 +0000 (15:09 -0700)]
Show the ResolverActivity in dock mode
If there are multiple dock apps present the end result should be
the disambiguation UI, not a fast-forward to the 'normal' home
app.
Bug
23501598
Change-Id: Iebc106b136cb1e446d1e93935738335504f5b812
Christopher Tate [Thu, 27 Aug 2015 22:57:57 +0000 (15:57 -0700)]
Don't throttle "while idle" alarms while not dozing
Specifically, reduce the non-doze "while idle" minimum interval to
be the same as the generally-enforced minimum futurity of new alarms.
Bug
21602742
Change-Id: I044deaedc2daeff5d6f418f0fe091fea85f73fcf
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
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()
Ajay Panicker [Thu, 27 Aug 2015 19:21:39 +0000 (19:21 +0000)]
Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev
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()
Adrian Roos [Thu, 27 Aug 2015 18:06:44 +0000 (18:06 +0000)]
Merge "Prevent Fingerprint when SIM is locked" into mnc-dr-dev
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)
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
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
Ajay Panicker [Wed, 26 Aug 2015 21:06:34 +0000 (14:06 -0700)]
Add StateMachine.removeDeferredMessages()
Bug:
23111466
Change-Id: Ifbb67d4eb080313af0968d5cb6b9508837e3458e
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
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]
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]
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]
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]
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:13 +0000 (01:45 +0000)]
am
47530108: am
728fc731: (-s ours) am
c43506fc: am
8c674fda: Fix layout mirroring. [DO NOT MERGE]
* commit '
47530108c22cb8eb50d425cd10be48b4fb3005b0':
Fix layout mirroring. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:09 +0000 (01:45 +0000)]
am
4116ed7b: am
37ae8f4e: (-s ours) am
918e62f1: am
7aa36129: Fix typo: s/FullScreen/Fullscreen/ in LayoutLib. [DO NOT MERGE]
* commit '
4116ed7b0524b42d8d3b0cb01545e1dc3bac6c6c':
Fix typo: s/FullScreen/Fullscreen/ in LayoutLib. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:04 +0000 (01:45 +0000)]
am
dfcd35d7: am
e4b4b084: (-s ours) am
eb15670c: am
92f373fe: Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
* commit '
dfcd35d7929025fdcd2f13a1fe5ec84090f07716':
Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:45:00 +0000 (01:45 +0000)]
am
a0bef60c: am
05ed2d91: (-s ours) am
42e53ecb: am
66d91401: Revert to using AppTheme for LayoutLib tests. [DO NOT MERGE]
* commit '
a0bef60c3670e4484b5bfc3fc5cc79b7f9918603':
Revert to using AppTheme for LayoutLib tests. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:56 +0000 (01:44 +0000)]
am
af3deb06: am
21f66a6b: (-s ours) am
5078ad32: am
6b1b651f: Fix imports. [DO NOT MERGE]
* commit '
af3deb06be28a6131d854ae4a109aa49dc8179dc':
Fix imports. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:52 +0000 (01:44 +0000)]
am
554f3a35: am
34f6f597: (-s ours) am
4a213763: am
5ad4dae1: Fix theme namespace in tests. [DO NOT MERGE]
* commit '
554f3a352a0a2091321cf72b4ddf32869c901dcb':
Fix theme namespace in tests. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:46 +0000 (01:44 +0000)]
am
4ed5de88: am
39b4f4cc: (-s ours) am
f988761c: am
723e136f: Run setup for full tests only once. [DO NOT MERGE]
* commit '
4ed5de8861ab085f253086141de7c96f54acf41a':
Run setup for full tests only once. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:42 +0000 (01:44 +0000)]
am
dd7d7aac: am
de8da279: (-s ours) am
e54dbc4a: am
3ba16c1d: LayoutLib: fix layout when nav bar is absent. [DO NOT MERGE]
* commit '
dd7d7aacfea68dfd20a7b6d4be67777a7cfe2993':
LayoutLib: fix layout when nav bar is absent. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:37 +0000 (01:44 +0000)]
am
28677599: am
963cac18: (-s ours) am
147c0506: am
55a36337: LayoutLib: Fix Status/Navigation Bar color. [DO NOT MERGE]
* commit '
28677599a9adc1e41f4e48623fbbe7839a43223a':
LayoutLib: Fix Status/Navigation Bar color. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:33 +0000 (01:44 +0000)]
am
fe0e8709: am
76111ecb: (-s ours) am
e093bbf3: am
d861fd81: Set support flag for custom layouts for RecyclerView. [DO NOT MERGE]
* commit '
fe0e87094c1df6ee3ec5a1bf420c74b134bd673d':
Set support flag for custom layouts for RecyclerView. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:28 +0000 (01:44 +0000)]
am
b342aba0: am
c5bd6146: (-s ours) am
8a50ecea: am
82fae621: LayoutLib: translucent sys ui bars [DO NOT MERGE]
* commit '
b342aba021104d167608349e69e1398b65cf57de':
LayoutLib: translucent sys ui bars [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:24 +0000 (01:44 +0000)]
am
23a7bc9c: am
6dcfe1e2: (-s ours) am
d4be80d9: am
9068539a: Update nav bar icons. [DO NOT MERGE]
* commit '
23a7bc9cc65952c6127ccbbdce6c80fc4c04e89a':
Update nav bar icons. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:20 +0000 (01:44 +0000)]
am
884cc475: am
5eaa09ff: (-s ours) am
d1dde055: am
e5afc311: Move the layout code out of RenderSessionImpl. [DO NOT MERGE]
* commit '
884cc4754b4062d7263000006b58bade82d09985':
Move the layout code out of RenderSessionImpl. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:15 +0000 (01:44 +0000)]
am
d7e001e6: am
1f2c15ca: (-s ours) am
87f5fd6b: am
c989950d: CalendarView rendering: use R.styleable to find attr. [DO NOT MERGE]
* commit '
d7e001e640d5255525138631dd8b62fda8d63da0':
CalendarView rendering: use R.styleable to find attr. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:10 +0000 (01:44 +0000)]
am
19229a8e: am
36e164e0: (-s ours) am
e3eecca9: am
b2fdaca9: Add tools:openDrawer to open a DrawerLayout. [DO NOT MERGE]
* commit '
19229a8e1f929393b0bbd2cdd1f27bfe15865411':
Add tools:openDrawer to open a DrawerLayout. [DO NOT MERGE]
Deepanshu Gupta [Thu, 27 Aug 2015 01:44:02 +0000 (01:44 +0000)]
am
c1b987f0: am
13cd7660: (-s ours) am
b4060700: am
a14ec6f4: Change tools:list_item to listitem. [DO NOT MERGE]
* commit '
c1b987f0b574b25ecea115562122faf5c74b142e':
Change tools:list_item to listitem. [DO NOT MERGE]