summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
|\ | | | | | | | | * changes: Lower the priority of the ImageGetter thread to avoid competing with the UI thread.
| * Lower the priority of the ImageGetter thread to avoid competing withChih-Chung Chang2009-07-301-0/+5
| | | | | | | | the UI thread.
* | Merge change 9085 into donutAndroid (Google) Code Review2009-07-301-5/+16
|\ \ | |/ |/| | | | | * changes: Fix bug 2022547. Show zoom buttons only when click on photo area.
| * 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
|/ | | | b2022570. When returning from a full-screen activity to a non-full-screen one, screen jumps a little and scroll bars are partially off screen. This is a work-around to prevent the issue.
* 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
|\ | | | | | | | | * changes: Fix http://b/2017388 by handling the corner case in computeSampleSize().
| * 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
|/ | | | Media scanner sends ACTION_MEDIA_SCANNER_STARTED if it is scanning internal. We need to check storage again after receiving intents.
* Show "prepareing SD card" when media scanner is scanning.Wu-cheng Li2009-07-291-24/+25
| | | | Fix 1996415.
* 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 ↵Chih-Chung Chang2009-07-2712-87/+93
| | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap.
* 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
|\ | | | | | | | | * changes: Capture individual camera and video startup time and output to a text file.
| * 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
|\ \ | | | | | | | | | | | | * changes: Fix issue 1949573. In multiselect mode, don't show the select outline for touch event.
| * | Fix issue 1949573. In multiselect mode, don't show the select outlineOwen Lin2009-07-162-97/+112
| |/ | | | | | | for touch event.
* | Fix the bug that the no images view will keep showning on screen evenOwen Lin2009-07-161-3/+5
|/ | | | | | | | | when there are images. The reason is that we only update (hide/show) the "no image view" in rebake, which will only be invoked by media status changing (like scanning start, eject SD card, and etc.) So, the bug will happen when the the image is add to the card but there is no media status changing.
* Rollback invalidateImage to refresh individual image instead of rebuilding ↵Ray Chen2009-07-162-3/+18
| | | | whole list.
* Start preview earlier to let user see preview earlier.Wu-cheng Li2009-07-152-55/+74
| | | | | This reverts commit 785cd00067fc822701aa5e43da00382352a90e99. A workaround will be added in HAL for overlay case.
* Merge change 6826 into donutAndroid (Google) Code Review2009-07-141-6/+16
|\ | | | | | | | | * changes: Fix bug 1970161.
| * Fix bug 1970161.Owen Lin2009-07-101-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | I think the reason is that we post a runner to do clean up when the background job has been done. However, the runner could be queued when the activity finished(). So, we first see a leak window message (because we havn't close the dialog yet) And then see a "view not attached" exception (because we try to close it after the activity being destroyed) Fixed now.
* | Merge change 7015 into donutAndroid (Google) Code Review2009-07-141-0/+2
|\ \ | | | | | | | | | | | | * changes: Cancel the thread encoding in "onStop".
| * | 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 ↵Ray Chen2009-07-131-1/+4
| | | | | | | | immediately after rotation.
* | Fix 1836138: Crash (permissions) when sharing from Email/Gmail --> Gallery ↵Chih-Chung Chang2009-07-103-17/+32
| | | | | | | | --> Anywhere Else
* | Revert "Start preview earlier to let user see preview earlier."Wu-cheng Li2009-07-102-74/+55
| | | | | | | | | | This reverts commit 20e4e11c81a37e4dcc87fe501ea853bd5b699fe3. The original change broke overlay case.
* | 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
| | | | | | | | Recycle the bitmap as much as we can.
* | Move reverse geocoder to AsyncTask and update location information ↵repo sync2009-07-104-38/+112
|/ | | | asynchronously.
* Set bitmaps for full size images as being purgeable in viewing and reviewing ↵Wei-Ta Chen2009-07-098-26/+62
| | | | | | | images. We increase the resolution of full size images to 2048x1536 for achieving better zoom-in quality. Also the delay between decoding a thumbnail and decoding a full size image is set to 1000 msecs.
* Fix 1962656: Going to gallery when sd card is full causes a crash.Chih-Chung Chang2009-07-094-22/+38
| | | | | | | | Also simplify the thumbnail reading code. I think we don't need to check the thumbnail magic being id because all current thumbnail files should have random number and not id. (see bug 1240638 for date).
* 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
|\ | | | | | | | | * changes: Read max file size from video capture intent.
| * Read max file size from video capture intent.Wu-cheng Li2009-07-082-12/+30
| | | | | | | | Fix b1660028.
* | Draw the multiselect markers dynamically so we can avoid invalidating the ↵Chih-Chung Chang2009-07-082-33/+51
|/ | | | thumbnails.
* 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 ↵repo sync2009-07-072-14/+57
| | | | incrementally and "wait dialog" is only shown when there's no image in the current bucket.
* Added the memory measurement of the mediaserver in the camera image capture ↵Yu Shan Emily Lau2009-07-062-4/+149
| | | | and video capture test cases.