summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor the geometry codeJohn Hoford2013-02-2721-93/+429
| | | | Change-Id: I5b0381ec5e127aabf37924af64fbeb490755bc9a
* Fix vignette startup drawnicolasroard2013-02-261-5/+19
| | | | Change-Id: Ifaab3167e44db05be6c788e10d234975b1f51b56
* Merge "Thumbnails for PhotoSetPage" into gb-ub-photos-bryceJohn Reck2013-02-273-10/+1202
|\
| * Thumbnails for PhotoSetPageJohn Reck2013-02-263-10/+1202
| | | | | | | | Change-Id: I8d62b4ca0d0902ca2a18b087a344d35d17a97fa7
* | FilterShowActivity cleanupnicolasroard2013-02-262-104/+13
| | | | | | | | Change-Id: Iac674c6ca981b7dafb76af3602c75b925d4cbbed
* | Merge "add upoint" into gb-ub-photos-bryceJohn Hoford2013-02-262-1/+22
|\ \
| * | add upointJohn Hoford2013-02-262-1/+22
| |/ | | | | | | Change-Id: I484d2c6658e4ea06e22fa037ef2262c17b9e8d79
* | Add initial implementation of PhotosProvider.George Mount2013-02-262-0/+625
| | | | | | | | Change-Id: I98694cf54bd0fb549703a7184e1816e9590a05ff
* | Disable full res when dealing with jpeg orientationnicolasroard2013-02-261-0/+3
| | | | | | | | Change-Id: Ie29f25addcb66a6c8a2effa2bfbf89155ce6465a
* | Fix compare swipenicolasroard2013-02-251-11/+15
| | | | | | | | bug:8266511
* | Merge "Fix crash on applying borders" into gb-ub-photos-brycenicolasroard2013-02-263-3/+8
|\ \
| * | Fix crash on applying bordersnicolasroard2013-02-253-3/+8
| |/ | | | | | | | | | | bug:8265497 Change-Id: I7e6b22cb7666fd3876119051552e34e91df894a2
* | Merge "Use cross fade rotation animation" into gb-ub-photos-bryceMichael Kolb2013-02-261-2/+27
|\ \
| * | Use cross fade rotation animationMichael Kolb2013-02-251-2/+27
| |/ | | | | | | | | | | Bug: 8257846 Change-Id: I891eda12f3de2ec0cd0f7672b991a19e6464873c
* / Fixed more of filtershows large bitmap reference leaks.Ruben Brunk2013-02-255-41/+29
|/ | | | | Bug: 8253109 Change-Id: Iaff381e759d02baae701a01d6c081c49f4b3c772
* Merge "Release surface texture to fix gray camera preview" into ↵Doris Liu2013-02-231-4/+3
|\ | | | | | | gb-ub-photos-bryce
| * Release surface texture to fix gray camera previewDoris Liu2013-02-221-4/+3
| | | | | | | | | | | | Bug: 8133672 Change-Id: Ie71c8fd1ea07a19eccf5bbd773054e095426fe80
* | Start of photosJohn Reck2013-02-227-1/+421
| | | | | | | | Change-Id: Id53dd96d8873e0fe6c2685e07cd7bdc0cde7ea75
* | Merge "Stopgap fixes for more of the photo editor's memory issues." into ↵Ruben Brunk2013-02-225-9/+51
|\ \ | | | | | | | | | gb-ub-photos-bryce
| * | Stopgap fixes for more of the photo editor's memory issues.Ruben Brunk2013-02-225-9/+51
| | | | | | | | | | | | | | | | | | Bug: 8253109 Bug: 8233895 Change-Id: Idd55618807ff0a0c5ac0cbb8c71db167fa32e70b
* | | Merge "Revert "Stopgap fixes for more of the photo editor's memory issues."" ↵Ruben Brunk2013-02-225-51/+9
|\ \ \ | | | | | | | | | | | | into gb-ub-photos-bryce
| * | | Revert "Stopgap fixes for more of the photo editor's memory issues."Ruben Brunk2013-02-225-51/+9
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4c91156f9a2e48ebaec86e3a46ea9b7855392cfd Change-Id: If94d87fd4d84bd518b7cc113c3cd422b59fdd3ed
* | | | Merge "Stopgap fixes for more of the photo editor's memory issues." into ↵Ruben Brunk2013-02-225-9/+51
|\| | | | | | | | | | | | | | | gb-ub-photos-bryce
| * | | Stopgap fixes for more of the photo editor's memory issues.Ruben Brunk2013-02-225-9/+51
| |/ / | | | | | | | | | | | | | | | Bug: 8253109 Bug: 8233895 Change-Id: I676b6749f3b273a431323609add01e82b88db456
* | | Merge "Replace various BitmapPools with a smarter unified pool" into ↵Bobby Georgescu2013-02-2219-243/+497
|\ \ \ | | | | | | | | | | | | gb-ub-photos-bryce
| * | | Replace various BitmapPools with a smarter unified poolBobby Georgescu2013-02-2219-243/+497
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Don't apply the filters twice in partial rendering...nicolasroard2013-02-221-0/+4
| |/ / |/| | | | | | | | Change-Id: I5ddcb74e2a6cf09852eec0049bee47581b402f28
* | | Merge "Move setting wallpaper to a background thread." into gb-ub-photos-bryceRuben Brunk2013-02-221-5/+24
|\ \ \
| * | | Move setting wallpaper to a background thread.Ruben Brunk2013-02-221-5/+24
| | | | | | | | | | | | | | | | | | | | Bug: 8088767 Change-Id: I168032418a15f766ac09e18cd12707c7270b07f3
* | | | Pinch to zoom refinenicolasroard2013-02-2124-29/+251
| | | | | | | | | | | | | | | | Change-Id: I538defa55a4ed898dd7c936ec813f052ac1b9e0a
* | | | Fix for null check with RS allocations.Ruben Brunk2013-02-211-0/+2
| | | | | | | | | | | | | | | | | | | | Bug: 8243554 Change-Id: I49da16f530a7283a801b3739ee7ba06bc7e4dad7
* | | | fix draw and ellipse to handle pinch to zoomJohn Hoford2013-02-214-35/+60
| | | | | | | | | | | | | | | | Change-Id: I8af9b37dcd98425959742a4142756963363d1cec
* | | | Adjust capture animation timingMichael Kolb2013-02-211-3/+3
| | | | | | | | | | | | | | | | Change-Id: I77c44baeafa58d2a28aa9f4ce85008e14a7f61eb
* | | | Merge "Temporary handling when running out of heap in filtershow." into ↵Ruben Brunk2013-02-212-44/+153
|\ \ \ \ | | | | | | | | | | | | | | | gb-ub-photos-bryce
| * | | | Temporary handling when running out of heap in filtershow.Ruben Brunk2013-02-212-44/+153
| |/ / / | | | | | | | | | | | | | | | | Bug: 8233895 Change-Id: Id078d2a4b387127c0d230bc5d9de4590f0e9f72b
* | | | add highlight filterJohn Hoford2013-02-213-0/+241
| | | | | | | | | | | | | | | | Change-Id: I2e59e09fbc80172b9dfe27b3ce8ff2f1e24c5872
* | | | Remove SliderController classnicolasroard2013-02-213-216/+0
| | | | | | | | | | | | | | | | Change-Id: I59ed20a63a59e4c48c0a44ff52d82852ea159331
* | | | Merge "Remove slider in ImageShow, cleanup code" into gb-ub-photos-brycenicolasroard2013-02-214-117/+3
|\ \ \ \
| * | | | Remove slider in ImageShow, cleanup codenicolasroard2013-02-204-117/+3
| | |_|/ | |/| | | | | | | | | | Change-Id: I005d4ecd33a5b6fcd23af6a6ba46419e7c9fc683
* | | | Merge "Fix NPE for when camera is disabled" into gb-ub-photos-bryceDoris Liu2013-02-211-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix NPE for when camera is disabledDoris Liu2013-02-201-2/+4
| | |/ | |/| | | | | | | | | | Bug: 7950211 Change-Id: I3983209211bc4afdff3a8878f458a9bf275c5639
* | | Fix typonicolasroard2013-02-201-1/+1
| | | | | | | | | | | | Change-Id: I6c41782a033d5ad1bb5780b22d99658223b23a0b
* | | Add pinch to zoomnicolasroard2013-02-206-65/+200
| | | | | | | | | | | | Change-Id: I5d90a7ce5d890f613fa957244c6ac5291496cf1a
* | | Removed unsupported GL operations.Ruben Brunk2013-02-201-4/+1
| | | | | | | | | | | | | | | Bug: 8223749 Change-Id: I722220def36aa4a9e53666540471100df6609d74
* | | Merge "Show the Utility Panel by default." into gb-ub-photos-bryceVictor Doba2013-02-201-1/+1
|\ \ \
| * | | Show the Utility Panel by default.Victor Doba2013-02-151-1/+1
| | | |
* | | | fix vignette startup issuesJohn Hoford2013-02-202-5/+13
| | | | | | | | | | | | | | | | Change-Id: I3a8461edf3239044565611ed35b41cb87e5a529f
* | | | add movable vignetteJohn Hoford2013-02-1910-39/+654
| |/ / |/| | | | | | | | Change-Id: I54f2fccd0d748ca4c908d5b0f3c3ef7349cd686d
* | | Fix auto-focus areasMichael Kolb2013-02-181-33/+28
| | | | | | | | | | | | | | | | | | | | | Use a specific focus area in continuous AF Use a smaller AF area for tap to focus Change-Id: Ia633dec7c1830c7c03f56434614e9bce3f5697e6
* | | Fix AF animationMichael Kolb2013-02-182-3/+6
| | | | | | | | | | | | | | | | | | Bug: 8219462 Change-Id: I9c39c70aad8f1ca6763acfc2d2a5ff5c918c71a5