OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Tries to resolve reference resource names instead of its data." into lmp-dev
Jon Miranda [Wed, 10 Sep 2014 20:34:07 +0000 (20:34 +0000)]
Merge "Tries to resolve reference resource names instead of its data." into lmp-dev

9 years agoTIF: Enable inflating class android.media.tv.TvView on non-TV devices
Jae Seo [Wed, 10 Sep 2014 20:11:13 +0000 (13:11 -0700)]
TIF: Enable inflating class android.media.tv.TvView on non-TV devices

Needed to pass the CTS for those devices.

Bug: 17455222
Change-Id: Ief9a76835418906d9e8e06d4e5ddc71a3370055d

9 years agoMerge "RTL support for print UI." into lmp-dev
Svetoslav [Wed, 10 Sep 2014 20:06:16 +0000 (20:06 +0000)]
Merge "RTL support for print UI." into lmp-dev

9 years agoMerge "Fix page spacing in preview list." into lmp-dev
Svetoslav [Wed, 10 Sep 2014 20:05:45 +0000 (20:05 +0000)]
Merge "Fix page spacing in preview list." into lmp-dev

9 years agoMerge "Camera2: Allow captures right after abort" into lmp-dev
Eino-Ville Talvala [Wed, 10 Sep 2014 19:48:19 +0000 (19:48 +0000)]
Merge "Camera2: Allow captures right after abort" into lmp-dev

9 years agoMerge "Set remote connection state after setting handle" into lmp-dev
Sailesh Nepal [Wed, 10 Sep 2014 19:45:02 +0000 (19:45 +0000)]
Merge "Set remote connection state after setting handle" into lmp-dev

9 years agoMerge "Don't accept score below 0." into lmp-dev
Robert Greenwalt [Wed, 10 Sep 2014 19:30:21 +0000 (19:30 +0000)]
Merge "Don't accept score below 0." into lmp-dev

9 years agoam 0adb8bb0: am 5debe44b: am 0743bca5: docs: add 64k method limit note
Robert Ly [Wed, 10 Sep 2014 18:26:56 +0000 (18:26 +0000)]
am 0adb8bb0: am 5debe44b: am 0743bca5: docs: add 64k method limit note

* commit '0adb8bb0a2a9bd240af55e5a1795d837a8c5f9db':
  docs: add 64k method limit note

9 years agoam 5debe44b: am 0743bca5: docs: add 64k method limit note
Robert Ly [Wed, 10 Sep 2014 18:16:12 +0000 (18:16 +0000)]
am 5debe44b: am 0743bca5: docs: add 64k method limit note

* commit '5debe44b88e41b61ecbbc48c60a006cd6abd734d':
  docs: add 64k method limit note

9 years agoMerge "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager" into lmp-dev
Matthew Williams [Wed, 10 Sep 2014 18:04:16 +0000 (18:04 +0000)]
Merge "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager" into lmp-dev

9 years agoam 0743bca5: docs: add 64k method limit note
Robert Ly [Wed, 10 Sep 2014 18:04:16 +0000 (18:04 +0000)]
am 0743bca5: docs: add 64k method limit note

* commit '0743bca58961582078f4e8199fe9a6fa044036eb':
  docs: add 64k method limit note

9 years agoProtect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager
Matthew Williams [Wed, 10 Sep 2014 17:53:14 +0000 (10:53 -0700)]
Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager

BUG: 17359770
Reuse the Manifest.permission.ACCOUNT_MANAGER to protect this receiver,
because when this intent lands it kicks off a sync for every account/provider
on the device.
Semantically this means "if you can't talk to an authenticator to do things like
get a token or add an account, then you can't send an intent to the SyncManager
that the accounts on the device have changed in some drastic way"

Change-Id: I7eccc38e135cb00ebb0aafc69afc802fe1c4f219

9 years agodocs: add 64k method limit note
Robert Ly [Wed, 10 Sep 2014 17:50:46 +0000 (10:50 -0700)]
docs: add 64k method limit note

Change-Id: I6590fc996331c1f2024276d338c4035f2cb0f18d

9 years agoMerge "Update unclear Fragment Javadoc." into lmp-dev
Jeff Davidson [Wed, 10 Sep 2014 17:46:20 +0000 (17:46 +0000)]
Merge "Update unclear Fragment Javadoc." into lmp-dev

9 years agoDon't accept score below 0.
Robert Greenwalt [Tue, 9 Sep 2014 21:46:37 +0000 (14:46 -0700)]
Don't accept score below 0.

Network Factories are allowed to go below, but networks need to be
constrained.  Allowing the network to go below 0 meant that -1 could
sometimes leak through and foul the logic.

The core of 17361330 will be fixed when we stop sending scores for
listens to NetworkFactories, but it exposed this issue too.  Summary:

1 - add a network listener.  This isn't  a request so it's not sent
to networks.
2 - alter your score (ethernet sets score to -1 when the link goes
down) (16:07:39.782)
3 - a bug in ConnectivityService causes score changes to get sent for
all network requests and network listeners causing NetworkFactories
to no see 2 entities.  This bug will be fixed by a pending change
(https://googleplex-android-review.googlesource.com/#/c/540840/).
This causes the ethernet NetworkFactory to see two entities, both
served by networks of score -1.  (16:07:39.989)
4 - disconnect Ethernet - this only sends 0 scores for known
requests, not network listeners.  Had it been sent for both entities
they both would have evaluated that the networkfactory score (-1)
was lower than the request score (0) and both released their
refcount. (16:08:03.147)
5 - this means the listener is tracked by the EthernetNetworkFactory
with a score of -1 while the factory itself has a score of -1 so the
network release isn't called.

bug:17361330
Change-Id: Ife34ca0f9c233dd3c3df80f6fea580af43afcdeb

9 years agoMerge "Virtualizer: replace device type by virtualization mode" into lmp-dev
Jean-Michel Trivi [Wed, 10 Sep 2014 17:29:18 +0000 (17:29 +0000)]
Merge "Virtualizer: replace device type by virtualization mode" into lmp-dev

9 years agoMerge "Hide AudioDevice class" into lmp-dev
Eric Laurent [Wed, 10 Sep 2014 17:28:54 +0000 (17:28 +0000)]
Merge "Hide AudioDevice class" into lmp-dev

9 years agoMerge "Remove some overdraw in Keyguard" into lmp-dev
Jorim Jaggi [Wed, 10 Sep 2014 17:22:51 +0000 (17:22 +0000)]
Merge "Remove some overdraw in Keyguard" into lmp-dev

9 years agoMerge "Fix QS interception on tablets" into lmp-dev
Jorim Jaggi [Wed, 10 Sep 2014 17:22:41 +0000 (17:22 +0000)]
Merge "Fix QS interception on tablets" into lmp-dev

9 years agoMerge "camera2: Fix preview stretching in LEGACY mode." into lmp-dev
Ruben Brunk [Wed, 10 Sep 2014 17:11:20 +0000 (17:11 +0000)]
Merge "camera2: Fix preview stretching in LEGACY mode." into lmp-dev

9 years agoRemove some overdraw in Keyguard
Jorim Jaggi [Wed, 10 Sep 2014 16:52:29 +0000 (18:52 +0200)]
Remove some overdraw in Keyguard

Bug: 17287256
Change-Id: I0bc4101713f83abc2738528c247ca8ce5748bff1

9 years agoMerge "Update string value for provisioning action and extra" into lmp-dev
Esteban Talavera [Wed, 10 Sep 2014 16:26:48 +0000 (16:26 +0000)]
Merge "Update string value for provisioning action and extra" into lmp-dev

9 years agoFix QS interception on tablets
Jorim Jaggi [Wed, 10 Sep 2014 16:20:58 +0000 (18:20 +0200)]
Fix QS interception on tablets

Only intercept when touching on the panel and not on the left or
right of the panel. Fixes a bug where the user couldn't dismiss the
panel by tapping outside.

Bug: 17437547
Change-Id: Ice484a301683fa2df1f2a21f13977023b48189f4

9 years agoMerge "Don't let two closing animations run at the same time" into lmp-dev
Jorim Jaggi [Wed, 10 Sep 2014 15:48:44 +0000 (15:48 +0000)]
Merge "Don't let two closing animations run at the same time" into lmp-dev

9 years agoMerge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev
Selim Cinek [Wed, 10 Sep 2014 15:08:32 +0000 (15:08 +0000)]
Merge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev

9 years agoDon't let two closing animations run at the same time
Jorim Jaggi [Wed, 10 Sep 2014 15:04:27 +0000 (17:04 +0200)]
Don't let two closing animations run at the same time

Fixes a flash when clicking on a single notification.

Bug: 17450892
Change-Id: Ia99c21a0bb30ce100532cfab66c96ec24f2412bf

9 years agoMerge "Fix blank QS Panel after double tap on profile icon" into lmp-dev
Jason Monk [Wed, 10 Sep 2014 15:00:53 +0000 (15:00 +0000)]
Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev

9 years agoMerge "Update zen mode and qs strings on locale change" into lmp-dev
Jason Monk [Wed, 10 Sep 2014 15:00:30 +0000 (15:00 +0000)]
Merge "Update zen mode and qs strings on locale change" into lmp-dev

9 years agoMerge "Move zen mode constants and code to framework" into lmp-dev
Jason Monk [Wed, 10 Sep 2014 15:00:19 +0000 (15:00 +0000)]
Merge "Move zen mode constants and code to framework" into lmp-dev

9 years agoMerge "Zen: make Condition available over @SystemApi" into lmp-dev
John Spurlock [Wed, 10 Sep 2014 14:46:19 +0000 (14:46 +0000)]
Merge "Zen: make Condition available over @SystemApi" into lmp-dev

9 years agoZen: make Condition available over @SystemApi
John Spurlock [Wed, 10 Sep 2014 14:42:13 +0000 (10:42 -0400)]
Zen: make Condition available over @SystemApi

Fix build.

Bug:16819503
Change-Id: I011723a770a9a8b7fc8124defd56137ec5f1704e

9 years agoFixed unnecessary layer creations in the pin unlock method
Selim Cinek [Wed, 10 Sep 2014 14:39:01 +0000 (16:39 +0200)]
Fixed unnecessary layer creations in the pin unlock method

This was especially noticible when double tapping a notification
because of the staggered appearing.

Bug: 17287256
Change-Id: I8f39892fa122bb8b7b6f2a7b1e7be8a9570e661e

9 years agoMerge "Use intrinsic size for path animation in AnimatedVectorDrawable" into lmp-dev
George Mount [Wed, 10 Sep 2014 14:30:15 +0000 (14:30 +0000)]
Merge "Use intrinsic size for path animation in AnimatedVectorDrawable" into lmp-dev

9 years agoMerge "Fix fade transition not working with Activity Transitions." into lmp-dev
George Mount [Wed, 10 Sep 2014 14:29:58 +0000 (14:29 +0000)]
Merge "Fix fade transition not working with Activity Transitions." into lmp-dev

9 years agoMerge "Zen: Make condition providers available via @SystemApi." into lmp-dev
John Spurlock [Wed, 10 Sep 2014 13:38:08 +0000 (13:38 +0000)]
Merge "Zen: Make condition providers available via @SystemApi." into lmp-dev

9 years agoMerge "Fixed a bug where text could overlap in Quick settings" into lmp-dev
Selim Cinek [Wed, 10 Sep 2014 13:36:17 +0000 (13:36 +0000)]
Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev

9 years agoMove zen mode constants and code to framework
Jason Monk [Mon, 8 Sep 2014 14:13:59 +0000 (10:13 -0400)]
Move zen mode constants and code to framework

This allows the strings and code to be shared with settings.

Bug: 15454830
Change-Id: I9300af4f8b6d80042452b75db3418b20c5c5cc81

9 years agoZen: Make condition providers available via @SystemApi.
John Spurlock [Wed, 10 Sep 2014 13:10:00 +0000 (09:10 -0400)]
Zen: Make condition providers available via @SystemApi.

Bug:16819503
Change-Id: Ibd7004f7a0928d3f14f9ccd55088cf645d5285e2

9 years agoMerge "Use simpler layout for auto-redacted notifications" into lmp-dev
Jorim Jaggi [Wed, 10 Sep 2014 13:03:29 +0000 (13:03 +0000)]
Merge "Use simpler layout for auto-redacted notifications" into lmp-dev

9 years agoMerge "Inflate guts only when needed" into lmp-dev
Jorim Jaggi [Wed, 10 Sep 2014 13:03:05 +0000 (13:03 +0000)]
Merge "Inflate guts only when needed" into lmp-dev

9 years agoInflate guts only when needed
Jorim Jaggi [Mon, 8 Sep 2014 17:55:17 +0000 (19:55 +0200)]
Inflate guts only when needed

This saves us a ton of views.

Bug: 17346296
Change-Id: I3eafd6703d19704dc8b108c1034266f38cf77f7b

9 years agoFixed a bug where text could overlap in Quick settings
Selim Cinek [Wed, 10 Sep 2014 12:41:58 +0000 (14:41 +0200)]
Fixed a bug where text could overlap in Quick settings

Bug: 17434395
Change-Id: I001f54586666e2e575b0295315f7b2181c25a1e9

9 years agoMerge "Only unbind agents of the user that is being refreshed" into lmp-dev
Adrian Roos [Wed, 10 Sep 2014 11:24:07 +0000 (11:24 +0000)]
Merge "Only unbind agents of the user that is being refreshed" into lmp-dev

9 years agoMerge "Add system trust agents on first boot or when adding user" into lmp-dev
Adrian Roos [Wed, 10 Sep 2014 11:23:37 +0000 (11:23 +0000)]
Merge "Add system trust agents on first boot or when adding user" into lmp-dev

9 years agoMerge "Remember userId when stripping / rebuilding notification." into lmp-dev
Kenny Guy [Wed, 10 Sep 2014 11:14:57 +0000 (11:14 +0000)]
Merge "Remember userId when stripping / rebuilding notification." into lmp-dev

9 years agoMerge "NoLiService: Delete @removed meetsInterruptionFilter" into lmp-dev
Christoph Studer [Wed, 10 Sep 2014 11:14:32 +0000 (11:14 +0000)]
Merge "NoLiService: Delete @removed meetsInterruptionFilter" into lmp-dev

9 years agoMerge "Notification: Use ViewStub for ProgressBar" into lmp-dev
Christoph Studer [Wed, 10 Sep 2014 11:14:07 +0000 (11:14 +0000)]
Merge "Notification: Use ViewStub for ProgressBar" into lmp-dev

9 years agoMerge "Add feature flags for verified boot and securely remove users." into lmp-dev
Adam Connors [Wed, 10 Sep 2014 10:07:13 +0000 (10:07 +0000)]
Merge "Add feature flags for verified boot and securely remove users." into lmp-dev

9 years agoMerge "Use public APIs to instantiate InputMethodSubtype" into lmp-dev
Yohei Yukawa [Wed, 10 Sep 2014 08:29:29 +0000 (08:29 +0000)]
Merge "Use public APIs to instantiate InputMethodSubtype" into lmp-dev

9 years agoMerge "Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager...
Jessica Hummel [Wed, 10 Sep 2014 08:08:47 +0000 (08:08 +0000)]
Merge "Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager." into lmp-dev

9 years agoRemove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager.
Jessica Hummel [Wed, 20 Aug 2014 14:20:11 +0000 (15:20 +0100)]
Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager.

Change-Id: I6fe96df66a4a78cf2e2455d58bba13051d108fdf
bug:17152955

9 years agoUse public APIs to instantiate InputMethodSubtype
Yohei Yukawa [Wed, 10 Sep 2014 05:10:30 +0000 (14:10 +0900)]
Use public APIs to instantiate InputMethodSubtype

This is a groundwork for subsequent CLs that are
supposed to improve default input method selection
logics.

Historically we have had a @hide constructor of
InputMethodSubtype. However, this contructor is
a bit obsolete because we can not specify some
parameters that were added in recent platform
releases. We should use InputMethodSubtypeBuilder
instead.

BUG: 17347871
Change-Id: I72ad79682a58344e14380eb20e26edf98aee37cd

9 years agoMerge "Secure access to WifiScanner" into lmp-dev
Vinit Deshpande [Wed, 10 Sep 2014 06:34:23 +0000 (06:34 +0000)]
Merge "Secure access to WifiScanner" into lmp-dev

9 years agoMerge "CamcorderProfile: Add QUALITY_HIGH_SPEED_2160P" into lmp-dev
Zhijun He [Wed, 10 Sep 2014 05:12:25 +0000 (05:12 +0000)]
Merge "CamcorderProfile: Add QUALITY_HIGH_SPEED_2160P" into lmp-dev

9 years agoSet remote connection state after setting handle
Sailesh Nepal [Wed, 10 Sep 2014 04:49:14 +0000 (21:49 -0700)]
Set remote connection state after setting handle

This CL sets the remote connection state after setting the
handle. This makes it easier to identify the connection
for things like ring deduping.

Bug: 17448801
Change-Id: Id08ab0bc6a257384842250ced19cd297a58c0b87

9 years agoRTL support for print UI.
Svetoslav [Wed, 10 Sep 2014 04:26:24 +0000 (21:26 -0700)]
RTL support for print UI.

bug:16966145

Change-Id: I488d11f1941545630d52eea4c4d48c43667c6067

9 years agoMerge "Allow protected wifi in connectivity tests" into lmp-dev
Eric Rowe [Wed, 10 Sep 2014 02:43:21 +0000 (02:43 +0000)]
Merge "Allow protected wifi in connectivity tests" into lmp-dev

9 years agoMerge "MediaCodec/Drm: move from getErrorCode to getDiagnosticInfo" into lmp-dev
Lajos Molnar [Wed, 10 Sep 2014 02:38:49 +0000 (02:38 +0000)]
Merge "MediaCodec/Drm: move from getErrorCode to getDiagnosticInfo" into lmp-dev

9 years agoAllow protected wifi in connectivity tests
Eric Rowe [Wed, 10 Sep 2014 02:25:55 +0000 (19:25 -0700)]
Allow protected wifi in connectivity tests

Change-Id: I31285572f90bfb46cc28fb04e79cb9b407477a7d

9 years agoFix page spacing in preview list.
Svetoslav [Wed, 10 Sep 2014 02:01:56 +0000 (19:01 -0700)]
Fix page spacing in preview list.

bug:16966145

Change-Id: I2c4bde3a50ee0fc202fc169a63d4eeeb43c5f4ae

9 years agocamera2: Fix preview stretching in LEGACY mode.
Ruben Brunk [Wed, 10 Sep 2014 01:46:00 +0000 (18:46 -0700)]
camera2: Fix preview stretching in LEGACY mode.

Bug: 17447262
Change-Id: Idf4ba8d3702cf03c5b01045e2e3efe380b503002

9 years agoMediaPlayer/SubtitleController:fix add/select timed text on start
Robert Shih [Fri, 5 Sep 2014 20:33:31 +0000 (13:33 -0700)]
MediaPlayer/SubtitleController:fix add/select timed text on start

 - scan internal tracks when necessary
 - fix overflow in addTimedTextSource
 - do not hide timed text track in doSelectDefaultTrack; i.e. apply
   hiding logic to subtitle tracks only
 - do not notify stop in scheduleUpdate; it will be fired in onStopped
   if necessary

Bug: 17323221
Change-Id: I485f7d9197d10562fbd58d0afe5e9aa4cf610f1a

9 years agoMerge "Improve dialog padding when title or body text are missing" into lmp-dev
Alan Viverette [Wed, 10 Sep 2014 01:27:56 +0000 (01:27 +0000)]
Merge "Improve dialog padding when title or body text are missing" into lmp-dev

9 years agoImprove dialog padding when title or body text are missing
Alan Viverette [Wed, 10 Sep 2014 01:24:52 +0000 (18:24 -0700)]
Improve dialog padding when title or body text are missing

BUG: 17446820
Change-Id: I20ace8660da90e6722e55978a3ce49eeafcd1220

9 years agoUpdate unclear Fragment Javadoc.
Jeff Davidson [Wed, 10 Sep 2014 01:10:57 +0000 (18:10 -0700)]
Update unclear Fragment Javadoc.

"Empty" could imply that the constructor body itself is empty, which
is not a requirement. All that matters is that the constructor is
public and takes no arguments.

Change-Id: Id1cda8835baee9f9ad89aba8b3d33b963e61e718

9 years agoMerge "SoundTriggerHelper: handle media server death" into lmp-dev
Eric Laurent [Wed, 10 Sep 2014 00:52:59 +0000 (00:52 +0000)]
Merge "SoundTriggerHelper: handle media server death" into lmp-dev

9 years agoAdd ForSubscriber suffix to APIs w/ subId argument.
Junda Liu [Sat, 6 Sep 2014 00:31:08 +0000 (17:31 -0700)]
Add ForSubscriber suffix to APIs w/ subId argument.

Bug: b/17255752
Change-Id: I142d8961aa4c1fa074833f70c404c955caea0870

9 years agoMerge "Fix build." into lmp-dev
Dianne Hackborn [Wed, 10 Sep 2014 00:40:54 +0000 (00:40 +0000)]
Merge "Fix build." into lmp-dev

9 years agoFix build.
Dianne Hackborn [Wed, 10 Sep 2014 00:38:34 +0000 (17:38 -0700)]
Fix build.

Change-Id: I92eabc35168acfe58641917179be0d90a14f2f11

9 years agoMediaCodec/Drm: move from getErrorCode to getDiagnosticInfo
Lajos Molnar [Tue, 9 Sep 2014 23:17:02 +0000 (16:17 -0700)]
MediaCodec/Drm: move from getErrorCode to getDiagnosticInfo

Bug: 17059255
Change-Id: I9f5f0be61e94795d90ad29e94b3a1a6e6aedfb1d

9 years agoSoundTriggerHelper: handle media server death
Eric Laurent [Tue, 9 Sep 2014 22:52:25 +0000 (15:52 -0700)]
SoundTriggerHelper: handle media server death

Retry to attach sound trigger module when startRecognition() is called.

Bug: 17373746.
Change-Id: I5b2f806b6cab47741d345be1cde73a84f5a62590

9 years agoMerge "Support to load default voicemail number from the configuration." into lmp-dev
Amit Mahajan [Wed, 10 Sep 2014 00:23:48 +0000 (00:23 +0000)]
Merge "Support to load default voicemail number from the configuration." into lmp-dev

9 years agoMerge "Fix AppCompatibility test for different process name of one package." into...
wsmlby [Wed, 10 Sep 2014 00:21:26 +0000 (00:21 +0000)]
Merge "Fix AppCompatibility test for different process name of one package." into lmp-dev

9 years agoMerge "CEC: Stub MHL Controller" into lmp-dev
Jinsuk Kim [Wed, 10 Sep 2014 00:16:14 +0000 (00:16 +0000)]
Merge "CEC: Stub MHL Controller" into lmp-dev

9 years agoSupport to load default voicemail number from the configuration.
Xia Ying [Thu, 4 Sep 2014 22:12:25 +0000 (17:12 -0500)]
Support to load default voicemail number from the configuration.

If there is no preload VM number in the sim card, carriers such as
Verizon require to load a default vm number from the configurantion.
Define config_default_vm_number for this purpose. And there are two
optional formats for this configuration, example as below:
(1)<item>voicemail number</item>
(2)<item>voicemail number;gid</item>

Bug: 17209959
Change-Id: Ia4e78ad7265e73bb4e4a823dbaeb606935d39f46

9 years agoUse intrinsic size for path animation in AnimatedVectorDrawable
George Mount [Mon, 8 Sep 2014 20:23:36 +0000 (13:23 -0700)]
Use intrinsic size for path animation in AnimatedVectorDrawable

Bug 16984007

Animated Vector Drawables were using the viewport dimensions for
calculating the allowable animation error. Instead of using viewport
dimensions, it is better to use the intrinsic dimensions. Using
the viewport dimensions meant that a small viewport (e.g. 1x1)
would mean that animation paths within would only have an accuracy
of 50% of the dimensions of the drawable.

Change-Id: Id0152eabb4effd1e50c644eea7a371b38baeb7c1

9 years agoTries to resolve reference resource names instead of its data.
Jon Miranda [Wed, 10 Sep 2014 00:06:31 +0000 (17:06 -0700)]
Tries to resolve reference resource names instead of its data.

Example: @16974751 can be resolved to android:style/TextApperance.Material.

Bug: 17446752
Change-Id: I3ffede3ecc8689badd646a27d50a7a73ce45cf86

9 years agoam 0cb4c738: am 9f60bc3f: am 52a18161: docs: update api dashboard for september
Robert Ly [Wed, 10 Sep 2014 00:02:31 +0000 (00:02 +0000)]
am 0cb4c738: am 9f60bc3f: am 52a18161: docs: update api dashboard for september

* commit '0cb4c738fba92671dc3a1a75917259f09532a9e4':
  docs: update api dashboard for september

9 years agoMerge "Add support for max-res decode" into lmp-dev
Jeff Tinker [Tue, 9 Sep 2014 23:56:10 +0000 (23:56 +0000)]
Merge "Add support for max-res decode" into lmp-dev

9 years agoam 9f60bc3f: am 52a18161: docs: update api dashboard for september
Robert Ly [Tue, 9 Sep 2014 23:51:10 +0000 (23:51 +0000)]
am 9f60bc3f: am 52a18161: docs: update api dashboard for september

* commit '9f60bc3f129037f2f1b05a09902c8e97d66322f3':
  docs: update api dashboard for september

9 years agoMerge changes I79ba54d7,I224fb4b6 into lmp-dev
Adam Lesinski [Tue, 9 Sep 2014 23:50:02 +0000 (23:50 +0000)]
Merge changes I79ba54d7,I224fb4b6 into lmp-dev

* changes:
  Make UsageStats API default on only for the system
  ActivityManager shouldn't return null for getCurrentUser

9 years agoam 52a18161: docs: update api dashboard for september
Robert Ly [Tue, 9 Sep 2014 23:40:51 +0000 (23:40 +0000)]
am 52a18161: docs: update api dashboard for september

* commit '52a1816180c7a85b13c543a5cdb6a7506cb8f01d':
  docs: update api dashboard for september

9 years agoMerge "Move carrier-specific GPS parameters out of framework/base directory. Bug...
Tsuwei Chen [Tue, 9 Sep 2014 23:29:13 +0000 (23:29 +0000)]
Merge "Move carrier-specific GPS parameters out of framework/base directory. Bug: 17288144" into lmp-dev

9 years agodocs: update api dashboard for september
Robert Ly [Tue, 9 Sep 2014 22:40:50 +0000 (15:40 -0700)]
docs: update api dashboard for september

Change-Id: Icae4efd0729b61c0f6c1850da641bc065bc12122

9 years agoCamcorderProfile: Add QUALITY_HIGH_SPEED_2160P
Zhijun He [Tue, 9 Sep 2014 22:52:35 +0000 (15:52 -0700)]
CamcorderProfile: Add QUALITY_HIGH_SPEED_2160P

Bug: 17059255
Change-Id: Ic6b272e4ceec8fc852c9eb787370f4d366dad0ac

9 years agoMerge "AAPT: Don't crash on illegal symbol name" into lmp-dev
Adam Lesinski [Tue, 9 Sep 2014 23:15:07 +0000 (23:15 +0000)]
Merge "AAPT: Don't crash on illegal symbol name" into lmp-dev

9 years agoFix AppCompatibility test for different process name of one package.
wsmlby [Tue, 9 Sep 2014 23:06:50 +0000 (16:06 -0700)]
Fix AppCompatibility test for different process name of one package.

Change-Id: Ic30e5ee81fe6ea82e88d2c5541dc9fa9eba71043

9 years agoAAPT: Don't crash on illegal symbol name
Adam Lesinski [Tue, 9 Sep 2014 23:05:10 +0000 (16:05 -0700)]
AAPT: Don't crash on illegal symbol name

We never checked the return value when adding a nested
symbol, which would be NULL if the symbol name was invalid.

External bug: https://code.google.com/p/android/issues/detail?id=75876

Change-Id: I5211f4d4b87897d52f2b6e5907113d31930bb92d

9 years agoMerge "Bring up the IME when TextView receives ACTION_CLICK" into lmp-dev
Alan Viverette [Tue, 9 Sep 2014 22:58:27 +0000 (22:58 +0000)]
Merge "Bring up the IME when TextView receives ACTION_CLICK" into lmp-dev

9 years agoMerge "ActionMenuViews always reserve overflow when creating their own menus" into...
Adam Powell [Tue, 9 Sep 2014 22:56:19 +0000 (22:56 +0000)]
Merge "ActionMenuViews always reserve overflow when creating their own menus" into lmp-dev

9 years agoMerge "Fix BackupManager.isBackupEnabled()" into lmp-dev
Christopher Tate [Tue, 9 Sep 2014 22:51:25 +0000 (22:51 +0000)]
Merge "Fix BackupManager.isBackupEnabled()" into lmp-dev

9 years agoAnnouncing the task list as you scroll. (Bug 15699050)
Winson Chung [Tue, 9 Sep 2014 14:12:59 +0000 (16:12 +0200)]
Announcing the task list as you scroll. (Bug 15699050)

Change-Id: I7453f41a2c87241e538cdc7281cdc20a8710ebbb

9 years agoFixing issue with Recents showing blank. (Bug 16987565)
Winson Chung [Tue, 9 Sep 2014 17:12:14 +0000 (19:12 +0200)]
Fixing issue with Recents showing blank. (Bug 16987565)

9 years agoFixing issue with touch events not being forwarded to task switch fling detector...
Winson Chung [Tue, 9 Sep 2014 16:02:06 +0000 (18:02 +0200)]
Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)

Change-Id: Id8f96455f6e11a13a8ac12d341464bca4419d7c5

9 years agoAdding task switching animation xmls for further tweaking. (Bug 16656169)
Winson Chung [Tue, 9 Sep 2014 15:54:51 +0000 (17:54 +0200)]
Adding task switching animation xmls for further tweaking. (Bug 16656169)

Change-Id: I472116cb3d86a3f90a935b2a3ac058ffc2ac1b5d

9 years agoFixing weird highlight on dismiss button ripple. (Bug 17420495)
Winson Chung [Mon, 8 Sep 2014 20:03:37 +0000 (22:03 +0200)]
Fixing weird highlight on dismiss button ripple. (Bug 17420495)

Change-Id: I769c0647417efeda9b39913c01c62be0d6ff7887

9 years agoMerge "Missing manifest error should be NO_CERTIFICATES." into lmp-dev
Jeff Sharkey [Tue, 9 Sep 2014 22:44:51 +0000 (22:44 +0000)]
Merge "Missing manifest error should be NO_CERTIFICATES." into lmp-dev

9 years agoFix BackupManager.isBackupEnabled()
Christopher Tate [Tue, 9 Sep 2014 22:10:56 +0000 (15:10 -0700)]
Fix BackupManager.isBackupEnabled()

It wasn't properly lazy-initializing the service binder, so it always
thought the backend service didn't exist, and so always returned false.

Also directly validated that every usage of sService in the module is
now correctly lazy-initialized.

Bug 16661321

Change-Id: If5fbb18aef81bfa8fd70eb40a1f6af54cc96d804

9 years agoMove carrier-specific GPS parameters out of framework/base directory.
Tsuwei Chen [Tue, 9 Sep 2014 22:09:57 +0000 (15:09 -0700)]
Move carrier-specific GPS parameters out of framework/base directory.
Bug: 17288144

All carrier values has been moved to device only directory, in this change:
https://googleplex-android-review.git.corp.google.com/#/c/543322

Change-Id: Idb958a75edc612dc83c8382fa6546c3588889e39

9 years agoMerge "camera2: make 3A regions null when not available" into lmp-dev
Yin-Chia Yeh [Tue, 9 Sep 2014 22:24:42 +0000 (22:24 +0000)]
Merge "camera2: make 3A regions null when not available" into lmp-dev