1. 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
  2. 15 Jan, 2013 1 commit
  3. 11 Jan, 2013 1 commit
  4. 09 Jan, 2013 1 commit
  5. 05 Jan, 2013 1 commit
  6. 12 Dec, 2012 1 commit
  7. 27 Nov, 2012 1 commit
  8. 05 Nov, 2012 1 commit
  9. 01 Nov, 2012 2 commits
  10. 26 Oct, 2012 1 commit
    • Jeff Brown's avatar
      Add a demo for using Presentations with the MediaRouter. · 66dc70ff
      Jeff Brown authored
      Improved the documentation and robustness of the samples.
      
      Modified the existing Presentation sample to use the new
      DisplayManager API for querying displays that support a
      particular category of uses.
      
      Bug: 7409073
      Change-Id: I2a19afa373c408c2bcbaa633370480b717630088
      66dc70ff
  11. 25 Oct, 2012 1 commit
  12. 24 Oct, 2012 1 commit
    • Jeff Brown's avatar
      Add ApiDemos for secure surfaces. · c875f932
      Jeff Brown authored
      Added three ApiDemos for secure surfaces.  One for Activity,
      one for Dialog and one for SurfaceView.  The mechanism is the
      same in each case but the API is a little different.
      
      Bug: 7368436
      Change-Id: I78bc2a456b4c0f1a553120d72f433095ba7e038c
      c875f932
  13. 26 Sep, 2012 1 commit
  14. 25 Sep, 2012 1 commit
    • Dianne Hackborn's avatar
      Update API demos to match new tab interaction. · 7263dad2
      Dianne Hackborn authored
      Follow changes to FragmentTabManager to continue to work
      correctly with it.  Fix the code in the base API demo (which
      can't use FragmentTabManager) to work correctly.
      
      Bug #7232088: ListView saved state being lost in some cases
      
      Change-Id: Ib7ba1ab20ff00f2cc95c9f6024ab94783237c9be
      7263dad2
  15. 21 Sep, 2012 1 commit
  16. 12 Sep, 2012 1 commit
  17. 11 Sep, 2012 1 commit
  18. 09 Sep, 2012 1 commit
  19. 06 Sep, 2012 1 commit
  20. 31 Aug, 2012 1 commit
  21. 23 Aug, 2012 1 commit
    • Adam Koch's avatar
      Updating code sample for "displaying bitmaps efficiently" training class. · 03ceb37f
      Adam Koch authored
      Changes:
       -Use updated versions of ImageWorker & ImageCache from I/O 2012 app
       -Use copied DiskLruCache from system (rather than custom)
       -Use copied AsyncTask from system (to keep behavior consistent)
       -Ensure no strict mode violations or lint errors
       -Other misc bug fixes
       -Move single-use static methods in Utils to corresponding class
      
      Change-Id: If21e045db1e1a80391169f3c9c9258d48345ab6b
      03ceb37f
  22. 22 Aug, 2012 1 commit
    • Roman Nurik's avatar
      Retroactively add EffectiveNavigation and TabCompat sample code. · d80ee020
      Roman Nurik authored
      This sample code was launched with the Implementing Effective Navigation and
      Creating Backward-Compatible UIs training classes, but the source was never
      added to AOSP. This retroactively adds the source, unmodified.
      
      Change-Id: If6face5a0548107f7fd273e466b1ced2790f4f3a
      d80ee020
  23. 16 Aug, 2012 1 commit
  24. 07 Aug, 2012 1 commit
  25. 25 Jul, 2012 1 commit
  26. 18 Jul, 2012 2 commits
  27. 17 Jul, 2012 1 commit
  28. 16 Jul, 2012 1 commit
  29. 11 Jul, 2012 1 commit
  30. 26 Jun, 2012 1 commit
  31. 22 Jun, 2012 1 commit
  32. 21 Jun, 2012 1 commit
  33. 18 Jun, 2012 1 commit
  34. 04 Jun, 2012 1 commit
  35. 19 May, 2012 1 commit
  36. 18 May, 2012 1 commit
  37. 16 May, 2012 1 commit
  38. 15 May, 2012 1 commit
    • SeongJae Park's avatar
      Fix old style edit text drawable display error. · b9ca48dc
      SeongJae Park authored
      
      [Problem]
      LinearLayout5, RelativeLayout2 of ApiDemos has text input field
      display error.
      
      [Cause]
      They use Holo theme although text input field use old style edit text
      drawable as background.
      
      [Solution]
      Use default edit text without custom background for RelativeLayout2,
      LinearLayout5 sample.
      
      Change-Id: I102bf267119ba0903bd17e898b525af0aa2f0c5d
      Signed-off-by: default avatarSeongJae Park <sj38.park@gmail.com>
      b9ca48dc