1. fa2e3ff Fix crash in bug 4259574 by Adam Cohen · 13 years ago
  2. 2625fea Modifying RemoteViewsFactory interface by Adam Cohen · 13 years ago
  3. 7ab73e7 Fixing issue where AppWidget service was being hit regardless of caching in RemoteViewsAdapter. (3467340) by Winson Chung · 13 years ago
  4. 84bbb02 Fixing issue where RemoteViewsService.onDestroy() was never being called. by Winson Chung · 13 years ago
  5. aeb66ca Fixing a bug in RemoteViewsAdapter where cached items weren't being marked as requested by Adam Cohen · 13 years ago
  6. b90a91c Making requested indices the last to be pruned when we hit cache memory limits. (3368863) by Winson Chung · 14 years ago
  7. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  8. 32cf193 Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets. by Winson Chung · 14 years ago
  9. 81f39eb Refactoring app widgets to address security/performance issues. by Winson Chung · 14 years ago
  10. 181d2e3 Adding instance check to RemoteViewsAdapter getViewAt by Adam Cohen · 14 years ago
  11. ec84c3a Allow old view hierarchy to be GC'ed more quickly during rotation. by Patrick Dubroy · 14 years ago
  12. fb60386 Addressing issues associated RemoteViewsAdapter's service crashes / disconnects by Adam Cohen · 14 years ago
  13. 490127d Fix for Issue: 3196583 by Adam Cohen · 14 years ago
  14. a32edd4 Adding click feedback to widget collections by Adam Cohen · 14 years ago
  15. aaffa8b Adding NPE check when calculating remote views memory usage. by Winson Chung · 14 years ago
  16. a5f6f80 Extracting default loading view definition into XML resource. by Winson Chung · 14 years ago
  17. 6364f2b Fixing issue where notifyDataSetChanged was not properly being called while not loading items. by Winson Chung · 14 years ago
  18. 61ac7e3 Being more judicious in resetting meta data for the RemoteAdapter. by Winson Chung · 14 years ago
  19. 3ec9a45 Re-architecting RemoteViewsAdapter internals due to new constraints. by Winson Chung · 14 years ago
  20. 9b3a2cf Prevent multiple RemoteViewAdapters from being set for the same intent. by Winson Chung · 14 years ago
  21. fbc3590 Adding some error handling to RemoteViewsAdapter, removing artificial loading delay. by Winson Chung · 14 years ago
  22. 6394c0e Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged. by Winson Chung · 14 years ago
  23. 44729e3 Preliminary implementation of StackView, which extends AdapterViewAnimator. by Adam Cohen · 14 years ago
  24. 3ad4a1b Fixing a bug in RemoteViewsAdapter by Adam Cohen · 14 years ago
  25. c6d6d4a Fixing indexing issue causing certain items not to load. Performance improvements + testing temporary loading scheme. by Winson Chung · 14 years ago
  26. 3db4067 Added AdapterViewAnimator and AdapterViewFlipper which are versions of ViewAnimator and ViewFlipper by Adam Cohen · 14 years ago
  27. 499cb9f Initial changes to allow collections in widgets. by Winson Chung · 14 years ago