summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Sharing support for albums, bulk operations infrastructureBobby Georgescu2013-03-1311-198/+534
| | | | | | | | | | | | | | | | | | | | Change-Id: I590f60ab85ffbd9cf9d7cd9982627604fa1b427f
* | | | | Merge "Add coarse grained events for camera mode, filmstrip stats" into ↵Bobby Georgescu2013-03-132-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | gb-ub-photos-bryce
| * | | | Add coarse grained events for camera mode, filmstrip statsBobby Georgescu2013-03-132-0/+5
| | |/ / | |/| | | | | | | | | | Change-Id: I9c48f1646e9dff44efd27180065a6435110c5d16
* | | | Merge "Fix bug in exposure setting" into gb-ub-photos-bryceMichael Kolb2013-03-131-2/+2
|\ \ \ \
| * | | | Fix bug in exposure settingMichael Kolb2013-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8314498 Limit exposure compensation to -3 to 3; some devices offer -4 to 4, and we don't have icons covering that range Change-Id: I2b334733c7630d57682b905d41dfe2ceb5641133
* | | | | Merge "Added locking for FilteringPipeline and ImageFilterRS. Gets rid of ↵Ruben Brunk2013-03-134-74/+90
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | leaked threads." into gb-ub-photos-bryce
| * | | | Added locking for FilteringPipeline and ImageFilterRS. Gets rid of leaked ↵Ruben Brunk2013-03-134-74/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threads. Bug: 8373600 Bug: 8363001 Bug: 8344345 Bug: 8264659 This CL fixes several things: - FilteringPipeline no longer leaks a handler thread every time photoeditor is reopened. - ImageFilterRS no longer leaks an RS context and thread every time photoeditor is reopened. - ImageFilterRS now uses locking. - ImageFilterRS no longer leaks Bitmap references or static renderscript allocations. Change-Id: I79ebde1a8ba8ad689791c2af8db0c3c907e06399
* | | | | Merge "Fix Monkey NPE" into gb-ub-photos-bryceMichael Kolb2013-03-131-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix Monkey NPEMichael Kolb2013-03-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8377895 Change-Id: Iaa89330e8c69961d700e0aab91d7855d579874f0
* | | | | Usage statistics collection for camera module, filmstripBobby Georgescu2013-03-127-3/+40
| |/ / / |/| | | | | | | | | | | Change-Id: Ib3e7dfb8948e99541f6d492c7d7bd4bfbad1e53d
* | | | Merge "Fix preview synchronization" into gb-ub-photos-brycenicolasroard2013-03-134-3/+9
|\ \ \ \
| * | | | Fix preview synchronizationnicolasroard2013-03-124-3/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: Id6b5e5a140a3c366f2f5d4c29809e83ac1530d04
* | | | | fix buildJohn Reck2013-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I41898041ad2e6d59973af30680288c436f3c6357
* | | | | basic activated supportJohn Reck2013-03-121-3/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: If1c1faf42311ddbc76b617bff5f3c6bdafdef5d1
* | | | | Use viewpagerJohn Reck2013-03-121-49/+96
|/ / / / | | | | | | | | | | | | Change-Id: Icd320799ce1e13815e34b2a0e45a9f6a47736de3
* | | | Merge "Add loading resources helper functions to ImageFilterRS" into ↵nicolasroard2013-03-121-3/+30
|\ \ \ \ | |_|/ / |/| | | | | | | gb-ub-photos-bryce
| * | | Add loading resources helper functions to ImageFilterRSnicolasroard2013-03-121-3/+30
| | | | | | | | | | | | | | | | Change-Id: I79b4996b5da0fa05536f2f53f770d01e9735b96c
* | | | Merge "Add delete cascade for Accounts." into gb-ub-photos-bryceGeorge Mount2013-03-123-6/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | Add delete cascade for Accounts.George Mount2013-03-123-6/+56
| | | | | | | | | | | | | | | | Change-Id: I962c7cb657643c3eddbbeb6a691b26de5553d4df
* | | | Fix ICS compatibility issuesJohn Reck2013-03-123-15/+64
|/ / / | | | | | | | | | Change-Id: I43f3236b9da0424fde66d3ad4d46403223fde8bf
* | | Merge "Add support for local storage of uploaded pictures." into ↵George Mount2013-03-121-1/+1
|\ \ \ | |_|/ |/| | | | | gb-ub-photos-bryce
| * | Add support for local storage of uploaded pictures.George Mount2013-03-121-1/+1
| | | | | | | | | | | | Change-Id: I23c86e6a95871effcb76a54b16b9ab7720a63383
* | | Merge "Open camera only once in Video module" into gb-ub-photos-bryceMichael Kolb2013-03-121-2/+14
|\ \ \ | |_|/ |/| |
| * | Open camera only once in Video moduleMichael Kolb2013-03-121-2/+14
| | | | | | | | | | | | | | | | | | Bug: 8272736 Change-Id: Id28fde5da62083651627dc8c734e818afe22a6e0
* | | Fix potential problem with default rsc numbernicolasroard2013-03-121-1/+1
|/ / | | | | | | Change-Id: I8205dbb2488232084f984a10963bb9286ff19e0e
* | Fix layout on phonesnicolasroard2013-03-111-0/+10
| | | | | | | | Change-Id: I147b00f1abf032877c7461138ec78149bfd8b519
* | Various bugfixes/improvements for Fx Filters:nicolasroard2013-03-117-33/+61
| | | | | | | | | | | | | | | | | | - fix bug in history with Fx filters - don't load Fx bitmaps at startup - free bitmaps when unneeded - fix history preview bitmaps Change-Id: I5631a5bcec12c121871b3575066c201486896a14
* | fix menus for all editorsJohn Hoford2013-03-112-29/+10
|/ | | | Change-Id: I93e7eef3176b38480d55df176166646709a875fe
* Enable operations on accounts table.Mangesh Ghiware2013-03-111-0/+10
| | | | Change-Id: Ida0e379cad422dbeffb3b4ea89232db7f45a36e4
* Merge "Spring cleaning" into gb-ub-photos-bryceMichael Kolb2013-03-1111-976/+1249
|\
| * Spring cleaningMichael Kolb2013-03-1111-976/+1249
| | | | | | | | Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a
* | split filter show into multiple filesJohn Hoford2013-03-111-2/+5
| | | | | | | | Change-Id: I3d6b61ed893befa24a8c8306981d74096db91535
* | refactoring to make Editor classes do moreJohn Hoford2013-03-1110-47/+173
| | | | | | | | Change-Id: Id0885929cf3a9410bd0e5d3bf96eb99e8c7e1cf9
* | Don't record video before preview is startedMichael Kolb2013-03-111-2/+14
|/ | | | | | Bug: 8358998 Change-Id: I5d2380020b3e999f904b8a715324db13b25ebb5a
* Clear Gallery's bitmap pool before starting photoeditor.Ruben Brunk2013-03-111-0/+14
| | | | Change-Id: Iaa1f559db12ba22e53673b2e9fe2c3fbabf33514
* Merge "Revert "Clear Gallery's bitmap pool on photo editor start. Minor ↵Ruben Brunk2013-03-113-42/+16
|\ | | | | | | refactoring."" into gb-ub-photos-bryce
| * Revert "Clear Gallery's bitmap pool on photo editor start. Minor refactoring."Ruben Brunk2013-03-113-42/+16
| | | | | | | | | | | | This reverts commit 65948b17607d6fab9a2561749a90e16889fd1eea Change-Id: Iea682767fced173fe56dd6e91244f0ef70d1f74b
* | Merge "Clear Gallery's bitmap pool on photo editor start. Minor ↵Ruben Brunk2013-03-113-16/+42
|\| | | | | | | refactoring." into gb-ub-photos-bryce
| * Clear Gallery's bitmap pool on photo editor start. Minor refactoring.Ruben Brunk2013-03-113-16/+42
| | | | | | | | Change-Id: I02e29bf6cfd85a9cecd3850f8828cccae91badd2
* | Add tiled backgroundnicolasroard2013-03-113-17/+38
|/ | | | Change-Id: I52292f6cae4f1121795829663dc4738cb38a953b
* Clear border resources to save memorynicolasroard2013-03-093-6/+6
| | | | Change-Id: I1bd9668eb3c7b2815bdc0123445185c8f9d21ad2
* Merge "Memory usage improvements, speed improvement - free filters resources ↵nicolasroard2013-03-0915-225/+225
|\ | | | | | | agressively - implements multiple rendering pipelines - some cleanup" into gb-ub-photos-bryce
| * Memory usage improvements, speed improvementnicolasroard2013-03-0815-225/+225
| | | | | | | | | | | | | | | | - free filters resources agressively - implements multiple rendering pipelines - some cleanup Change-Id: Ib9ed268b0b2662d0bf5c049adcf046b556954c37
* | Merge "Add sharing support" into gb-ub-photos-bryceBobby Georgescu2013-03-088-47/+359
|\ \ | |/ |/|
| * Add sharing supportBobby Georgescu2013-03-088-47/+359
| | | | | | | | Change-Id: I2c7f18b0d6dd057c1fba96c1133d563f32abf55c
* | Merge "Implements double-tap to zoom" into gb-ub-photos-brycenicolasroard2013-03-082-4/+23
|\ \ | |/ |/|
| * Implements double-tap to zoomnicolasroard2013-03-052-4/+23
| | | | | | | | Change-Id: I716d847d6320504c963b197f11b0deea1fc338cb
* | Support clicking on photos to view themJohn Reck2013-03-086-16/+64
| | | | | | | | Change-Id: I511af0cbe46c833d81cbbd563b9c2b4feec2bffe
* | Support rotationJohn Reck2013-03-071-0/+3
| | | | | | | | Change-Id: Ic93bed50851f788803124ea2453128fd0497a746
* | Merge "Fix stuff" into gb-ub-photos-bryceJohn Reck2013-03-085-21/+37
|\ \