114112 Commits

Author SHA1 Message Date
Wink Saville
b4f673e25f Merge "Use HttpsURLConnection to by pass proxies." into klp-dev 2013-10-31 21:18:03 +00:00
Dirk Dougherty
9e45568cdb Doc change: Extend link to image.
Change-Id: I240e01af0bad80587951dd46d91af148948cd90f
2013-10-31 14:16:01 -07:00
Dirk Dougherty
2761791ab5 Merge "Doc change: fix url." into klp-dev 2013-10-31 21:04:21 +00:00
Dirk Dougherty
0d18ac65cc Doc change: fix url.
Change-Id: Ie62406af515d43d0f4dbd0f89d06823612547dda
2013-10-31 14:01:56 -07:00
Scott Main
932edc973e Merge "Add ZIP download for DevBytes: Immersive Mode." into klp-dev 2013-10-31 19:20:31 +00:00
Jason Monk
86f5a1499b Merge "Change PacProxySelector to return unresolved addr" into klp-dev 2013-10-31 18:43:53 +00:00
John Spurlock
a0bc738f46 Merge "Move coalescing to callback, optimize KeyguardStatusView." into klp-dev 2013-10-31 18:41:08 +00:00
Jason Monk
179d6e8e20 Change PacProxySelector to return unresolved addr
This was found by a bug in Firefox where it expects the addresses from a
ProxySelector to be unresolved.  Since ProxySelectorImpl returns unresolved
addresses the PAC version should as well to avoid breaking apps.

The ProxyServer also needed to be updated to reflect this change as it was
expecting a resolved InetSocketAddress.

Bug: 11443853
Change-Id: I3a4e9e248d22d7808603c147660df708e01cdf82
2013-10-31 14:17:48 -04:00
Chris Craik
b320f4d5a6 Merge "Revert "Fixed incorrect calculation of dirty invalidation area"" into klp-dev 2013-10-31 18:12:05 +00:00
Chris Craik
7546a4bea7 Revert "Fixed incorrect calculation of dirty invalidation area"
bug:11351836

Because SeekBar's thumb Drawable (among others) is positioned without
padding offset baked in, include that offset when invalidating.

This revert fixes invalidate positioning in the system volume SeekBar,
where the original CL broke full redrawing of the thumb Drawable when
it switched states.

This reverts commit e9018f7716d3d2f61602c07c273674585482653d.

Change-Id: I5b3b07e47f466269f8d349e9a63dc29bf213120b
2013-10-31 10:45:24 -07:00
John Spurlock
b207ea9609 Merge "Update ic_qs_ime assets to standard brightness." into klp-dev 2013-10-31 17:36:06 +00:00
Dirk Dougherty
8097573dcd Merge "Doc change: adjust element spacing." into klp-dev 2013-10-31 16:50:14 +00:00
Dirk Dougherty
f810dc2e35 Doc change: adjust element spacing.
Change-Id: I108dbf80e0be7af8ed9934a2fa39bba9cb080c8b
2013-10-31 09:49:00 -07:00
Dirk Dougherty
0a5e5bd98c Merge "Doc change: Update landing page for kitkat." into klp-dev 2013-10-31 16:46:47 +00:00
Dirk Dougherty
f42010b171 Doc change: Update landing page for kitkat.
Change-Id: Ia552577811ed1cafe0a7c4f56bf0c1b55f8c61c0
2013-10-31 09:45:51 -07:00
Scott Main
8b0ec97788 Merge "add HCE dev guide" into klp-dev 2013-10-31 16:38:14 +00:00
Scott Main
c988ee664e add HCE dev guide
Change-Id: I48c196f7f4577304b660c52ba5cd847c0cabfaff
2013-10-31 09:36:54 -07:00
Joe Fernandez
7b8557dab4 Merge "docs: Code Samples landing page - listing fix" into klp-dev 2013-10-31 16:34:11 +00:00
Joe Fernandez
24807d7908 docs: Code Samples landing page - listing fix
Change-Id: Id63110642e37bb9232cd1397acf9f47137cd2659
2013-10-31 09:26:43 -07:00
Svetoslav Ganov
da59cd60b1 Merge "Wrong index while dumping the print sub-system's state." into klp-dev 2013-10-31 16:25:21 +00:00
Svetoslav Ganov
8856af5ac3 Merge "Update the PdfDocument docs with unsupported operations." into klp-dev 2013-10-31 15:54:16 +00:00
Svetoslav Ganov
3cb2be97a2 Wrong index while dumping the print sub-system's state.
The wrong method was used when getting the user states to dump
and as a result only the state for the current user was dumped
as we get an exception for the other users.

bug:11457875

Change-Id: I9a3bcac01f1f1cf4f6e72aefff7cff2e0c6bca94
2013-10-31 08:45:23 -07:00
Svetoslav Ganov
8db45b844b Update the PdfDocument docs with unsupported operations.
The PDF generating canvas we use does not yet support all
drawing operations. This change adds docs which operations
are not yet supported.

Change-Id: I8d5ee8c1e2a473ba783b5e62f23ab90a54bbf106
2013-10-31 08:10:12 -07:00
Joe Fernandez
f61c147557 Merge "docs: Sample Code landing page - typo fixes" into klp-dev 2013-10-31 14:53:26 +00:00
John Spurlock
385a63d56a Move coalescing to callback, optimize KeyguardStatusView.
Move the recent keyguard hidden coalescing down to the callback
level.  The lifetime of each callback can be short, make sure
they see visibility changes at least once for each change local
to their lifetime.

KeyguardStatusView.refresh() is called multiple times, and instances
are recreated often.  This results in expensive computations
filling the sysui/keyguard ui queue, adding to overall sluggishness.
Traceview points to DateFormat.getBestDateTimePattern as the
main culprit.

As of this change, refresh() will only call the expensive date pattern
computations when absolutely necessary, resulting in better
performance turning the screen off/on.

Bug:11221659
Bug:11447043
Change-Id: I3d4105af7db608803b82d8ef0ff141e42c154257
2013-10-31 10:49:50 -04:00
Scott Main
161406df5d Merge "add static landing pages for sample topics" into klp-dev 2013-10-31 14:22:12 +00:00
Joe Fernandez
5780db1edc docs: Sample Code landing page - typo fixes
Change-Id: I73e1be3e03bf4d217871cfe273489702292eb4c8
2013-10-31 07:21:39 -07:00
Scott Main
152e768335 add static landing pages for sample topics
Change-Id: I76c04e7916977d426c4d02554f2eb36309996cf4
2013-10-31 07:19:54 -07:00
Dirk Dougherty
857d58095d Merge "Doc change: Design guidelines update." into klp-dev 2013-10-31 14:07:59 +00:00
Dirk Dougherty
0b734038a6 Doc change: Design guidelines update.
Change-Id: Id37c0bfc1fe7e2c7156aab0ec85df123534c8c96
Bug-id: 11252971 11256762 11256765 11257156 11257769 11276296 11293924 11324992
2013-10-31 06:59:18 -07:00
Wink Saville
1d3a89e141 Use HttpsURLConnection to by pass proxies.
In isMobileOk attempting to connect to clients3.google.com/generate_204 we
sometimes see a proxy server will not let the connection go to our
server and instead returns 200 instead of 204. By using Https we by pass
proxy servers and we will always connected to our server.

The number of loops is increased from 3 to 4 and half the the retires
will use Http and half will use Https.

I also, added mTestingFailures which can be set to true by setting
persist.checkmp.testfailures to 1. This will cause checkMobileProvisiong
to always fail so we can test https & http.

Bug: 9972012
Change-Id: I870606037dcffe5250843980517ac52218266e02
2013-10-31 06:35:22 -07:00
Przemyslaw Szczepaniak
ec11e8dd34 Merge "Catch MissingResourceException caused by bad locale in TTS." into klp-dev 2013-10-31 12:40:31 +00:00
Dirk Dougherty
e44fce3109 Doc change: Updates to platform highlights.
Change-Id: I7c4a5f8104dd1887fcac32a525301572243cdb81
2013-10-31 04:53:42 -07:00
Dirk Dougherty
d51578ee16 Merge "Enable samples browsing in builds." into klp-dev 2013-10-31 09:09:03 +00:00
Joe Fernandez
c779c01ecc docs: Sample Code landing page
Change-Id: Id9979885357cae410fdb7c034321aa902b331267
2013-10-30 23:32:13 -07:00
Dirk Dougherty
e8b32feb72 Enable samples browsing in builds.
Change-Id: Ic47ef693dd5b2cd4010e68a600cae3b88d426bd2
2013-10-30 23:04:38 -07:00
Joe Fernandez
3f49d27e03 docs: SDK-ADT 22.3 RC5 - updated signatures
Updated the sizes and signatures for packaged downloads

Change-Id: I6abdc943132a0c6d7248b06736efe7ce934c43a1
2013-10-30 21:49:59 -07:00
Joe Fernandez
864244024f Merge "docs: Add screenrecord command to adb docs" into klp-dev 2013-10-31 04:32:14 +00:00
Joe Fernandez
353164e300 docs: Add screenrecord command to adb docs
Change-Id: I27d02d867aed46426e1bde5aa383f69e91bf7b15
2013-10-30 21:22:24 -07:00
Joe Fernandez
720963a714 Merge "docs: Print API training for KitKat release" into klp-dev 2013-10-31 03:45:33 +00:00
Joe Fernandez
0f737930b8 docs: Print API training for KitKat release
Change-Id: Ifbe40961d4f4a6d4c0546c621174ec45c2a30911
2013-10-30 20:36:14 -07:00
Scott Main
e2ce19d001 add API overview for Android 4.4
Change-Id: I92d3cab755a65da1ee3633a69122e5be1fafc6e9
2013-10-30 20:19:36 -07:00
Dirk Dougherty
147a999198 Doc change: Platform highlights for Android 4.4.
Change-Id: Ic82ca92c224bdc72bdef5f2fcd7921bc17a601a8
2013-10-30 18:42:37 -07:00
Scott Main
e47c50bb89 Merge "add doc about migrating to new WebView in KLP" into klp-dev 2013-10-31 00:57:31 +00:00
Katie McCormick
8d8e5ab7ac Merge "Doc change: new Storage Access Framework doc" into klp-dev 2013-10-31 00:26:24 +00:00
Katie McCormick
a1ca3632bc am 18ffec85: am 928bc43f: am ab642495: Merge "Doc update: Managing System UI class" into jb-mr2-docs
* commit '18ffec8582b7fed897db12358b464ccfb56808df':
  Doc update: Managing System UI class
2013-10-30 16:41:50 -07:00
Katie McCormick
18ffec8582 am 928bc43f: am ab642495: Merge "Doc update: Managing System UI class" into jb-mr2-docs
* commit '928bc43fb96400b4b4cc32a1b269781f0ea2da45':
  Doc update: Managing System UI class
2013-10-30 16:38:58 -07:00
Katie McCormick
928bc43fb9 am ab642495: Merge "Doc update: Managing System UI class" into jb-mr2-docs
* commit 'ab6424959ca0dd765f37944dbeaa59a50b99d7a4':
  Doc update: Managing System UI class
2013-10-30 16:33:31 -07:00
Scott Main
788ed12b99 Merge "add filler version of sidenav that will be removed by javascript. This is simply to reduce the perceived load time, which was previously high because the sidenav was mostly empty." into klp-dev 2013-10-30 23:32:37 +00:00
Katie McCormick
ab6424959c Merge "Doc update: Managing System UI class" into jb-mr2-docs 2013-10-30 23:30:44 +00:00