- 29 Sep, 2016 5 commits
-
-
Trevor Johns authored
am: c407cfe2 Change-Id: Ib4fa3b88e0f7275ea7387e13a98725e0430fb5b8
-
Trevor Johns authored
am: ae8eec3f Change-Id: Ib5ca39c7192e6c8eed61df113ffb61e501ccf15f
-
Trevor Johns authored
am: f765bdac Change-Id: I9c2218617b10d4cb485f7bd108834a1391b54545
-
Trevor Johns authored
Change-Id: Ic8148afcbc842478624eefc4a414e7a18a6f5a93
-
Trevor Johns authored
developers/build: 3c56004c2e943b3a87d99958c18950de0f89f3a7 developers/samples/android: d72f3df26721c64aa403e3b6d400cf8b99260dd1 Change-Id: Ice543fd11f2956aacfa3301bf9bdb4b1f49e9c4d
-
- 28 Aug, 2016 1 commit
-
-
Trevor Johns authored
Change-Id: I8e4146cd00df889e60aa9f03f9a79231b02dfdd5
-
- 11 Aug, 2016 1 commit
-
-
Trevor Johns authored
Synced to commits: - //developers/samples/android fc1c2eac13aa87531f030f8c65d7e27c301135af - //developers/build 18730e97939c9545a26e52d135a99045c86abeaf Change-Id: I88952b8f86921739af9fed6b87d39a72af835748
-
- 18 Jul, 2016 1 commit
-
-
Xavier Ducrohet authored
Change-Id: I0f712da36888054381eee1045f602f1ef0c30762
-
- 15 Jun, 2016 9 commits
-
-
Trevor Johns authored
developers/samples/android: f9872ded3bb6cd3c01ab0881a58764f5171b4c64 developers/build: 23e77f8a040c0b35531a68e776363f32fa7feeeb Change-Id: I93e7c66e0cff22d3852d36a1a1257bb10eec3ba0
-
Trevor Johns authored
am: 2997b7d8 Change-Id: I7a96dccf26b3239c9086e38acc7c962e7d1f6cf4
-
Trevor Johns authored
am: a466e36f Change-Id: If3c83372af2090dfb93574d33d14ddace6228447
-
Trevor Johns authored
am: 7e9f0673 Change-Id: I8d28c2cda1f5a39251f508608fec6807cb115a77
-
Trevor Johns authored
developers/build: fb039d88ed8e9183cae9ce510bf9c907d23ecc50 developers/samples/android: 7c3c09dcf092593adb8c13f8e15260f4da0a799a Note: This was previously committed on May 18 2016, but wasn't automerged. Replaying commit to bring browseable back into sync downstream. (cherry picked from commit 8e7e496a) Bug: 29127946 Change-Id: I6275f830532c3c6ce006756aecc3c2ae7e06873d
-
Trevor Johns authored
am: b5dfaab4 Change-Id: Ife6b59d2c9c3ff193afe1b0bb1a51e216eee5eb6
-
Trevor Johns authored
am: 426672be Change-Id: Ica8ebcf1220536470d53313b003840dee84e611e
-
Trevor Johns authored
am: 1842261d Change-Id: Ieb03649f3d7beb16f48986a5842ed6882b5162ab
-
Trevor Johns authored
Change-Id: Ibdd172d148d5983b6578adf7cb0e6335748ca654
-
- 14 Jun, 2016 1 commit
-
-
Trevor Johns authored
Change-Id: I7175f178f95d76d9056d8e87b5a96700e3c9309c
-
- 08 Jun, 2016 2 commits
-
-
Sergio Giro authored
-
Sergio Giro authored
The Crypto provider providing the SHA1PRNG algorithm for random number generation was deprecated. This algorithm was sometimes incorrectly used to derive keys. This example provides a helper class and shows how to treat data that was encrypted in the incorrect way and re-encrypt it in a proper way. (cherry picked from commit 477c90ca) Bug: 27873296 Change-Id: I180d76c4aa7fb9aa8c332119bf094e050a63b58c
-
- 06 Jun, 2016 1 commit
-
-
Joshua Lang authored
bug: 28911268 Change-Id: I0fea8b4ef11ec6f55a190ed95f9d6a757ac757a5 (cherry picked from commit e5ab3249709214d06eb1660b67f8db6d7162bf15) (cherry picked from commit 936ec1b9016c71c2d3feb689e38fe11018da26a1)
-
- 02 Jun, 2016 1 commit
-
-
Andrii Kulian authored
Added correct intent action and category. Added separate case to show the behavior with and without FLAG_ACTIVITY_MULTIPLE_TASK. Bug: 28848683 Change-Id: I4ba3908b7331e6d4c5f2d78c0a861e00487fcae4
-
- 01 Jun, 2016 2 commits
-
-
Dianne Hackborn authored
-
Dianne Hackborn authored
Change-Id: I551d4d3376e522ee2d790331e8f83711450c9d19
-
- 31 May, 2016 1 commit
-
-
Christopher Ferris authored
The previous code used unzip to get the offsets of the files in the zip file. This was an estimate, and it turns out to be wrong in many cases. Replace that with zipinfo -v which gives the exact offset of the files in the zip. Also update the tmp files so that they are in a dictionary of their own by apk, instead of embedded in the offset list. Bug: 29050779 (cherry picked from commit abe22f46) Change-Id: I4e33704c5b26cd238ff7e316bca9de729480c59c
-
- 27 May, 2016 2 commits
-
-
Lingfeng Yang authored
Needed for webcam frames to be in order. bug:28406160 Change-Id: Iffd43af1e0ece36fe3f4f509cde7e766fd692a16 (cherry picked from commit 381fd6a90cb3b3bc2937ff97b9434f49c464a933)
-
Yahan Zhou authored
This CL adds feature control config file to the system image bundle. It works with this emulator CL: https://android-review.googlesource.com/#/c/233279/ Change-Id: I1e0f73f0dc36853d99c2408679aa6706b6489a58 (cherry picked from commit 280091d47054677b358216c8fa0cac106d42a520)
-
- 26 May, 2016 2 commits
-
-
Michael Wright authored
-
Xavier Ducrohet authored
Change-Id: Ifd8643ecc2a6787d123e9336be6d75976fb72935
-
- 25 May, 2016 1 commit
-
-
Sebastien Hertz authored
Bug: 28945296 (cherry picked from commit fa52ee31) Change-Id: I02692a8f6495c280005130704c46f4620f1fd3e2
-
- 24 May, 2016 5 commits
-
-
bohu authored
bug: 28939839 Change-Id: Ia45060bc1e81c1ab432bc27a25768ad4409dec55
-
Chris Iremonger authored
-
Evan Birenbaum authored
A lock was being released without checking if it was held, which resulted in a crash because WifiManager.MulticastLock is reference counted by default. BUG=28668604 Change-Id: I306731129894d5525e974561c2680ae7db5aff4b
-
Xavier Ducrohet authored
-
Xavier Ducrohet authored
Bug: 28913561 Change-Id: I272147e029aa771c3deea55d7702a4c039168eb8
-
- 23 May, 2016 5 commits
-
-
Miao Wang authored
-
Miao Wang authored
-
Miao Wang authored
-
Miao Wang authored
Bug: 28861779 - Move support lib BLAS to renderscript/lib/blas/. - Make it a optional component for the APK. Change-Id: Id5937745642a268ae73a5a23c75657b0231626c6
-
Miao Wang authored
Bug: 27972043 Change-Id: Iefcb0f63e72cea0b58b21fc7b9fef8c6e7e8b70d
-