Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make dpad left/right move to prev/next image. | Chih-Chung Chang | 2009-07-31 | 5 | -84/+29 |
| | |||||
* | Merge change 9141 into donut | Android (Google) Code Review | 2009-07-30 | 1 | -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 with | Chih-Chung Chang | 2009-07-30 | 1 | -0/+5 |
| | | | | | | | | the UI thread. | ||||
* | | Merge change 9085 into donut | Android (Google) Code Review | 2009-07-30 | 1 | -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 Lin | 2009-07-30 | 1 | -5/+16 |
| | | |||||
* | | Make CropImage support fullscreen extra. | Wu-cheng Li | 2009-07-30 | 5 | -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 Lin | 2009-07-30 | 2 | -24/+0 |
| | |||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 15 | -78/+237 |
| | |||||
* | Merge change 8958 into donut | Android (Google) Code Review | 2009-07-29 | 4 | -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 Chen | 2009-07-29 | 4 | -19/+11 |
| | | |||||
* | | Check storage again after receiving storage related intents. | Wu-cheng Li | 2009-07-29 | 1 | -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 Li | 2009-07-29 | 1 | -24/+25 |
| | | | | Fix 1996415. | ||||
* | Use revised zoom widget, on the right in Gallery. | Ray Chen | 2009-07-27 | 2 | -0/+27 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 12 | -87/+93 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 4 | -798/+0 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 4 | -117/+0 |
| | |||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 10 | -564/+361 |
| | |||||
* | Fix 1996918: NPE in ViewImage.onClick. | Chih-Chung Chang | 2009-07-23 | 1 | -0/+1 |
| | |||||
* | Fix http://b/1907995 by using native allocation in BitmapFactory. | Wei-Ta Chen | 2009-07-20 | 3 | -18/+7 |
| | |||||
* | Merge change 7584 into donut | Android (Google) Code Review | 2009-07-17 | 1 | -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 Lau | 2009-07-16 | 1 | -6/+20 |
| | | |||||
* | | Merge change 6510 into donut | Android (Google) Code Review | 2009-07-16 | 2 | -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 outline | Owen Lin | 2009-07-16 | 2 | -97/+112 |
| |/ | | | | | | | for touch event. | ||||
* | | Fix the bug that the no images view will keep showning on screen even | Owen Lin | 2009-07-16 | 1 | -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 Chen | 2009-07-16 | 2 | -3/+18 |
| | | | | whole list. | ||||
* | Start preview earlier to let user see preview earlier. | Wu-cheng Li | 2009-07-15 | 2 | -55/+74 |
| | | | | | This reverts commit 785cd00067fc822701aa5e43da00382352a90e99. A workaround will be added in HAL for overlay case. | ||||
* | Merge change 6826 into donut | Android (Google) Code Review | 2009-07-14 | 1 | -6/+16 |
|\ | | | | | | | | | * changes: Fix bug 1970161. | ||||
| * | Fix bug 1970161. | Owen Lin | 2009-07-10 | 1 | -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 donut | Android (Google) Code Review | 2009-07-14 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | * changes: Cancel the thread encoding in "onStop". | ||||
| * | | Cancel the thread encoding in "onStop". | Owen Lin | 2009-07-13 | 1 | -0/+2 |
| | | | |||||
* | | | Fix the ImageGallery progress bar (the rotating circle in title). | Chih-Chung Chang | 2009-07-14 | 1 | -2/+2 |
| | | | |||||
* | | | Fix 1973541: The mode switcher does not correspond to the actual mode. | Chih-Chung Chang | 2009-07-14 | 3 | -9/+25 |
| | | | |||||
* | | | Import new translations | Eric Fischer | 2009-07-13 | 39 | -436/+2994 |
|/ / | |||||
* | | Fix the issue 1972285: The image rotation does not update in thumbnail view ↵ | Ray Chen | 2009-07-13 | 1 | -1/+4 |
| | | | | | | | | immediately after rotation. | ||||
* | | Fix 1836138: Crash (permissions) when sharing from Email/Gmail --> Gallery ↵ | Chih-Chung Chang | 2009-07-10 | 3 | -17/+32 |
| | | | | | | | | --> Anywhere Else | ||||
* | | Revert "Start preview earlier to let user see preview earlier." | Wu-cheng Li | 2009-07-10 | 2 | -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 Chang | 2009-07-10 | 1 | -1/+5 |
| | | |||||
* | | Try to fix 1962530: out of memory in CropImage. | Chih-Chung Chang | 2009-07-10 | 1 | -37/+52 |
| | | | | | | | | Recycle the bitmap as much as we can. | ||||
* | | Move reverse geocoder to AsyncTask and update location information ↵ | repo sync | 2009-07-10 | 4 | -38/+112 |
|/ | | | | asynchronously. | ||||
* | Set bitmaps for full size images as being purgeable in viewing and reviewing ↵ | Wei-Ta Chen | 2009-07-09 | 8 | -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 Chang | 2009-07-09 | 4 | -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 sync | 2009-07-09 | 4 | -374/+14 |
| | |||||
* | Revert ContentObserver in ImageGallery. | Ray Chen | 2009-07-08 | 1 | -33/+3 |
| | |||||
* | Merge change 6455 into donut | Android (Google) Code Review | 2009-07-08 | 2 | -12/+30 |
|\ | | | | | | | | | * changes: Read max file size from video capture intent. | ||||
| * | Read max file size from video capture intent. | Wu-cheng Li | 2009-07-08 | 2 | -12/+30 |
| | | | | | | | | Fix b1660028. | ||||
* | | Draw the multiselect markers dynamically so we can avoid invalidating the ↵ | Chih-Chung Chang | 2009-07-08 | 2 | -33/+51 |
|/ | | | | thumbnails. | ||||
* | Use ReferenceQueue to improve LruCache. | Owen Lin | 2009-07-07 | 1 | -23/+29 |
| | |||||
* | Fix the NPE by keeping the mDbObserver in onStop(), just unregister it. | Owen Lin | 2009-07-07 | 1 | -6/+2 |
| | |||||
* | Monitor database change by ContentObserver so we can update media data ↵ | repo sync | 2009-07-07 | 2 | -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 Lau | 2009-07-06 | 2 | -4/+149 |
| | | | | and video capture test cases. |