1. a6a4cbc Fixing Keyguard widget click handling (issue 7179972) by Adam Cohen · 12 years ago
  2. 4a9df8d No longer parceling FixedSizeRemoteViewsCaches by Adam Cohen · 12 years ago
  3. 591ff97 Fixing cache pruning to avoid pruning those in the visible range by Adam Cohen · 12 years ago
  4. 335c3b6 Caching the FixedSizeRemoteViewsCaches across rotation by Adam Cohen · 12 years ago
  5. a5a0687 Prevent crash in AppWidgetHost that can be triggered by an AppWidget by Adam Cohen · 12 years ago
  6. 35fbe2a Fix ANR which could occur for collection widgets with very large items by Adam Cohen · 12 years ago
  7. 5d20064 Enabling RemoteViews to have a landscape and portrait layout by Adam Cohen · 12 years ago
  8. 4c99498 Only preload items if they are within the valid range (issue 6265338, 6194161) by Adam Cohen · 12 years ago
  9. b967392 Hinting RemoteViewsAdapter as to which views are visible by Adam Cohen · 13 years ago
  10. 2148d43 Fixing widget notifyDataSetChanged() not getting called, issue 5092676 by Adam Cohen · 13 years ago
  11. b7ffea6 Catching RemoteViews#apply() layout inflation exceptions in RemoteViewsAdapter by Adam Cohen · 13 years ago
  12. fc442bd Ensure the RemoteViewsAdapter cleans up its HandlerThread. by Jeff Brown · 13 years ago
  13. fa2e3ff Fix crash in bug 4259574 by Adam Cohen · 13 years ago
  14. 2625fea Modifying RemoteViewsFactory interface by Adam Cohen · 13 years ago
  15. 7ab73e7 Fixing issue where AppWidget service was being hit regardless of caching in RemoteViewsAdapter. (3467340) by Winson Chung · 13 years ago
  16. 84bbb02 Fixing issue where RemoteViewsService.onDestroy() was never being called. by Winson Chung · 13 years ago
  17. aeb66ca Fixing a bug in RemoteViewsAdapter where cached items weren't being marked as requested by Adam Cohen · 13 years ago
  18. b90a91c Making requested indices the last to be pruned when we hit cache memory limits. (3368863) by Winson Chung · 14 years ago
  19. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  20. 32cf193 Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets. by Winson Chung · 14 years ago
  21. 81f39eb Refactoring app widgets to address security/performance issues. by Winson Chung · 14 years ago
  22. 181d2e3 Adding instance check to RemoteViewsAdapter getViewAt by Adam Cohen · 14 years ago
  23. ec84c3a Allow old view hierarchy to be GC'ed more quickly during rotation. by Patrick Dubroy · 14 years ago
  24. fb60386 Addressing issues associated RemoteViewsAdapter's service crashes / disconnects by Adam Cohen · 14 years ago
  25. 490127d Fix for Issue: 3196583 by Adam Cohen · 14 years ago
  26. a32edd4 Adding click feedback to widget collections by Adam Cohen · 14 years ago
  27. aaffa8b Adding NPE check when calculating remote views memory usage. by Winson Chung · 14 years ago
  28. a5f6f80 Extracting default loading view definition into XML resource. by Winson Chung · 14 years ago
  29. 6364f2b Fixing issue where notifyDataSetChanged was not properly being called while not loading items. by Winson Chung · 14 years ago
  30. 61ac7e3 Being more judicious in resetting meta data for the RemoteAdapter. by Winson Chung · 14 years ago
  31. 3ec9a45 Re-architecting RemoteViewsAdapter internals due to new constraints. by Winson Chung · 14 years ago
  32. 9b3a2cf Prevent multiple RemoteViewAdapters from being set for the same intent. by Winson Chung · 14 years ago
  33. fbc3590 Adding some error handling to RemoteViewsAdapter, removing artificial loading delay. by Winson Chung · 14 years ago
  34. 6394c0e Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged. by Winson Chung · 14 years ago
  35. 44729e3 Preliminary implementation of StackView, which extends AdapterViewAnimator. by Adam Cohen · 14 years ago
  36. 3ad4a1b Fixing a bug in RemoteViewsAdapter by Adam Cohen · 14 years ago
  37. c6d6d4a Fixing indexing issue causing certain items not to load. Performance improvements + testing temporary loading scheme. by Winson Chung · 14 years ago
  38. 3db4067 Added AdapterViewAnimator and AdapterViewFlipper which are versions of ViewAnimator and ViewFlipper by Adam Cohen · 14 years ago
  39. 499cb9f Initial changes to allow collections in widgets. by Winson Chung · 14 years ago