summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-168-42/+55
| | | | | | | | (1) make a faster version of translate(x, y). (2) make mapPoints() faster. (3) avoid calling canvas.rotate() when it is not needed. Change-Id: I364e2aa3fc9ee81c43f42f3af8b2d30a1241b482
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-1611-52/+98
| | | | Change-Id: I6adb870a8f2bca97318d0fbb6f42388aef4c19c1
* Merge "Add profiling tools."Chih-Chung Chang2012-02-143-11/+432
|\
| * Add profiling tools.Chih-Chung Chang2012-02-143-11/+432
| | | | | | | | Change-Id: Ieab118ededaab5ef46408fac6fdb66b9fff4900e
* | Merge "Fix b/5948042: Incorrect scrolling position after deleting pictures."Yuli Huang2012-02-131-1/+2
|\ \ | |/ |/|
| * Fix b/5948042: Incorrect scrolling position after deleting pictures.Yuli Huang2012-02-131-1/+2
| | | | | | | | | | | | | | Scrolling position may not be updated correctly after deleting some pictures. Change-Id: I82de2cf1178ed1f97e48162a0e3bdf00a34d9bad
* | Merge "Use FloatMath instead of Math."Chih-Chung Chang2012-02-1310-32/+40
|\ \ | |/ |/|
| * Use FloatMath instead of Math.Chih-Chung Chang2012-02-1110-32/+40
| | | | | | | | Change-Id: I41661b231f6c034dbca6af26d5950eda6c5fc7da
* | Merge "Shows video filename read from OpenableColumns."Pin Ting2012-02-102-8/+33
|\ \ | |/ |/|
| * Shows video filename read from OpenableColumns.Pin Ting2012-02-112-8/+33
| | | | | | | | | | bug:5796182 Change-Id: I92bc652d713bcc70b5a048f5948dc17e90a5e874
* | Merge "Revert "Use FloatMath instead of Math.""Chih-Chung Chang2012-02-1010-37/+31
|\ \
| * | Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-1010-37/+31
| | | | | | | | | This reverts commit 6bb8b2eb8695c042798f0eb798032cd30d642a65
* | | Merge "Use FloatMath instead of Math."Chih-Chung Chang2012-02-1010-31/+37
|\| |
| * | Use FloatMath instead of Math.Chih-Chung Chang2012-02-1110-31/+37
| | | | | | | | | | | | Change-Id: I26eb6a554f72c13ba2801ce35ef0cf2a1466a97b
* | | Merge "Fix b/5974541: Support up to 45 degrees for straighten."Yuli Huang2012-02-091-1/+1
|\ \ \
| * | | Fix b/5974541: Support up to 45 degrees for straighten.Yuli Huang2012-02-091-1/+1
| | |/ | |/| | | | | | | Change-Id: I131a478c59f5619e801311d9872440b2c7014578
* | | Merge "Fix indent."Ray Chen2012-02-091-6/+6
|\ \ \ | |/ / |/| |
| * | Fix indent.Ray Chen2012-02-071-6/+6
| | | | | | | | | | | | Change-Id: I3e0c443ddfb2ebc777db7504c89ca1ffec119745
* | | Merge "Fix b/5974663: inconsistent transparency of disabled action buttons."Yuli Huang2012-02-082-6/+42
|\ \ \
| * | | Fix b/5974663: inconsistent transparency of disabled action buttons.Yuli Huang2012-02-092-6/+42
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 1. Avoid gray out save-button again as disabled alpha is already applied to all text buttons. 2. Reduce disabled alpha of image buttons to make them look consistent with text buttons. Change-Id: Ie76988db1424ce036470a754acd2e4501979dd1a
* | | Merge "Shows image filename read from OpenableColumns."Pin Ting2012-02-081-9/+26
|\ \ \ | |/ / |/| |
| * | Shows image filename read from OpenableColumns.Pin Ting2012-02-081-9/+26
| | | | | | | | | | | | | | | bug:5796182 Change-Id: If43d2dd048ab003c1703bb1a466a19b6013cae85
* | | Fix b/5840847: Always show 'Loading...' for corrupt pictures.Yuli Huang2012-02-072-11/+10
| |/ |/| | | | | Change-Id: I040f6e4090dad3e73b86062ddefd9bb0be581bf5
* | Merge "Shows status bar in gallery when in portrait view."Pin Ting2012-02-051-0/+19
|\ \
| * | Shows status bar in gallery when in portrait view.Pin Ting2012-02-061-0/+19
| |/ | | | | | | | | | | | | | | bug: 5467810 Shows status bar in gallery, crop activity, picker activity when in portrait view; hide status bar when in landscape view. Change-Id: I17e2347f020db209ba0581a8e2f2aa19fcb4ceae
* / Fix 5948229 [Bug Bash] The app icon is clickable in album set viewRay Chen2012-02-031-1/+2
|/ | | | Change-Id: I563d2322fe5f1954ffaab7424b66d22722ed43a7
* Merge "Shows video filename passed from other apps."Pin Ting2012-02-011-17/+6
|\
| * Shows video filename passed from other apps.Pin Ting2012-02-021-17/+6
| | | | | | | | | | bug:5796182 Change-Id: I8de80b56105737ac38db117804b55a161150dbe9
* | Merge "Shows image filename passed from other apps."Pin Ting2012-02-011-0/+8
|\ \
| * | Shows image filename passed from other apps.Pin Ting2012-02-021-0/+8
| |/ | | | | | | | | | | | | bug:5796182 This change will be followed up by a change to the class android.content.Intent. Change-Id: I3c607c535a4e90d867a98528118d1b6f10fa45cf
* / Localize the "fail to load image" toast message.Chih-Chung Chang2012-02-011-2/+2
|/ | | | | | Bug 5875813. Change-Id: Ia11a3e909f90e8178238c390728b407708fabf8e
* am a2b62468: am 8f568da3: Patch.Chih-Chung Chang2012-01-172-6/+25
|\ | | | | | | | | * commit 'a2b62468fcb23d80295fa25dba5551247204f34d': Patch.
| * Patch.Chih-Chung Chang2012-01-122-6/+25
| | | | | | | | Change-Id: I62fd65461e8989a1d5cf6bc353dfc4b61a2108c8
| * Remove dependency on support library. DO NOT MERGE.Daniel Sandler2011-12-011-2/+1
| | | | | | | | | | Bug: 5689684 Change-Id: I95d1090b91302dc6686d36768721cca61e9d1249
* | Fixes gallery crash due to attempt to open deleted photo.Pin Ting2012-01-161-4/+9
| | | | | | | | | | bug:5630894 Change-Id: I540bf067561550def72ac513eed12dcd5a808a1a
* | Fix 5835642: Only finish the page when it's still active.Chih-Chung Chang2012-01-093-11/+10
| | | | | | | | | | | | | | | | | | The original code can call finishState twice in a row with the calling stack: finishState -> onPause -> clearLoadingBit -> finishState. Change clearLoadingBit to call finishState only when it's currently active. Change-Id: I537dbdd6ce26b26aeb565e243c4168229d4a70ef
* | Support querying account and picasa id of a picasa image.Owen Lin2011-12-141-12/+24
| | | | | | | | | | Change-Id: I7d24fb70b0a8a01c5d0fbdb6205c25d74d1996a6 fix: 5482269
* | Improve Doodle UI for ending Doodle effect.Yuli Huang2011-12-062-7/+32
| | | | | | | | | | | | | | | | As doodle-view was removed before the final doodle results are produced by MFF and displayed, doodles drawn disappeared temporarily when the user exits Doodle effect. Change-Id: I72822ba840f41f509fe4e9a2e1022a5b40b14e6a
* | Fix effect-label layout and a TODO.Yuli Huang2011-12-0522-167/+160
| | | | | | | | | | | | | | | | 1. Seekbar was wrongly placed below effect label because of the added order. 2. Fix a TODO by refactoring EffectToolFactory to EffectToolKit. Change-Id: I8d37c2c2b6d15f2af65d4e6b27116afe01df63c9
* | Simplify EffectAction.Yuli Huang2011-12-0313-51/+39
| | | | | | | | | | | | | | 1. Make the whole effect item clickable instead of just the icon. 2. Rename interfaces/methods to improve readability. Change-Id: I647a13dae88b4527b7baba85bb83b9bd15bbe997
* | Remove unnecessary code.Yuli Huang2011-12-021-43/+6
| | | | | | | | | | | | | | Revert BitmapUtils changes made in cl:122870 as crop/rotate is now done in MFF. Change-Id: I3733c9acf911c4f694dd21dd533b0dd07350acea
* | Merge "Refactor to remove obsolete design and improve code consistency."Yuli Huang2011-12-0250-500/+241
|\ \
| * | Refactor to remove obsolete design and improve code consistency.Yuli Huang2011-12-0250-500/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Remove isValid()/validate() in Filter; EffectAction would push filters into the stack when being notified by notifyChanged(). 2. Make RedEyeAction consistent with DoodleAction by ignoring out-of-bounds operations. 3. Improve consistency by encapsulate effect-tool creation/removal in one class (EffectToolFactory). 4. Minimize variable visibility in EffectAction subclasses. 5. Fix unfinished doodle lost when exiting Doodle effect by multi-touch. Change-Id: I8d3b127c5fe8777eb45b7c5ae680f6a30a99635a
* | | am 764482c4: Merge "Fix 5685925: Handle PACKAGE_CHANGED intent (when a ↵Chih-Chung Chang2011-11-301-0/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | package is enabled/disabled)" into ics-mr1 * commit '764482c4ebffc9c3cac21fcd8707811e981cd092': Fix 5685925: Handle PACKAGE_CHANGED intent (when a package is enabled/disabled)
| * | Merge "Fix 5685925: Handle PACKAGE_CHANGED intent (when a package is ↵Chih-Chung Chang2011-11-291-0/+2
| |\ \ | | | | | | | | | | | | enabled/disabled)" into ics-mr1
| | * | Fix 5685925: Handle PACKAGE_CHANGED intent (when a package is enabled/disabled)Chih-Chung Chang2011-11-301-0/+2
| | | | | | | | | | | | | | | | Change-Id: Ia994264fb2c11fbc971840c8a103bbe9fa6ee7f7
* | | | am 002a3fec: Fix 5686493: Crash when try to click any thumbnailChih-Chung Chang2011-11-301-1/+3
|\| | | | | | | | | | | | | | | | | | | * commit '002a3fece284f713537fad4523ee963d257350e9': Fix 5686493: Crash when try to click any thumbnail
| * | | Fix 5686493: Crash when try to click any thumbnailChih-Chung Chang2011-11-301-1/+3
| |/ / | | | | | | | | | Change-Id: Ia109333c3a207ca2a60889c2731f6c11737b5592
* | | am 45fa6771: Merge "Improve screen on/off logic in slideshow." into ics-mr1Daniel Sandler2011-11-302-15/+55
|\| | | | | | | | | | | | | | * commit '45fa677140112f725df3765be56edc715c226aa5': Improve screen on/off logic in slideshow.
| * | Merge "Improve screen on/off logic in slideshow." into ics-mr1Daniel Sandler2011-11-292-15/+55
| |\ \