1. c04ffcd Fix 2177752: NPE in onShareMultipleClicked. by Chih-Chung Chang · 15 years ago
  2. bde544f Utilize thumbnail api to cancel thumbnail decoding, and replace BitmapManager's existing functions with BitmapFactory. by Ray Chen · 15 years ago
  3. 9f1480b Change Camera & Gallery code to use the new thumbnail APIs. by Ray Chen · 15 years ago
  4. d189083 Clean menu creation code. by Chih-Chung Chang · 15 years ago
  5. 120bf58 Fix 1977974: For photos without location data, don't offer to "Show on Maps" by Chih-Chung Chang · 15 years ago
  6. 9b93bcb Code clean up. by Chih-Chung Chang · 15 years ago
  7. c0a98e8 Use SEND instenad of SEND_MULTIPLE if only one image/video is selected. by Owen Lin · 15 years ago
  8. df30071 Make the grid view thumbnails smooth by using FILTER_BITMAP_FLAG. by Chih-Chung Chang · 15 years ago
  9. f5bf8ca Create ImageListParam as a spec for creating image lists. by Chih-Chung Chang · 15 years ago
  10. 8f8cf38 Add the function to share multiple items in gallery. by Owen Lin · 15 years ago
  11. 6b6a6d5 Make CropImage always fullscreen. by Wu-cheng Li · 15 years ago
  12. 640ad87 Make CropImage support fullscreen extra. by Wu-cheng Li · 15 years ago
  13. ce033a5 Fix http://b/1991523 by limiting the size of a bitmap when we decode a full image. by Chih-Chung Chang · 15 years ago
  14. 4c2f857 Fix issue 1949573. In multiselect mode, don't show the select outline by Owen Lin · 15 years ago
  15. 92eedd6 Rollback invalidateImage to refresh individual image instead of rebuilding whole list. by Ray Chen · 15 years ago
  16. 24588aa Fix the issue 1972285: The image rotation does not update in thumbnail view immediately after rotation. by Ray Chen · 15 years ago
  17. 05f863c Fix 1971900: Not able to delete picture using "Delete " contextual menu option. by Chih-Chung Chang · 15 years ago
  18. 2f84ae8 Revert ContentObserver in ImageGallery. by Ray Chen · 15 years ago
  19. cb4b88e Draw the multiselect markers dynamically so we can avoid invalidating the thumbnails. by Chih-Chung Chang · 15 years ago
  20. 62ca191 Monitor database change by ContentObserver so we can update media data incrementally and "wait dialog" is only shown when there's no image in the current bucket. by repo sync · 15 years ago
  21. 52aae70 Fix some warning shown in Eclipse. by Owen Lin · 15 years ago
  22. 91acfc9 Style fix. by Chih-Chung Chang · 15 years ago
  23. c476b25 Fix 1956733: NPE in ImageManager.isImage by Chih-Chung Chang · 15 years ago
  24. 35f8af0 Fix 1950477: Menu items for video review are incorrect. by Chih-Chung Chang · 15 years ago
  25. 30f17b2 Fix 1945392. Long press a photo in gallery, choose "delete", it crashes. by Chih-Chung Chang · 15 years ago
  26. 0e48fe6 Enable multiselect delete. by Chih-Chung Chang · 15 years ago
  27. 0b803c0 Fix 1933301: NPE in ImageGallery.onImageClicked by Chih-Chung Chang · 15 years ago
  28. 1809136 Fix 1913780. NPE in ImageGallery.getCurrentImage. by Chih-Chung Chang · 15 years ago
  29. f271893 Pass image list from ImageGallery to ViewImage to support the uber type by Owen Lin · 15 years ago
  30. deb5725 Fixes some warnings shown in Eclipse. by Owen Lin · 15 years ago
  31. cd34001 Fix NPE issue 1885257,1879113, and 1888919. by repo sync · 15 years ago
  32. bbc2f2f Simplify the database code by keeping small data in memory. by Owen Lin · 15 years ago
  33. 938aad0 Fix ImageGallery bug 1871294, 1871295, 1871299. by Chih-Chung Chang · 15 years ago
  34. 605f7e6 Fix 1868147 (Image cropping is broken in Gallery) and clean up the code. by Chih-Chung Chang · 15 years ago
  35. f6e6d2b Fix problems identified by findbugs fixit. by Chih-Chung Chang · 15 years ago
  36. 5de4e42 Disalbe multiselect function by Owen Lin · 15 years ago
  37. 896182a remove cancelAllDecodingThreads and allowAllDecodingThreads. by Ray Chen · 15 years ago
  38. dd42edf Tweak to speed up Gallery. by Chih-Chung Chang · 15 years ago
  39. a3be1aa Make GridViewSpecial faster. by Chih-Chung Chang · 15 years ago
  40. 8463583 Change type of "return-data" type to Boolean. by Wu-cheng Li · 15 years ago
  41. f340c78 Remove @override for interface's functions by Owen Lin · 15 years ago
  42. 601ce56 Add progress dialog for delete operation and make the close button work by Owen Lin · 15 years ago
  43. 0c2f286 fix bug 1496878 by Owen Lin · 15 years ago
  44. 3d6c628 Cache NinePatch to Bitmap to reduce drawing time. by Chih-Chung Chang · 15 years ago
  45. 0e27f8d Fix the gallery position issues. by Owen Lin · 15 years ago
  46. 6b27050 Code clean up. by Chih-Chung Chang · 15 years ago
  47. 228f132 More UI on multiselect. A grayout checkbox for unselected images and a dynamic button pannel shows when user by Owen Lin · 15 years ago
  48. 2716078 Avoid too many progress updates from ImageLoader. by Chih-Chung Chang · 15 years ago
  49. ff9922f In Gallery, make visible thumbnails appear faster. by Chih-Chung Chang · 15 years ago
  50. 91acb5b Rename ImageGallery2 to ImageGallery. by Ray Chen · 15 years ago[Renamed (98%) from src/com/android/camera/ImageGallery2.java]
  51. b5d87cf The first step of multiselect. Now, you can multiselect images, but can do nothing. by Owen Lin · 15 years ago
  52. f310a3d Refactor code: decouple ImageGallery2 and GridViewSpecial. by Owen Lin · 15 years ago
  53. 02e2b0b Fix Bug 1797171: Capture Video menu option is missing if try to attach video in messaging. by Chih-Chung Chang · 15 years ago
  54. a6e2144 Code clean up. by Chih-Chung Chang · 15 years ago
  55. 1153ba1 Move GridViewSpecial to a new file. Prepare for refactoring. by Owen Lin · 15 years ago
  56. 58e94ed Code clean up. by Chih-Chung Chang · 15 years ago
  57. 74be052 Clean verbose logging messages. Extract UriImage to a separate file. by Chih-Chung Chang · 15 years ago
  58. 0a475e1 Code clean up. by Chih-Chung Chang · 15 years ago
  59. 2b82c4a Clean verbose logging messages. Extract UriImage to a separate file. by Chih-Chung Chang · 15 years ago
  60. 937fc48 AI 146099: 1. Use ICancelable<T> to replace several different interfaces, such as IGetBooleanCancelable. by Owen Lin · 15 years ago
  61. 993105a AI 145696: Utilize BitmapManager to control bitmap related resources, making by Ray Chen · 15 years ago
  62. 272c3fd AI 145048: Code clean up. by Chih-Chung Chang · 15 years ago
  63. 9ae6df0 AI 145029: Style fix. by Chih-Chung Chang · 15 years ago
  64. 101d528 AI 144530: Refactor the huge codes in ImageManager. Extract member classes to top level. by Owen Lin · 15 years ago
  65. c0f54d7 Automated import from //branches/donutburger/...@141969,141969 by Ray Chen · 15 years ago
  66. de365d8 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  67. 9c9be2e auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  68. b64d345 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  69. becfb35 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  70. c4ef824 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  71. d8bccef auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  72. 5055ba6 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  73. dee42a6 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  74. b97ccf3 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  75. 0eaec58 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  76. 1d4c750 Initial Contribution by The Android Open Source Project · 16 years ago