summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/GalleryAppImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* Add initial implementation of MediaCache.George Mount2013-03-291-3/+2
| | | | Change-Id: I94d357bab0e57cc60b8be790d912ba036730298b
* Add possibility for UX improvement measurementsBobby Georgescu2013-02-251-0/+2
| | | | | Bug: 4293199 Change-Id: I45f8a63c676c8d7700c422a0a18f799fb6d02d2e
* Remove the old photo editornicolasroard2012-10-241-7/+0
| | | | | | bug:7407573 Change-Id: Ifac6d3d7cec02c9cb8ef8bbd390f0512e6cdb66c (cherry picked from commit a96c8e9c9aac509ba074b340c66e31e20ec05823)
* Add null-check for StitchingServiceProvider.George Mount2012-10-221-1/+3
| | | | | | Bug 7386827 Change-Id: Id1ec7399202c6e67bb215f1309697b2f718a3c03
* Remove panorama checks from supported operations.George Mount2012-10-181-0/+1
| | | | | | | | | | 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
* Support panorama progress items in Gallery.Angus Kong2012-10-041-0/+9
| | | | | | | Bug 7259843 Add dummy files for showing panorama progress in filmstrip. Change-Id: I7ae92b90bbbd992fde00cfcfc68af69b34d34d74
* Load AsyncTask class in UI thread.Owen Lin2012-08-171-0/+11
| | | | | | bug: 7005321 Change-Id: I4f8806553aee34fb2ebeaef010c14c88679a7f72
* Do not show photo editor before api level 14.Yuli Huang2012-08-071-0/+10
| | | | | bug:6927717 Change-Id: Iab0fddaa169e03b65dd0a987ee8b5c892f971000
* Code clean up.Ahbong Chang2012-07-301-0/+5
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Fix 6208468 21 ANR(s) in: com.google.android.gallery3d on crespo during ↵Ray Chen2012-04-201-4/+8
| | | | | | | | | | | | 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
* Reorganize import for all files.Owen Lin2012-03-141-3/+3
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Merge Camera into Gallery package.Chih-Chung Chang2012-03-081-0/+1
| | | | Change-Id: If66d4b841eec3d3f5384a561b07c0eeade92597a
* Fix shortcup broken issue.Owen Lin2011-08-241-1/+1
| | | | | | fix: 5154308 Change-Id: I5cd2ef8efb84d4f356b3fe93106bddf10e0823cc
* Initial code for Gallery2.Owen Lin2011-08-181-0/+90
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c