History log of /packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2251386437163898eb4b6f7546705d1365744fd1 16-Apr-2013 Flavio Lerda <flerda@google.com> Usage statistics for sharing.

Bug: 8433834
Change-Id: Iaec6150443258daa213395b6fb1e8d8d3e6123b3
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
2abaaf7caa9a83ba1ea759868aabde7f21387184 12-Dec-2012 John Reck <jreck@google.com> remove actionbar sherlock

Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
372152961edd8feada0ae6478c91ba6b2565191d 31-Oct-2012 John Reck <jreck@google.com> Gingerbread support-ish

This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca.

Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
b037754eac0a4f99747edd3135776dc471d566f8 19-Oct-2012 Mangesh Ghiware <mghiware@google.com> Fix sharing state in Gallery ActionBar

Bug: 7340067
Change-Id: I4ff9577315fc743f6b9fef0d325b0743546f108e
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
5d4b8fd9fd2e601b780c027ef912c8fabfe3ee1e 11-Oct-2012 Bobby Georgescu <georgescu@google.com> Change ActionBar spinner text size on rotate

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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
a2ce811cb505d579112f5e3c4ecb030d8252371e 09-Oct-2012 Bobby Georgescu <georgescu@google.com> Update design for grid/filmstrip switcher

Bug: 7317501
Change-Id: I8975071b2a6d8b9f03c54c4bd3a6aa157fc6dc2e
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
71ce96fc79787dedac56af75385dc227d52be3af 09-Oct-2012 Mangesh Ghiware <mghiware@google.com> Fix sharing as photo option for 360 degree panorama

Bug: 7310190
Bug: 7302023

Also, fix disappearing sharing menu item in action bar.

Change-Id: Id555426cce5f25d21405c885b6f7331d238cdd07
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
1336062985c9824d7fd796b1cebd5eaa8e4163ca 02-Oct-2012 Owen Lin <owenlin@google.com> Remove ActionBarSherlock

bug: 7242682

Change-Id: Ibf1fa136cafdca25273ee39ae9c065560b2db5cb
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
ee899c09c88e5b054397ac44ad20e5055cd24f39 02-Oct-2012 Bobby Georgescu <georgescu@google.com> Improve display of ActionBar album mode switcher

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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
3cf502a91b36bf6ce633f897505b0a2c3fc53ad5 02-Oct-2012 Bobby Georgescu <georgescu@google.com> Move grid/filmstrip switching to ActionBar title "spinner"

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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
f98aafb7eb65b889b0f831d607828ca4f8af64b6 28-Sep-2012 Mangesh Ghiware <mghiware@google.com> Fix NPE in GalleryActionBar

Bug: 7252666
Change-Id: Ide3c8e0d609743b34a3c53f3bb48dbeddb3f98c0
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
5172dee697c05235ddf932827d75e6fa0b81d382 28-Sep-2012 Mangesh Ghiware <mghiware@google.com> Update to sharing panorama

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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
24081fe26ca25448ddb9c8f9cc7f406d26344dec 28-Aug-2012 Owen Lin <owenlin@google.com> Fix NPE in viewing single image.

bug: 7052228
Change-Id: Iaca5ed062cd3c8233f212551cf4312f0828f12dc
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
b21b8e58a604f6c701245d84b141b5b87663192b 23-Aug-2012 Owen Lin <owenlin@google.com> Uses ActionBarSherlock in Gallery

bug: 6927267

Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
2bb717f1ea38e2ce33dd102a23afe6bfacb5675c 13-Jul-2012 Owen Lin <owenlin@google.com> Extract the action bar interface.

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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
fb5571987f2555b04731b6f3e1c479efc16d542a 19-Jul-2012 Wu-cheng Li <wuchengli@google.com> Do not use ShareActionProvider before API 14.

Use simple share intent before API 14.

bug:6706723

Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
89e7975ade04cea9df6dff285fe1c74425e4df7f 31-Jul-2012 Ahbong Chang <cwahbong@google.com> Check api level before invoking setHomeButtonEnabled().

Bug: 6706785
Change-Id: I2ad4d4961705c38a4d1047732f45dc9c69580782
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
cc8e7ab7ae0912186beff20e7f042fd6c1e78b35 27-Jul-2012 Owen Lin <owenlin@google.com> Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.

bug: 6706724
bug: 6706785

Change-Id: I09e48b8a042c5ce84442dddaf4e4bdfd1960ec4f
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
7817979db0c52ffeacb951625b1e821eba303285 30-Jul-2012 Ahbong Chang <cwahbong@google.com> Code clean up.

Remove unused imports.
Remove unused fields.
Remove unnecessary cast.
Add missing override annotations.

Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
677584c7242d21ef2ca8adbedb5f9e3f016b54b3 02-May-2012 Yuli Huang <yuli@google.com> Fix NPE because of concurrent access in both GL and main threads.

bug:6411187
Change-Id: I811c83f49837ee921436fec0c6b1bf2de0156e0a
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
8cab3e872dd95e55ba34fdb94269a0c5069e72ae 20-Mar-2012 Ray Chen <raychen@google.com> Fix b/6191707 Unable to set Custom wallpaper from Home

Change-Id: I130f74c94ebf5d93922807f7fee5ae7f189a15d4
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
84c220f10a643927c8a2126de8a755d8d7f7ec9e 06-Mar-2012 Ray Chen <raychen@google.com> Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow 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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
2b3ee0ea07246b859a5b75d8a6102a7cce7ec838 14-Mar-2012 Owen Lin <owenlin@google.com> Reorganize import for all files.

Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
fe1625c46f8258be4cd5e5e1ba69b584c1fe1a49 17-Feb-2012 Ray Chen <raychen@google.com> Fix 5948223 [bug bash] Albums text disappears when exiting gallery

Change-Id: Ib787184f747ff30afabc35b16b46950dc3b5b50c
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
7b83fb8e3a8978b33a6b9bfc56d85fe2c1a9cf06 22-Feb-2012 Chih-Chung Chang <chihchung@google.com> Remove unused code.

Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
00b5f3c66113d14a7fc6f37d3a4e9d0c9b566eaa 18-Nov-2011 Ray Chen <raychen@google.com> Fix 5635260 Albums view goes blank after changing view option and returning to albums view

Change-Id: I1fd9776f050d16fc3abb723cc17b1cf07bd2f948
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
5ccc96ac39f9513f13977de4419d814112c23ab8 15-Sep-2011 Owen Lin <owenlin@google.com> Lock rendering when switching state.

fix: 5126875

Change-Id: I118660b80cc5dfa8913865e303ed48f23e1c0705
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
b5f8d908c5dd287052cd49eddaf1f82d858cca03 13-Sep-2011 Ray Chen <raychen@google.com> Fix 5239335 ICS Gallery: convert tabs at Gallery home to drop down

Change-Id: I7503f724dbf16034513a6d8d6b0cb0425166a365
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
eab374bafe5237a77698c4135c92eb26faedfa2b 09-Sep-2011 Ray Chen <raychen@google.com> Fix 5267234 com.google.android.gallery3d: java.lang.IllegalArgumentException:
The stateview to be finished is not at the top of the stack:

setNavigationMode triggers recursive tabs onSelected events.

Change-Id: Id9f58b4a73c4d7836b62e33e2f9b3676ba3f95c2
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
e9ae772f3400d53d24ce3d2834bd5866de599406 30-Aug-2011 Ray Chen <raychen@google.com> Debugging 5166199. Add log messages for analysis.

Change-Id: I1786e540b5bf19460dcca06acd8a77c9287593f8
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
6cf807453fb58ccd4cc513ff187b306c7090e67c 28-Aug-2011 Owen Lin <owenlin@google.com> Fix several issues in Gallery2.

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
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
d6f517849bc63338ce2ab2c51c9fb7a3e167b916 24-Aug-2011 Ray Chen <raychen@google.com> Fix 5205456 After sharing multiple images, the selection should be cleared

Change-Id: I9fd12d371269197e1e05a6c49dae2b9a81ae4ca0
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java
f9a0a4306d589b4a4e20554fed512a603426bfa1 17-Aug-2011 Owen Lin <owenlin@google.com> Initial code for Gallery2.

fix: 5176434

Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryActionBar.java