summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
Commit message (Collapse)AuthorAgeFilesLines
* Fix 5250813 Use new standardized no account screen on first launchRay Chen2011-10-066-45/+48
| | | | | | | This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which causes empty screen after pause/resume. Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635
* Remove the "Gallery" title from the AlbumSet page.Evan Millar2011-10-031-7/+1
| | | | | bug:5239335 Change-Id: Iebe624fe8829cf6f905872caa958ebdc76aaa349
* Merge "Get rid of "flashies" in the action bar."Evan Millar2011-10-032-5/+134
|\
| * Get rid of "flashies" in the action bar.Evan Millar2011-10-032-5/+134
| | | | | | | | | | | | | | | | | | | | | | -Filter out short spinner events. All spinner events that last <1sec are now ignored. We also enforce a minimum delay time of 2 sec. -Mark the share and delete menu items as visible="false" by default to get rid of the quick display/removal of them under scenarios where they are ultimately removed. bug:5398336 Change-Id: I0620532f3ab59d9fde46123620eb781a87445b54
* | Merge "Various UI fixes in Gallery"Evan Millar2011-10-036-450/+12
|\ \ | |/ |/|
| * Various UI fixes in GalleryEvan Millar2011-09-306-450/+12
| | | | | | | | | | | | | | | | | | | | -New assets for grid and strip selection borders. -Fix spacing in details dialog. -New scrollbar asset in the strip view. -Deleted unused ScrollView.java and GlDetailsView.java bug:5327238 Change-Id: I147b8f8069f42e345110f7ae86c47d331551f089
* | Fix b/5317371 to make action-bar consistent with framework CAB.Yuli Huang2011-10-048-345/+305
| | | | | | | | | | | | | | | | | | | | 1. Refactor to decouple ActionBar from FilterStackListener and ActionBarListener to avoid FilterStack/Toolbar depending on ActionBar. 2. Recreate the action-bar on configuration changes and restore button status and behaviors from the old action-bar. 3. Use framework CAB styles/dimensions to have consistent look and feel. Change-Id: Ib7be0e0b8135f5f86af65b320f09b3d691464f54
* | facelift in galleryRuei-sung Lin2011-09-302-0/+111
|/ | | | Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
* Merge "Fix 5336726: sort local albums by reverse chronological order."Chih-Chung Chang2011-09-291-18/+51
|\
| * Fix 5336726: sort local albums by reverse chronological order.Chih-Chung Chang2011-09-301-18/+51
| | | | | | | | Change-Id: I3a04286bea7f43d5f3542b37eddbb4a0801e94f5
* | Rotate the image according to FullImageRotation.Owen Lin2011-09-291-1/+1
|/ | | | | Change-Id: I2c1285aa50b71e0efdbe3c4c50264e42c7b9ab97 fix: 5389974
* Small UI tweak: only show fade-in animation when the bitmapChih-Chung Chang2011-09-292-4/+21
| | | | | | has not been available for rendering before. Change-Id: I57df7911c5afa7aa2eec910d0e21679ed978ddad
* Change gallery crop interface to be consistent with widget resizingMichael Jurka2011-09-282-35/+31
| | | | | | | - Always show the resize controls when you're not touching the UI - Change the resize controls to the holo style Change-Id: Ia32235d6d82196a24b26fc78b9e9e1e3fb1f5250
* Merge "Fix 5384679: Back button doesn't work in Video Player"Chih-Chung Chang2011-09-281-12/+16
|\
| * Fix 5384679: Back button doesn't work in Video PlayerChih-Chung Chang2011-09-281-12/+16
| | | | | | | | Change-Id: Idde8778fc5643ef21fd4ad39ffbaa3c9e0c7d147
* | Merge "Fix 5158468: Hide system bar when no play control is shown."Chih-Chung Chang2011-09-282-1/+25
|\|
| * Fix 5158468: Hide system bar when no play control is shown.Chih-Chung Chang2011-09-282-1/+25
| | | | | | | | Change-Id: Iada70c39440f19eec1cb00088531719bc1bb8328
* | Merge "Fix 5367072: Add thumbnail fade-in animation."Chih-Chung Chang2011-09-2812-89/+166
|\|
| * Fix 5367072: Add thumbnail fade-in animation.Chih-Chung Chang2011-09-2812-89/+166
| | | | | | | | Change-Id: I1101721c703d6dcb98f11178d54d65446f74ce06
* | Merge "Fix 5341761 gallery vibrate on confirm delete"Ray Chen2011-09-273-33/+36
|\ \ | |/ |/|
| * Fix 5341761 gallery vibrate on confirm deleteRay Chen2011-09-273-33/+36
| | | | | | | | Change-Id: I819855f28246c91324ea86ab9e0ac1ec1c19783c
* | am fef5b986: Fix b/5287869 (and b/5369640).Yuli Huang2011-09-272-3/+8
|\ \ | | | | | | | | | | | | * commit 'fef5b9860f0a88fc673af2187938956ebd0ade75': Fix b/5287869 (and b/5369640).
| * | Fix b/5287869 (and b/5369640).Yuli Huang2011-09-282-3/+8
| | | | | | | | | | | | | | | | | | | | | Images from some app (MMS) may not have columns that PhotoEditor tries to query, for example: the orientation. Just ignore the absent columns. Change-Id: I1cda4e32241d9be7819453ede225388c7535c18c
| * | (DO NOT MERGE)Owen Lin2011-09-262-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a hard limit on the size of the widget images. There is a limit on the size of the data transfered by binder. For now, we just add a hard limit (360 pixel) to ensure the widget's image can be passed by binder. Also adjust the size of widget to make it looks better. Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920. In that case, we should generate a screen nail of size 640x101 instead of 4066x640. Change-Id: Ie42805d9e9e579b063fc99f5130ec433d695b8c9 fix: 5273271
| * | parameter change to match apiRuei-sung Lin2011-09-205-10/+7
| | | | | | | | | | | | | | | | | | Cherry-pick to fix b/5339529. Change-Id: Id84274e60c0feb8019f3418bd1f1feed0542ca51
| * | Fix 5329642 Gallery crashes when viewing Details on certain photosRay Chen2011-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | AddressResolvingListener (mAdapter) is not set until constructor returns, so NPE is thrown if the resolving happens really fast. This CL uses 'this' instead of mAdapter. Change-Id: Ifce0ea92a3eb5c794a73cf0e89a236ff3d948c18
* | | Fix 5299746: Update panorama thumbnail overlay.Chih-Chung Chang2011-09-271-2/+2
| | | | | | | | | | | | Change-Id: Ide3e592ad5f697acc6b2ebc2a092044803b82d7b
* | | Move out PositionController from PhotoView.Chih-Chung Chang2011-09-272-469/+535
| |/ |/| | | | | Change-Id: Id1088ffbd67ff5e986fdf16f70ba24f1537d10ab
* | Fix 5223982: Add animation when scrolling hits the edge.Chih-Chung Chang2011-09-263-45/+151
| | | | | | | | Change-Id: I3c5191af3fe44ba835ae9b22755613a933065bcd
* | Merge "Fix 5349519: The Select photo/video activity should use action bar."Chih-Chung Chang2011-09-233-54/+98
|\ \
| * | Fix 5349519: The Select photo/video activity should use action bar.Chih-Chung Chang2011-09-233-54/+98
| | | | | | | | | | | | Change-Id: Ib537926c780fff6edd60d54c3d28740988d6221b
* | | Fix crop never returnsOwen Lin2011-09-231-27/+40
|/ / | | | | | | | | | | | | | | | | fix: 5359106 We should return true if the save is successfully. Also make it more robust even with exceptions. Change-Id: I4d06b625177d4d479c89a7de1bcdf6f6f301a3da
* | Fix 5223982: Adding one pixel transparent border around the texture.Chih-Chung Chang2011-09-2310-43/+106
| | | | | | | | | | | | This avoids the jigged edge around the thumbnails when they are rotated. Change-Id: Ib2c5a75d1aa69a2f024e003a45111a8af4537f67
* | Merge "Fix 5229466: Add "up" button to MovieActivity"Chih-Chung Chang2011-09-211-4/+16
|\ \
| * | Fix 5229466: Add "up" button to MovieActivityChih-Chung Chang2011-09-211-4/+16
| | | | | | | | | | | | Change-Id: I5d71bec7a7b09553c12afdd753cd77a73ace2c44
* | | Merge "Fix 5299746: Tweak layout and icons"Chih-Chung Chang2011-09-213-23/+21
|\| |
| * | Fix 5299746: Tweak layout and iconsChih-Chung Chang2011-09-213-23/+21
| | | | | | | | | | | | Change-Id: I36d050fb2459ca559b74be1112b4ac6a8566dc1e
* | | Merge "Fix tile-size to sync with the fix in factory branch."Yuli Huang2011-09-201-1/+1
|\ \ \ | |/ / |/| |
| * | Fix tile-size to sync with the fix in factory branch.Yuli Huang2011-09-201-1/+1
| | | | | | | | | | | | Change-Id: I208529a688d44c439dbf0c4d30e4d99e0631fc08
* | | Merge "Fix 5224359: query width and height from media provider."Chih-Chung Chang2011-09-202-7/+14
|\ \ \ | |/ / |/| |
| * | Fix 5224359: query width and height from media provider.Chih-Chung Chang2011-09-202-7/+14
| | | | | | | | | | | | Change-Id: Ib7a560822a1d1fdc2be8c572d4d9319f908f7c16
* | | Merge "Lock rendering when switching state."Owen Lin2011-09-201-13/+14
|\ \ \
| * | | Lock rendering when switching state.Owen Lin2011-09-201-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | fix: 5126875 Change-Id: I118660b80cc5dfa8913865e303ed48f23e1c0705
* | | | Merge "Pause the playback of video if the activity is resumed after 3 mins."Owen Lin2011-09-202-18/+57
|\ \ \ \ | |_|/ / |/| | |
| * | | Pause the playback of video if the activity is resumed after 3 mins.Owen Lin2011-09-202-18/+57
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: 5260232 Also keep the current playback position when the activity is resumed. Originally, we use the bookmark to keep the position. However, the bookmark will be ignored if 1.) The video duration is less than 2 mins, 2.) The video is just started (with 30sec), or 3.) The video is approching the end. I think resume should not limited by the above rules. And we did get some reports on this. (We mark them as WORK AS INTENTDED). Change-Id: Ib9ac359d7ccb6a0278777b0892f0821e16bbb745
* | | Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-2022-128/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* | | Fix 5337270: Thumbnail is not generated for large GIF images.Chih-Chung Chang2011-09-201-2/+6
| | | | | | | | | | | | Change-Id: I8e2e8cafb01b2289f59b28b7e2eadae3dc5c0c50
* | | Add a hard limit on the size of the widget images.Owen Lin2011-09-192-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a limit on the size of the data transfered by binder. For now, we just add a hard limit (360 pixel) to ensure the widget's image can be passed by binder. Also adjust the size of widget to make it looks better. Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920. In that case, we should generate a screen nail of size 640x101 instead of 4066x640. Change-Id: Ia8227d8e5368471fe7af94bf164d67017aa321fa fix: 5273271
* | | Merge "Fix 5329642 Gallery crashes when viewing Details on certain photos"Ray Chen2011-09-191-1/+1
|\ \ \
| * | | Fix 5329642 Gallery crashes when viewing Details on certain photosRay Chen2011-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | AddressResolvingListener (mAdapter) is not set until constructor returns, so NPE is thrown if the resolving happens really fast. This CL uses 'this' instead of mAdapter. Change-Id: Ifce0ea92a3eb5c794a73cf0e89a236ff3d948c18