summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/Gallery.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix some UI bugs in using SherlockActionBar.Owen Lin2012-08-281-1/+1
| | | | | | | | - Use sherlock's verion of requestWindowFeature. - Use sherlock's theme in Custom selection list. bug: 6927267 Change-Id: I706e45378b10e6e088e048d97fcaca57fb4bf3f4
* Don't use invalidateOptionsMenu before API level 11.Owen Lin2012-07-051-8/+0
| | | | Change-Id: If46d46e44797b2bd4f66235eca0954a55d0008cf
* Keep screen on for user-initiated slideshow.Yuli Huang2012-05-291-0/+4
| | | | | Change-Id: I3085398c663e2c38a31cfde5a07b23446bb7bd7f b:6450305
* Back should progress through Gallery and return Home for widget intents.Yuli Huang2012-05-231-0/+3
| | | | | bug:6384492 Change-Id: I7ffb824568e400ff5724a29c1908c34a1e10235c
* Remove PhotoPage spinner shown in the action-bar.Yuli Huang2012-05-071-1/+0
| | | | | | | Remove spinners shown for loading data out of view. bug:5406790 Change-Id: Iffaf97937b86b869559a27f190941c1de263e422
* Fix NPE in Gallery.Owen Lin2012-04-251-4/+3
| | | | | | | | This happens if user set type in an intent. But we get a different type from content resolver. Change-Id: Iabafce7f7aaff23a7a9ee09e1d38ab50049abc88 fix: 6358473
* Add capture animation in Gallery.Chih-Chung Chang2012-04-241-12/+0
| | | | Change-Id: Ibf95cc64f37a4518377e64124af6606c4f14cdaa
* Fix OOM when switching between camera and camcorder.Wu-cheng Li2012-04-031-12/+0
| | | | | | | | | | - Camera activities extend AbstractGalleryActivity. So onDestroy is moved from Gallery to AbstractGalleryActivity. - Use WeakReference for values in the WeakHashMap of SpinnerVisibilitySetter. bug:5954389 Change-Id: Ib15f269bd4c54a4621bdff58e7ea16b44f8fb3e3
* Fix b/6191707 Unable to set Custom wallpaper from HomeRay Chen2012-03-201-7/+0
| | | | Change-Id: I130f74c94ebf5d93922807f7fee5ae7f189a15d4
* Revert "bug #6176711: guard against null GalleryActionBar." andRay Chen2012-03-191-11/+0
| | | | | | fix DialogPicker's NPE issue while setting wallpaper. Change-Id: I833ebfb04907d3a1378df98db51c96b490796a00
* Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow ↵Ray Chen2012-03-151-3/+2
| | | | | | | | | | | | | should go to next level up. Some changes in this CL: 1. ActivityState can decide whether to enable home button and show up arrow 2. ActivityState can handle home_up event on its own 3. Support getContentUri in LocalAlbum (Image/Video Roll) and LocalMergeAlbum (Camera Roll) 4. Gallery supports view action for AlbumPage (Camera Roll) Change-Id: I85a75cdce9cbc2a877651fdec34a0180ed8e785c
* Shows video filename read from OpenableColumns.Pin Ting2012-02-111-2/+0
| | | | | bug:5796182 Change-Id: I92bc652d713bcc70b5a048f5948dc17e90a5e874
* Shows image filename read from OpenableColumns.Pin Ting2012-02-081-9/+26
| | | | | bug:5796182 Change-Id: If43d2dd048ab003c1703bb1a466a19b6013cae85
* Shows image filename passed from other apps.Pin Ting2012-02-021-0/+8
| | | | | | | bug:5796182 This change will be followed up by a change to the class android.content.Intent. Change-Id: I3c607c535a4e90d867a98528118d1b6f10fa45cf
* Show a dialog to require updating PlusOne.Owen Lin2011-11-241-1/+27
| | | | | Change-Id: I1ff4f5eca90ade49b0785324b9319ef0b7d751ca fix: 5608342
* Fix 5418759 User should be able to view only the preview of that attachedRay Chen2011-10-191-1/+3
| | | | Change-Id: Ie3eb2583f7753fc38db3d59aca544a95112010c7
* Fix 5352588: Accept view intent without URI.Chih-Chung Chang2011-10-191-6/+21
| | | | Change-Id: I719fd853b66c05c4fdbe70ff97993b9487997694
* Fix 5250813 Use new standardized no account screen on first launchRay Chen2011-10-061-9/+11
| | | | | | | This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which causes empty screen after pause/resume. Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635
* Launch Gallery from review intent.Owen Lin2011-08-261-1/+2
| | | | | Change-Id: Iaa2e9bdfde3ac6566dd65464ece82f4a5ced6831 fix: 3462852
* Initial code for Gallery2.Owen Lin2011-08-181-0/+232
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c