1. 17 Jun, 2013 1 commit
  2. 11 Jun, 2013 1 commit
  3. 30 May, 2013 2 commits
  4. 15 May, 2013 1 commit
  5. 07 May, 2013 2 commits
  6. 04 May, 2013 1 commit
  7. 12 Apr, 2013 1 commit
  8. 11 Apr, 2013 1 commit
  9. 22 Mar, 2013 1 commit
  10. 19 Mar, 2013 2 commits
    • Adam Koch's avatar
      am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This... · 90808a36
      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.
      90808a36
    • Adam Koch's avatar
      Contacts Provider Training Class - Sample App Initial Commit · bc1a645f
      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
      bc1a645f
  11. 11 Mar, 2013 1 commit
  12. 27 Feb, 2013 4 commits
  13. 26 Feb, 2013 1 commit
  14. 21 Feb, 2013 3 commits
  15. 20 Feb, 2013 1 commit
  16. 13 Feb, 2013 1 commit
    • Chris Banes's avatar
      bitmapfun: Add support to use inBitmap option · 3b7f23f8
      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: default avatarChris Banes <chrisbanes@google.com>
      3b7f23f8
  17. 12 Feb, 2013 1 commit
  18. 07 Feb, 2013 2 commits
  19. 06 Feb, 2013 1 commit
    • Chris Banes's avatar
      Update bitmapfun sample to call recycle() · 4d6574e8
      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: default avatarChris Banes <chrisbanes@google.com>
      4d6574e8
  20. 05 Feb, 2013 4 commits
  21. 04 Feb, 2013 1 commit
  22. 01 Feb, 2013 1 commit
  23. 28 Jan, 2013 1 commit
    • Adam Koch's avatar
      Bitmapfun Sample: Fix bug where background image loading could hang · 2e5555e0
      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
      2e5555e0
  24. 15 Jan, 2013 2 commits
  25. 14 Jan, 2013 1 commit
  26. 11 Jan, 2013 1 commit
  27. 10 Jan, 2013 1 commit