summaryrefslogtreecommitdiffstats
path: root/core/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Camera: Extend face detectionElvice Wu2015-10-063-0/+276
| | | | | | | | | | | | | | | | | | | | | | | | | This change is the combination of following commits, plus moving face detection related classes out from org.codeaurora.performance.jar to org.codeaurora.camer.jar. # This is the 1st commit message: Add framework support for extended face detect CRs-Fixed: 587195 Change-Id: I2a1c477ee6d11f2b9764966abbb85ede9100fe91 # This is the 2nd commit message: Camera: Extended face features added - QCFace renamed to ExtendedFace CRs-Fixed: 587195 Change-Id: I7c7e2073f283522c2f0bd0fa5e7b96a74ae18011 # This is the 3rd commit message: Camera: QCFace AOST copyrights fixed AOST files copyright data must not be updated to 2014 CRs-Fixed: 587195 Change-Id: I0cd603da674152c9f47350e571ec3e230b61f8dd Change-Id: I259c80fb9c7f768097d67be493db40b24cd2eda9
* Start handshake before calling hostname verifier, part 2Kenny Root2015-05-131-0/+8
| | | | | | | | | | | | | | | | | If the hostname verifier calls SSLSocket#getSession() before the handshake has been started, it will implicitly start the handshake. However, it will swallow any errors and return the canonical invalid SSLSession instead. This makes it extremely difficult to debug issues. Instead start the handshake before calling into the verifier since we are guaranteed to be the first caller of #startHandshake() and won't cause a renegotiation. That will allow us to see the actual SSLHandshakeException if it occurs. Follow up for change 317c0a4959df0361431d5fbf7dacc162bfb48cd2 Bug: 21118659 Change-Id: I8c606a78ba8a990b4e0d28880b566867261fefbc
* Start handshake before calling hostname verifierKenny Root2015-05-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the hostname verifier calls SSLSocket#getSession() before the handshake has been started, it will implicitly start the handshake. However, it will swallow any errors and return the canonical invalid SSLSession instead. This makes it extremely difficult to debug issues. Instead start the handshake before calling into the verifier since we are guaranteed to be the first caller of #startHandshake() and won't cause a renegotiation. That will allow us to see the actual SSLHandshakeException if it occurs. (cherry picked from commit 317c0a4959df0361431d5fbf7dacc162bfb48cd2 in external/apache-http) Bug: 14975169 Bug: 17332309 Bug: 17524215 Bug: 17812533 Bug: 18507278 Bug: 19069992 Bug: 19378885 Bug: 19414083 Bug: 19550311 Bug: 19731556 Bug: 19853723 Bug: 20908941 Bug: 21118659 Change-Id: Ie74ec12c8b131c7bf400a07fc91c78da4d5e470f
* Move apache specific portions of android.net.http to external/apache-http.Narayan Kamath2015-02-1214-0/+1920
We continue to compile external/apache-http into ext.jar. This contains a few changes apart fom the classes moving around : - Makefile changes to build docs and api-stubs for now. A future change will revert these changes and remove these classes from stubs and docs. - Hardcode event IDs in legacyerrorstrings to avoid a dependency between the frameworks and apache. These strings are on their way out and will never change anyway. - Remove imports due to {@link} tags and use {@code} instead. - Remove an accidental(?) dependency on apache commons code that's a part of apache-http. bug: 18027885 Change-Id: I51cd038d846ec7d02c283a4541b10a6a9cf62ecf