History log of /packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca6f04e27bbcab953bd3f9dcf50476a1c4b70aac 20-Apr-2013 Bobby Georgescu <georgescu@google.com> Remove dead code

Bug: 8672542
Change-Id: Ia6046b17f8ae77ffe6b8090b5fbd1dda2bc0327e
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
3847e4e8e26ed6c6f18ee4a6b2984d33051d155e 14-Nov-2012 Bobby Georgescu <georgescu@google.com> Add possibility for UX improvement measurements

Bug: 4293199
Change-Id: I45f8a63c676c8d7700c422a0a18f799fb6d02d2e
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
f52ceba89962829aa12f5caba131580e8da85880 20-Feb-2013 Bobby Georgescu <georgescu@google.com> Replace various BitmapPools with a smarter unified pool

Make all of gallery use a single shared pool, and pave the
way for making the pool more adaptive based on the current
workload.

Change-Id: Ia32561ad50b1b9716ebe2fd32a7bf02737685dac
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
d00f521a3138a8f244c91748b0277290edbf61f6 29-Jan-2013 Bobby Georgescu <georgescu@google.com> Fix ANRs due to waiting for IO on UI thread

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

Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
a2d0d34a90543ee19ea295e72c112fde18fb3828 03-Dec-2012 Bobby Georgescu <georgescu@google.com> Move MenuExecutor operations into Service

Bug: 6680729
Change-Id: I538bb0a8783f7c1ff467ba8d8eb0deefdc0b6ea2
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.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/AbstractGalleryActivity.java
a850a543225e9f7a72c5a49bb6099573c7efda13 24-Oct-2012 Bobby Georgescu <georgescu@google.com> Fix jank when launching editor from Camera filmstrip

Bug: 7301182
Status bar visibility in FilterShow will now match
the one in Camera/Gallery so that there isn't weird
jank when launching.

Change-Id: I3e942633b351264d2cd38cc5b587de32e38521ed
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
e3b50f1bfcfa5c8729f31788eac1a6109a88988b 16-Oct-2012 Sascha Haeberling <haeberling@google.com> Adds GMS Core PanoramaClient to Gallery

Bug: 7319099

Also updates the API call to LightCycleHelper.
This depends on http://go/ag/#/c/239523/

Change-Id: Ie951e44e3a474599d1da6fea52609fbb9f8dc9bc
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.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/AbstractGalleryActivity.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/AbstractGalleryActivity.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/AbstractGalleryActivity.java
840ae396bac4ff8ff34e88c8d2a1773cb112a4b6 13-Jul-2012 Chih-Chung Chang <chihchung@google.com> Only use SurfaceTexture.release and setIconAttribute on newer platforms.

Bug: 6706784

Change-Id: Ic1bb2bb27c3184d791de566d88dbade039fb9d87
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
b1eb01cd02d1e75e6b9c3e593f6ff34335e2ca8a 04-Jul-2012 Owen Lin <owenlin@google.com> Don't use invalidateOptionsMenu before API level 11.

Change-Id: If46d46e44797b2bd4f66235eca0954a55d0008cf
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
df4763cf8752fb1babc7244fc2be33ed87d3b072 28-Jun-2012 Owen Lin <owenlin@google.com> Don't reuse bitmap before HoneyComb.

Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
fd3071dfc28b4caad583c77d7a4d9dad8fb86a3a 21-Jun-2012 Owen Lin <owenlin@google.com> Remove hardwired strings for no external storage.

bug: 6682495
Change-Id: I68652d6b01842a42907b953574d563cf98e65219
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
27d6bf937c3d9934fed171ea69aafaf90c9463e6 11-Jun-2012 Jean-Baptiste Queru <jbq@google.com> am b62f354d: am 582c3bb9: Merge "Gallery2: Use ICS alert drawable"

* commit 'b62f354d4f890a20f6bec37eac83226f75a4a475':
Gallery2: Use ICS alert drawable
23b602e709f1551acdb7cf2caaf5b7838b567d15 31-May-2012 Björn Lundén <blunden2@gmail.com> Gallery2: Use ICS alert drawable

Same bug here. It's using the old compability drawable
instead of the Holo theme one.

Change-Id: Ia84ce1d305ee63fc6bc1fdb407a91b3421842eb1
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
616a70fdb4473d2fbd7b70772a3a82b908aeae1e 07-May-2012 Owen Lin <owenlin@google.com> Add transition animation for tapping from PhotoPage.

bug:6383694
Change-Id: Ib457d6b636dafd3f8ef7340bfa85725f14d90bd0
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
7896b2ce915cbd180682e94e2fe3d246ff760763 16-May-2012 Owen Lin <owenlin@google.com> Set the window backgrond and remove it in onCreate().

To have better transistion when launching the app.

bug: 6494653
Change-Id: I0f28796d599931c676c99e8f19a9f34e05018570
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
bd141b5a51c96f6fcaddfa547f0928ce69cf0755 26-Apr-2012 Chih-Chung Chang <chihchung@google.com> Support drawing in different orientation in Gallery.

Bug 6312994: Swipe UX: do not directly show the camera roll when camera starts
Bug 6313191: Swipe UX: Change swipe direction after the user rotated the device
Bug 6313192: Swiping UX: make Gallery display in rotated mode
Bug 6399447: Filmstrip: in Gallery, pressing Back from filmstrip doesn't perform the right animation
Bug 6399974: Filmstrip: when swiping from full-screen photo to filmstrip mode, camera view and the photo-roll don't align correctly
Bug 6400014: Swiping UX: in Camera portrait mode, tapping on the Thumbnail doesn't align camera view and the photo-roll correctly
Bug 6401075: Able to scroll through the gallery pics while capturing video.
Bug 6405087: Filmstrip does not change with orientation

Change-Id: I8c479d87800c63b7a95c199c0c1c3bc512d66d42
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
2c6173822a612597c79be41b126367ddfbb5d518 20-Apr-2012 Chih-Chung Chang <chihchung@google.com> Add capture animation in Gallery.

Change-Id: Ibf95cc64f37a4518377e64124af6606c4f14cdaa
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
b1db75c15ef546fef26ee7e34321f3087562a0f7 24-Apr-2012 Wu-cheng Li <wuchengli@google.com> Add a method to disable toggle status bar.

Camera does not show status bar in both landscape and
portrait.

bug:6378178

Change-Id: I80cead9c0e2ef0256288aafead6bd1a96cc93d7b
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
b8be1e0ad76b6abc0da7ead39f7a9811195d001e 17-Apr-2012 Chih-Chung Chang <chihchung@google.com> Add thumb pool the cache Bitmap used for thumbnails.

Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
cafd30f96355ad446943d60cd2595d08423944e2 09-Apr-2012 Owen Lin <owenlin@google.com> Add BytesBufferPool to prevent GC.

Change-Id: Ia8513ff380a60f102481cbf25650eca149b75064
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
d8fb81f601830385a2343d08ad5dd171e4c7bfe0 29-Mar-2012 Owen Lin <owenlin@google.com> Upload textures in background.

Change-Id: I365f7be9aaab793366884249cbb10e8b6f0ab0e6
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
3957efd020f2e80d79cd3fed019f2883668a1c9e 03-Apr-2012 Wu-cheng Li <wuchengli@google.com> Fix OOM when switching between camera and camcorder.

- 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
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.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/AbstractGalleryActivity.java
655f63f04638dfe31045eab1b6b4c39cc2db10db 16-Mar-2012 Ray Chen <raychen@google.com> Revert "bug #6176711: guard against null GalleryActionBar." and
fix DialogPicker's NPE issue while setting wallpaper.

Change-Id: I833ebfb04907d3a1378df98db51c96b490796a00
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
4bb5912e85f6d1bd8a6b78d6d52b4c4da7aeb740 07-Mar-2012 Owen Lin <owenlin@google.com> Reuse bitmap for all micro thumb images to prevent GC.

Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.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/AbstractGalleryActivity.java
fa011a292ea27fd6a885f980596e959ca83b9a4f 07-Feb-2012 Ray Chen <raychen@google.com> Fix indent.

Change-Id: I3e0c443ddfb2ebc777db7504c89ca1ffec119745
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
4d50f7373a6205e197ffc1b73cdc5ffcbeb79fca 03-Feb-2012 Pin Ting <pinting@google.com> Shows status bar in gallery when in portrait view.

bug: 5467810
Shows status bar in gallery, crop activity, picker activity when in
portrait view; hide status bar when in landscape view.

Change-Id: I17e2347f020db209ba0581a8e2f2aa19fcb4ceae
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
108667b88ed4046556e967fcb9541fa9efd7c606 09-Nov-2011 Ray Chen <raychen@google.com> Fix 5213252 [UI] Updated action bar layouts and action orders

Change-Id: I798a86ed1f6883af1ea3cd3e9c67a6603d0273cc
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.java
8e565703e8d482421714383a8ad40a67929ce2da 09-Sep-2011 Owen Lin <owenlin@google.com> Use different UIs for phone's portrait mode in manage offline page.

fix: 5100503

The original UI design is not suitable for phone's portait mode. I move the
UIs from GL view to android View to get better support.

Change-Id: Ice5f536129f66b51cdaf4db1be750be7bc072c7f
/packages/apps/Gallery2/src/com/android/gallery3d/app/AbstractGalleryActivity.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/AbstractGalleryActivity.java