summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/GalleryActionBar.java
Commit message (Collapse)AuthorAgeFilesLines
* Usage statistics for sharing.Flavio Lerda2013-04-171-1/+4
| | | | | Bug: 8433834 Change-Id: Iaec6150443258daa213395b6fb1e8d8d3e6123b3
* remove actionbar sherlockJohn Reck2012-12-121-8/+8
| | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* Gingerbread support-ishJohn Reck2012-10-311-8/+8
| | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
* Fix sharing state in Gallery ActionBarMangesh Ghiware2012-10-191-0/+6
| | | | | Bug: 7340067 Change-Id: I4ff9577315fc743f6b9fef0d325b0743546f108e
* Change ActionBar spinner text size on rotateBobby Georgescu2012-10-111-0/+9
| | | | | | | | | Bug: 7333151 Update the grid/filmstrip spinner switch text to look and behave like the text in the Gmail app, as requested by UX. Change-Id: If822b21899172a35402477868d4f146a8e00cfea
* Update design for grid/filmstrip switcherBobby Georgescu2012-10-091-13/+14
| | | | | Bug: 7317501 Change-Id: I8975071b2a6d8b9f03c54c4bd3a6aa157fc6dc2e
* Fix sharing as photo option for 360 degree panoramaMangesh Ghiware2012-10-091-25/+16
| | | | | | | | | Bug: 7310190 Bug: 7302023 Also, fix disappearing sharing menu item in action bar. Change-Id: Id555426cce5f25d21405c885b6f7331d238cdd07
* Remove ActionBarSherlockOwen Lin2012-10-021-8/+8
| | | | | | bug: 7242682 Change-Id: Ibf1fa136cafdca25273ee39ae9c065560b2db5cb
* Improve display of ActionBar album mode switcherBobby Georgescu2012-10-011-3/+6
| | | | | | | | | | | Bug: 7265942 Bug: 7266862 - Ellipsize the title of the album when appropriate - Show correctly title when swiping from camera to gallery - Hide the delete icon in the overflow menu to match the latest UX mocks, making more room for title Change-Id: Ief77f65c972e75086c5dbf4229c9462cbcc17940
* Move grid/filmstrip switching to ActionBar title "spinner"Bobby Georgescu2012-10-011-2/+82
| | | | | | | | | | | | | | Bug: 7233818 Bug: 7240846 Bug: 7258973 Tapping the title of the album, whether in filmstrip or grid mode, allows switching between these modes using a menu. The album name is now displayed when viewing pictures in the filmstrip or zoomed in modes. Finally, no longer allow switching to grid mode when not appropriate. Change-Id: I4ee511feb7a74581fe185933ddd5110e5eb9feb0
* Fix NPE in GalleryActionBarMangesh Ghiware2012-09-281-12/+16
| | | | | Bug: 7252666 Change-Id: Ide3c8e0d609743b34a3c53f3bb48dbeddb3f98c0
* Update to sharing panoramaMangesh Ghiware2012-09-271-10/+27
| | | | | | | | | | | | | Bug: 7150324 Use separate share intents for sharing panoarma and regular JPGs. If photo is a 360 panorama, promote sharing it on the action bar, and move sharing as JPG to overflow menu. MIME type changed to specify panorama360. Change-Id: I8d52733d105820ac17ff36a6ad9d7525893f6d27
* Fix NPE in viewing single image.Owen Lin2012-08-291-10/+10
| | | | | bug: 7052228 Change-Id: Iaca5ed062cd3c8233f212551cf4312f0828f12dc
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-33/+32
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Extract the action bar interface.Owen Lin2012-08-151-26/+47
| | | | | | | | | | | | | So that we can use different implementation for different API levels. **NOTE** This change is going to be replaced by the ActionBar compat library when it gets ready. The purpose of this change is making Gallery/Camera run on GB. bug: 6927267 Change-Id: Ic8bb2518918168ea889db6452d6760de390d96b2
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-011-5/+5
| | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* Check api level before invoking setHomeButtonEnabled().Ahbong Chang2012-07-311-1/+3
| | | | | Bug: 6706785 Change-Id: I2ad4d4961705c38a4d1047732f45dc9c69580782
* Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-301-2/+9
| | | | | | | bug: 6706724 bug: 6706785 Change-Id: I09e48b8a042c5ce84442dddaf4e4bdfd1960ec4f
* Code clean up.Ahbong Chang2012-07-301-0/+6
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Fix NPE because of concurrent access in both GL and main threads.Yuli Huang2012-05-031-1/+10
| | | | | bug:6411187 Change-Id: I811c83f49837ee921436fec0c6b1bf2de0156e0a
* Fix b/6191707 Unable to set Custom wallpaper from HomeRay Chen2012-03-201-44/+64
| | | | Change-Id: I130f74c94ebf5d93922807f7fee5ae7f189a15d4
* Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow ↵Ray Chen2012-03-151-0/+11
| | | | | | | | | | | | | 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
* Reorganize import for all files.Owen Lin2012-03-141-2/+2
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Fix 5948223 [bug bash] Albums text disappears when exiting galleryRay Chen2012-02-251-3/+8
| | | | Change-Id: Ib787184f747ff30afabc35b16b46950dc3b5b50c
* Remove unused code.Chih-Chung Chang2012-02-231-8/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Fix 5635260 Albums view goes blank after changing view option and returning ↵Ray Chen2011-11-181-1/+1
| | | | | | to albums view Change-Id: I1fd9776f050d16fc3abb723cc17b1cf07bd2f948
* Lock rendering when switching state.Owen Lin2011-09-201-13/+14
| | | | | | fix: 5126875 Change-Id: I118660b80cc5dfa8913865e303ed48f23e1c0705
* Fix 5239335 ICS Gallery: convert tabs at Gallery home to drop downRay Chen2011-09-161-46/+64
| | | | Change-Id: I7503f724dbf16034513a6d8d6b0cb0425166a365
* Fix 5267234 com.google.android.gallery3d: java.lang.IllegalArgumentException:Ray Chen2011-09-091-1/+4
| | | | | | | | The stateview to be finished is not at the top of the stack: setNavigationMode triggers recursive tabs onSelected events. Change-Id: Id9f58b4a73c4d7836b62e33e2f9b3676ba3f95c2
* Debugging 5166199. Add log messages for analysis.Ray Chen2011-08-311-0/+3
| | | | Change-Id: I1786e540b5bf19460dcca06acd8a77c9287593f8
* Fix several issues in Gallery2.Owen Lin2011-08-301-4/+13
| | | | | | | | fix: 5189318 - use transparent background for tabs fix: 5174277 - menu mailfunctioned after slideshow (a hack): fix: 5153387 - wrong tab is selected in album set page Change-Id: I68092039e566b5f7409ae509f65b227b06da16bb
* Fix 5205456 After sharing multiple images, the selection should be clearedRay Chen2011-08-241-2/+2
| | | | Change-Id: I9fd12d371269197e1e05a6c49dae2b9a81ae4ca0
* Initial code for Gallery2.Owen Lin2011-08-181-0/+218
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c