138049 Commits

Author SHA1 Message Date
Robert Ly
f4f105f161 am dd57a6b2: am bb33ff04: update device dashboard for June
* commit 'dd57a6b24d819bbfd9d2422f52dfb0fe9d43b3e9':
  update device dashboard for June
2014-06-04 16:54:45 +00:00
Robert Ly
dd57a6b24d am bb33ff04: update device dashboard for June
* commit 'bb33ff04b7d1f7f554331426bd9940edbbfd395d':
  update device dashboard for June
2014-06-04 16:50:26 +00:00
vandwalle
059a9ca35e am aca37776: handle removal of self added configurations
* commit 'aca3777661f2e29d5cca60a8a11dea2878eae6e5':
  handle removal of self added configurations
2014-06-04 16:45:13 +00:00
Robert Greenwalt
2f4188c8a0 am 5fc756c3: (-s ours) Merge "Rewrite startUsingNetworkFeature for new API" into lmp-preview-dev
* commit '5fc756c3f4b7203d53834b9750332325ebf4e92d':
  Rewrite startUsingNetworkFeature for new API
2014-06-04 16:45:02 +00:00
Robert Ly
bb33ff04b7 update device dashboard for June
Change-Id: Ibc02e80f4d4fa721039229f63dee0af878c21765
2014-06-04 09:27:18 -07:00
Florin Malita
676f92e9a7 Merge "Canvas JNI cleanup." 2014-06-04 16:04:45 +00:00
Florin Malita
95d49149cc Canvas JNI cleanup.
As pointed out in a previous patch review, some native Canvas methods do not
receive a native canvas handle and instead have to use GraphicsJNI to query
the object mNativeCanvasWrapper field.

To avoid the extra JNI call, this change adds the missing Java wrapper
methods and ensures that all native calls are passed efficient native
handles.

Also, some native methods are consolidated: save, saveAll -> save,
clipRect* -> clipRect.

Change-Id: I2eae4a633f6a463d9fbae2ca632661acc8b5cfc3
2014-06-04 11:09:18 -04:00
Jorim Jaggi
e37bd648e6 Merge "Fix more card appearance to spec from design." into lmp-preview-dev 2014-06-04 14:59:45 +00:00
Jorim Jaggi
b741f05339 Fix more card appearance to spec from design.
Bug: 15392952
Change-Id: I4539b48af33dc6838ef0c59dac7ca08fc1a2bd03
2014-06-04 16:58:33 +02:00
George Mount
155ce3aeb1 Merge "Create reasonable Activity Transition defaults for quantum theme." into lmp-preview-dev 2014-06-04 14:15:48 +00:00
Leon Scroggins III
a578ab00c4 Merge "Ignore inPurgeable and inInputShareable." 2014-06-04 14:04:18 +00:00
Jorim Jaggi
8988dbb6df Merge "Go back to keyguard when in SHADE_LOCKED with single tap." into lmp-preview-dev 2014-06-04 13:23:24 +00:00
Adrian Roos
1e9021aef8 Merge "Ensure trust agents are only provided by platform packages" into lmp-preview-dev 2014-06-04 13:18:40 +00:00
Yohei Yukawa
9e8df26f3b Merge "Hardening token validation in InputMethodManagerService" 2014-06-04 12:47:07 +00:00
Katie McCormick
000e574037 am c799a830: am 88d1c560: am ea5fa98c: am c659e746: Merge "Doc update: new Volley class" into klp-docs
* commit 'c799a830b2d29db5747cc89558c9effb6baddb22':
  Doc update: new Volley class
2014-06-04 12:40:48 +00:00
Katie McCormick
c799a830b2 am 88d1c560: am ea5fa98c: am c659e746: Merge "Doc update: new Volley class" into klp-docs
* commit '88d1c560ea797e3ec974fd735531c126f8453a64':
  Doc update: new Volley class
2014-06-04 12:36:21 +00:00
Katie McCormick
88d1c560ea am ea5fa98c: am c659e746: Merge "Doc update: new Volley class" into klp-docs
* commit 'ea5fa98c7c381a37c113b7d2efdd6a406d902949':
  Doc update: new Volley class
2014-06-04 12:32:09 +00:00
Katie McCormick
ea5fa98c7c am c659e746: Merge "Doc update: new Volley class" into klp-docs
* commit 'c659e7465df342920f3906cbc0b024f610bf65bd':
  Doc update: new Volley class
2014-06-04 12:26:44 +00:00
Yohei Yukawa
a07557471e Hardening token validation in InputMethodManagerService
This CL adds missing token validations in
InputMethodManagerService#switchToNextInputMethod and
InputMethodManagerService#shouldOfferSwitchingToNextInputMethod.

This CL also fixes a possible race condition when validating
the token in InputMethodManagerService#updateStatusIcon.

BUG: 15420379
Change-Id: I043aa30a19c821f33effd57dfd6590b0e3ed817b
2014-06-04 21:15:31 +09:00
Katie McCormick
c659e7465d Merge "Doc update: new Volley class" into klp-docs 2014-06-04 12:01:39 +00:00
Yohei Yukawa
43eb101227 Merge "Remove code duplication in InputMethodManagerService" 2014-06-04 11:24:31 +00:00
Yohei Yukawa
22c97be73b Remove code duplication in InputMethodManagerService
This is a groundwork for the subsequent fix. It should not change
existing behavior.

BUG: 15420379
Change-Id: I106b3f50731c799e06b26d1eab9c6a406c06d78c
2014-06-04 19:45:18 +09:00
Sander Alewijnse
1b8737ee18 Merge "Remove enableSystemApp() and enableSystemAppWithInten()." 2014-06-04 10:11:46 +00:00
Yohei Yukawa
8554f62fbc Merge "Remove redundant synchronization blocks from IMMS" 2014-06-04 10:01:13 +00:00
Yohei Yukawa
4e02bc6f8f Remove redundant synchronization blocks from IMMS
This is a groundwork for the subsequent fix. It should not change
existing behavior.

BUG: 15420379
Change-Id: I6f81ec77e748a8c7c26ffa1f5faf39684b210ae4
2014-06-04 18:37:20 +09:00
Przemyslaw Szczepaniak
e3abed72d6 Add missing #isSpeaking to TTS API V2
TextToSpeech#isSpeaking queries TTS engine if it's
currently outputting any audio, it was present in the
TTS API V1.

Change-Id: Iee4a91976b9b80653811fb458ac48d75418752cf
2014-06-04 09:16:55 +00:00
John Spurlock
d55c56b86e Merge "QuickSettings: Filter signal assets with color filter." into lmp-preview-dev 2014-06-04 05:44:16 +00:00
John Spurlock
faa3262c1d QuickSettings: Filter signal assets with color filter.
Apply static color filter to signal assets to match other
tiles.

Bug:15186962
Bug:15414911
Change-Id: I0732460a5c337ced35be43418f3deda9395fa215
2014-06-04 01:38:34 -04:00
Yuncheol Heo
41eca132b2 Merge "Add API definition for WebSettings.setVideoOverlayForEmbeddedEncryptedVideoEnabled." 2014-06-04 05:12:55 +00:00
John Spurlock
d47f3856bd QuickSettings: Remove outlined version of location icon.
Bug:15186962
Change-Id: I6a7d04abcc4b5593d436b0ec46ecf77f207c6b54
2014-06-04 01:00:37 -04:00
Lorenzo Colitti
46ccfda1fe Merge "Make requests for restricted networks not require unrestricted access." into lmp-preview-dev 2014-06-04 05:00:22 +00:00
Baligh Uddin
4854456738 Merge "Import translations. DO NOT MERGE" into lmp-preview-dev 2014-06-04 04:50:43 +00:00
John Spurlock
012d4a229c QuickSettings: Tile label string updates.
Bug:15186962
Change-Id: I4a1167e094de81ffbcb498815bb1c7c03fc2be7b
2014-06-04 00:42:29 -04:00
Baligh Uddin
16ce2933e0 Merge "Import translations. DO NOT MERGE" 2014-06-04 04:41:03 +00:00
Baligh Uddin
85bf50e904 Merge "Import translations. DO NOT MERGE" 2014-06-04 04:41:03 +00:00
Baligh Uddin
2d616fccc8 Merge "Import translations. DO NOT MERGE" 2014-06-04 04:40:57 +00:00
Baligh Uddin
08dede77d8 Merge "Import translations. DO NOT MERGE" into lmp-preview-dev 2014-06-04 04:40:42 +00:00
Baligh Uddin
e3ceca2cf9 Merge "Import translations. DO NOT MERGE" 2014-06-04 04:40:39 +00:00
Baligh Uddin
6aa93994f3 Merge "Import translations. DO NOT MERGE" 2014-06-04 04:40:35 +00:00
Baligh Uddin
ba7c75284a Merge "Import translations. DO NOT MERGE" into lmp-preview-dev 2014-06-04 04:40:30 +00:00
Baligh Uddin
19c63ee77f Merge "Import translations. DO NOT MERGE" 2014-06-04 04:40:28 +00:00
John Spurlock
775f7d85d9 Merge "QuickSettings: System accent color for seekbars." into lmp-preview-dev 2014-06-04 04:20:48 +00:00
John Spurlock
ed33da1734 QuickSettings: System accent color for seekbars.
Decouple system ui's seekbar's color from the platform
default.

Bug:15186962
Change-Id: I8e4f5605bf5f8be32b290e588d2d854e908f2387
2014-06-04 00:18:27 -04:00
Lorenzo Colitti
4077acbecc Make requests for restricted networks not require unrestricted access.
Currently, calling startUsingNetworkFeature for a restricted APN
type (e.g., IMS or FOTA) will create a request that requires
NET_CAPABILITY_NOT_RESTRICTED. Because these APNs are restricted,
when we bring them up we conclude that it does not match the
unrestricted requirement, and we tear them down.

1. Clear the NET_CAPABILITY_NOT_RESTRICTED capability when
   creating requests in startUsingNetworkFeature.
2. Refactor the code to a common function so this cannot happen
   again.

Bug: 15191336
Change-Id: Id1ec79c58ff79b1a83457ffaecc57d50b61ed4e4
2014-06-04 12:20:06 +09:00
David Friedman
a8ac8d0bb5 am c1d8b0c4: am 689eb9e9: am dba68be3: am 00aae279: Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs
* commit 'c1d8b0c4e904b7aaeb0897fd008f5525cb731dd0':
  Fixed typos. "describe"-->"describes"; "allow"-->"allows"
2014-06-04 03:16:27 +00:00
David Friedman
c1d8b0c4e9 am 689eb9e9: am dba68be3: am 00aae279: Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs
* commit '689eb9e98e5f03f4502358e52f07158b31b8e5e5':
  Fixed typos. "describe"-->"describes"; "allow"-->"allows"
2014-06-04 03:13:09 +00:00
David Friedman
689eb9e98e am dba68be3: am 00aae279: Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs
* commit 'dba68be33efe4ee322a9ff3d895ed257162c0908':
  Fixed typos. "describe"-->"describes"; "allow"-->"allows"
2014-06-04 03:09:34 +00:00
David Friedman
dba68be33e am 00aae279: Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs
* commit '00aae2793d37ed098a80bc0a98e8008b36178714':
  Fixed typos. "describe"-->"describes"; "allow"-->"allows"
2014-06-04 03:05:26 +00:00
David Friedman
00aae2793d Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs 2014-06-04 03:01:52 +00:00
Alan Viverette
07bfc4ba2e Merge "Fix RadialTimePicker styling" into lmp-preview-dev 2014-06-04 01:43:21 +00:00