- 08 Aug, 2015 2 commits
-
-
Konstantinos Menychtas authored
am a4bb0b7c: am d5abe7ea: am ccd11ec5: DO NOT MERGE Increase the system-image revision number after opengl bug fix * commit 'a4bb0b7c': DO NOT MERGE Increase the system-image revision number after opengl bug fix
-
Nick Kralevich authored
Change-Id: Ie5af5f01ead4d29cf84d2951606ddcd9f95a5b70
-
- 07 Aug, 2015 3 commits
-
-
Konstantinos Menychtas authored
am d5abe7ea: am ccd11ec5: DO NOT MERGE Increase the system-image revision number after opengl bug fix * commit 'd5abe7ea': DO NOT MERGE Increase the system-image revision number after opengl bug fix
-
Konstantinos Menychtas authored
Change-Id: Ib123931dc40f5feab99eb081a68993e94ba321f6
-
Konstantinos Menychtas authored
* commit 'ccd11ec5': DO NOT MERGE Increase the system-image revision number after opengl bug fix
-
- 21 Jul, 2015 1 commit
-
-
Konstantinos Menychtas authored
Back-ported bug-fix 257a9a02f0016bd35b37bea9987c24f382c07c68 (opengl: Fix QemuPipeStream::readFully reading beyond end of buffer) warrants a system image update. This patch increases the revision number for released images appropriately. Change-Id: Iad5208069de6a95b6b6976ec217275109d628847
-
- 17 Feb, 2015 1 commit
-
- 13 Feb, 2015 1 commit
-
-
bohu authored
We plan to release bug fix version of all system images, bump revision by 1. Change-Id: I28147793bb17472333111dad8a1b0def57224188
-
- 18 Jul, 2014 3 commits
-
-
Deepanshu Gupta authored
Change-Id: I8b4d344b4cf0004b377e0e9b08f3bbaf0a7641f0
-
Deepanshu Gupta authored
Change-Id: I93a460f4ba7c9e2d8e417c53061072773f9ef9fd
-
Deepanshu Gupta authored
* commit '95da2621': Update platform SDK component to revision 5. [DO NOT MERGE]
-
- 10 Jul, 2014 1 commit
-
-
Deepanshu Gupta authored
Also update LayoutLib Api version. Change-Id: Ifa357a964b8ed7c4f84c2162ddfb074e262ca69f
-
- 26 Jun, 2013 1 commit
-
-
Dirk Dougherty authored
Change-Id: I95049ad68a4ecc31354f9e97e10d83114be8bb78
-
- 17 Jun, 2013 1 commit
-
- 11 Jun, 2013 1 commit
-
-
Robert Ly authored
Change-Id: Iea7d17782f41c91e42a244bf8c67c30b64c43ede
-
- 30 May, 2013 2 commits
-
-
Chet Haase authored
* commit '28b127ec': New DevBytes animation demos
-
Chet Haase authored
Change-Id: Ib475ddb109e0e62f0f085b6591ca15af0b79f75b
-
- 15 May, 2013 1 commit
-
-
Dirk Dougherty authored
Change-Id: I549cfba56a4865b0eac2f308b489000b9db9497c
-
- 07 May, 2013 2 commits
-
-
Dirk Dougherty authored
Change-Id: I1fada8710a43a9ac8d3d2d12a53023e78d686513
-
Scott Main authored
Change-Id: I5e13e47788b8e60e68529241e445e99174b096cf
-
- 04 May, 2013 1 commit
-
-
Dirk Dougherty authored
Change-Id: Ic6fa1362889c6f9d216c662a4f6833fb41f6dcaa
-
- 12 Apr, 2013 1 commit
-
-
Scott Main authored
Change-Id: I3a3d0e5b805aecd4e25fe5b46327a5fa28dbe478
-
- 11 Apr, 2013 1 commit
-
-
Scott Main authored
coincides with the doc removals in I6539076edf8962fd974d790a0edd1d4badc4d5f7 Change-Id: I1cac3419835fe8402d416c14eb11652c89b0dd81
-
- 22 Mar, 2013 1 commit
-
-
Scott Main authored
Change-Id: I15c30e19606a0b3415d5883bced4c2f56fd703fa
-
- 19 Mar, 2013 2 commits
-
-
Adam Koch authored
am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in th * commit 'bc1a645f': Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
-
Adam Koch authored
This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes. Change-Id: I83fe6beae9fd4c3fe710426b7dd0863e094cbc89
-
- 11 Mar, 2013 1 commit
-
-
Roman Nurik authored
Change-Id: I1e245cd6735d54603174045ca557057763861469
-
- 27 Feb, 2013 4 commits
-
-
Jean-Baptiste Queru authored
* commit '4aed7b07':
-
Chris Banes authored
* commit 'c5d5c3db': bitmapfun: Add support to use inBitmap option
-
- 26 Feb, 2013 1 commit
-
-
Jean-Baptiste Queru authored
-
- 21 Feb, 2013 3 commits
-
-
Adam Koch authored
Change-Id: I12dc039b1084a8f1a27b47a5a516773ab4e1c2cb
-
Adam Koch authored
-
Chris Banes authored
-
- 20 Feb, 2013 1 commit
-
-
Adam Koch authored
Add a larger number of sample images so it's easier to see the result of the various bitmap optimizations. Change-Id: Ieef04a1cd4dc6cf1fa165baa0a6f8d4750b58d71
-
- 13 Feb, 2013 1 commit
-
-
Chris Banes authored
This adds support for devices running Honeycomb or newer to use the inBitmap BitmapFactory option when decoding images. The way it accomplishes this is by adding a second level 'memory cache' using SoftReferences. When an item is removed from the LruCache it is added to this SoftReference Set. The next time an image is decoded, the Set is searched to see if it contains a bitmap that can be re-used. Change-Id: I8f980160ddc7116731b25e6f3f110c38f207f286 Signed-off-by:
Chris Banes <chrisbanes@google.com>
-
- 12 Feb, 2013 1 commit
-
-
Xavier Ducrohet authored
Change-Id: I8b3b1a964fb523bb2906cc15264914ffad147648
-
- 07 Feb, 2013 2 commits
-
-
Chris Banes authored
# Via Android (Google) Code Review (1) and Chris Banes (1) * commit 'f4535aee': Update bitmapfun sample to call recycle()
-
Chris Banes authored
-