summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make dpad left/right move to prev/next image.Chih-Chung Chang2009-07-315-84/+29
* Merge change 9141 into donutAndroid (Google) Code Review2009-07-301-0/+5
|\
| * Lower the priority of the ImageGetter thread to avoid competing withChih-Chung Chang2009-07-301-0/+5
* | Merge change 9085 into donutAndroid (Google) Code Review2009-07-301-5/+16
|\ \ | |/ |/|
| * Fix bug 2022547. Show zoom buttons only when click on photo area.Owen Lin2009-07-301-5/+16
* | Make CropImage support fullscreen extra.Wu-cheng Li2009-07-305-0/+10
|/
* Revert "Use revised zoom widget, on the right in Gallery."Owen Lin2009-07-302-24/+0
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-2915-78/+237
* Merge change 8958 into donutAndroid (Google) Code Review2009-07-294-19/+11
|\
| * Fix http://b/2017388 by handling the corner case in computeSampleSize().Wei-Ta Chen2009-07-294-19/+11
* | Check storage again after receiving storage related intents.Wu-cheng Li2009-07-291-14/+10
|/
* Show "prepareing SD card" when media scanner is scanning.Wu-cheng Li2009-07-291-24/+25
* Use revised zoom widget, on the right in Gallery.Ray Chen2009-07-272-0/+27
* Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...Chih-Chung Chang2009-07-2712-87/+93
* Remove unused code.Chih-Chung Chang2009-07-244-798/+0
* Remove unused code.Chih-Chung Chang2009-07-244-117/+0
* Simplify ImageGetter.Chih-Chung Chang2009-07-2410-564/+361
* Fix 1996918: NPE in ViewImage.onClick.Chih-Chung Chang2009-07-231-0/+1
* Fix http://b/1907995 by using native allocation in BitmapFactory.Wei-Ta Chen2009-07-203-18/+7
* Merge change 7584 into donutAndroid (Google) Code Review2009-07-171-6/+20
|\
| * Capture individual camera and video startup time and output to a text file.Yu Shan Emily Lau2009-07-161-6/+20
* | Merge change 6510 into donutAndroid (Google) Code Review2009-07-162-97/+112
|\ \
| * | Fix issue 1949573. In multiselect mode, don't show the select outlineOwen Lin2009-07-162-97/+112
| |/
* | Fix the bug that the no images view will keep showning on screen evenOwen Lin2009-07-161-3/+5
|/
* Rollback invalidateImage to refresh individual image instead of rebuilding wh...Ray Chen2009-07-162-3/+18
* Start preview earlier to let user see preview earlier.Wu-cheng Li2009-07-152-55/+74
* Merge change 6826 into donutAndroid (Google) Code Review2009-07-141-6/+16
|\
| * Fix bug 1970161.Owen Lin2009-07-101-6/+16
* | Merge change 7015 into donutAndroid (Google) Code Review2009-07-141-0/+2
|\ \
| * | Cancel the thread encoding in "onStop".Owen Lin2009-07-131-0/+2
* | | Fix the ImageGallery progress bar (the rotating circle in title).Chih-Chung Chang2009-07-141-2/+2
* | | Fix 1973541: The mode switcher does not correspond to the actual mode.Chih-Chung Chang2009-07-143-9/+25
* | | Import new translationsEric Fischer2009-07-1339-436/+2994
|/ /
* | Fix the issue 1972285: The image rotation does not update in thumbnail view i...Ray Chen2009-07-131-1/+4
* | Fix 1836138: Crash (permissions) when sharing from Email/Gmail --> Gallery --...Chih-Chung Chang2009-07-103-17/+32
* | Revert "Start preview earlier to let user see preview earlier."Wu-cheng Li2009-07-102-74/+55
* | Fix 1971900: Not able to delete picture using "Delete " contextual menu option.Chih-Chung Chang2009-07-101-1/+5
* | Try to fix 1962530: out of memory in CropImage.Chih-Chung Chang2009-07-101-37/+52
* | Move reverse geocoder to AsyncTask and update location information asynchrono...repo sync2009-07-104-38/+112
|/
* Set bitmaps for full size images as being purgeable in viewing and reviewing ...Wei-Ta Chen2009-07-098-26/+62
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-094-22/+38
* Move ExifInterface to android.media package.repo sync2009-07-094-374/+14
* Revert ContentObserver in ImageGallery.Ray Chen2009-07-081-33/+3
* Merge change 6455 into donutAndroid (Google) Code Review2009-07-082-12/+30
|\
| * Read max file size from video capture intent.Wu-cheng Li2009-07-082-12/+30
* | Draw the multiselect markers dynamically so we can avoid invalidating the thu...Chih-Chung Chang2009-07-082-33/+51
|/
* Use ReferenceQueue to improve LruCache.Owen Lin2009-07-071-23/+29
* Fix the NPE by keeping the mDbObserver in onStop(), just unregister it.Owen Lin2009-07-071-6/+2
* Monitor database change by ContentObserver so we can update media data increm...repo sync2009-07-072-14/+57
* Added the memory measurement of the mediaserver in the camera image capture a...Yu Shan Emily Lau2009-07-062-4/+149