summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/FilterShowActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Camera: Ensure background edition complete on back KeySuman Mukherjee2015-03-281-0/+8
| | | | | | | | | | Block back key event till the image will get displayed while user pressed edit option/icon. This'll allow the background process to cleanup memory. Added null check and bitmap recycle to avoid crash. Change-Id: Ied1c1f3ecf07a352743908135a5b7976373a58a3 CRs-Fixed: 587402
* Gallery2: More material for filtershowcretin452015-03-281-2/+0
| | | | Change-Id: I2633910d3007a12103e45d319997d239aebbc4b8
* Modify:Gallery2 for branch Gallery2Zhang Zhenzhen2015-03-181-4/+42
| | | | | | | Conflicts: res/values-zh-rCN/strings.xml res/values/strings.xml Change-Id: I6b760469290ca154f223f94a3c284fca7a513121
* Gallery2: Translate image draw to Chinesekaiyiz2015-02-151-1/+2
| | | | | | | | | The name of FilterDrawRepresentation is set 'Draw' constant. Set name of FilterDrawRepresentation from imageDraw in filter_string. Change-Id: If4ee1c4e96e52cd267c90afde1081d5b68f4d206 CRs-Fixed: 794963
* Gallery2: Fix the border name display abnormallykaiyiz2014-11-041-12/+3
| | | | | | | | | The border name display abnormally Make the border name display normally Change-Id: Id237236830a272abd958e033315b0e70eff6ff38 CRs-fixed: 740974
* Fix crash "Gallery has stopped" popup occurs during print setupnicolasroard2013-10-151-1/+1
| | | | | bug:11159662 Change-Id: I181fe6f581290067b9a39d1382bf6ede08484c0a
* hide popupmenu during rotateJohn Hoford2013-10-091-1/+21
| | | | | bug:11135309 Change-Id: I5954fafe1f081f8d1fc30c36f5cf6b2c66cb9511
* Switch Gallery2 to use the support lib for printing.Svetoslav Ganov2013-10-071-3/+4
| | | | | | | | | | | | | Now we have a class in the support library that uses a correct internal implemetation based on the API level. On older devices the app does not crash and on new devices it can print. Also this class does the heavy lifiting. Gallery2 was not using this class, rather it had its own (obsolete) implemetation that was not taking into account the image aspect ratio to provide a hint to the print system for the orientation to be used. bug:11099831 Change-Id: I4cd260614af4d9d87ec31d205ee2a5ef02ef5417
* disable print on older system.John Hoford2013-09-251-0/+4
| | | | Change-Id: I003aa965c885e6c7f65ade51b024bad400e8e458
* Fix crashes after switching languagesnicolasroard2013-09-231-0/+3
| | | | | bug:8148068 Change-Id: Icb23c8b221e52fe26981887a0af9857f3d58bf79
* Fix resetnicolasroard2013-09-231-2/+12
| | | | | bug:10788166 Change-Id: I989c2caef8ccf4ff7ca84545aed35941248f8034
* Fix crash / jank / presets addnicolasroard2013-09-201-0/+1
| | | | | | | | | | | | - don't cache immutable bitmaps - fix junk in anims/zoom/constrain - fix edge glow when moving - fix double-tap zoom - fix presets / user presets adds - fix state panel names for geometry ops bug:10803026 Change-Id: I9328d7005d3ecee3566c104c3392de9325c50b74
* remove analyticsJohn Hoford2013-09-191-13/+0
| | | | | bug:9467671 Change-Id: I0d0cfc31e152605c42313db5f6603dbccf76fd82
* removed spinner stuck on screen behind imageJohn Hoford2013-09-131-3/+17
| | | | Change-Id: I71b2743147244c0fbfe352979c84677ac8ef3fb6
* Fix various UX bugsnicolasroard2013-09-131-0/+23
| | | | | | | | | - boolean filters (invert) working - default value for vignette - swappable views un-broken (use same mechanism as categories views) Change-Id: I65818c1febbf2c862e97542c8134a1188daf5d62
* Draw UI fixesJohn Hoford2013-09-121-1/+17
| | | | | bug:10705772 Change-Id: I529d178cdd4fc910b50a3f8c72187b1c61924743
* fix Edit from filmstrip bugJohn Hoford2013-09-121-0/+4
| | | | | bug:10707676 Change-Id: Idb27d36713782237a66ee2e06cafb603dc107fb4
* Merge "Fix info panel" into gb-ub-photos-carlsbadnicolasroard2013-09-121-29/+1
|\
| * Fix info panelnicolasroard2013-09-111-29/+1
| | | | | | | | | | bug:10705772 Change-Id: I9481aec8baf1a7b1782be5cf47acbf3269768cee
* | fix startup crashJohn Hoford2013-09-101-17/+26
|/ | | | | bug:10673620 Change-Id: If1a8aad0c2258702fe4fc7048b4e82eea302169c
* Fix information panelnicolasroard2013-09-061-0/+2
| | | | | bug:10429488 Change-Id: I80e9e58ba907129cc7b4f5c7f9fafe95d49d86b0
* Fix UI performances / glitchesnicolasroard2013-09-061-7/+59
| | | | | | | | | | - load/process thumbnails fully in background - fix reveal slider - fix race condition when loading - better memory usage - fix loading spinner (wasn't shown!) Change-Id: Id78163556d8ee1c3ad04eae16fe1bf06f4312405
* Fix empty screen on Sveltenicolasroard2013-08-281-0/+2
| | | | | bug:10526507 Change-Id: I2506ae03a32e01ea62a25efa06acf1602147e78a
* Improves UI / sizenicolasroard2013-08-271-1/+37
| | | | | | | | | | | | - improves overdraw - filter change anim - better borders - remove unused images bug:9470514 bug:8658176 Change-Id: I764879be415acbfba5a36f239d1905ec54e2d3cb
* border UI editorJohn Hoford2013-08-221-0/+2
| | | | | bug:9470514 Change-Id: I4d5cd91775c9b8742f847fd9a955f6f28e66cd38
* fix gif issueJohn Hoford2013-08-201-3/+9
| | | | | bug:7877538 Change-Id: I807198ca6d0d0db33fdbcc8b6bd1bf6dab9ba86a
* Implements Printing in the editornicolasroard2013-08-161-0/+15
| | | | Change-Id: Ib307f8b9c1aaaee2ab96f8e8ddcd86abe38bdc72
* Fix geometry updatesnicolasroard2013-08-151-4/+1
| | | | Change-Id: I985f9f564db09924c172e01dda7915ecc3bba1ba
* Fix copies / undo manager issues in filtersnicolasroard2013-08-151-0/+1
| | | | Change-Id: Icc7671ccfe52a2519ad8f4833e746768ec97cff8
* Fix problem with state panel navigationnicolasroard2013-08-141-2/+6
| | | | Change-Id: Ia117bb087ca27cfe439bd39b1cd40ab33f4def4e
* Add close button to info panelJohn Hoford2013-08-141-3/+3
| | | | Change-Id: Iba4c64af4e37bc3d03cc3cb1ee371158d210c5f8
* Fix swiping in categories in landscape modenicolasroard2013-08-141-4/+23
| | | | Change-Id: I58ecb212792e3e8432791ee29f8a0ef26a819362
* Fix refresh of looks panelnicolasroard2013-08-141-1/+13
| | | | Change-Id: Ib38b3aefc8ca9891251458b03587ffa5e41bfbe6
* Clean up user preset dialognicolasroard2013-08-141-3/+11
| | | | Change-Id: Idefafe3a877e8a0cf25ca955f689818e193fde72
* Fix for user presetsnicolasroard2013-08-131-2/+19
| | | | | | | remove menu item add spacer Change-Id: I8a83aed6da00c6692f2204fefd17dfff3a599b8d
* Fix tablet UI layoutnicolasroard2013-08-131-0/+4
| | | | Change-Id: I19a6f6751dd7754e8b0de6eb22a82041b1dff29f
* Makes rotate and mirror direct operationsnicolasroard2013-08-121-1/+14
| | | | Change-Id: I10128c211ec6e269603e3b3f3cbafadbeabdaac5
* Fix crash and missing contentnicolasroard2013-08-101-2/+1
| | | | Change-Id: I477599491921fc4319834f32d5806cdc165679e6
* Merge "Add version category Fix bugs when loading Add info panel" into ↵nicolasroard2013-08-091-0/+138
|\ | | | | | | gb-ub-photos-carlsbad
| * Add version categorynicolasroard2013-08-081-0/+138
| | | | | | | | | | | | | | Fix bugs when loading Add info panel Change-Id: I28966f2419b902405bc60e9cc927b109777a6a2d
* | Merge "WAR the crash from re-editing missing online image" into ↵ztenghui2013-08-071-1/+6
|\ \ | |/ |/| | | gb-ub-photos-carlsbad
| * WAR the crash from re-editing missing online imageztenghui2013-07-221-1/+6
| | | | | | | | | | | | | | | | | | Instead of crashing, we get a toast now. As a bonus, this will show the same toast if .aux directory is removed manually. bug:9961671 Change-Id: I92f38fc752a48d3cb5a9a80aa041cd9b290937ea
* | Add quality selector to export.Ruben Brunk2013-08-021-14/+14
| | | | | | | | | | | | | | - Adds the option to change the quality of the jpeg compression when flattening an exported bitmap. Change-Id: I252913fc15ff32a0fcff683edb5b33e17b5daac4
* | add Per Channel SaturationJohn Hoford2013-08-011-0/+2
| | | | | | | | Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
* | Refactoring Geometry handling.Ruben Brunk2013-08-011-19/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9170644 Bug: 9366654 Bug: 9366263 - Consolidates all the geometry transforms in GeometryMathUtils and significantly reduces complexity. - Removes GeometryMetadata object and dependent code. - Removes ImageGeometry and geometry update callbacks. Change-Id: I59add51907459593244c9ebaadef585efc7486d5
* | Fix problem with N-1 caching when no filters / one filternicolasroard2013-07-311-4/+1
| | | | | | | | | | | | - also fix equals() for geometry Change-Id: I6f6f21d1e274b3b95ac4b5189b2fa7f419912864
* | Add user presets saving/loadingnicolasroard2013-07-301-1/+78
| | | | | | | | Change-Id: I85c5dd0df1e9264a01c8d7a6d44602e87799890c
* | Merge "add Grad filter" into gb-ub-photos-carlsbadJohn Hoford2013-07-301-0/+2
|\ \
| * | add Grad filterJohn Hoford2013-07-291-0/+2
| | | | | | | | | | | | Change-Id: I30fc0810c54f3daa31726188a4c3762df33953a7
* | | Fix disappearing fragmentnicolasroard2013-07-261-0/+1
|/ / | | | | | | Change-Id: Ic478ad75a458bb36001c91f8627aab7643fa0a47