177042 Commits

Author SHA1 Message Date
Andreas Gampe
b6feabcfce Merge "Frameworks/base: Use better Class.forName in ZygoteInit" 2015-04-21 04:02:00 +00:00
Andreas Gampe
c917f74d92 Frameworks/base: Use better Class.forName in ZygoteInit
Use the three-argument version of Class.forName. This saves an
expensive stack lookup for the caller's class-loader on each
invocation.

Bug: 19498458
Change-Id: I859affde31e580fd2de3f70ee0a9295936c2d9f4
2015-04-20 19:17:54 -07:00
Quddus Chong
3b6883b805 am 8cde8f7f: am b1c838e0: am 6f142008: am 220f360e: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit '8cde8f7f1ed1334dba58a62fc6fd3077f72ced96':
  docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
2015-04-20 23:42:39 +00:00
Quddus Chong
8cde8f7f1e am b1c838e0: am 6f142008: am 220f360e: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit 'b1c838e03bf9f828e59deed57a7e7445cc2ad9e8':
  docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
2015-04-20 23:29:30 +00:00
Quddus Chong
b1c838e03b am 6f142008: am 220f360e: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit '6f14200880a79a9813f3448c15fe7097c3b7733b':
  docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
2015-04-20 23:15:17 +00:00
Quddus Chong
6f14200880 am 220f360e: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit '220f360e02ae833fcadc342756932f76f6780626':
  docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
2015-04-20 23:03:32 +00:00
Quddus Chong
220f360e02 am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit '900831f303beb4a67a871d969ac822d8b6d36460':
  docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
2015-04-20 22:51:40 +00:00
Kris Giesing
0ab9655ae1 Merge "DO NOT MERGE Revert "Load libraries directly from apk"" into lmp-mr1-ub-docs 2015-04-20 22:03:47 +00:00
Kris Giesing
6cf2d35d3b Merge "DO NOT MERGE Revert "Add android.net.IpPrefix#contains()"" into lmp-mr1-ub-docs 2015-04-20 22:03:31 +00:00
Kris Giesing
6c97440849 DO NOT MERGE Revert "Load libraries directly from apk"
This reverts commit dec4688f40b0018fbd1f00db05581966f531d88f.

Change-Id: Ief869dec1641d5a376bc044719941536e0bf8442
2015-04-20 14:15:59 -07:00
Kris Giesing
e863712afc DO NOT MERGE Revert "Add android.net.IpPrefix#contains()"
This reverts commit acc8c09d3a12d00b565a76acc26061172c3dd3c6.

Change-Id: I3c11ddd66d22ab2756201b489127f1643fedb429
2015-04-20 14:15:43 -07:00
Quddus Chong
900831f303 docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2.
bug: 20304402

Change-Id: I0fab71be55f5c3c6d017ba585b92f8493050274a
2015-04-20 14:01:24 -07:00
Alex Klyubin
132617de89 am 7b55b8f0: am c77c14c2: Merge "Make MediaPlayer fail fast on UnknownServiceException."
* commit '7b55b8f0563d540804b14c1643b0adfea19a71b1':
  Make MediaPlayer fail fast on UnknownServiceException.
2015-04-20 18:45:05 +00:00
Alex Klyubin
7b55b8f056 am c77c14c2: Merge "Make MediaPlayer fail fast on UnknownServiceException."
* commit 'c77c14c23d5617b7e4d69dccff890f3b1b55b567':
  Make MediaPlayer fail fast on UnknownServiceException.
2015-04-20 18:34:05 +00:00
Quddus Chong
33fca8eae0 docs: Added 3rd-party Javadocs for GMS Parmesan release.
Change-Id: Ia133c7267e500969310524369d34ab07c6aaa854
2015-04-20 11:21:55 -07:00
Kris Giesing
663cdc5cfd Tweak wording on release notes for Leanback.
Change-Id: I1450fef7100d4b557e5dab65bbb2681235f05439
2015-04-20 11:12:06 -07:00
Alex Klyubin
c77c14c23d Merge "Make MediaPlayer fail fast on UnknownServiceException." 2015-04-20 17:54:16 +00:00
Svet Ganov
68e6b5055b DO NOT MERGE Don't take flags when creating app widget config activity.
bug:19618745

Change-Id: I7973ebfc67ebf52f14890dda9eb891a7b8a5a095
2015-04-20 17:16:38 +00:00
Alex Klyubin
6db04b369e Make MediaPlayer fail fast on UnknownServiceException.
This makes MediaPlayer's network streaming code fail fast when an
UnknownServiceException is encountered. This currently occurs when the
application declares that it does not perform cleartext network
traffic and tries to load media over cleartext HTTP. Without this CL,
MediaPlayer blocks for 30 seconds because it treats this error as
recoverable and goes into a ten retry loop with a three second delay
before each retry.

The result at MediaPlayer client level is
MediaPlayer.MEDIA_ERROR_UNKNOWN error. This error code is used for
non-recoverable situations such as when an invalid redirect is
encountered or the destination is unreachable.

Bug: 20026006
Change-Id: I10f0dadb7740902f8c7c73d0df96cfff31f08ada
2015-04-20 10:11:57 -07:00
Rich Slogar
1c6c22d3a9 docs: support library 22.1 updates
Change-Id: Ia784597a6b55d322bca3aaf07b35c53d3b4b182c
(cherry picked from commit 1e517de5fcc1da97c0e33e57ee19c930a188a7d5)
2015-04-20 01:19:54 +00:00
Ryosuke Matsuuchi
2fb3dc2f96 doc: Add Korean version of DAC/distribute/ page.
Bug: 20204101
Change-Id: I5a4795dd03ca4f904c26ce6138eb98d085dd3deb
(cherry picked from commit 19a7b546190f91c93089084f854e277083094961)
2015-04-19 23:08:14 +00:00
Dirk Dougherty
7e75d3ec4b Doc change: distribute landing page.
Change-Id: I7442760c79d2037c9ee51f52ebd15d8373b7e1be
(cherry picked from commit 1792ec17b8a352a2469e2136c6ea9bb34d99b282)
2015-04-19 23:06:59 +00:00
Joe Fernandez
7ce1ab5ffb Merge "docs: studio remove gradle tasks dialog" into lmp-mr1-ub-docs 2015-04-19 23:05:28 +00:00
Rich Slogar
6b1b71c963 docs: hierarchyviewer updates
b/19955159

Change-Id: I77da54048765eeb768ec59a0ce0cbe40d0ba9715
(cherry picked from commit f9f81b49d04ba5beb5a360265e808a7d6e9ed269)
2015-04-19 22:37:34 +00:00
Rich Slogar
d07ace2f65 docs: studio remove gradle tasks dialog
Change-Id: If7517f49307a1e27b1d4053bd49ccdb07ffb758e
(cherry picked from commit caa15d49f968720f51a096b93e0412e97db269a1)
2015-04-19 22:25:18 +00:00
Ryosuke Matsuuchi
b84f4cfe5d am fea08ccd: am 3d1a37e9: am 38d969c5: am 558907f7: am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit 'fea08ccdffdf3d56276f84cf5b01165e6b2bb85f':
  doc: Add Korean version of DAC/distribute/ page.
2015-04-19 01:30:42 +00:00
Ryosuke Matsuuchi
fea08ccdff am 3d1a37e9: am 38d969c5: am 558907f7: am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit '3d1a37e9ecffd89f61de27d924b0469a6a09ea8c':
  doc: Add Korean version of DAC/distribute/ page.
2015-04-19 00:55:05 +00:00
Ryosuke Matsuuchi
3d1a37e9ec am 38d969c5: am 558907f7: am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit '38d969c5c85f930cefef6f2fcad99d5aa8a0d5f7':
  doc: Add Korean version of DAC/distribute/ page.
2015-04-19 00:44:42 +00:00
Ryosuke Matsuuchi
38d969c5c8 am 558907f7: am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit '558907f702ab21d4166d5d7f7986cb18c4a993bd':
  doc: Add Korean version of DAC/distribute/ page.
2015-04-19 00:32:53 +00:00
Ryosuke Matsuuchi
558907f702 am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit '0d2f280310458d23618edf6550818f8f9cfa6b47':
  doc: Add Korean version of DAC/distribute/ page.
2015-04-19 00:22:51 +00:00
Ryosuke Matsuuchi
0d2f280310 Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs 2015-04-19 00:15:12 +00:00
Dirk Dougherty
93e73639bf am 308cd160: am 488e5bbc: am 1696552f: am 6e141199: am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit '308cd16022c43b64e5621dbf6938c8ee5ad22aa9':
  Doc change: distribute landing page.
2015-04-19 00:05:38 +00:00
Dirk Dougherty
308cd16022 am 488e5bbc: am 1696552f: am 6e141199: am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit '488e5bbc2333adb1c84be90b797e1a8d36d070c3':
  Doc change: distribute landing page.
2015-04-18 23:54:58 +00:00
Dirk Dougherty
488e5bbc23 am 1696552f: am 6e141199: am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit '1696552f127c82aed9036eb1fa6b44c826d57eec':
  Doc change: distribute landing page.
2015-04-18 23:43:54 +00:00
Dirk Dougherty
1696552f12 am 6e141199: am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit '6e141199874f0c5603dee4fccc728412dad07d61':
  Doc change: distribute landing page.
2015-04-18 23:32:46 +00:00
Dirk Dougherty
6e14119987 am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit 'ff233af75f2201c2724f8b388c39d3abeb8c6a2e':
  Doc change: distribute landing page.
2015-04-18 23:22:48 +00:00
Dirk Dougherty
ff233af75f Merge "Doc change: distribute landing page." into lmp-docs 2015-04-18 23:11:42 +00:00
Dirk Dougherty
1792ec17b8 Doc change: distribute landing page.
Change-Id: I7442760c79d2037c9ee51f52ebd15d8373b7e1be
2015-04-18 16:00:23 -07:00
Sean Wan
527b1d3a06 am d1a72651: am b792f433: Merge "DO NOT MERGE: Make wifi scan interval when disconnected configurable." into lmp-mr1-modular-dev
* commit 'd1a72651ed723b8e89875cdd7e0429f1c35ca8c2':
  DO NOT MERGE: Make wifi scan interval when disconnected configurable.
2015-04-18 00:04:38 +00:00
Sean Wan
d1a72651ed am b792f433: Merge "DO NOT MERGE: Make wifi scan interval when disconnected configurable." into lmp-mr1-modular-dev
* commit 'b792f43301c61cce996dd5bac4589b4720a37bec':
  DO NOT MERGE: Make wifi scan interval when disconnected configurable.
2015-04-17 23:55:21 +00:00
Sean Wan
b792f43301 Merge "DO NOT MERGE: Make wifi scan interval when disconnected configurable." into lmp-mr1-modular-dev 2015-04-17 23:45:37 +00:00
Sean Wan
79858a3260 DO NOT MERGE: Make wifi scan interval when disconnected configurable.
Bug: 19335429
Change-Id: I167af190f0e448915f50d8edf853cf8a33646d44
2015-04-17 16:08:59 -07:00
Joe Malin
f71f509af0 Docs: New swipe-to-refresh training guide.
Doc-in-progress inherited from xoogler's (unfinished) CL
http://ag/427505 . See comments for staging location.

Patch set 1 is the version inherited from the xoogler; PS2 is after
my edits. Per a conversation with CB, I've removed the "ListFragment"
doc, and just put in a note about that topic in the
"add-swipe-refresh" doc.

Change-Id: Id1a1294b15c5a7363f650ea13237948b0effbc40
2015-04-17 15:41:58 -07:00
Dmitriy Ivanov
34f0fd239c am a04b4302: am b0557ace: Merge "Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS"
* commit 'a04b43020e1289e8b7b2501471740ace944f18d5':
  Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS
2015-04-17 19:30:56 +00:00
Dmitriy Ivanov
a04b43020e am b0557ace: Merge "Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS"
* commit 'b0557acebc7a47f6d8a3653c376165160fc68105':
  Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS
2015-04-17 19:20:22 +00:00
Dmitriy Ivanov
b0557acebc Merge "Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS" 2015-04-17 19:01:42 +00:00
Dmitriy Ivanov
811b7266fd Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS
It is no longer needed.

Change-Id: I1b5a58528507df35cc0792a18be5583e3605cbe0
2015-04-17 11:50:29 -07:00
Dan Albert
a26c837180 am 5682a23e: am fef8bcf9: Merge "Explicitly use clang."
* commit '5682a23ed41f50057887870f1aa9848b13a26190':
  Explicitly use clang.
2015-04-17 18:42:44 +00:00
Dan Albert
5682a23ed4 am fef8bcf9: Merge "Explicitly use clang."
* commit 'fef8bcf92167fbfe06cfb4a18ddf12f272cae5f0':
  Explicitly use clang.
2015-04-17 18:06:54 +00:00
Rich Slogar
fea8ddd4c7 am a9315dc1: am c1002dfc: am 71a616e0: am 203a4739: am 1fcc6bd8: Merge "docs: studio remove gradle tasks dialog" into lmp-docs
* commit 'a9315dc16c6b6f8d3fa79a272b0c714e8e8b2655':
  docs: studio remove gradle tasks dialog
2015-04-17 17:49:44 +00:00