History log of /packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49508252ccb37a92bf06da468e4683c4b1909a33 18-Mar-2013 George Mount <mount@google.com> Add initial implementation of MediaCache.

Change-Id: I94d357bab0e57cc60b8be790d912ba036730298b
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.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/GalleryAppImpl.java
50116ffb044f6566ef5e36aaa8e41dcb7522076e 25-Oct-2012 nicolasroard <nicolasroard@google.com> Remove the old photo editor

bug:7407573
Change-Id: Ifac6d3d7cec02c9cb8ef8bbd390f0512e6cdb66c
(cherry picked from commit a96c8e9c9aac509ba074b340c66e31e20ec05823)
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
cb3a3da9a11dbebbdc77ff91ea5b18358295a43e 22-Oct-2012 George Mount <mount@google.com> Add null-check for StitchingServiceProvider.

Bug 7386827

Change-Id: Id1ec7399202c6e67bb215f1309697b2f718a3c03
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
4b4dbd225685502f4249c2bf25bf74f7ce526645 18-Oct-2012 George Mount <mount@google.com> Remove panorama checks from supported operations.

Bug 7351383
Bug 7349438
Move panorama support checks from getSupportedOperations so
that calls to getSupportedOperations are consistent. Panorama
checks are moved to only based on callbacks.

Change-Id: Id9ff138204df84c6fb0a4c971dcea59f1220aee2
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
c64d127c976f8ef647552063ff14ead4388ce699 19-Sep-2012 Angus Kong <shkong@google.com> Support panorama progress items in Gallery.

Bug 7259843
Add dummy files for showing panorama progress in filmstrip.

Change-Id: I7ae92b90bbbd992fde00cfcfc68af69b34d34d74
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
91055408e94f0a7517971f52290c52f2a75ed52a 16-Aug-2012 Owen Lin <owenlin@google.com> Load AsyncTask class in UI thread.

bug: 7005321

Change-Id: I4f8806553aee34fb2ebeaef010c14c88679a7f72
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
778ec3597e00cd048224b2c393e2d925bfb27c57 06-Aug-2012 Yuli Huang <yuli@google.com> Do not show photo editor before api level 14.

bug:6927717
Change-Id: Iab0fddaa169e03b65dd0a987ee8b5c892f971000
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.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/GalleryAppImpl.java
6b677eb6dfb1cc51ca6dbe6ab43da2f6020fbf2c 20-Apr-2012 Ray Chen <raychen@google.com> Fix 6208468 21 ANR(s) in: com.google.android.gallery3d on crespo during monkey runs for JRM80
b:6208468

Both getDataManager and getImageCacheService use the same lock but the latter method is blocked on
RandomAccessFile's open syscall. The lock should be separated because they're independent and
getDataManager is very frequently used too.

Change-Id: I4d44cfc949f45a31c7200c8327115bc4b7fde60f
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.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/GalleryAppImpl.java
63764789fdef4dfcdb3c0e1a9fa46b5d62312f07 08-Mar-2012 Chih-Chung Chang <chihchung@google.com> Merge Camera into Gallery package.

Change-Id: If66d4b841eec3d3f5384a561b07c0eeade92597a
/packages/apps/Gallery2/src/com/android/gallery3d/app/GalleryAppImpl.java
d6db8eab6df048b9065834113a6d46a885af01d3 18-Aug-2011 Owen Lin <owenlin@google.com> Fix shortcup broken issue.

fix: 5154308

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