110897 Commits

Author SHA1 Message Date
Robert Greenwalt
49a3fe2686 am d3135451: Merge "Modify wifi BatchedScan." into klp-dev
* commit 'd3135451b1091022264f15a17e0ac85ec8f0bf30':
  Modify wifi BatchedScan.
2013-08-16 11:22:47 -07:00
Robert Greenwalt
d3135451b1 Merge "Modify wifi BatchedScan." into klp-dev 2013-08-16 18:17:51 +00:00
Eino-Ville Talvala
4068388bee Camera2: Add user tag to CaptureRequest
Bug: 10360518
Change-Id: I781341b4c598c28ee5dd7551b8e05ab19b8fff0d
2013-08-16 11:10:21 -07:00
Baligh Uddin
22aad6113c am 7f2f60de: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '7f2f60debea72f428cda03774e497e63aff08b09':
  Import translations. DO NOT MERGE
2013-08-16 11:08:55 -07:00
Scott Main
9487d1c99d am 0fd59567: am 59616de7: am 8f5a76d2: am b4f96287: add latest Roboto fonts to DAC and update download links
* commit '0fd595672092030d5949f09d27581866b8b315d4':
  add latest Roboto fonts to DAC and update download links
2013-08-16 11:05:18 -07:00
Alan Viverette
6cfce6a18f am 28dd8eb6: Merge "Forward events to ListPopupWindow, highlight touched items" into klp-dev
* commit '28dd8eb615a46ae169132b0ee75ad06b606f010c':
  Forward events to ListPopupWindow, highlight touched items
2013-08-16 11:05:15 -07:00
Baligh Uddin
7f2f60debe Merge "Import translations. DO NOT MERGE" into klp-dev 2013-08-16 18:02:17 +00:00
Scott Main
0fd5956720 am 59616de7: am 8f5a76d2: am b4f96287: add latest Roboto fonts to DAC and update download links
* commit '59616de7ea4719cc3a6f75f8d4ff80d7d735d8c1':
  add latest Roboto fonts to DAC and update download links
2013-08-16 11:02:03 -07:00
Alan Viverette
059d7759b8 am 960338ad: Merge "Update documentation for FastScroller and SectionIndexer" into klp-dev
* commit '960338adbcc4344b0f9e0478026e42e911eb2210':
  Update documentation for FastScroller and SectionIndexer
2013-08-16 11:01:42 -07:00
Alan Viverette
28dd8eb615 Merge "Forward events to ListPopupWindow, highlight touched items" into klp-dev 2013-08-16 17:59:34 +00:00
Scott Main
59616de7ea am 8f5a76d2: am b4f96287: add latest Roboto fonts to DAC and update download links
* commit '8f5a76d2bf011a7ae72d4c6845ee41fb63b21698':
  add latest Roboto fonts to DAC and update download links
2013-08-16 10:58:52 -07:00
Alan Viverette
960338adbc Merge "Update documentation for FastScroller and SectionIndexer" into klp-dev 2013-08-16 17:56:40 +00:00
Scott Main
8f5a76d2bf am b4f96287: add latest Roboto fonts to DAC and update download links
* commit 'b4f96287285cd0886954d1576157b7a38995af88':
  add latest Roboto fonts to DAC and update download links
2013-08-16 10:55:07 -07:00
Scott Main
b4f9628728 add latest Roboto fonts to DAC and update download links
Change-Id: I6232cf02486d5b82d503ebe8c6035a7da2a1093d
2013-08-16 10:41:31 -07:00
Satoshi Kataoka
ddb3c53300 am 0a94b9ce: Merge "Add an API supportsSwitchingToNextInput" into klp-dev
* commit '0a94b9ce277ef2ec79902e3c576a50ab438dca97':
  Add an API supportsSwitchingToNextInput
2013-08-16 00:14:35 -07:00
Satoshi Kataoka
0a94b9ce27 Merge "Add an API supportsSwitchingToNextInput" into klp-dev 2013-08-16 07:08:52 +00:00
Sascha Haeberling
bac752632c Fix typo in JavaDoc for TypeEvaluator.
Change-Id: Ice2b2db117e1f91ad70ed55d4cc0b14b86804c1c
2013-08-15 19:37:32 -07:00
Alan Viverette
86f5e8956d Update documentation for FastScroller and SectionIndexer
BUG: 3341285
Change-Id: I0607031576eaaecaebe848437cfbacd0d1a4b161
2013-08-15 18:16:06 -07:00
Alan Viverette
c05027214f Forward events to ListPopupWindow, highlight touched items
Moves most of the drag-to-open behavior into ListPopupWindow's
particular implementation of ListView. Uses hidden View API for
forwarding events between different windows.

Overflow menu opens on first touch, closes on touch end outside
the overflow button. Clicks that occur during drag-to-open mode
result in alpha animation of the selector drawable.

BUG: 9437139
Change-Id: I70f540555a03450638a27880b3ae3b031ca6e2ed
2013-08-15 18:05:52 -07:00
Baligh Uddin
f112c78e3b am 6f2883c9: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '6f2883c9ac65065ed6e4bc4bc60af240af7f934c':
  Import translations. DO NOT MERGE
2013-08-15 17:34:58 -07:00
Baligh Uddin
6f2883c9ac Merge "Import translations. DO NOT MERGE" into klp-dev 2013-08-16 00:28:16 +00:00
Jeff Sharkey
dc217bd6ba am 3aa2d9f5: Merge "Documents management mode; API adjustment." into klp-dev
* commit '3aa2d9f5530524287dcff84369d8298f12bc3f0d':
  Documents management mode; API adjustment.
2013-08-15 17:13:08 -07:00
Jeff Sharkey
3aa2d9f553 Merge "Documents management mode; API adjustment." into klp-dev 2013-08-16 00:08:05 +00:00
Jeff Sharkey
a5599ef636 Documents management mode; API adjustment.
Create documents manage mode to support Downloads and transient
storage devices.  Locks user into requested backend root, and forces
file sizes on and sorting by last modified.

Separate API constants for Documents versus Roots, and give concrete
MIME types for roots.

Treat null sizes as unknown.  Documents are always enabled in list
so that divider is drawn.  Mark external storage file as writable.

Bug: 10329983, 10332993, 10332952
Change-Id: I05f4fdf5b04041a38e1ba7fb30202a3b0c615bf6
2013-08-15 16:25:30 -07:00
David Christie
def20a3350 Use default class loader when creating a LocationRequest from Parcel.
This seems to be the standard usage, and there are rare reports of
requestLocationUpdates giving NullPointerExceptions on the first call
to requestLocationUpdates but not on subsequent calls (b/10207898).

Change-Id: If7a873fba5a2cd77b836ff3fda89105da20104ac
2013-08-15 16:01:42 -07:00
Zhihai Xu
12f35cc696 am 6bab49de: Merge "LE: Add support for the HID-over-GATT profile (2/3)" into klp-dev
* commit '6bab49deaa96ddb0c427c1e2ab127608e5a8d93b':
  LE: Add support for the HID-over-GATT profile (2/3)
2013-08-15 15:50:38 -07:00
Zhihai Xu
6bab49deaa Merge "LE: Add support for the HID-over-GATT profile (2/3)" into klp-dev 2013-08-15 22:46:15 +00:00
John Spurlock
99df31a254 am 1d5ac159: Merge "Maintain TRANSIENT_*_BAR flags until transient bars hidden." into klp-dev
* commit '1d5ac159745234d54fd6aa63fa43c85741bcaf6d':
  Maintain TRANSIENT_*_BAR flags until transient bars hidden.
2013-08-15 15:18:07 -07:00
John Spurlock
1d5ac15974 Merge "Maintain TRANSIENT_*_BAR flags until transient bars hidden." into klp-dev 2013-08-15 22:13:14 +00:00
Jeff Sharkey
24ccfaf324 am 09400249: Merge "DocumentsUI handles GET_CONTENT; hinting, errors." into klp-dev
* commit '0940024980a9e7a96ab28612c2331d31741f0199':
  DocumentsUI handles GET_CONTENT; hinting, errors.
2013-08-15 15:02:11 -07:00
Andre Eisenbach
c60bed487e LE: Add support for the HID-over-GATT profile (2/3)
bug:8330048
Change-Id: I600563d81dec1638dc35e31e19f61d6c04f09ae8
2013-08-15 15:01:10 -07:00
Jeff Sharkey
0940024980 Merge "DocumentsUI handles GET_CONTENT; hinting, errors." into klp-dev 2013-08-15 21:53:54 +00:00
Romain Guy
2a9195d53d am 3ed72781: Convert 4444 bitmaps to 8888 Bug #10206452
* commit '3ed72781a0b155a88e52c8d295f50daab8cfb9ae':
  Convert 4444 bitmaps to 8888 Bug #10206452
2013-08-15 14:42:49 -07:00
John Spurlock
27735a4ba5 Maintain TRANSIENT_*_BAR flags until transient bars hidden.
Also factor common bar-management code into a separate helper
class called BarController instead of continuing to pollute
PhoneWindowManager with duplicate logic.

Bug:10345412
Change-Id: I880900e61daa6c2c53b169e4885e68ebc62ecb6c
2013-08-15 17:16:28 -04:00
Jeff Sharkey
54ca29a5b9 DocumentsUI handles GET_CONTENT; hinting, errors.
Document browser now takes over all GET_CONTENT requests that request
openable Uris. It shows both storage backends and includes other apps
that respond to GET_CONTENT. Only grants transient read permissions.

Better guarding against throwing storage backends. Send sort order
and local-only hinting to backends.

Require that OPEN/CREATE_DOC users include openable category.

Bug: 10330112, 10329976, 10340741, 10331689, 10329971
Change-Id: Ieb8768a6d71201816046f4a4c48832061a313c28
2013-08-15 14:14:48 -07:00
Romain Guy
3ed72781a0 Convert 4444 bitmaps to 8888
Bug #10206452

Change-Id: I928c9189b0d80741490b01a739959d8c2d5312a7
(cherry picked from commit a2cdb59b186d0ee51f110c1a7d358911573d48bf)
2013-08-15 19:56:05 +00:00
Dmitry Shmidt
db7f9f3842 am 0d8afa2e: Merge "wifi: Send event without prefix to p2p0" into klp-dev
* commit '0d8afa2ea314c142320bf921f81540a37561f6eb':
  wifi: Send event without prefix to p2p0
2013-08-15 12:36:43 -07:00
Dmitry Shmidt
0d8afa2ea3 Merge "wifi: Send event without prefix to p2p0" into klp-dev 2013-08-15 19:32:33 +00:00
Michael Wright
f4e2e651b3 am cf770f41: Merge "Bound touch and tool axes lengths below at 0" into klp-dev
* commit 'cf770f41ad9fdeadb5d5000071a6f7ee8818f212':
  Bound touch and tool axes lengths below at 0
2013-08-15 12:31:11 -07:00
Jeff Sharkey
40faf8dc65 am e0475c82: Gracefully handle missing directories.
* commit 'e0475c828773aae42bf6bf54422df996d6b0fcef':
  Gracefully handle missing directories.
2013-08-15 12:27:38 -07:00
Michael Wright
cf770f41ad Merge "Bound touch and tool axes lengths below at 0" into klp-dev 2013-08-15 19:26:43 +00:00
Jeff Sharkey
e0475c8287 Gracefully handle missing directories.
Bug: 10295932
Change-Id: I9d18682d0ba57bf7f77d043ee8dab286ee80ba2a
2013-08-15 12:04:37 -07:00
Lajos Molnar
dc775c66bf MediaFormat: added subtitle format
Added KEY_LANGUAGE that for now only refers to subtitles.
Added createSubtitleFormat() method to create base format.

Signed-off-by: Lajos Molnar <lajos@google.com>
Change-Id: I344c36a3fd0d88c285cdebf3f67e549553b37a8e
Bug: 10326117
2013-08-15 11:43:02 -07:00
Dmitry Shmidt
bbabe14333 wifi: Send event without prefix to p2p0
Bug: 9298955

Change-Id: I71037dd1cd60ee4efa75e1d6fab60a07bdf0626d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-08-15 11:13:03 -07:00
Jeff Sharkey
fa1225d021 am 2241d45c: Merge "Root invalidation, write and grid flags, local." into klp-dev
* commit '2241d45c68739e5bdf187ba3325ee237ef143e21':
  Root invalidation, write and grid flags, local.
2013-08-15 09:49:37 -07:00
Jeff Sharkey
2241d45c68 Merge "Root invalidation, write and grid flags, local." into klp-dev 2013-08-15 16:44:15 +00:00
John Spurlock
2b5d0264b2 am ac0a1ea0: Merge "Recover tracking pointer going up mid-gesture in shade." into klp-dev
* commit 'ac0a1ea06f4a11550e3ee476bbb89ece2984e826':
  Recover tracking pointer going up mid-gesture in shade.
2013-08-15 09:42:47 -07:00
John Spurlock
ac0a1ea06f Merge "Recover tracking pointer going up mid-gesture in shade." into klp-dev 2013-08-15 16:38:46 +00:00
Daniel Sandler
f9310baf2e am da68124d: Merge "Defend against NPE." into klp-dev
* commit 'da68124da23acadc192ba996d0e64f6d362a9a26':
  Defend against NPE.
2013-08-15 09:11:57 -07:00
Daniel Sandler
da68124da2 Merge "Defend against NPE." into klp-dev 2013-08-15 16:06:49 +00:00