119681 Commits

Author SHA1 Message Date
Robert Greenwalt
c3eef19047 am f1612bcf: am e8c51298: Merge "Add BatteryStats for Wifi Batched Scanning." into klp-dev
* commit 'f1612bcfdd2cb517948f14369fd0977ceb55d19c':
  Add BatteryStats for Wifi Batched Scanning.
2013-11-07 10:39:43 -08:00
Robert Greenwalt
f1612bcfdd am e8c51298: Merge "Add BatteryStats for Wifi Batched Scanning." into klp-dev
* commit 'e8c51298a43f607fea7418ced7cc783e6065fe87':
  Add BatteryStats for Wifi Batched Scanning.
2013-11-07 10:32:53 -08:00
Robert Greenwalt
e8c51298a4 Merge "Add BatteryStats for Wifi Batched Scanning." into klp-dev 2013-11-07 18:30:49 +00:00
Dianne Hackborn
c0b5351555 am 03be79b3: am fbf4888d: am 9882d388: Merge "Fix issue #11223338: Not retaining service started state while restarting" into klp-dev
* commit '03be79b35ca7060f383075a43ff19c8a9d63a7c0':
  Fix issue #11223338: Not retaining service started state while restarting
2013-11-07 10:24:22 -08:00
Dianne Hackborn
03be79b35c am fbf4888d: am 9882d388: Merge "Fix issue #11223338: Not retaining service started state while restarting" into klp-dev
* commit 'fbf4888d19b0c68d8004f9ad2423a583dc01178e':
  Fix issue #11223338: Not retaining service started state while restarting
2013-11-07 10:21:34 -08:00
Dianne Hackborn
fbf4888d19 am 9882d388: Merge "Fix issue #11223338: Not retaining service started state while restarting" into klp-dev
* commit '9882d3889957200c3db62f47142988dea99a7291':
  Fix issue #11223338: Not retaining service started state while restarting
2013-11-07 10:18:53 -08:00
Dianne Hackborn
9882d38899 Merge "Fix issue #11223338: Not retaining service started state while restarting" into klp-dev 2013-11-07 18:16:10 +00:00
Dirk Dougherty
7c482b4fd9 am d17f5a54: am cbc0a6c3: am 347b6fc9: Doc change: remove a reference to RTL pseudolocale.
* commit 'd17f5a546bf8f610a4373bd8c74b9b74170887ac':
  Doc change: remove a reference to RTL pseudolocale.
2013-11-07 09:34:14 -08:00
Dirk Dougherty
d17f5a546b am cbc0a6c3: am 347b6fc9: Doc change: remove a reference to RTL pseudolocale.
* commit 'cbc0a6c37b26df492f22b09989672de1c7aa17f8':
  Doc change: remove a reference to RTL pseudolocale.
2013-11-07 09:31:01 -08:00
Dirk Dougherty
cbc0a6c37b am 347b6fc9: Doc change: remove a reference to RTL pseudolocale.
* commit '347b6fc9e3bbd15364a0d1be74bd6ed98a3a1bfe':
  Doc change: remove a reference to RTL pseudolocale.
2013-11-07 17:28:16 +00:00
Dirk Dougherty
347b6fc9e3 Doc change: remove a reference to RTL pseudolocale.
Change-Id: If6174954008b6875a7cb0ffcc89d1e04dd702b02
2013-11-07 09:22:52 -08:00
Craig Mautner
329f4129a5 Don't call setTask twice.
The method ActivityRecord.setTask() removes the ActivityRecord from
its old task's mActivities ArrayList. In jb-mr2 it did not have this
side effect (there was no mActivities) so calling it twice was not a
problem. This fix causes setTask to only be called once for the target
activity.

Fixes bug 11557835.

Change-Id: If2b6d4b297e86130009713efe6891a24fad3dd15
2013-11-07 09:10:42 -08:00
Jeff Brown
69b07161be Add media router service and integrate with remote displays.
This change adds a new media router service whose purpose is to track
global state information associated with media routes.  This service
publishes routes to the media router instance in application processes
and handles requested state changes such as selecting or unselecting
global routes.  The service also binds to remote display provider
services which can offer new remote display routes to the system.

Includes a test application for manually verifying certain aspects
of the operation of the media router service.

The remote display provider interface is essentially a stripped down
media route provider interface as defined in the support library
media router implementation.  For now, it is designed to be used only
by first parties to publish remote display routes to the system so
it is not exposed as public API in the SDK.  In the future, the remote
display provider interface will most likely be deprecated and replaced
with a more featureful media route provider interface for third
party integration, similar to what is in the support library today.

Further patch sets integrate these new capabilities into the System UI
and Settings for connecting remote displays.

Bug: 11257292
Change-Id: I31109f23f17b474d17534d0f5f4503e388b081c2
2013-11-07 03:25:37 -08:00
Jeff Brown
f3c99e883f Add a platform library for remote display providers.
This interface allows applications to register services that offer
remote displays to the system.  The system will then provide UI
to allow user to connect to these displays and enable mirroring.

Bug: 11257292
Change-Id: I34da5b9dfdaf71267bd3450c505bc1b7368d1b40
2013-11-07 01:58:15 -08:00
Scott Main
d797c877c2 am 17fb0853: am 88e25411: am b680f3c3: Merge "udpate gcore setup doc with info for android studio" into klp-docs
* commit '17fb0853b3f29f3c945843fef355c16d321d5e51':
  udpate gcore setup doc with info for android studio
2013-11-06 21:28:34 -08:00
Scott Main
4eda8c8e8f am 7895646a: am a8c3af81: am 334cc487: add maxSdkVersion attribute to uses-permission doc
* commit '7895646a3c4323645e381e7e3c4d27886cf81ddc':
  add maxSdkVersion attribute to uses-permission doc
2013-11-06 21:28:30 -08:00
Adam Koch
25143dde09 am 19bc05c8: am 5ac65c54: am 57c9886d: Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
* commit '19bc05c8f14f45ff1b98ad8e72328f5cc3c3a035':
  Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
2013-11-06 21:28:27 -08:00
Dirk Dougherty
229d3ddb9a am 078ab218: am 8bd26cdb: am a5f542a3: Doc change: adjust wording for Force RTL layout developer option.
* commit '078ab2187ed369ba3bda38a48632f052022a3d95':
  Doc change: adjust wording for Force RTL layout developer option.
2013-11-06 21:28:23 -08:00
Scott Main
a22bfcf151 am 0c3d6272: am 00177aa1: am d7abd97f: fix broken links
* commit '0c3d627276797c0f8425cdb3c3e5e359931289d7':
  fix broken links
2013-11-06 21:28:20 -08:00
Dirk Dougherty
c9669b4386 am 1e6a2148: am 40111cde: am 9399d919: Doc change: Edits to graphics highlights.
* commit '1e6a214809818231436e93c4645875d4db5c847e':
  Doc change: Edits to graphics highlights.
2013-11-06 21:28:18 -08:00
John Spurlock
0e96652127 am 74bdc178: am de46104a: am 317c79f8: Merge "Docfixes for DownloadManager." into klp-docs
* commit '74bdc178cadf0fc895432bf7d305bf5da53a0050':
  Docfixes for DownloadManager.
2013-11-06 21:28:14 -08:00
Dirk Dougherty
4b8a037f2f am fdc47917: am 3c845213: am 9a52d659: Doc change: minor fixes to highlights and images.
* commit 'fdc47917cbe2470214f24dcd6436109f75e6aec3':
  Doc change: minor fixes to highlights and images.
2013-11-06 21:28:12 -08:00
Scott Main
75548f24e6 am 90c0b94c: am 91ebb9db: am 5ff96b94: Merge "Doc update: restore missing GCM updates" into klp-docs
* commit '90c0b94c4985e6551774ac7b7b379fe80ddc1b04':
  Doc update: restore missing GCM updates
2013-11-06 21:28:07 -08:00
Scott Main
df21eb11bc am 40730533: am f7188557: am 03ec3428: fix build
* commit '40730533d45e310891b4e949eee92eb31a87515f':
  fix build
2013-11-06 21:28:04 -08:00
Scott Main
b9f9f5ce68 am 5cfa3fcb: am d183aae9: am 4cf4f521: add storage provider sample to build
* commit '5cfa3fcbba2916279dd43f8c031d0526581c8098':
  add storage provider sample to build
2013-11-06 21:28:01 -08:00
Scott Main
a10872ec42 am eb662965: am e48f2cf8: am 19f05adb: change sensor FIFO method to getFifoMaxEventCount
* commit 'eb6629657b93077f6577a80cdb14d4d7d0a2c77b':
  change sensor FIFO method to getFifoMaxEventCount
2013-11-06 21:27:58 -08:00
Scott Main
5df6e516e5 am 00573aa3: am 664d284f: am 2aa2b1c3: some people use macintosh computers bug: 11479988
* commit '00573aa32a42c13804d5d3228aab7a6ce34ded5d':
  some people use macintosh computers bug: 11479988
2013-11-06 21:27:54 -08:00
Scott Main
50eee25b45 am f1dd1ec3: am 3a8228fc: am b00f26a1: Merge "update web app docs to remove target-densitydpi, remove the overview page, remove a bunch of stuff from the doc about screens and refer to external docs instead, and add tips about debugging on 4.4 w/ dev tools." into klp-
* commit 'f1dd1ec3fea14a5da1e2a92e0fbfbb2bb4d0dbec':
  update web app docs to remove target-densitydpi, remove the overview page, remove a bunch of stuff from the doc about screens and refer to external docs instead, and add tips about debugging on 4.4 w/ dev tools.
2013-11-06 21:27:50 -08:00
Scott Main
8fc9a72d53 am 743a5257: am fa85c912: am b4e2cea5: simplify gl table
* commit '743a52578884a1ac1ba621b8f143afd4cfda1dd4':
2013-11-06 21:27:47 -08:00
Scott Main
5d05fa5853 am 8a556340: am 98d6f3f0: am 7ae98ba9: fix dashboard to add opengl 3.0
* commit '8a55634011eb3a05899c8f4a6942ee6e9d7433df':
2013-11-06 21:27:44 -08:00
Scott Main
78455ae0cc am 2c080f84: am b256e9a0: am 3e0cb9ba: dashboard update for 11/1/13
* commit '2c080f841f67f43a5f614517562cb4c9fcae33d8':
2013-11-06 21:27:41 -08:00
Dirk Dougherty
563e811f44 am 8878b214: am fe47a408: am bb0ab667: Doc change: Extend link to image.
* commit '8878b2141d30a43da119e7b41b1a1f1d4182fe53':
2013-11-06 21:27:38 -08:00
Newton Allen
43aa645291 am fd3a3684: am badb59cd: am 47feee53: Merge "Fix some documentation typos." into klp-docs
* commit 'fd3a3684c66c1232c92c8d358ecac4990596fe34':
2013-11-06 21:27:35 -08:00
Dirk Dougherty
c44f0a795c am 6f8a9779: am c5655833: am f385d2fd: Doc change: remove staging urls for chrome and wallet sites.
* commit '6f8a97798a23efede9131d511c1c6981b41b5ad9':
2013-11-06 21:27:32 -08:00
Scott Main
955419ab3d am 1f9d802e: am 9ae9504b: am f3db5a80: remove misinformation about sensor alarms
* commit '1f9d802e6ad6fc1e7a455b9f567b047500b5ff6a':
2013-11-06 21:27:29 -08:00
Scott Main
02657c2072 am b217b716: am 7f7d999c: am 6934add2: fix version typo
* commit 'b217b716269b9b89c604f6f44fa78793694130e5':
2013-11-06 21:27:26 -08:00
Scott Main
787b8f09fe am 57988724: am fb453df5: am 57ecb14b: link fix to kick the build server
* commit '5798872434543b5a545721e8dd3d9422126646dc':
2013-11-06 21:27:23 -08:00
Scott Main
3a371c25c2 am 42bd6f9a: am 374d9a6e: am dcfc04cd: link fixes
* commit '42bd6f9ac83222aef10b0d82e70c6744741d4857':
2013-11-06 21:27:19 -08:00
Svetoslav Ganov
76477ec5ab am 7f50455a: am cd323d0d: am 78da147d: Update the PdfDocument docs with unsupported operations.
* commit '7f50455a0a5c6ebb5e6b26386dc129f2387ae002':
2013-11-06 21:27:16 -08:00
Scott Main
d2adc09611 am 5911a624: am 1a657d0a: am 73b5572f: update HCE doc images to dac stencils
* commit '5911a624a0985e4a2ce4c9ba29eefa9d6ecd9071':
2013-11-06 21:27:12 -08:00
Scott Main
c416c30cb8 am a8e498cb: am 71ecc12e: am 7d1d7fa3: Merge "Doc update: Managing System UI class" into klp-docs
* commit 'a8e498cb92d1ff3c15803b4cef956f4854035c97':
2013-11-06 21:27:08 -08:00
Katie McCormick
7fd380a1b0 am 0edf6224: am b711c6f5: am f0c2bfd1: Doc change: new Storage Access Framework doc
* commit '0edf6224938fd24091d4ed9642daa57fce36d72c':
2013-11-06 21:27:06 -08:00
Joe Fernandez
2a3c404552 am 724acd66: am 56ba8856: am b9602bcb: Merge "docs: Screenrecord - add Android 4.4 availability" into klp-docs
* commit '724acd6640d763017b59a00c3a12ea8b91e649d3':
2013-11-06 21:27:03 -08:00
Dirk Dougherty
01e9052b96 am 8d8c00bc: am 96739a7d: am 809b0840: Doc change: fix url.
* commit '8d8c00bc42f04daf8ec3c47b9923f355050a5869':
2013-11-06 21:27:00 -08:00
Scott Main
58e52f8e69 am 7da5ce10: am 9ba65186: am 66bae5ad: update sample nav dummy links to remove topic.html
* commit '7da5ce10e6d00f63a2252303278e8a9346bc47cf':
2013-11-06 21:26:57 -08:00
Roman Nurik
b59ee0fa59 am b6234fca: am a46c86a1: am e0510aee: Add ZIP download for DevBytes: Immersive Mode.
* commit 'b6234fcaa73fb534eb3d2facecf9e1166e542eb7':
2013-11-06 21:26:54 -08:00
Dirk Dougherty
c0bf0f93b2 am 74791f62: am 4053ba80: am 79fbed08: Doc change: adjust element spacing.
* commit '74791f62d174dbd0f7dc1ebb2a5f522578ff0a05':
2013-11-06 21:26:51 -08:00
Scott Main
17fb0853b3 am 88e25411: am b680f3c3: Merge "udpate gcore setup doc with info for android studio" into klp-docs
* commit '88e2541176641157d07206ffeb506b964f902d51':
  udpate gcore setup doc with info for android studio
2013-11-06 21:24:29 -08:00
Scott Main
7895646a3c am a8c3af81: am 334cc487: add maxSdkVersion attribute to uses-permission doc
* commit 'a8c3af81c8fb379363b7506f77bb2803beb17500':
  add maxSdkVersion attribute to uses-permission doc
2013-11-06 21:24:26 -08:00
Adam Koch
19bc05c8f1 am 5ac65c54: am 57c9886d: Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
* commit '5ac65c545b044bf62abda077fb2a30f6028e1c46':
  Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
2013-11-06 21:24:22 -08:00