summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-169-42/+56
| | | | | | | | (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-144-11/+611
|\
| * Add profiling tools.Chih-Chung Chang2012-02-144-11/+611
| | | | | | | | 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-1311-37/+45
|\ \ | |/ |/|
| * Use FloatMath instead of Math.Chih-Chung Chang2012-02-1111-37/+45
| | | | | | | | 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-1011-42/+36
|\ \
| * | Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-1011-42/+36
| | | | | | | | | This reverts commit 6bb8b2eb8695c042798f0eb798032cd30d642a65
* | | Merge "Use FloatMath instead of Math."Chih-Chung Chang2012-02-1011-36/+42
|\| |
| * | Use FloatMath instead of Math.Chih-Chung Chang2012-02-1111-36/+42
| | | | | | | | | | | | 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 7e11af8f: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-200-0/+0
|\ | | | | | | * commit '7e11af8f5813972dd64032e70068e10f87771234':
| * Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-190-0/+0
| |\ | | | | | | | | | Change-Id: Id6ecd416cb70e55c28ff885caae29d9000dc9133
| | * merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-130-0/+0
| | |\
* | | | am a2b62468: am 8f568da3: Patch.Chih-Chung Chang2012-01-172-6/+25
|\| | | | | | | | | | | | | | | | | | | * commit 'a2b62468fcb23d80295fa25dba5551247204f34d': Patch.
| * | | am 8f568da3: Patch.Chih-Chung Chang2012-01-172-6/+25
| |\| | | | |/ | |/| | | | | | | * commit '8f568da373699781beb11cfa46a46c5871288353': Patch.
| | * Patch.Chih-Chung Chang2012-01-122-6/+25
| | | | | | | | | | | | Change-Id: I62fd65461e8989a1d5cf6bc353dfc4b61a2108c8
* | | 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-142-12/+32
| | | | | | | | | | | | | | | 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
* | | Merge "Simplify EffectAction."Yuli Huang2011-12-0213-51/+39
|\ \ \
| * | | 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
* | | | Reconcile with ics-mr1-releaseThe Android Open Source Project2011-12-020-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ / Change-Id: Iaaf97ddd8d3786e661679d822ccdb7241303db51
| * | merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2011-12-010-0/+0
| |\ \ | | |/ | |/|
* | | 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 a8e684f5: (-s ours) Merge "Remove dependency on support library. DO NOT ↵Daniel Sandler2011-12-010-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | MERGE." into ics-mr1 * commit 'a8e684f5da3e761debf8ae93ecdb63a8d9e3c7a3': Remove dependency on support library. DO NOT MERGE.