summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Code clean up.Ahbong Chang2012-07-301-0/+3
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Reorganize import for all files.Owen Lin2012-03-141-2/+2
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Simplify PhotoEditor code.Yuli Huang2012-03-131-29/+24
| | | | | | | 1. Encapsulate spinner usages inside Toolbar. 2. Remove unnecessary static variable usages. Change-Id: Iaec614c5322a50c1e2c0cfa9cec1971b85e32f8a
* Fix b/5885342: Multiple PhotoEditor activities cause exceptions.Yuli Huang2012-03-071-22/+27
| | | | | | Avoid using a static variable to keep tracking views across activities. Change-Id: Ia53444502d476d37b64344e5aea5f58a06ee3b03
* Cache animation time value to reduce work and synchronize animation.Chih-Chung Chang2012-02-171-1/+1
| | | | Change-Id: I00081bc6037c01dafc56cf017dcc1da448c1d106
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-161-1/+1
| | | | | | | | (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
* Fix b/5517002 by dismissing running progress dialog in onPause().Yuli Huang2011-11-151-26/+33
| | | | Change-Id: I524f876e53776c38bc850120a2d7b7e6381ca33a
* Fix b/5518211 by disabling effects when photo cannot be loaded.Yuli Huang2011-11-101-18/+24
| | | | Change-Id: I9e5ae9cfaf9bee52cd63a0e77a3b083e47b59335
* Fix 5343229 Location displayed as co-ordinates in details of picture ↵Ray Chen2011-10-061-10/+9
| | | | | | captured from camera Change-Id: I223b69a3e10fe85a4622cf33110414cd14624f36
* Use different UIs for phone's portrait mode in manage offline page.Owen Lin2011-09-141-65/+0
| | | | | | | | | fix: 5100503 The original UI design is not suitable for phone's portait mode. I move the UIs from GL view to android View to get better support. Change-Id: Ice5f536129f66b51cdaf4db1be750be7bc072c7f
* Fix b/4643148: Make PhotoEditor integrated into Gallery.Yuli Huang2011-09-131-0/+72
| | | | | | | | | | 1. Move PhotoEditor code/resources into Gallery for single apk. 2. Change PhotoEditor package to com.android.gallery3d.photoeditor. 3. Rename PhotoEditor resources to avoid mess up Gallery resources. 4. Move Doodle effect from fix-effects to color-effects. 5. Update PhotoEditor bottom action-bar background. Change-Id: I1a2f7d27d89a14fe6a0435575b993ed8b75e6bf4
* Fix 5133608 [UI] Details should be displayed as a system dialog in phone UIRay Chen2011-08-261-0/+116
| | | | | | | Fix 5132798 [UI] Details popup on tablet is incorrectly placed and should not have x icon to close Fix 5199822 Long press and select "detail" shows details of another item Change-Id: I0e992ded8a154edb1c7a81b75d0461d5bf309f31
* Initial code for Gallery2.Owen Lin2011-08-182-0/+143
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c