- 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
-
- 06 Feb, 2013 1 commit
-
-
Chris Banes authored
A new sub-class of BitmapDrawable has been created which tracks when it is being used or cached when running on Gingerbread or older. A new ImageView subclass has been added to accomplish this, as well as changes to the LruCache. Change-Id: I95d3334684703aebb6b09fcd56194cf73e3c2dcf Signed-off-by:
Chris Banes <chrisbanes@google.com>
-
- 05 Feb, 2013 4 commits
-
-
Dirk Dougherty authored
# Via Android (Google) Code Review (1) and Dirk Dougherty (1) * commit '451d3b83': Add redirect for removed file.
-
Dirk Dougherty authored
-
Dirk Dougherty authored
Change-Id: I94c59f54ab7daaae588f61c02601b7599799894b
-
Dirk Dougherty authored
am 388ea1e3: Minor updates to keep androiddevdocs redirect in sync with devsite version (in frameworks/base) # Via Dirk Dougherty * commit '388ea1e3': Minor updates to keep androiddevdocs redirect in sync with devsite version (in frameworks/base)
-
- 04 Feb, 2013 1 commit
-
-
Dirk Dougherty authored
Change-Id: If2fdf0b92d560fcfbbcfe0f5ec65dd6dcf471560
-
- 01 Feb, 2013 1 commit
-
- 28 Jan, 2013 1 commit
-
-
Adam Koch authored
Background image loading is paused when the GridView is scrolling, if the activity is destroyed during a scroll the image loading was not unpaused causing it to remain running indefinitely. This change makes sure the background image loading is unpaused. Change-Id: Iad8093fc2af50fcfc1416c5d9089db0c064711cf
-
- 15 Jan, 2013 2 commits
-
-
Chet Haase authored
* commit '690af128': Cherrypick from Change-Id: I4ae984cf776604cede32b98db6b1eb3cb6c59c7e
-
Chet Haase authored
First set of demo apps for DevBytes videos Change-Id: I696b184aaa8058f01c0369a173aae09e38a8cb08
-
- 14 Jan, 2013 1 commit
-
- 11 Jan, 2013 1 commit
-
-
Adam Koch authored
When calculating memory cache size, use Runtime.maxMemory() instead of getMemoryClass() which is a more accurate value of available VM heap size. Also bump target and build SDK to 17. Bug: 7988323 Change-Id: I4b94688b3800d958ffbe03ee9a2a620982483d3d
-
- 10 Jan, 2013 1 commit
-