1. 08 Aug, 2015 2 commits
  2. 07 Aug, 2015 3 commits
  3. 21 Jul, 2015 1 commit
  4. 17 Feb, 2015 1 commit
  5. 13 Feb, 2015 1 commit
  6. 18 Jul, 2014 3 commits
  7. 10 Jul, 2014 1 commit
  8. 26 Jun, 2013 1 commit
  9. 17 Jun, 2013 1 commit
  10. 11 Jun, 2013 1 commit
  11. 30 May, 2013 2 commits
  12. 15 May, 2013 1 commit
  13. 07 May, 2013 2 commits
  14. 04 May, 2013 1 commit
  15. 12 Apr, 2013 1 commit
  16. 11 Apr, 2013 1 commit
  17. 22 Mar, 2013 1 commit
  18. 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
  19. 11 Mar, 2013 1 commit
  20. 27 Feb, 2013 4 commits
  21. 26 Feb, 2013 1 commit
  22. 21 Feb, 2013 3 commits
  23. 20 Feb, 2013 1 commit
  24. 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
  25. 12 Feb, 2013 1 commit
  26. 07 Feb, 2013 2 commits