OSDN Git Service

android-x86/frameworks-base.git
10 years agoam f85aa0fc: Merge "Telephony: SMS over IMS, DO NOT MERGE" into jb-mr2-dev
Ed Tam [Fri, 30 Aug 2013 21:04:45 +0000 (14:04 -0700)]
am f85aa0fc: Merge "Telephony: SMS over IMS, DO NOT MERGE" into jb-mr2-dev

* commit 'f85aa0fc12edccf529dbaf0340372bf3a19bc4be':
  Telephony: SMS over IMS, DO NOT MERGE

10 years agoMerge "Telephony: SMS over IMS, DO NOT MERGE" into jb-mr2-dev
Ed Tam [Fri, 30 Aug 2013 20:50:35 +0000 (20:50 +0000)]
Merge "Telephony: SMS over IMS, DO NOT MERGE" into jb-mr2-dev

10 years agoam 2ef3952d: cherrypick from jb-mr2-docs docs: Android training for Activity testing...
quddusc [Thu, 29 Aug 2013 18:12:44 +0000 (11:12 -0700)]
am 2ef3952d: cherrypick from jb-mr2-docs docs: Android training for Activity testing. Change-Id: I7167732c849d5a4a36c808cc852ddfcdc8e60bd7

* commit '2ef3952d8e62b71baca176b3e17315a37facd34a':
  cherrypick from jb-mr2-docs docs: Android training for Activity testing. Change-Id: I7167732c849d5a4a36c808cc852ddfcdc8e60bd7

10 years agocherrypick from jb-mr2-docs docs: Android training for Activity testing. Change-Id...
quddusc [Fri, 21 Jun 2013 23:49:46 +0000 (16:49 -0700)]
cherrypick from jb-mr2-docs docs: Android training for Activity testing. Change-Id: I7167732c849d5a4a36c808cc852ddfcdc8e60bd7

Change-Id: Idce540108d048d76fc2c4bc37ecf2118b82588c5

10 years agoam 948282b0: Add support for handling mobile provisioning networks.
Wink Saville [Thu, 29 Aug 2013 17:22:55 +0000 (10:22 -0700)]
am 948282b0: Add support for handling mobile provisioning networks.

* commit '948282b0e6cf5310f09db97a4ae939db7c1cef72':
  Add support for handling mobile provisioning networks.

10 years agoAdd support for handling mobile provisioning networks.
Wink Saville [Thu, 29 Aug 2013 15:55:16 +0000 (08:55 -0700)]
Add support for handling mobile provisioning networks.

When a sim is new or it has expired it needs to be provisioned
with the carrier. Basically provisioning is associating a sim with
a user account. When a sim isn't provisioned then operators will
restrict access to the network and only allow certain addresses
or services to be used.

This set of changes allows two types of provisioning networks to be
recognized. The first is a network that causes all DNS lookups to be
redirected to a different address than was intended. This is exemplified
by how T-Mobile works.

The second technique uses a special apn for provisioning. An example is
AT&T where lwaactivate is the provisioning apn and broadband is the
normal apn. We first try broadband and if we are unable to connect we
try lwaactivate. When we see the activate we identify it as special and
the ApnContext.isProvisioningApn will return true.

In the future our plan is to create a new network type that can be added
to the apn list, but for now it identified by name.

Here is a list of significant changes:

 - CaptivePortalTracker now only test WiFi networks instead of all networks
 - checkMobileProvisioning checks for provisioning networks and doesn't
   try to ping.
 - IConnectivityManager.aidl changes:
   * getProvisioningOrActiveNetworkInfo was added to and used by Manage
     mobile plan in WirelessSettings so even when there is no active
     network it will still allow provisioning. Otherwise it would report
     no internet connection.
   * setSignInErrorNotificationVisible is used by both
     CaptiviePortalTracker and checkMobileProvisioning so they use the
     same code for the notifications.
   * checkMobileProvisioning was simplified to have only a timeout as
     returning the result is now harder as we abort simultaneous call
     otherwise we'd could get into loops because we now check every time
     we connect to mobile.
 - Enhanced MDST to handle the provisioning network.
 - Added CONNECTED_TO_PROVISIONING_NETWORK to NetworkInfo to make a new
   state so we don't announce to the world we're connected.
 - TelephonyIntents.ACTION_DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN
   is sent by the low level data connection code to notify Connectivity
   Service that a provisioning apn has connected. This allows CS to
   handle the connection differently than a normal connection.

Bug: 10328264
Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5

10 years agoam 8236443b: Doc change: update spam policy image.
Dirk Dougherty [Wed, 28 Aug 2013 18:42:05 +0000 (11:42 -0700)]
am 8236443b: Doc change: update spam policy image.

* commit '8236443bdac2ba7c7630ddcc4ce9a18a03fe31a1':
  Doc change: update spam policy image.

10 years agoDoc change: update spam policy image.
Dirk Dougherty [Wed, 28 Aug 2013 17:43:36 +0000 (10:43 -0700)]
Doc change: update spam policy image.

Change-Id: Ib19ea838f0f72725cedf2cea8aff505ccc477a45

10 years agoTelephony: SMS over IMS, DO NOT MERGE
Rika Brooks [Tue, 7 Aug 2012 21:51:19 +0000 (14:51 -0700)]
Telephony: SMS over IMS, DO NOT MERGE

Add RIL_REQUEST_IMS_REGISTRATION_STATE, RIL_REQUEST_IMS_SEND_SMS, and
RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED.  Add FORMAT_UNKNOWN to
SmsConstants.

Bug: 9626411
Change-Id: I87ca9841b4ace931c55e2d379fe6d7589b2dc8a5

10 years agoam d608d5e3: add jb mr2 uses-feature items to reference page and fix a couple doc...
Scott Main [Mon, 26 Aug 2013 20:09:46 +0000 (13:09 -0700)]
am d608d5e3: add jb mr2 uses-feature items to reference page and fix a couple doc bugs

* commit 'd608d5e3fa08cd9935f03144b192ea5934c715a8':
  add jb mr2 uses-feature items to reference page and fix a couple doc bugs

10 years agoadd jb mr2 uses-feature items to reference page and fix a couple doc bugs
Scott Main [Mon, 26 Aug 2013 19:31:09 +0000 (12:31 -0700)]
add jb mr2 uses-feature items to reference page and fix a couple doc bugs

Change-Id: I1b95d98b083af3dad55f19a9e68f69460d4e6e57

10 years agoam dce52cdb: DO NOT MERGE: MDST is not ready until connected to DcTracker.
Wink Saville [Mon, 26 Aug 2013 18:47:20 +0000 (11:47 -0700)]
am dce52cdb: DO NOT MERGE: MDST is not ready until connected to DcTracker.

* commit 'dce52cdbf1eab8bd979bf4676973699c39f7b32e':
  DO NOT MERGE: MDST is not ready until connected to DcTracker.

10 years agoam e63411f2: In isMobileOk don\'t execute finally if mobile data is not supported.
Wink Saville [Mon, 26 Aug 2013 18:40:36 +0000 (11:40 -0700)]
am e63411f2: In isMobileOk don\'t execute finally if mobile data is not supported.

* commit 'e63411f28b81a0c9f7fee1d0b3a0765606c9a6f2':
  In isMobileOk don't execute finally if mobile data is not supported.

10 years agoam 2c30fe8a: Doc change: fix typo in policy docs.
Dirk Dougherty [Fri, 23 Aug 2013 22:45:53 +0000 (15:45 -0700)]
am 2c30fe8a: Doc change: fix typo in policy docs.

* commit '2c30fe8aedc5af2845e97b9005d6dce570f9d8eb':
  Doc change: fix typo in policy docs.

10 years agoDoc change: fix typo in policy docs.
Dirk Dougherty [Fri, 23 Aug 2013 18:31:29 +0000 (11:31 -0700)]
Doc change: fix typo in policy docs.

Change-Id: Ic9df2511f50d9ead2dcbf4353f387e9106ce4222

10 years agoam 80bd95bf: Merge "Doc change: update Google Play policies descriptions." into jb...
Dirk Dougherty [Fri, 23 Aug 2013 17:15:42 +0000 (10:15 -0700)]
am 80bd95bf: Merge "Doc change: update Google Play policies descriptions." into jb-mr2-docs

* commit '80bd95bf86e43e5bbca6a08ede708524e5024a1c':
  Doc change: update Google Play policies descriptions.

10 years agoMerge "Doc change: update Google Play policies descriptions." into jb-mr2-docs
Dirk Dougherty [Fri, 23 Aug 2013 17:13:05 +0000 (17:13 +0000)]
Merge "Doc change: update Google Play policies descriptions." into jb-mr2-docs

10 years agoDoc change: update Google Play policies descriptions.
Dirk Dougherty [Thu, 22 Aug 2013 19:46:10 +0000 (12:46 -0700)]
Doc change: update Google Play policies descriptions.

Change-Id: I4ebc985159db5f24632bac38cff63c7b663794b8

10 years agoam f151391b: fix markup errors in action bar styling, add more information about...
Scott Main [Fri, 23 Aug 2013 01:54:35 +0000 (18:54 -0700)]
am f151391b: fix markup errors in action bar styling, add more information about using drawables, move \'managing the activity lifecycle\' down a notch, because it\'s less interesting.

* commit 'f151391b72b5ab667ea0681de5bd2fbe0d94d8a9':
  fix markup errors in action bar styling, add more information about using drawables, move 'managing the activity lifecycle' down a notch, because it's less interesting.

10 years agofix markup errors in action bar styling,
Scott Main [Fri, 23 Aug 2013 01:11:01 +0000 (18:11 -0700)]
fix markup errors in action bar styling,
add more information about using drawables,
move 'managing the activity lifecycle' down a notch, because it's less interesting.

Change-Id: I75012207bfaa499ca881ec5cc3a94e8d66addbad

10 years agoam 2a4f71df: Merge "Temporarily disable sample code html generation in docs builds...
Dirk Dougherty [Thu, 22 Aug 2013 17:08:08 +0000 (10:08 -0700)]
am 2a4f71df: Merge "Temporarily disable sample code html generation in docs builds." into jb-mr2-docs

* commit '2a4f71df86e42f14705df452b74358e0b7970815':
  Temporarily disable sample code html generation in docs builds.

10 years agoMerge "Temporarily disable sample code html generation in docs builds." into jb-mr2...
Dirk Dougherty [Thu, 22 Aug 2013 17:03:35 +0000 (17:03 +0000)]
Merge "Temporarily disable sample code html generation in docs builds." into jb-mr2-docs

10 years agoTemporarily disable sample code html generation in docs builds.
Dirk Dougherty [Wed, 21 Aug 2013 21:47:12 +0000 (14:47 -0700)]
Temporarily disable sample code html generation in docs builds.

Change-Id: Ibcf0e4d5ab63968211528f528cc5bee914d7a556

10 years agoam 414905b7: update samples nav for new script
Scott Main [Wed, 21 Aug 2013 00:17:34 +0000 (17:17 -0700)]
am 414905b7: update samples nav for new script

* commit '414905b7044b10b7231f13584bf26e7c8c3e1e12':
  update samples nav for new script

10 years agoupdate samples nav for new script
Scott Main [Wed, 21 Aug 2013 00:07:05 +0000 (17:07 -0700)]
update samples nav for new script

Change-Id: I4b357f1edf2d8e3eb7b3810103c60d3fd470e113

10 years agoam 9d237204: Merge "Android 4.3 Platform Google APIs r2 system image Release Notes...
Joe Fernandez [Mon, 19 Aug 2013 23:49:44 +0000 (16:49 -0700)]
am 9d237204: Merge "Android 4.3 Platform Google APIs r2 system image Release Notes" into jb-mr2-docs

* commit '9d237204da9b000c5debfa1f5650d13a545bb7c8':
  Android 4.3 Platform Google APIs r2 system image Release Notes

10 years agoMerge "Android 4.3 Platform Google APIs r2 system image Release Notes" into jb-mr2...
Joe Fernandez [Mon, 19 Aug 2013 23:47:24 +0000 (23:47 +0000)]
Merge "Android 4.3 Platform Google APIs r2 system image Release Notes" into jb-mr2-docs

10 years agoAndroid 4.3 Platform Google APIs r2 system image Release Notes
Joe Fernandez [Thu, 15 Aug 2013 21:06:19 +0000 (14:06 -0700)]
Android 4.3 Platform Google APIs r2 system image Release Notes

Google APIs System image update with Google Play Services 3.2.25

Change-Id: Iac6987a9dcb55bd971da9ca57c5a5dae0c357be5

10 years agoam b6bc020d: doc change: Samples browsing first changes: Samples dir and file starters.
Dirk Dougherty [Mon, 19 Aug 2013 19:09:45 +0000 (12:09 -0700)]
am b6bc020d: doc change: Samples browsing first changes: Samples dir and file starters.

* commit 'b6bc020d728960dc876a510c9e40cc441a9a9b6b':
  doc change: Samples browsing first changes: Samples dir and file starters.

10 years agodoc change: Samples browsing first changes: Samples dir and file starters.
Dirk Dougherty [Tue, 9 Jul 2013 20:18:15 +0000 (13:18 -0700)]
doc change: Samples browsing first changes: Samples dir and file starters.

Change-Id: I6cc8c03bf4c2bcc771d4531619db5b3acd62601f

10 years agoDO NOT MERGE: MDST is not ready until connected to DcTracker.
Wink Saville [Sat, 17 Aug 2013 00:17:28 +0000 (17:17 -0700)]
DO NOT MERGE: MDST is not ready until connected to DcTracker.

When the system becomes loaded the PhoneApp can be delayed
significantly and a call to setEnableFailFastMobileData may not
occur because the channel between the MobileDataStateTracker (MDST)
and DcTracker (DCT) is not connected.

Solution: Add a isReady to MDST and isMobileDataStateTrackerReady to
ConnectivityService and call it from isMobileOk.

Bug: 10351868
Change-Id: I92f9d58121b88186b636cd71c2fd2ef9a28f7cf6

10 years agoam b4f96287: add latest Roboto fonts to DAC and update download links
Scott Main [Fri, 16 Aug 2013 17:55:07 +0000 (10:55 -0700)]
am b4f96287: add latest Roboto fonts to DAC and update download links

* commit 'b4f96287285cd0886954d1576157b7a38995af88':
  add latest Roboto fonts to DAC and update download links

10 years agoadd latest Roboto fonts to DAC and update download links
Scott Main [Fri, 16 Aug 2013 17:41:31 +0000 (10:41 -0700)]
add latest Roboto fonts to DAC and update download links

Change-Id: I6232cf02486d5b82d503ebe8c6035a7da2a1093d

10 years agoIn isMobileOk don't execute finally if mobile data is not supported.
Wink Saville [Tue, 13 Aug 2013 19:41:06 +0000 (12:41 -0700)]
In isMobileOk don't execute finally if mobile data is not supported.

Move the early return outside the try {} finally so we don't call
setEnableFailFastMobileData(DctContants.DISABLED). Otherwise
referencing counting is wrong and an exception is thrown in DcTrackerBase.

Bug: 10304904
Change-Id: I5ba5121e473bada9f3daa8d6f3d3577cec8212fc

10 years agoam 1a5bb9d5: Update Typography design guide Bug: 6947941
Roman Nurik [Wed, 14 Aug 2013 18:21:45 +0000 (11:21 -0700)]
am 1a5bb9d5: Update Typography design guide Bug: 6947941

* commit '1a5bb9d5cf13a2d2f9086926a7a020cfa08efd66':
  Update Typography design guide Bug: 6947941

10 years agoUpdate Typography design guide
Roman Nurik [Wed, 14 Aug 2013 16:52:41 +0000 (09:52 -0700)]
Update Typography design guide
Bug: 6947941

Change-Id: I18a5c9cfd9de511c280d8aa7e410b5b9939c6774

10 years agoam 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am...
Kenny Root [Wed, 14 Aug 2013 00:57:10 +0000 (17:57 -0700)]
am 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit '1c2cb6533bfebf8b930850215e24327420e34a4b':
  Use hostname verifier directly instead of instance

10 years agoam 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am...
Kenny Root [Wed, 14 Aug 2013 00:54:18 +0000 (17:54 -0700)]
am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit '999ddae70360fc99e804d0b176af487582cd37c8':
  Use hostname verifier directly instead of instance

10 years agoam ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am...
Kenny Root [Wed, 14 Aug 2013 00:51:15 +0000 (17:51 -0700)]
am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit 'ae24c0d539414805a6c979f9318d0765506221ae':
  Use hostname verifier directly instead of instance

10 years agoam bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use...
Kenny Root [Wed, 14 Aug 2013 00:48:20 +0000 (17:48 -0700)]
am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit 'bf15c7cecefba8fdb3070c389a4966f11a8d8656':
  Use hostname verifier directly instead of instance

10 years agoam dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifie...
Kenny Root [Wed, 14 Aug 2013 00:44:27 +0000 (17:44 -0700)]
am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit 'dceda36b0052aca7a93a265ea6eb8e8fb71cd322':
  Use hostname verifier directly instead of instance

10 years agoam 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly...
Kenny Root [Wed, 14 Aug 2013 00:42:45 +0000 (17:42 -0700)]
am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit '1c5e33d37dd4f8c68ccc16758e21572f193a8eb2':
  Use hostname verifier directly instead of instance

10 years agoam 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of...
Kenny Root [Wed, 14 Aug 2013 00:36:42 +0000 (17:36 -0700)]
am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit '3bc3240ffb51358fa706099cfc5e120cf0f1b60d':
  Use hostname verifier directly instead of instance

10 years agoam a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
Kenny Root [Wed, 14 Aug 2013 00:31:32 +0000 (17:31 -0700)]
am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit 'a6226a2d202619ddb7e3e9765a3dc9f20241f853':
  Use hostname verifier directly instead of instance

10 years agoam 32c99004: Use hostname verifier directly instead of instance
Kenny Root [Wed, 14 Aug 2013 00:27:49 +0000 (17:27 -0700)]
am 32c99004: Use hostname verifier directly instead of instance

* commit '32c990044f027542a034a7606cf010dca6df252f':
  Use hostname verifier directly instead of instance

10 years agoUse hostname verifier directly instead of instance
Kenny Root [Wed, 24 Jul 2013 03:36:03 +0000 (20:36 -0700)]
Use hostname verifier directly instead of instance

Instead of local instance of the default HostnameVerifier, use it
directly from HttpsURLConnection. This avoids class preloading creating
an instance of it before it's necessary.

(cherry picked from commit 928ee1e48fa89302d02fdf8a8a2c7315d7195e7c)

Bug: 9984058
Change-Id: I56565afa0394dc98054abbaef06ac9bfff009e56

10 years agoam 3870c570: Use hostname verifier directly instead of instance DO NOT MERGE
Kenny Root [Tue, 13 Aug 2013 18:41:11 +0000 (11:41 -0700)]
am 3870c570: Use hostname verifier directly instead of instance DO NOT MERGE

* commit '3870c570bbd438cefd09a061b9481314a15dd659':
  Use hostname verifier directly instead of instance DO NOT MERGE

10 years agoUse hostname verifier directly instead of instance DO NOT MERGE
Kenny Root [Wed, 24 Jul 2013 03:36:03 +0000 (20:36 -0700)]
Use hostname verifier directly instead of instance DO NOT MERGE

Instead of local instance of the default HostnameVerifier, use it
directly from HttpsURLConnection. This avoids class preloading creating
an instance of it before it's necessary.

(cherry picked from commit 928ee1e48fa89302d02fdf8a8a2c7315d7195e7c)

Bug: 9984058
Change-Id: I79d8a934bfc390e4cd503fd592e21bc4e5446a7d

10 years agoam b478b10f: Revert "Doc change: collapse key fix." To resolve conflict. I\'ll fix...
Scott Main [Tue, 13 Aug 2013 17:57:31 +0000 (10:57 -0700)]
am b478b10f: Revert "Doc change: collapse key fix." To resolve conflict. I\'ll fix it all later.

* commit 'b478b10f34a9fa9c6b42f54047eb9e77111a16c7':
  Revert "Doc change: collapse key fix." To resolve conflict. I'll fix it all later.

10 years agoam e78b4f53: Doc change: collapse key fix... clean version of kmccormick\'s change...
Katie McCormick [Mon, 12 Aug 2013 19:18:45 +0000 (12:18 -0700)]
am e78b4f53: Doc change: collapse key fix... clean version of kmccormick\'s change from I620150b14ecd59db05f40c4422f8e2d09e05ebcb

* commit 'e78b4f53392d25eda4a121670aca518df9615f71':
  Doc change: collapse key fix... clean version of kmccormick's change from I620150b14ecd59db05f40c4422f8e2d09e05ebcb

10 years agoDoc change: collapse key fix... clean version of kmccormick's change from I620150b14e...
Katie McCormick [Wed, 24 Jul 2013 01:12:38 +0000 (18:12 -0700)]
Doc change: collapse key fix... clean version of kmccormick's change from I620150b14ecd59db05f40c4422f8e2d09e05ebcb

Change-Id: I620150b14ecd59db05f40c4422f8e2d09e05ebcb

10 years agoRevert "Revert "resolved conflicts for merge of 45178b13 to jb-mr2-ub-dev" revert...
Scott Main [Mon, 12 Aug 2013 17:38:03 +0000 (17:38 +0000)]
Revert "Revert "resolved conflicts for merge of 45178b13 to jb-mr2-ub-dev" revert to fix conflicts, i'll fix it all later."

Submitted the original revert too soon.

This reverts commit ebcee19783c4fe5ba776353e95974383850a4685.

Change-Id: I7c76b9c37a8d919cdf319dae1ae8f444300ed3d4

10 years agoRevert "resolved conflicts for merge of 45178b13 to jb-mr2-ub-dev"
Scott Main [Mon, 12 Aug 2013 17:08:28 +0000 (17:08 +0000)]
Revert "resolved conflicts for merge of 45178b13 to jb-mr2-ub-dev"
revert to fix conflicts, i'll fix it all later.

This reverts commit 385bb2eb5184686c2d953fe4757522e61acb3392.

Change-Id: Ie0a995b185c3354ff369fce87f73810c1027a0b2

10 years agoRevert "Doc change: collapse key fix."
Scott Main [Mon, 12 Aug 2013 16:57:24 +0000 (09:57 -0700)]
Revert "Doc change: collapse key fix."
To resolve conflict. I'll fix it all later.

This reverts commit 53d9628d080aa7339b724a994607022c5386a566.

10 years agoresolved conflicts for merge of 45178b13 to jb-mr2-ub-dev
Katie McCormick [Sat, 10 Aug 2013 00:55:05 +0000 (17:55 -0700)]
resolved conflicts for merge of 45178b13 to jb-mr2-ub-dev

Change-Id: I3f0f4d210dd48ddbed5795278c7e2b5f07da5978

10 years agoMerge "Doc change: collapse key fix." into jb-mr2-dev
Katie McCormick [Fri, 9 Aug 2013 22:41:34 +0000 (22:41 +0000)]
Merge "Doc change: collapse key fix." into jb-mr2-dev

10 years agoDoc change: collapse key fix.
Katie McCormick [Wed, 24 Jul 2013 01:12:38 +0000 (18:12 -0700)]
Doc change: collapse key fix.

Change-Id: I620150b14ecd59db05f40c4422f8e2d09e05ebcb

10 years agoam 4d87d91d: Merge "If in a mobile captive portal is detected enable fail fast."...
Wink Saville [Thu, 8 Aug 2013 22:43:24 +0000 (15:43 -0700)]
am 4d87d91d: Merge "If in a mobile captive portal is detected enable fail fast." into jb-mr2-dev

* commit '4d87d91dfe886713df96abd3c0d1c9e20cf385e5':
  If in a mobile captive portal is detected enable fail fast.

10 years agoam 35152f13: Merge "Have CaptivePortalTracker use gservices updateable provisioning...
Wink Saville [Thu, 8 Aug 2013 22:43:13 +0000 (15:43 -0700)]
am 35152f13: Merge "Have CaptivePortalTracker use gservices updateable provisioning urls." into jb-mr2-dev

* commit '35152f13b3302dbcb43345458dd5b8b092e37320':
  Have CaptivePortalTracker use gservices updateable provisioning urls.

10 years agoam 5191b859: Merge "In CaptiviePortalTracker a socket timeout is probably a captive...
Wink Saville [Thu, 8 Aug 2013 22:43:07 +0000 (15:43 -0700)]
am 5191b859: Merge "In CaptiviePortalTracker a socket timeout is probably a captive portal." into jb-mr2-dev

* commit '5191b8599011c255936e3a3cacc052c03e57b772':
  In CaptiviePortalTracker a socket timeout is probably a captive portal.

10 years agoam cbad1243: Merge "Check that hipri has started." into jb-mr2-dev
Wink Saville [Thu, 8 Aug 2013 22:43:00 +0000 (15:43 -0700)]
am cbad1243: Merge "Check that hipri has started." into jb-mr2-dev

* commit 'cbad1243ad901b8ffcb7497a8f440414b8d41898':
  Check that hipri has started.

10 years agoMerge "If in a mobile captive portal is detected enable fail fast." into jb-mr2-dev
Wink Saville [Thu, 8 Aug 2013 22:07:27 +0000 (22:07 +0000)]
Merge "If in a mobile captive portal is detected enable fail fast." into jb-mr2-dev

10 years agoMerge "Have CaptivePortalTracker use gservices updateable provisioning urls." into...
Wink Saville [Thu, 8 Aug 2013 22:06:21 +0000 (22:06 +0000)]
Merge "Have CaptivePortalTracker use gservices updateable provisioning urls." into jb-mr2-dev

10 years agoMerge "In CaptiviePortalTracker a socket timeout is probably a captive portal." into...
Wink Saville [Thu, 8 Aug 2013 22:05:20 +0000 (22:05 +0000)]
Merge "In CaptiviePortalTracker a socket timeout is probably a captive portal." into jb-mr2-dev

10 years agoMerge "Check that hipri has started." into jb-mr2-dev
Wink Saville [Thu, 8 Aug 2013 22:03:44 +0000 (22:03 +0000)]
Merge "Check that hipri has started." into jb-mr2-dev

10 years agoam 5986f497: Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs
Joe Malin [Thu, 8 Aug 2013 17:17:31 +0000 (10:17 -0700)]
am 5986f497: Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs

* commit '5986f49751e563adf443baca589419e1eb9fbf84':
  Doc Change: Fix 10224981 error in code snippet

10 years agoMerge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs
Joe Malin [Thu, 8 Aug 2013 17:12:01 +0000 (17:12 +0000)]
Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs

10 years agoDoc Change: Fix 10224981 error in code snippet
Joe Malin [Wed, 7 Aug 2013 23:43:52 +0000 (16:43 -0700)]
Doc Change: Fix 10224981 error in code snippet

Change-Id: Ia8193989b0ab08f5b0888a4d3f6823018b48ab18

10 years agoIf in a mobile captive portal is detected enable fail fast.
Wink Saville [Wed, 7 Aug 2013 23:22:47 +0000 (16:22 -0700)]
If in a mobile captive portal is detected enable fail fast.

When captive portal checking completes pass back the result.
This is used to enable/disable failing fast for mobile. When
failing fast is enabled we don't check for data stalls and thus
won't be continually trying to do recovery operations, such as
restarting the radio.

Bug: 9462512
Change-Id: I0dea0eee519f8ee7f94e79d40e82c18f30d7fe2e

10 years agoam 7f09ec39: Fix issue #10226007: Reset apps restores most of the changed settings...
Dianne Hackborn [Wed, 7 Aug 2013 23:09:14 +0000 (16:09 -0700)]
am 7f09ec39: Fix issue #10226007: Reset apps restores most of the changed settings...

* commit '7f09ec39b6fd7f24751f814649f12ea686cb28d4':
  Fix issue #10226007: Reset apps restores most of the changed settings...

10 years agoFix issue #10226007: Reset apps restores most of the changed settings...
Dianne Hackborn [Wed, 7 Aug 2013 22:36:08 +0000 (15:36 -0700)]
Fix issue #10226007: Reset apps restores most of the changed settings...

...to original but not all modified ones

Very stupid mistakes in messing up the iteration when pruning op
entries.

Change-Id: Ie536b9095f797fcd2b86c9a386a72746796430d1

10 years agoCheck that hipri has started.
Wink Saville [Wed, 7 Aug 2013 18:02:57 +0000 (11:02 -0700)]
Check that hipri has started.

I needed to test the result of startUsingNetworkFeature, otherwise
on mobile networks that are slow to come up, we won't detect
warm SIMs after booting.

Bug: 9962943
Change-Id: Ib638a4e43867ecaa85d6abff65643b77a63526b6

10 years agoam 6180f104: DOC CHANGE: Fixed bug 10210178
Joe Malin [Wed, 7 Aug 2013 17:44:45 +0000 (10:44 -0700)]
am 6180f104: DOC CHANGE: Fixed bug 10210178

* commit '6180f104cf8c97316e77a4bbfd95992c2b7649cb':
  DOC CHANGE: Fixed bug 10210178

10 years agoDOC CHANGE: Fixed bug 10210178
Joe Malin [Wed, 7 Aug 2013 16:53:09 +0000 (09:53 -0700)]
DOC CHANGE: Fixed bug 10210178

Change-Id: If6e955ea287e66df20a441ab44e7bd4557645348

10 years agoam 7b60431b: update <uses-feature> for OpenGL ES version with 3.0 example and API...
Scott Main [Tue, 6 Aug 2013 22:30:41 +0000 (15:30 -0700)]
am 7b60431b: update <uses-feature> for OpenGL ES version with 3.0 example and API guide link. bug: 10207619

* commit '7b60431ba0f69e51b25e5bf92379222d8ef8691b':
  update <uses-feature> for OpenGL ES version with 3.0 example and API guide link. bug: 10207619

10 years agoupdate <uses-feature> for OpenGL ES version with 3.0 example and API guide link.
Scott Main [Tue, 6 Aug 2013 20:07:34 +0000 (13:07 -0700)]
update <uses-feature> for OpenGL ES version with 3.0 example and API guide link.
bug: 10207619

Change-Id: Ia94b102f3c1476eb118c212de3246e735ffe57b6

10 years agoam 4e847bd1: Doc change: fix federated urls.
Dirk Dougherty [Tue, 6 Aug 2013 17:46:37 +0000 (10:46 -0700)]
am 4e847bd1: Doc change: fix federated urls.

* commit '4e847bd1f0c4e09f169603fde129e4433a3fe5bc':
  Doc change: fix federated urls.

10 years agoDoc change: fix federated urls.
Dirk Dougherty [Tue, 6 Aug 2013 16:59:51 +0000 (09:59 -0700)]
Doc change: fix federated urls.

Change-Id: I29758362e81361a58d85ff8ec9e19d5c8da8da7d

10 years agoam 58c68d77: Merge "Doc change: Updated reference docs for Google Play Services 3...
Dirk Dougherty [Tue, 6 Aug 2013 16:30:12 +0000 (09:30 -0700)]
am 58c68d77: Merge "Doc change: Updated reference docs for Google Play Services 3.2." into jb-mr2-docs

* commit '58c68d77596dc81ac6715c8bc7785d1cc430929f':
  Doc change: Updated reference docs for Google Play Services 3.2.

10 years agoMerge "Doc change: Updated reference docs for Google Play Services 3.2." into jb...
Dirk Dougherty [Tue, 6 Aug 2013 07:35:27 +0000 (07:35 +0000)]
Merge "Doc change: Updated reference docs for Google Play Services 3.2." into jb-mr2-docs

10 years agoam 4032217e: Merge "Add option for video playback test to accept media source path...
Xia Wang [Mon, 5 Aug 2013 22:54:41 +0000 (15:54 -0700)]
am 4032217e: Merge "Add option for video playback test to accept media source path." into jb-mr2-dev

* commit '4032217ee939d3b23548e83d9183306d66af6f8f':
  Add option for video playback test to accept media source path.

10 years agoMerge "Add option for video playback test to accept media source path." into jb-mr2-dev
Xia Wang [Mon, 5 Aug 2013 22:51:03 +0000 (22:51 +0000)]
Merge "Add option for video playback test to accept media source path." into jb-mr2-dev

10 years agoIn CaptiviePortalTracker a socket timeout is probably a captive portal.
Wink Saville [Fri, 2 Aug 2013 18:25:23 +0000 (11:25 -0700)]
In CaptiviePortalTracker a socket timeout is probably a captive portal.

On a AT&T warm SIM a socket is not possible so a timeout occurs.
In CheckMp a timing out on a socket is declared as a "warm" sim,
make CaptivePortalTracker the same.

Bug: 10038362
Change-Id: Icb9fb0a1b67704dc9adf6a6348a3781fb9582a89

10 years agoHave CaptivePortalTracker use gservices updateable provisioning urls.
Wink Saville [Sun, 21 Jul 2013 03:31:59 +0000 (20:31 -0700)]
Have CaptivePortalTracker use gservices updateable provisioning urls.

After detecting there is a captive portal the url used in the
notification for mobile networks should be updateable via gservices.
These urls will be the same as used by CheckMp and is needed for
carriers that have specific provisioning urls such as AT&T and Verizon.

Bug: 9622647
Change-Id: Idcf4dabc72ece1dbbe1d5e5a21e550dd06fe16c7

10 years agoam 607b414d: Add new app ops method to reset all op modes.
Dianne Hackborn [Sat, 3 Aug 2013 02:30:08 +0000 (19:30 -0700)]
am 607b414d: Add new app ops method to reset all op modes.

* commit '607b414d0444067e166fa54d8ea37563f2715ea3':
  Add new app ops method to reset all op modes.

10 years agoAdd new app ops method to reset all op modes.
Dianne Hackborn [Sat, 3 Aug 2013 01:10:10 +0000 (18:10 -0700)]
Add new app ops method to reset all op modes.

Change-Id: I5ee6764de8dc31d812e5a788914ab0099bbef4c0

10 years agoam b6cb0437: Merge "Doc change: refresh GCM reference docs." into jb-mr2-docs
Dirk Dougherty [Sat, 3 Aug 2013 00:38:31 +0000 (17:38 -0700)]
am b6cb0437: Merge "Doc change: refresh GCM reference docs." into jb-mr2-docs

* commit 'b6cb0437ef0677aa4b58bb76a77dd4fdae8258e0':
  Doc change: refresh GCM reference docs.

10 years agoam 9a0087f2: Merge "docs: OpenGL Training sample code fixes" into jb-mr2-docs
Scott Main [Sat, 3 Aug 2013 00:38:28 +0000 (17:38 -0700)]
am 9a0087f2: Merge "docs: OpenGL Training sample code fixes" into jb-mr2-docs

* commit '9a0087f22754de40cd5be2a738600f9642a611cc':
  docs: OpenGL Training sample code fixes

10 years agoMerge "Doc change: refresh GCM reference docs." into jb-mr2-docs
Dirk Dougherty [Fri, 2 Aug 2013 22:49:11 +0000 (22:49 +0000)]
Merge "Doc change: refresh GCM reference docs." into jb-mr2-docs

10 years agoMerge "docs: OpenGL Training sample code fixes" into jb-mr2-docs
Scott Main [Fri, 2 Aug 2013 22:27:13 +0000 (22:27 +0000)]
Merge "docs: OpenGL Training sample code fixes" into jb-mr2-docs

10 years agoam 1f196903: Merge "add note to use "480" instead of "xxhdpi" (this should be tempora...
Scott Main [Fri, 2 Aug 2013 21:27:40 +0000 (14:27 -0700)]
am 1f196903: Merge "add note to use "480" instead of "xxhdpi" (this should be temporary)" into jb-mr2-docs

* commit '1f19690322523d5a28051c55353735513638ca39':
  add note to use "480" instead of "xxhdpi" (this should be temporary)

10 years agoMerge "add note to use "480" instead of "xxhdpi" (this should be temporary)" into...
Scott Main [Fri, 2 Aug 2013 21:23:55 +0000 (21:23 +0000)]
Merge "add note to use "480" instead of "xxhdpi" (this should be temporary)" into jb-mr2-docs

10 years agodocs: OpenGL Training sample code fixes
Joe Fernandez [Tue, 2 Oct 2012 18:03:45 +0000 (11:03 -0700)]
docs: OpenGL Training sample code fixes

Change-Id: Ifc757a2cb55781d5c42f9256cb698aa5a3a54bb8
(cherry picked from commit 6da22f88434543e8796e0151f4bb11d74c16e847)

10 years agoam 7925e7cc: Merge "Revert "Add version identifier to app ops."" into jb-mr2-dev
Dave Burke [Fri, 2 Aug 2013 20:39:12 +0000 (13:39 -0700)]
am 7925e7cc: Merge "Revert "Add version identifier to app ops."" into jb-mr2-dev

* commit '7925e7cc089251afb2faceb3e81eea436647c572':
  Revert "Add version identifier to app ops."

10 years agoMerge "Revert "Add version identifier to app ops."" into jb-mr2-dev
Dave Burke [Fri, 2 Aug 2013 20:36:28 +0000 (20:36 +0000)]
Merge "Revert "Add version identifier to app ops."" into jb-mr2-dev

10 years agoRevert "Add version identifier to app ops."
Dave Burke [Fri, 2 Aug 2013 20:25:02 +0000 (20:25 +0000)]
Revert "Add version identifier to app ops."

This reverts commit 483a6bbfc118409b9c46b226cf0aa6afdc4d9159.

Change-Id: I91d6b8b8d1789089bf9764e734f7fe59d03151a2

10 years agoadd note to use "480" instead of "xxhdpi" (this should be temporary)
Scott Main [Fri, 2 Aug 2013 19:53:50 +0000 (12:53 -0700)]
add note to use "480" instead of "xxhdpi" (this should be temporary)

Change-Id: I6552f1cc420d3278f363df8e0640d59eba1fd180

10 years agoDoc change: refresh GCM reference docs.
Dirk Dougherty [Thu, 1 Aug 2013 22:54:07 +0000 (15:54 -0700)]
Doc change: refresh GCM reference docs.

Change-Id: I4f79e27b9d761cb8967fb90ff8df5438e43cd39c

10 years agoam 218120e0: Merge "dashboard update for 8/1" into jb-mr2-docs
Scott Main [Thu, 1 Aug 2013 22:57:08 +0000 (15:57 -0700)]
am 218120e0: Merge "dashboard update for 8/1" into jb-mr2-docs

* commit '218120e0795bc4aee1b29a43da25a8ea7e8edf71':
  dashboard update for 8/1

10 years agoMerge "dashboard update for 8/1" into jb-mr2-docs
Scott Main [Thu, 1 Aug 2013 22:54:05 +0000 (22:54 +0000)]
Merge "dashboard update for 8/1" into jb-mr2-docs