summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Add freeze/unfreeze for GLRootView.Chih-Chung Chang2012-05-102-0/+4
| | | | Change-Id: Ieb78041fea22b064d176ea1318cf5883d5d4c94f
* Better orientation change handling.Chih-Chung Chang2012-05-082-2/+10
| | | | | | | | Bug 6451117: Preview location is wrong after rotating the device quickly Bug 6444303: The preview location is wrong when camera is started upside down on tablet Bug 6451710: Tap to focus broken in landscape Change-Id: I12fd57d6618ec5521ccc6efcbf65de57ff2ea3d2
* Add support to draw on texture.Owen Lin2012-05-021-0/+2
| | | | Change-Id: I95dd5d29352692b702503969e1ebe07bc91a8a73
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-302-0/+2
| | | | | | | | | | | | | 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
* Remove Position and PositionRepository.Owen Lin2012-04-021-2/+0
| | | | | | Also fix a regression introduced in previous change. Change-Id: I534c8ca7838f3518856cf48878dd49beeb331562
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-022-0/+12
| | | | Change-Id: I8bf63dfc5b969ecce51841378b093a650b6f91d8
* Remove unused code.Chih-Chung Chang2012-02-235-450/+1
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-2/+2
| | | | Change-Id: Iac3f302454119de6363cd5cfb158619e739b0536
* Cache animation time value to reduce work and synchronize animation.Chih-Chung Chang2012-02-171-20/+0
| | | | Change-Id: I00081bc6037c01dafc56cf017dcc1da448c1d106
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-161-0/+1
| | | | | | | | (1) make a faster version of translate(x, y). (2) make mapPoints() faster. (3) avoid calling canvas.rotate() when it is not needed. Change-Id: I364e2aa3fc9ee81c43f42f3af8b2d30a1241b482
* Add profiling tools.Chih-Chung Chang2012-02-141-0/+179
| | | | Change-Id: Ieab118ededaab5ef46408fac6fdb66b9fff4900e
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-0/+10
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* Initial code for Gallery2.Owen Lin2011-08-1824-0/+5730
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c