141024 Commits

Author SHA1 Message Date
Winson Chung
31d66c60d8 Fixing another case where we weren't properly starting home when Recents is finished due to the screen powering off.
- Reordering broadcast register/unregister to stop listening to the service when Recents is stopped
2014-06-30 15:02:46 -07:00
ztenghui
c5c67f7592 Merge "Preparing the new GL depth test." 2014-06-30 17:43:33 +00:00
ztenghui
b4dabadd89 Preparing the new GL depth test.
Right now, the code is just copied from ApiDemos for the initial setup.

Change-Id: I531f95faca744c7e91fadae189818af3d04a85ee
2014-06-30 13:11:40 -07:00
ztenghui
9cb5b4c2d9 Use AnimatedVectorDrawable for progress bar.
Change-Id: I419197ef38a611757f27ca3192350ad4bd403875
2014-06-30 12:43:52 -07:00
ztenghui
9e31cfa92c Merge "Use AnimatedVectorDrawable for progress bar." 2014-06-30 14:43:31 +00:00
ztenghui
66d3d8a09e Add string support for valueFrom/valueTo
b/15910407

Change-Id: I557e855f7d16e2eb0452d43ca6a672acdcae2071
2014-06-27 09:05:40 -07:00
ztenghui
1c1cda0c31 Update the tests to show more animations from UX team
Change-Id: I16d2ed29f40c85ec48c87b5a0355e2a262ed3af7
2014-06-27 09:05:40 -07:00
Chet Haase
cef139470d Merge "Avoid null-deref crashes in ScrollBarDrawable" 2014-06-26 23:40:51 +00:00
Chet Haase
6c8fef7fb8 Avoid null-deref crashes in ScrollBarDrawable
Some of the code in ScrollBarDrawable automatically derefs
the horizontal and/or vertical thumb objects. The drawable can
sometimes be in a state where these objects are null, causing
a null deref. This fix simply avoids dereferencing null objects.

Also, fixed doc bug in attrs.xml for Transition tags.

Issue #13210554 Transition style documentation refers to 'move' instead of 'changeBounds'
Issue #15636059 ScrollBarDrawable crashes in setAlpha() and other methods when thumbs are null

Change-Id: I6664ba17dae0845de8a8658381ae6e9c9ef99214
2014-06-30 14:15:03 -07:00
Jeff Davidson
b6646a8987 Allow network scorers to provide an opt-in activity.
A candidate scorer may have an activity registered to listen for the
ACTION_CUSTOM_ENABLE intent action. If so, when the user attempts to
select this scorer as the active one, this custom activity will be
launched and will be responsible for requesting that the framework
activate the scorer. This is to enable more complex opt-in flows prior
to becoming the active scorer.

Scorers which do not specify this activity will default to using the
framework switcher (currently ActiveNetworkScorerDialog, though this
may change).

Note that all switches must still go through the framework switcher;
the opt-in activity simply allows scorers to first show another screen
and perform the framework switch on their own terms.

Bug: 15775314
Change-Id: I3847e5d3161a8fcc9622abc03218795697c32778
2014-06-30 14:06:40 -07:00
Tim Kilbourn
72663a1abd am 6f1a231a: am 326b1857: Merge "Fix docs" into klp-modular-dev
* commit '6f1a231a0bb70642f25a2cfedbc187987964615d':
  Fix docs
2014-06-30 21:00:34 +00:00
Yuncheol Heo
cdcbacfa33 Merge "Disable MHL controller." 2014-06-26 23:14:58 +00:00
Jungshik Jang
a13da0d591 Add api, setArcMode, used to turn on/off ARC.
Usual TV can switch on and off of ARC feature in its settings page.
Along with it, removed locking block from the code,
because arc flags are accessed by actions and internal services.

Change-Id: I737ac0c2671b537551eaac202d2065cc99c6d0a0
2014-07-01 17:25:06 +09:00
Yuncheol Heo
e265c8a5fc Disable MHL controller.
Currently MHL HAL is not implemented yet, so it's more reasonable to
disable it.

Change-Id: I2bd9549ddecca8ece9d16a6bee569711afa7384c
2014-07-01 17:10:10 +09:00
Jaewan Kim
9ca56821ea Merge "Implement dump for TvInputManagerService" 2014-06-26 23:14:58 +00:00
Jaewan Kim
e14c3f4fc4 Implement dump for TvInputManagerService
Bug: 15483593
Change-Id: I821522513fb761418a372c1192f92ccf3acab486
2014-07-01 11:02:30 +09:00
Dongwon Kang
b973baca3b Merge "Add a column to TV channel metadata to enable a newly requested use case" 2014-06-26 23:14:30 +00:00
Christopher Tate
3b728f5f46 Merge "Refactor restore to deal with heterogeneous datasets" 2014-06-30 22:27:39 +00:00
Shriram Ganesh
a0985d370a Config change to make emergency calls on ims always
Config value introduced to always place emergency calls on ims
irrespective of service state

Change-Id: If40fb8326d165f5b1093c77982ed9747cba596ca
2014-06-30 18:15:56 -07:00
Uma Maheswari Ramalingam
a8e9cf0989 Config change to skip hold before merge request
Config value introduced to skip apps sending
hold request before merge.
Vendor IMS solution will be responsible to do both.i.e.hold
followed by merge request.

Change-Id: I1aec0f95381d43b3f7f1704fce988f0796839c36

Conflicts:
	core/res/res/values/config.xml
	core/res/res/values/symbols.xml
2014-07-01 01:03:24 +00:00
Christopher Tate
51fea57e06 Refactor restore to deal with heterogeneous datasets
Transport-based restore now handles both key/value and full-data
(stream) data delivery.

Also: PMBA now holds metadata for *all* apps, not just those with
backup agents.  Since we need to consult this for every restore-
at-install operation we cache this locally now, tagged per transport
and per remote dataset, to avoid having to re-download it as part
of every future restore operation.

Also fixed a bug in LocalTransport that was preventing restore of
key/value datasets, i.e. all of them that were nominally available
prior to this change.

NOTE: at present there is no automatic full-data backup; if for
testing purposes you need to create some to then use for restore,
you still need to use 'bmgr fullbackup ...' to push them.

NOTE: at present the unified transport restore uses a refactored
"engine" implementation to handle stream data that encapsulates
the existing "adb restore" implementation.  However, the adb
restore code path has not yet been refactored to wrap the newly-
extracted engine version; it still contains its own copy of all
the relevant logic.  This will change in a future CL, at which
point offline/USB archive restore will simply wrap the same
shared stream-restore engine implementation.

Bug 15330073
Bug 15989617

Change-Id: Ieedb18fd7836ad31ba24656ec9feaaf69e164af8
2014-06-30 17:43:05 -07:00
Chris Craik
9a347f1992 Initial replacement of setOutline() with ViewOutlineProvider API
bug:15283203

A View's outline is now managed by its outline provider. This means
the outline is automatically requeried when needed (e.g. drawable
updates or resize), with customizable querying behavior.

Also adds 'isFilled' property to outline, to be used for hinting
shadow overdraw avoidance.

Change-Id: Ie137548fa850f1ff7863ab2f660d05145c2ad11e
2014-07-01 00:16:25 +00:00
Winson Chung
04d0f75678 Adding back-behavior test.
Change-Id: I85fda478a99ca097f78ad9231b3cdfbba0903f63
2014-06-30 23:57:50 +00:00
Winson Chung
2f55f32f7b Merge "Using base intent to check the calling app instead of uid. (Bug 15940115)" 2014-06-26 23:50:27 +00:00
Winson Chung
312bc5430a Using base intent to check the calling app instead of uid. (Bug 15940115)
Change-Id: I571f1d3f90707046cca0eaaae3e8e958444cc971
2014-06-30 16:24:10 -07:00
George Mount
39f09e23d4 Don't throw exception for root scene transitions.
Bug 13745751

Change-Id: I7bb3cbabf4f402b38f5aa57ad0ee3b4320fa83cc
2014-06-30 23:16:30 +00:00
Alan Viverette
d87c7767d9 Merge "Fix NPE in AbsListView hotspot management" 2014-06-30 22:33:05 +00:00
Alan Viverette
8390fab6f4 Fix NPE in AbsListView hotspot management
BUG: 15989761
Change-Id: I1c2fc2ddf3128bf3ba4aa7d986899193559b0c76
2014-06-30 16:03:43 -07:00
Amit Mahajan
2baabeaf69 Merge "EAP-SIM RIL command name change." 2014-06-30 22:24:07 +00:00
Amit Mahajan
d518376874 EAP-SIM RIL command name change.
Modified the name to match what was in QCRIL.

Change-Id: I41abfacb7bacd4cfa0d4543100ac9960c97184f9
2014-06-30 22:59:07 +00:00
Alan Viverette
20312a4825 Merge "Fix Material-themed alert dialog sizing" 2014-06-30 22:27:39 +00:00
Alan Viverette
f56ed2db00 Fix Material-themed alert dialog sizing
Also cleans up line width and final usage in AlertController.

BUG: 14904438
Change-Id: Idffa7a1c6edcf4a709ff6322d4bf95ce22d281ea
2014-06-30 15:57:44 -07:00
Jorim Jaggi
931f518863 Merge "Fix rounded corners in QS panel." 2014-06-26 21:33:38 +00:00
Jorim Jaggi
fbbe811bd8 Fix rounded corners in QS panel.
Bug: 15949122
Change-Id: I6cd306c5dbfef6aad456bd6c82faf53cac0c040c
2014-07-01 02:09:19 +02:00
Narayan Kamath
1dc550fa73 Merge "Fix packing of values at offset 16." 2014-06-26 21:28:22 +00:00
Narayan Kamath
b297591622 Fix packing of values at offset 16.
Our bitmask for setting the highest bit to 0 for
0b11100000 (0xef) instead of 0b01111111 (0x7f) so
we would end up setting bit 5 of each offset to
zero. Fix this and expand test coverage by adding
a fake language (tgp) that has this bit set in both
its bytes.

This issue was discovered while adding CTS tests for
"tgl".

Change-Id: Ibb6de03000951c907c252049771039ab7466187a
2014-06-30 16:20:27 +01:00
Dirk Dougherty
bf91c8a61d am bb5a3dfb: Doc change: point to correct plus community for ldp.
* commit 'bb5a3dfbe858b899a04a0d406639e6602e403376':
  Doc change: point to correct plus community for ldp.
2014-06-26 21:23:14 +00:00
Dirk Dougherty
bb5a3dfbe8 Doc change: point to correct plus community for ldp.
Change-Id: I6d22041f3de47ce59d418b492c8c7b2b758c2e05
2014-06-26 14:14:17 -07:00
Dirk Dougherty
dbe1dc3bf4 am d3e8c7f1: Doc change: change plus community for ldp.
* commit 'd3e8c7f19496d6a9ec94c6e7686bd0a6d35f730b':
  Doc change: change plus community for ldp.
2014-06-26 21:12:42 +00:00
Dirk Dougherty
d3e8c7f194 Doc change: change plus community for ldp.
Change-Id: I4dd149f2e2521f79d526dd89c08afb794fc83361
2014-06-26 12:44:24 -07:00
Robert Ly
4accf0489a am cfcb47c9: Merge "fix reference link" into klp-modular-dev
* commit 'cfcb47c90ab2516e6f13cef83b1afe98ffe59e44':
  fix reference link
2014-06-26 18:41:33 +00:00
Robert Ly
61fe220eef am ff0b6006: Merge "fix link" into klp-modular-dev
* commit 'ff0b60068ad2f1ee0c9a09afdd4c1ed5abe94b3d':
  fix link
2014-06-26 18:36:37 +00:00
Jorim Jaggi
5cdd1cc1df Merge "Fix a bug where a short fling resulted in a bad state" 2014-06-26 18:35:29 +00:00
Yohann Roussel
dd59aba6c7 Merge "Manually disable dexopt for multidex test apps." 2014-06-26 18:34:16 +00:00
Yohann Roussel
85fa4e19b2 Manually disable dexopt for multidex test apps.
Because at the moment, omitting to explicitly disable dexopt produces apks with
no classes.dex inside.

Change-Id: I44ffc6b013a7b119c7deb332cf60f4fe8a11068c
2014-06-30 16:48:20 +02:00
Baligh Uddin
76dc35cfe7 Import translations. DO NOT MERGE
Change-Id: I0744341c6988f5b93105aab2a2a5830983578a65
Auto-generated-cl: translation import
2014-06-30 14:44:21 +00:00
Baligh Uddin
2300d06a2e Import translations. DO NOT MERGE
Change-Id: I66faac7461c003000096bc838fbf166b6fbff2c8
Auto-generated-cl: translation import
2014-06-30 14:35:00 +00:00
Baligh Uddin
700c8ad6c8 Import translations. DO NOT MERGE
Change-Id: I19ba0a7849975b5f1674a9b04ec1d1bf08c25a9f
Auto-generated-cl: translation import
2014-06-30 14:34:43 +00:00
Baligh Uddin
f8c5b40b6c Import translations. DO NOT MERGE
Change-Id: I1ce049ca89479b5d669f813661ce097d97e36629
Auto-generated-cl: translation import
2014-06-30 14:34:23 +00:00
Baligh Uddin
28b91300c4 Import translations. DO NOT MERGE
Change-Id: I8ac7188f10753e0f89761851b6f68c71d58866ed
Auto-generated-cl: translation import
2014-06-30 14:34:10 +00:00