113412 Commits

Author SHA1 Message Date
Svetoslav Ganov
c2d6e51d6c Merge "The undefined media sizes for both orientations not properly constructed." into klp-dev 2013-10-07 22:21:52 +00:00
Alan Viverette
5a0f4eccfb Ignore certain WindowManager flags when touch exploration is enabled
Specifically, ignore any flags that alter the visibility of the navigation
bar and transparency.

BUG: 11082573
Change-Id: I17264dc55a1c6c3cb9b9cf92d5121799cecee5b8
2013-10-07 15:12:57 -07:00
Baligh Uddin
3a44b8d577 Import translations. DO NOT MERGE
Change-Id: Ia5acc4e7fcae5e75baffbb59d3f21761e46962e6
Auto-generated-cl: translation import
2013-10-07 15:12:24 -07:00
Baligh Uddin
b4e36027a2 Import translations. DO NOT MERGE
Change-Id: I55cfb3d94218cad76233f7fffa267c0d308c5f1d
Auto-generated-cl: translation import
2013-10-07 15:11:44 -07:00
Zhijun He
e32e311a11 am c37a5ab5: Merge "Camera2: fix Face class java doc build break" into klp-dev
* commit 'c37a5ab54e5e3ad3bb816d7c9e2b923af6f74f73':
  Camera2: fix Face class java doc build break
2013-10-07 14:58:04 -07:00
Zhijun He
c37a5ab54e Merge "Camera2: fix Face class java doc build break" into klp-dev 2013-10-07 21:53:28 +00:00
Jeff Sharkey
5e02e0a9e1 am bcc77b50: Merge "Add <intent-filter> support to <provider>." into klp-dev
* commit 'bcc77b502b56d4b91610adfa10c657003c9c820d':
  Add <intent-filter> support to <provider>.
2013-10-07 14:44:52 -07:00
Jeff Sharkey
bcc77b502b Merge "Add <intent-filter> support to <provider>." into klp-dev 2013-10-07 21:41:45 +00:00
Jeff Sharkey
73c3c65b1b am 567fdd9f: Merge "When launched into empty recents, show drawer." into klp-dev
* commit '567fdd9fbaae4a3f6f8dc123769771881a50ed70':
  When launched into empty recents, show drawer.
2013-10-07 14:41:17 -07:00
Dianne Hackborn
13c590de1e Fix issue #11113111: dumpsys activity service is broken
Change-Id: Ie02d27b377c562085ef7eb5dea144ce2f382c11d
2013-10-07 14:36:47 -07:00
Jeff Sharkey
567fdd9fba Merge "When launched into empty recents, show drawer." into klp-dev 2013-10-07 21:36:25 +00:00
Zhijun He
04eceec132 Camera2: fix Face class java doc build break
Bug: 10406212
Change-Id: Ida4da1ee3f67e176e04d07f569e153d671fa9e40
2013-10-07 14:35:57 -07:00
Leon Scroggins III
f65183fd76 Do not attempt to decode NULL SkData.
NewFromFD fails if mmap fails. In that case, it returns a NULL
SkData. SkMemoryStream handles NULL input by calling SkData::NewEmpty,
which is not threadsafe. If the SkMemoryStream were to get some
busted SkData, its call to read might fail. Sidestep this problem
by not creating the SkMemoryStream if the SkData is NULL, skipping
the call to SkData::NewEmpty.

BUG:11028218
Change-Id: Id70299bef1c85ffb5d17102fdb5ea071b0bee68a
2013-10-07 17:30:47 -04:00
Baligh Uddin
2a32af3501 Import translations. DO NOT MERGE
Change-Id: I91b75a15535cb63e77fdb7221acf714aeab8571b
Auto-generated-cl: translation import
2013-10-07 14:27:42 -07:00
Jeff Sharkey
85f5f81320 Add <intent-filter> support to <provider>.
For the new documents work, we're only interested in the subset of
ContentProviders that actually implement DocumentsContract.  Instead
of returning all providers, add <intent-filter> support to make it
easier to limit the set of returned ProviderInfo.

Define a well-known action for DocumentsProviders, and start using it
when querying for roots.  Continue supporting the old <meta-data>
approach until all apps have been updated.

Bug: 8599233
Change-Id: I05f049bba21311f5421738002f99ee214447c909
2013-10-07 14:19:13 -07:00
Eino-Ville Talvala
474c79e80a am ad45fa64: Merge "Camera2: Fire all callbacks" into klp-dev
* commit 'ad45fa64382fa00778ff8ddfd1ac65d81fd55404':
  Camera2: Fire all callbacks
2013-10-07 14:13:22 -07:00
Eino-Ville Talvala
ad45fa6438 Merge "Camera2: Fire all callbacks" into klp-dev 2013-10-07 21:10:41 +00:00
Mike Klein
aa24442ecf am d0f379c1: Preserve fill type in Path.reset().
* commit 'd0f379c1976c600313f1f4c39f2587a649e3a4fc':
  Preserve fill type in Path.reset().
2013-10-07 14:09:54 -07:00
Jeff Sharkey
a82c2e24bc When launched into empty recents, show drawer.
Pull out drawer to give users more context about meaningful places
to navigate to.  Also fix bug where restored roots weren't being
highlighted.

Bug: 10852518
Change-Id: Id294f6923477ca4dc505c4b0a21a5bdf8b722cf4
2013-10-07 14:08:20 -07:00
Mike Klein
d0f379c197 Preserve fill type in Path.reset().
Bug: 10838355
Change-Id: I7bdecb945fc35dfed02d37745678ae7bda906628
2013-10-07 21:04:47 +00:00
Baligh Uddin
8033b4e36f Import translations. DO NOT MERGE
Change-Id: Id8dccbfb430a8b347ce909f3ad1872565968420e
Auto-generated-cl: translation import
2013-10-07 14:02:30 -07:00
Baligh Uddin
87037fad31 Import translations. DO NOT MERGE
Change-Id: I118f92a82d6679a2944a959d69c9cb090642ee75
Auto-generated-cl: translation import
2013-10-07 14:00:53 -07:00
Michael Wright
2eeacc02a2 Show no_sim icon when no SIM card is available.
Bug: 10958943
Change-Id: I1fcd961ddab45e316d726b90fdbbc176e6e7d737
2013-10-07 13:50:32 -07:00
Rachad Alao
0ed8c93cff am 00fb27dd: Merge "Camera2: add metadata override" into klp-dev
* commit '00fb27dda8c74229ea55b524063410842ba4a21e':
  Camera2: add metadata override
2013-10-07 13:42:52 -07:00
Rachad Alao
00fb27dda8 Merge "Camera2: add metadata override" into klp-dev 2013-10-07 20:40:22 +00:00
Jeff Sharkey
0e438c2a1b am a27366ef: Merge "Ellipsize titles in middle, otherwise end." into klp-dev
* commit 'a27366efc4cac889ef454b13fa74bb4c4473b2f1':
  Ellipsize titles in middle, otherwise end.
2013-10-07 13:19:22 -07:00
Jeff Sharkey
a27366efc4 Merge "Ellipsize titles in middle, otherwise end." into klp-dev 2013-10-07 20:17:54 +00:00
Baligh Uddin
a67fc7b742 am 6ac16894: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '6ac16894a9f24211ceb57de34afbf3e2d7bde7a9':
  Import translations. DO NOT MERGE
2013-10-07 12:45:49 -07:00
Baligh Uddin
bc8b193b22 am e7f1a0db: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'e7f1a0db37ac1b2ffe107774f60bd956d590c2f4':
  Import translations. DO NOT MERGE
2013-10-07 12:45:46 -07:00
Baligh Uddin
05f3b6ac65 am 79bcca23: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '79bcca2311c48552a6fed8b441e65568fc889da8':
  Import translations. DO NOT MERGE
2013-10-07 12:45:44 -07:00
Baligh Uddin
4d1fac943f am 8cc94767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '8cc94767b5d2c5d6f98517fd4fa34b4f31704c63':
  Import translations. DO NOT MERGE
2013-10-07 12:45:42 -07:00
Baligh Uddin
917d56c73f Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-07 19:44:14 +00:00
Baligh Uddin
6ac16894a9 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-07 19:44:10 +00:00
Baligh Uddin
e7f1a0db37 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-07 19:44:02 +00:00
Baligh Uddin
621674dd64 Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-07 19:43:54 +00:00
Baligh Uddin
79bcca2311 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-07 19:43:50 +00:00
Baligh Uddin
43e404591e Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-07 19:43:39 +00:00
Baligh Uddin
8cc94767b5 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-07 19:43:34 +00:00
Eino-Ville Talvala
868d904306 Camera2: Fire all callbacks
- Allow configureOutputs to be called when device is
   actively working, and document what happens then.
 - At the managed level, trigger proper sequence of callbacks for
   device state changes, for all the callbacks that are not yet
   managed by the camera service.
 - Restructure CameraManager.openDevice to have the device itself fire the
   initial callbacks.
 - Make CameraDevice.configureOutputs(null) work.
 - Make CameraDeviec.configureOutputs(identical surfaces) work.
 - Ensure proper checking for camera closed state.

Bug: 10360518
Change-Id: I9db348ee9c5ce4d3fe02fd34e779acc85cba68dc
2013-10-07 12:40:49 -07:00
Jeff Sharkey
2c4b99fbe6 Ellipsize titles in middle, otherwise end.
Long document titles can include distinguishing details at the end
of the title, so ellipsize in the middle.  All other details ellipsize
at the end.

Bug: 11081420
Change-Id: I2c266ebc594d2ad383033b435acb8adb5fb823bc
2013-10-07 11:39:07 -07:00
Chris Craik
641ac6429a Clean up unused resources
bug:10641374

Additionally, fixes incorrect getColor use

Change-Id: Ie56ad5baa099cc421629a5dcc8ef9de14e44079a
2013-10-07 11:00:33 -07:00
Baligh Uddin
8e3e6cb1a1 Import translations. DO NOT MERGE
Change-Id: I0647ab81e403652058dd10130238ed5fb98911d9
Auto-generated-cl: translation import
2013-10-07 10:44:10 -07:00
Baligh Uddin
0ea4be04a0 Import translations. DO NOT MERGE
Change-Id: I4365c56d96fc1e1aa97e05d154ce23441c5b1431
Auto-generated-cl: translation import
2013-10-07 10:43:11 -07:00
John Spurlock
1fc7bd3eb2 am 619fc89a: Merge "Fix transparent -> translucent reference in private docs." into klp-dev
* commit '619fc89aa176a4fa2895933d536987bb278acfb5':
  Fix transparent -> translucent reference in private docs.
2013-10-07 10:07:19 -07:00
John Spurlock
f2ec90f26c am 2788712a: Merge "Update qs asset outlines." into klp-dev
* commit '2788712abb3b35cdaed253a2c221b2dd791e95af':
  Update qs asset outlines.
2013-10-07 10:07:16 -07:00
Jean-Michel Trivi
65d577139c am bacb5422: Merge "Also rely on enabled notification listeners for RemoteController registration" into klp-dev
* commit 'bacb5422bc4670d2b8905d9f58d068a97836561f':
  Also rely on enabled notification listeners for RemoteController registration
2013-10-07 10:07:14 -07:00
John Spurlock
619fc89aa1 Merge "Fix transparent -> translucent reference in private docs." into klp-dev 2013-10-07 17:05:01 +00:00
John Spurlock
2788712abb Merge "Update qs asset outlines." into klp-dev 2013-10-07 17:04:39 +00:00
Jean-Michel Trivi
bacb5422bc Merge "Also rely on enabled notification listeners for RemoteController registration" into klp-dev 2013-10-07 17:04:20 +00:00
Baligh Uddin
a54d00d3a8 Import translations. DO NOT MERGE
Change-Id: I526647a96dfaad1d0687f84efd9f5b0e7cfcb07b
Auto-generated-cl: translation import
2013-10-07 09:54:02 -07:00