summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fixes TinyPlanet crashed due to too excessive memory usage.Sascha Haeberling2012-10-241-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7409664 Change-Id: If82882ce7186500f5a3af769d490275233a6191c
* | | | Merge "Fixed blackscreen when launching crop from menu." into ↵Ruben Brunk2012-10-243-2/+15
|\ \ \ \ | |/ / / |/| | | | | | | gb-ub-photos-arches
| * | | Fixed blackscreen when launching crop from menu.Ruben Brunk2012-10-243-2/+15
| |/ / | | | | | | | | | | | | Bug: 7410287 Change-Id: I60ae95cff82c789df37ce1b45fbaaaffa1aa552b
* / / Add rotation to tinyplanet viewnicolasroard2012-10-244-2/+106
|/ / | | | | | | | | bug:7389189 Change-Id: Ib072879190bcd96c552581bf9240876b10ca362d
* | Fixes UI stuffnicolasroard2012-10-242-0/+4
| | | | | | | | | | | | bug:7393871 bug:7387596 Change-Id: I833c6f713ab71c4dce896f66e191a2a1a42b3e2f
* | Merge "Initialize the modified date correctly." into gb-ub-photos-archesTeng-Hui Zhu2012-10-242-6/+11
|\ \
| * | Initialize the modified date correctly.Teng-Hui Zhu2012-10-242-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | On top of that, the date_taken is in units of seconds, while others are in units of milliseconds. bug:7307090 Change-Id: I3f14a6354fa72a20d228d49a92d5c2007ca29df1
* | | Change background and panel colorsnicolasroard2012-10-242-1/+6
| | | | | | | | | | | | | | | bug:7385980 Change-Id: I67edeeda0df311203e4cedc140d42a3d9d41a7b4
* | | Merge "Fix attempted uploading of recycled tiles" into gb-ub-photos-archesBobby Georgescu2012-10-241-8/+13
|\ \ \
| * | | Fix attempted uploading of recycled tilesBobby Georgescu2012-10-241-8/+13
| | | | | | | | | | | | | | | | | | | | Bug: 7405398 Change-Id: I17711f9c724af216aa22cee6a86d9feba84c1548
* | | | Move loadBitmap to async taskJohn Reck2012-10-243-55/+71
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7406705 Change-Id: I4e540e08d239d2e57f0ae6be5d70c8777cdbab2a
* | | | Launch built-in camera app via filmstripBobby Georgescu2012-10-241-2/+9
|/ / / | | | | | | | | | | | | Bug: 7407182 Change-Id: I25e0028dd5f3889f7837494e0bf25c54edbb4405
* | | Took out aspect ratio switching.Ruben Brunk2012-10-242-12/+22
| | | | | | | | | | | | | | | Bug: 7406414 Change-Id: Iba6e59d728d6f1ce81ea62b01a86dfaa355383b9
* | | Merge "Save the image when applying tiny planet" into gb-ub-photos-archesnicolasroard2012-10-242-3/+13
|\ \ \
| * | | Save the image when applying tiny planetnicolasroard2012-10-242-3/+13
| |/ / | | | | | | | | | | | | bug:7403622 Change-Id: Ic199b163d6418b6d45c2da10b915f2088dd52e16
* | | Merge "limited the size of textures to 2048" into gb-ub-photos-archesJohn Hoford2012-10-241-2/+6
|\ \ \ | |/ / |/| |
| * | limited the size of textures to 2048John Hoford2012-10-241-2/+6
| | | | | | | | | | | | | | | bug:7404007 Change-Id: I77fac900e213ca16c2accfa8f59d0cd300559836
* | | Do not show bottom controls when undo bar is visibleBobby Georgescu2012-10-242-1/+9
|/ / | | | | | | | | Bug: 7403458 Change-Id: I1e789ebd7f08256a1ccbdb2ac9f2f9f97d0859c6
* | Merge "Do not show Camera placeholder when not appropriate" into ↵Bobby Georgescu2012-10-241-9/+10
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Do not show Camera placeholder when not appropriateBobby Georgescu2012-10-231-9/+10
| | | | | | | | | | Bug: 7403454 Change-Id: I5cc0227f068da0ca596e6259314b9d2ade62de07
* | Use TiledTexture for thumbnails.Owen Lin2012-10-2410-47/+87
| | | | | | | | | | | | | | | | | | | | 1. Use TiledTexture for thumbnails to prevent jank in uploading big thumbnails. (e.g., 512 * 512) 2. Use larger thumbnails (DISPLAY_LONG_SIDE / 5). bug: 7381302 Change-Id: I7661d648373e893b40b2a0304037171760091e00
* | Use XMP meta-data for correct tiny planets.Sascha Haeberling2012-10-232-12/+60
| | | | | | | | | | | | Bug: 7403766 Change-Id: Ie03d40d0396d352d6fe48c91b995a2f872c98a06
* | Fixed scaling factor for ImageShow and rotations.Ruben Brunk2012-10-234-35/+49
| | | | | | | | | | | | Bug: 7392240 Bug: 7386048 Change-Id: I156c52acbd041604df2f7ccacca3a80f1b9fdb3b
* | Merge "Fix so mirror gets applied." into gb-ub-photos-archesRuben Brunk2012-10-231-0/+3
|\ \
| * | Fix so mirror gets applied.Ruben Brunk2012-10-231-0/+3
| |/ | | | | | | | | Bug: 7402773 Change-Id: I531b795c2f43379e9eaf1ad3b9292e62c867ec3c
* | Merge "Support XMP data, fixed read file on another thread" into ↵Nicolas Roard2012-10-232-10/+46
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Support XMP data, fixed read file on another threadJohn Hoford2012-10-232-10/+46
| | | | | | | | | | bug:7293391 Change-Id: I634857dea3c4d0d204c3fb40f0eec9dc1a9af263
* | Merge "Stay in AlbumPage when dismissing a popup from AP" into ↵Doris Liu2012-10-232-8/+7
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Stay in AlbumPage when dismissing a popup from APDoris Liu2012-10-232-8/+7
| | | | | | | | | | | | Bug: 7384972 Change-Id: Ie2434ecc203a98610f1954b73a3d6916940eb812
* | Increased touch tolerance in cropping.Ruben Brunk2012-10-232-5/+10
|/ | | | | | Bug: 7342281 Change-Id: Ice2ba5f07074b1518e4064bbda489aae7ba17b22
* Reworked crop/transform UI.Ruben Brunk2012-10-2310-124/+290
| | | | | | | | Bug: 7385644 Bug: 7378335 Bug: 7366075 Change-Id: Iee7e0a0741b69269b08726bad45e29d86834054e
* add support for black and white filters, add rotation API to tiny planetJohn Hoford2012-10-234-2/+71
| | | | | | bug:7386370 bug:7389189 Change-Id: I1720893000c39edf28a356fb7b56634f004ef120
* Fix jank when launching editor from Camera filmstripBobby Georgescu2012-10-233-0/+15
| | | | | | | | | Bug: 7301182 Status bar visibility in FilterShow will now match the one in Camera/Gallery so that there isn't weird jank when launching. Change-Id: I3e942633b351264d2cd38cc5b587de32e38521ed
* Merge "Express the borders size in percentages" into gb-ub-photos-archesnicolasroard2012-10-232-4/+3
|\
| * Express the borders size in percentagesnicolasroard2012-10-232-4/+3
| | | | | | | | | | bug:7379459 Change-Id: I14c91dbee0480a3880a11b166fcce3673c2ff3eb
* | Merge "Fix NPE" into gb-ub-photos-archesJohn Reck2012-10-231-9/+11
|\ \
| * | Fix NPEJohn Reck2012-10-231-9/+11
| | | | | | | | | | | | | | | | | | Bug: 7399438 Change-Id: Ida0bcc0689d5a797e3c60c3ee51542512fbadf1e
* | | Merge "Fix NPE in detecting panoramas." into gb-ub-photos-archesGeorge Mount2012-10-231-3/+7
|\ \ \ | |_|/ |/| |
| * | Fix NPE in detecting panoramas.George Mount2012-10-231-3/+7
| | | | | | | | | | | | | | | | | | Bug 7398022 Change-Id: Iae646c424ffbe552d014f563c8f4e5e4385b4724
* | | Hide the history panel on rotationnicolasroard2012-10-231-4/+14
| | | | | | | | | | | | | | | bug:7386882 Change-Id: Id68fa1680318b85b4b5b5e54221377d504687d93
* | | Fix another potential crash in Curvesnicolasroard2012-10-232-4/+8
| | | | | | | | | | | | | | | bug:7379140 Change-Id: I5f2f21b56595799c0e46e13bf5278b44803f4080
* | | Merge "Fix flickering in geometry panel" into gb-ub-photos-archesnicolasroard2012-10-232-20/+41
|\ \ \
| * | | Fix flickering in geometry panelnicolasroard2012-10-232-20/+41
| | | | | | | | | | | | | | | | | | | | bug:7344214 Change-Id: I34c980061c2d51e7b97ec95fc77e3331cffdf8d5
* | | | Merge "Show Panorama viewer button in filmstrip mode" into gb-ub-photos-archesBobby Georgescu2012-10-231-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Show Panorama viewer button in filmstrip modeBobby Georgescu2012-10-231-2/+3
| | | | | | | | | | | | | | | | | | | | Bug: 7393346 Change-Id: I555ef6cfee0ac3992f0a84c69a1eafc19718ce4c
* | | | Add copyright noticesnicolasroard2012-10-2357-24/+880
| |_|/ |/| | | | | | | | | | | bug:7387634 Change-Id: Iaac0b55c9857f609312b78a613d074d323174ea1
* | | Fix slow / jerky tracking in Curvesnicolasroard2012-10-232-2/+8
|/ / | | | | | | | | bug:7394837 Change-Id: I70758b463601faa19d05da58d0163b31df7b4b91
* | Merge "Shows filtered images in geometry modules and comparison." into ↵nicolasroard2012-10-2310-78/+189
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Shows filtered images in geometry modules and comparison.nicolasroard2012-10-2310-78/+189
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | bug:7279469 bug:7379286 bug:7344214 bug:7379140 Also: - cache multiple version (with/without geometry or filters applied) - doesn't show the original image anymore when waiting for a filtered version (shows nothing instead for now) - fix potential crash in Curves Change-Id: I4eabd42c30f6d370571f177d5efe92550798aed8
* | Merge "Ensure photo sphere icon shows for panoramas." into gb-ub-photos-archesGeorge Mount2012-10-231-0/+1
|\ \ | |/ |/|