summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/SinglePhotoDataAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Rotate the camera screen nail correctly in gingerbread.Wu-cheng Li2012-08-201-0/+5
| | | | | | | | | In gingerbread, camera screen nail is a static image. Handle its rotation like a bitmap screen nail. bug:6927809 Change-Id: I554483e58fc9e32399acb20f426d7ec35631b7ac
* 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
* Add swipe-to-delete gesture.Chih-Chung Chang2012-06-181-0/+15
| | | | Change-Id: I992e59702f9dfff17da2f4464e48c9228d42b1b3
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-1/+15
| | | | | Bug: 6452217 Change-Id: Ied9c2e2c91f4ffe218a73ba1a123df92a2aab98a
* Support Panorama preview.Angus Kong2012-05-171-0/+5
| | | | | | | The panorama preview doesn't consider display rotation. bug:6305152 Change-Id: I6389a74d3c0e64d8b6bc206e728d1088f04be225
* Add transition animation for tapping from PhotoPage.Owen Lin2012-05-171-2/+2
| | | | | bug:6383694 Change-Id: Ib457d6b636dafd3f8ef7340bfa85725f14d90bd0
* Revert "Support Panorama preview."Angus Kong2012-05-171-5/+0
| | | This reverts commit 41832d9f1568c7d8227fb9ffebaf7830345cffff
* Support Panorama preview.Angus Kong2012-05-171-0/+5
| | | | | | | The panorama preview doesn't consider display rotation. bug:6305152 Change-Id: I6b87c18ed8eadf1b2bf5e64437c5b290d111cbba
* Put play video icon at the same place of the screennails.Chih-Chung Chang2012-05-071-0/+5
| | | | | Bug: 6412197 Change-Id: Idaae46c598035639907a85f726b763b80bd9572d
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-301-11/+5
| | | | | | | | | | | | | 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
* Don't do capture animation if we don't have Camera ScreenNail.Chih-Chung Chang2012-04-251-0/+5
| | | | | | | | Also make "Back" jump to first picture instead of the previous one. Bug: 6388263 Change-Id: Idf78363cf3952bf66c6b0688e79d99c01956cd07
* In filmstrip, show placeholders for pictures not loaded yet.Chih-Chung Chang2012-04-191-13/+29
| | | | Change-Id: I037f1f054da4a3800045d5b89724341ac22272a5
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-0/+5
| | | | Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
* Fix SinglePhotoDataAdapter getScreenNail()Yuli Huang2012-04-121-1/+1
| | | | | bug:6322259 Change-Id: I6cf5de88fc07e4b73b028faa3b2a063b4d47fd20
* Add new filmstrip mode for PhotoView.Chih-Chung Chang2012-04-101-8/+3
| | | | Change-Id: I9da9896303ced8d63a3557d5e6e9bc06fb366cf5
* Remove FilmStripView.Chih-Chung Chang2012-04-021-4/+0
| | | | Change-Id: I45cee8c32863cc65eba4c5e83e667e104cf24e42
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-5/+5
| | | | | | Add a new MediaItem type to contain a ScreenNail. Change-Id: Ia303949f3013dd48ded204eaf9ec69a102b8503e
* Reorganize import for all files.Owen Lin2012-03-141-7/+7
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Fix 5280798: Click on filmstrip during swiping causes crash.Chih-Chung Chang2011-09-141-0/+4
| | | | | | | | | | | After swiping animation finishes we move to the previous picture. But if during the animation the user clicks the first thumbnail on the filmstrip, we will have no previous picture to move to. Now disallow clicking on the filmstrip during the swiping animation. Change-Id: Ie910c346cbf35543fedb6812b04c8e78faab0d0f
* Make sure the sides of a backup image are less than 1024.Owen Lin2011-08-291-22/+29
| | | | | | | | | fix: 5117367 In this case(5117367), the original backup image would be 2325x1029, which exceeds the limit of an texture and thus shows a blank image. Change-Id: I3176e191c68199308fe3770c10ee0ae2d310c96a
* Initial code for Gallery2.Owen Lin2011-08-181-0/+181
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c