summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
Commit message (Collapse)AuthorAgeFilesLines
* Create RenderScript ScriptC without resourceID.Miao Wang2015-07-295-6/+5
| | | | | | | | | - Fix build - Enable Gallery2 to able to build for 64bit. Bug: 22693954 Bug: 15275515 Change-Id: I394e6e2d98052d8c3c4c011f9807308b9ca9ab86
* Fix RenderScript warnings.Jean-Luc Brouillet2015-05-262-5/+2
| | | | | | b/21443340 Change-Id: I9d31979a1e4e51d321a5fbddd29eda3b699b486d
* Use java.util.Date instead of java.sql.Date.Narayan Kamath2015-03-172-2/+2
| | | | | | | | | java.sql.Date was being used in a context unrelated to SQL and there's no good reason to use it this way. Note that the claim in java.sql.Date's javadoc that it normalizes times to day boundaries is a lie. Change-Id: Ibb17d3fe22af6c2a41abd51b2158d6af000ecbbf
* am 3ffc2889: Merge "Remove dependencies on FloatMath"Neil Fuller2014-10-1710-33/+25
|\ | | | | | | | | * commit '3ffc28897d40524e0b8869aebccc8b04551ba5cf': Remove dependencies on FloatMath
| * Remove dependencies on FloatMathNeil Fuller2014-10-0210-33/+25
| | | | | | | | | | | | | | | | See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e for details. Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: I202064d78aeb125035c87257100e949da93c116c
| * Merge commit 'a9c4376daac3b9deda0c617b6df393e741885f37' into HEADBill Yi2014-04-291-0/+3
| |\
| | * am e9c89c81: Merge "gallery: change typo \'&&\' to \'||\'"Nick Kralevich2014-03-071-1/+1
| | |\ | | | | | | | | | | | | | | | | * commit 'e9c89c814c97a74456ad1bf8d4c32a983663924c': gallery: change typo '&&' to '||'
* | | | Start new task for Gallery trampolinesAlan Newberger2014-08-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When testing the Camera trampoline, even in the full gallery app from a JB to K upgrade, I noticed that the Camera app was starting in the Gallery trampoline's task -- two recents even with excludeFromRecents true. Was still the case in the new trampoline. Adding FLAG_ACTIVITY_NEW_TASK addressed this, also with some manifest changes in the trampoline in another CL. Photos was working, I believe because photos activities explicitly set a task affinity to shield themselves from G+, thus forcing a new task. Also, this helped shield activities when both trampolines are active. That is, if Camera was started via its trampoline, then Photos, the Photos shortcut opened Camera because it already had an activity in the trampoline's task. Even if Photos works now, this does no harm and ensures we're not relying on the implementation of another APK. Bug: 16843573 Change-Id: Ifa6d65ef2b00a4ffc6df78f13dba16270113509d
* | | | Call setLocalMatrix before setShader. do not mergeLeon Scroggins III2014-07-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that setLocalMatrix does not modify associated Paints, we need to call it before assigning the Shader to the Paint. BUG:14315916 Change-Id: I6778a35eff36515e18c53a979dd69d8aecd1401d (cherry picked from commit ce3b2ee2c6512a0eac9dbd54641a196baa68ba3f)
* | | | Update ingest importer codeBobby Georgescu2014-05-1422-2292/+2922
| | | | | | | | | | | | | | | | Change-Id: I0f3b0809deead2f49501a5309f0ddab9c911274f
* | | | am 3d736418: Merge "Use basic editor for sharpen filter."Alan Newberger2014-04-221-1/+2
|\| | | | | | | | | | | | | | | | | | | * commit '3d73641843682089be63cd248465497f007b93a1': Use basic editor for sharpen filter.
| * | | Use basic editor for sharpen filter.Jun Su2014-02-231-1/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Currently gallery's sharpen filter is relate to the editor id = R.id.imageShow, which is not point to any valid editor. As a result native gallery sharpen function will cause exception and fail. Change to use basic editor. Change-Id: I2a04ab81c395e12004cd6fe4635932a19c1c39be
* | | am e9c89c81: Merge "gallery: change typo \'&&\' to \'||\'"Nick Kralevich2014-02-011-1/+1
|\| | | |/ |/| | | | | * commit 'e9c89c814c97a74456ad1bf8d4c32a983663924c': gallery: change typo '&&' to '||'
| * gallery: change typo '&&' to '||'Leavitt Zhang2014-01-281-1/+1
| | | | | | | | | | | | | | | | | | Assertion to ckeck array boundary should be '&&' instead of '||'. It caused an Exception that '-1' wasn't detected. Change-Id: I991ad8efed87a0837d262fe7419c7f007c173b56 Signed-off-by: Leavitt Zhang <leavittz@nvidia.com>
* | am 91628475: am 947478b6: am aa22947b: Fix the thumbnail generation.ztenghui2013-11-181-0/+3
|\ \ | |/ |/| | | | | * commit '91628475ee8409e03f57a038c0bec3a830f462d6': Fix the thumbnail generation.
| * Fix the thumbnail generation.ztenghui2013-11-181-0/+3
| | | | | | | | | | bug:11664501 Change-Id: I53ec5a08e801d0300b8ed159158bc46f61c6d3f4
* | am 350f7e3d: am 00dfa8a1: am 1619b3c3: Fix infinite spinner dialognicolasroard2013-11-041-1/+1
|\| | | | | | | | | * commit '350f7e3de777fdb331494ea5efb08809e46f980b': Fix infinite spinner dialog
| * Fix infinite spinner dialognicolasroard2013-11-011-1/+1
| | | | | | | | | | | | bug:11328106 Change-Id: Icbfcb7bb6c88a03c81315789b2569da440267edd
* | am c23e8d86: am 07986225: am c82e65b4: Merge "Disable geometry button if ↵nicolasroard2013-11-042-0/+8
|\| | | | | | | | | | | | | tiny planet is here" into gb-ub-photos-carlsbad * commit 'c23e8d862de72682f444f68fff3b1f30efcc21cd': Disable geometry button if tiny planet is here
| * Merge "Disable geometry button if tiny planet is here" into ↵nicolasroard2013-11-022-0/+8
| |\ | | | | | | | | | gb-ub-photos-carlsbad
| | * Disable geometry button if tiny planet is herenicolasroard2013-11-012-0/+8
| | | | | | | | | | | | | | | bug:11288853 Change-Id: I818f406eb25e0f82c89ffde0bd91d2aa8ab31b94
* | | am d5dbfe7b: am d6644d60: am c0c6f058: Merge "fix Gallery crash using crop" ↵John Hoford2013-11-041-0/+1
|\| | | | | | | | | | | | | | | | | | | | into gb-ub-photos-carlsbad * commit 'd5dbfe7b0336ef2349dd2ca321ae4cc51cb8b1ff': fix Gallery crash using crop
| * | fix Gallery crash using cropJohn Hoford2013-11-011-0/+1
| |/ | | | | | | | | bug:11347083 Change-Id: Ic5417d12e0b1cee181ddad8d581eddc6aeb8a5b8
* | am 2c237f11: Merge "Fix invalid private access."Narayan Kamath2013-10-311-2/+2
|\ \ | |/ |/| | | | | * commit '2c237f1146ebc4385a9a0a0c6f9365aa09db5b24': Fix invalid private access.
| * Fix invalid private access.Narayan Kamath2013-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | See http://bugs.sun.com/view_bug.do?bug_id=6904536 bug: 8992787 (cherry picked from ff19ed981400cd150f8779107cba1e02033b9ebe) Change-Id: I7cad5e9cf8761b440cf91b96e3599d19bc3188d9
| * am a4d93ac0: Fix text size in the state panelnicolasroard2013-06-111-0/+1
| |\ | | | | | | | | | | | | * commit 'a4d93ac033712096c820840b31e7017f850f8e74': Fix text size in the state panel
| | * Fix text size in the state panelnicolasroard2013-06-111-0/+1
| | | | | | | | | | | | | | | | | | bug:9377153 Change-Id: I6a3a383e4180d757f0272492dcadcbfdb580b154 (cherry picked from commit 68cb2b7efda1b35c79279c670b0d3a0bd6df72ae)
| * | am 536c651c: am 8bb4e1a0: Fixes reading exif tags in editor.Ruben Brunk2013-06-031-1/+1
| |\| | | | | | | | | | | | | * commit '536c651c7fa0c8e70990ba8ff302cdc98e8c3105': Fixes reading exif tags in editor.
| | * am 8bb4e1a0: Fixes reading exif tags in editor.Ruben Brunk2013-06-031-1/+1
| | |\ | | | | | | | | | | | | | | | | * commit '8bb4e1a036e67a3bf4f9cdb8f55d6f558189e5b9': Fixes reading exif tags in editor.
| * | | am c1aaf4b5: am e3336dc3: Merge "Prevent lock screen appearing during active ↵Bobby Georgescu2013-05-281-2/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | slideshow" into gb-ub-photos-bryce * commit 'c1aaf4b526507245428ef56a03727a5d0fb68659': Prevent lock screen appearing during active slideshow
| | * | am e3336dc3: Merge "Prevent lock screen appearing during active slideshow" ↵Bobby Georgescu2013-05-281-2/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gb-ub-photos-bryce * commit 'e3336dc35f514e3b5dd7a15f9a86eaf6d1572b5e': Prevent lock screen appearing during active slideshow
| * | | | am 7b3d8d85: am a7a6a3a5: Fix issues with LocalJohn Hoford2013-05-231-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | * commit '7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd': Fix issues with Local
| | * | | am a7a6a3a5: Fix issues with LocalJohn Hoford2013-05-231-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7a6a3a5efaf62cdd5d562a9141678671952d27d': Fix issues with Local
| * | | | | am 3d4fbf40: am 4d25d129: Merge "fix ellipse logic for portrait" into ↵John Hoford2013-05-221-4/+21
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gb-ub-photos-bryce * commit '3d4fbf40115389ed33487db2059048163c9afd1a': fix ellipse logic for portrait
| | * | | | am 4d25d129: Merge "fix ellipse logic for portrait" into gb-ub-photos-bryceJohn Hoford2013-05-221-4/+21
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4d25d129d1c9f92033382e12260d3f40521cf3fd': fix ellipse logic for portrait
| * | | | | | am 02593125: am be4f113f: Fix editor on ICSMichael Kolb2013-05-221-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0259312504eddbae2f29a1d8a09892fb0e95d8c8': Fix editor on ICS
| | * | | | | am be4f113f: Fix editor on ICSMichael Kolb2013-05-221-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'be4f113fa1fea32e8d8865a52491b9f25760eaba': Fix editor on ICS
| * | | | | | | am 7da344a4: am 37be6658: Merge "Fix selection highlight for tablets" into ↵Michael Kolb2013-05-212-2/+25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gb-ub-photos-bryce * commit '7da344a46f348a5bc9ac958ccf7186b4f7d1c899': Fix selection highlight for tablets
| | * | | | | | am 37be6658: Merge "Fix selection highlight for tablets" into gb-ub-photos-bryceMichael Kolb2013-05-212-2/+25
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '37be6658075cac2bad0e30d93705dddeaaf1e421': Fix selection highlight for tablets
| * | | | | | | | am 550eefae: am 01ae91aa: Merge "Fix height" into gb-ub-photos-bryceJohn Reck2013-05-211-1/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '550eefae642049dea0023168643b54d1c7a73b8e': Fix height
| | * | | | | | | am 01ae91aa: Merge "Fix height" into gb-ub-photos-bryceJohn Reck2013-05-211-1/+2
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '01ae91aa0e347c5a8b335afc8cb0f02459ee5adc': Fix height
| * | | | | | | | | am bfce0515: am aa77f39a: Merge "Fix camera controls blink on startup" into ↵Doris Liu2013-05-211-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gb-ub-photos-bryce * commit 'bfce0515165aa381b730b4dd772132c41dea4e28': Fix camera controls blink on startup
| | * | | | | | | | am aa77f39a: Merge "Fix camera controls blink on startup" into ↵Doris Liu2013-05-211-0/+5
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gb-ub-photos-bryce * commit 'aa77f39a3a18ee7945177189c358ef6208e6da2b': Fix camera controls blink on startup
| * | | | | | | | | | am c6038e29: am a285bc13: Merge "fix TinyPlanets Filter landscape crash" ↵John Hoford2013-05-211-1/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gb-ub-photos-bryce * commit 'c6038e29aea5012a8c342d1a4c72aa26a9895519': fix TinyPlanets Filter landscape crash
| | * | | | | | | | | am a285bc13: Merge "fix TinyPlanets Filter landscape crash" into ↵John Hoford2013-05-211-1/+5
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gb-ub-photos-bryce * commit 'a285bc130ff1175c60085410f317e90f6443c39b': fix TinyPlanets Filter landscape crash
| * | | | | | | | | | | am 96c48dee: am 286afab1: Merge "Avoid using region decoder for bad image ↵Ruben Brunk2013-05-201-26/+50
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | types when setting wallpaper." into gb-ub-photos-bryce * commit '96c48dee541fae960c23234a71d0f287e0e13489': Avoid using region decoder for bad image types when setting wallpaper.
| | * | | | | | | | | | am 286afab1: Merge "Avoid using region decoder for bad image types when ↵Ruben Brunk2013-05-201-26/+50
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting wallpaper." into gb-ub-photos-bryce * commit '286afab10fb4c528ea503981c4f1bdbcfbdbde77': Avoid using region decoder for bad image types when setting wallpaper.
| * | | | | | | | | | | | am f2697daa: am 7af7156a: Merge "Make sure canceling a filter does not undo ↵Sascha Haeberling2013-05-201-18/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous filter." into gb-ub-photos-bryce * commit 'f2697daa3a5f114216488022ca513cb7811075b9': Make sure canceling a filter does not undo previous filter.
| | * | | | | | | | | | | am 7af7156a: Merge "Make sure canceling a filter does not undo previous ↵Sascha Haeberling2013-05-201-18/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter." into gb-ub-photos-bryce * commit '7af7156a809934951877b1f9b9ad1ceeb9c9a5ce': Make sure canceling a filter does not undo previous filter.
| * | | | | | | | | | | | | am 22fcfeb2: am 26e3c48b: Merge "Disable zoom" into gb-ub-photos-bryceJohn Hoford2013-05-201-1/+15
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '22fcfeb20d601ca73dcfa374a46d3b370bef1929': Disable zoom