- 30 May, 2013 1 commit
-
-
Chet Haase authored
Change-Id: Ib475ddb109e0e62f0f085b6591ca15af0b79f75b
-
- 19 Mar, 2013 1 commit
-
-
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
-
- 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>
-
- 07 Feb, 2013 1 commit
-
-
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 2 commits
-
-
Dirk Dougherty authored
-
Dirk Dougherty authored
Change-Id: I94c59f54ab7daaae588f61c02601b7599799894b
-
- 04 Feb, 2013 1 commit
-
-
Dirk Dougherty authored
Change-Id: If2fdf0b92d560fcfbbcfe0f5ec65dd6dcf471560
-
- 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 1 commit
-
-
Chet Haase authored
First set of demo apps for DevBytes videos Change-Id: I696b184aaa8058f01c0369a173aae09e38a8cb08
-
- 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
-
- 09 Jan, 2013 1 commit
-
-
Adam Koch authored
When computing inSampleSize, calculateInSampleSize() needs to compare height/width ratios, rather than raw values. Also updating support library JAR to latest version. Bug: 7951398 Change-Id: Id15dbcc105bbd2bbf8e03883aeba780da6f807eb
-
- 05 Jan, 2013 1 commit
-
-
Katie McCormick authored
Change-Id: I5731dbb89d17bd15bc72a2f140bca2915976b4c1
-
- 02 Jan, 2013 1 commit
-
-
Xavier Ducrohet authored
Change-Id: I814294bc9374f6194671eb173bd9942908db3848
-
- 13 Dec, 2012 5 commits
-
-
Dirk Dougherty authored
-
Dirk Dougherty authored
Change-Id: I40d1a8e82d4b30cc2e787826252a85161e0157d8
- 12 Dec, 2012 1 commit
-
-
Joe Malin authored
Change-Id: I6d07871acad31807eb4bf06aa8406b722320680c
-
- 10 Dec, 2012 1 commit
-
-
Dirk Dougherty authored
Change-Id: I65ccc6767408977a9756b217168b819b71816c1f
-
- 03 Dec, 2012 1 commit
-
-
Dirk Dougherty authored
Change-Id: I5018200bb8717e69d2485ce4d1b8804a1d90e2c8
-
- 30 Nov, 2012 1 commit
-
-
Xavier Ducrohet authored
Change-Id: Id04fb83c09190bdb1a1b0c685c2c7db3ada8c47d
-
- 27 Nov, 2012 5 commits
-
-
kmccormick@google.com authored
am d77ac2b9: am 80e0ac6a: am 70db2b6b: Merge "Doc change: sample app for Notifications class" into jb-dev-docs * commit 'd77ac2b9': Doc change: sample app for Notifications class
-
kmccormick@google.com authored
* commit '80e0ac6a': Doc change: sample app for Notifications class
-
kmccormick@google.com authored
* commit '70db2b6b': Doc change: sample app for Notifications class
-
&& repo sync -j8 authored
-
&& repo sync -j8 authored
Change-Id: Iaa45156f333e5b8e9bc9cc596900835540ff138e
-
- 16 Nov, 2012 2 commits
-
-
Scott Main authored
Change-Id: Ia2db76f0b9cc07878ecdc1e673cd1ae376b0447f
-
Scott Main authored
Change-Id: I0dd79fb863d50b0dd2f0f7d53babe345888f0f78
-
- 14 Nov, 2012 1 commit
-
-
Scott Main authored
Change-Id: I01743d0032ebe707125121e84d741d4d39ca5540
-
- 13 Nov, 2012 3 commits
-
-
Scott Main authored
* commit '87525f60': docs: redirect next steps to building first app class
-
Scott Main authored
* commit '09d8f21c': docs: redirect next steps to building first app class
-
Scott Main authored
* commit 'e242276c': docs: redirect next steps to building first app class
-
- 12 Nov, 2012 1 commit
-
-
Andy Stadler authored
A couple of minor fixes to make eclipse happy. Change-Id: Id9a30778efd3ef18e45efe316402971ca72a7c60
-