aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/ruesga/android/wallpapers
Commit message (Collapse)AuthorAgeFilesLines
* Returns as a CyanogenMod project. Update author and CopyrightsJorge Ruesga2013-10-2772-14095/+0
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Force redraw of frame when surface changed (if gl is in dirty mode)Jorge Ruesga2013-10-251-4/+8
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix effects FC when device don't supports preserve_egl_contextJorge Ruesga2013-10-252-2/+23
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix hardware acceleration problem and improve responsivenessJorge Ruesga2013-10-244-48/+54
| | | | | | | | * Change to software acceleration when no animation is required and remove drawing cache (fix opengl error for reach max texture size) * Improve responsiveness of choose albums activity Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Force to run discover AsyncTask out of the GLThreadJorge Ruesga2013-10-232-5/+16
| | | | | | AsyncTask can't create a valid handler in ICS (works in JB+), so we force it to run in a UI thread. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Improve times for filter media discoverJorge Ruesga2013-10-133-29/+15
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Remove unnecessary codeJorge Ruesga2013-10-133-68/+21
| | | | | Cached bitmaps are not used, because bitmaps are recycled previously Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Change transitions interval behaviorJorge Ruesga2013-10-133-31/+45
| | | | | | | Now user can select between 0 and 60 seconds (10 steps/ 10 diff. values) 0 seconds means just draw the initial frames and without transitions, while world isn't recreated Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Protect frame selection from unknown framesJorge Ruesga2013-10-121-0/+3
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix NPE when photo frame has not a valid texture infoJorge Ruesga2013-10-121-13/+41
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix FC on disposition selectionJorge Ruesga2013-10-091-1/+16
| | | | | Ensure that MER algorithm always returns a bound rectangle Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Replace Cid imageJorge Ruesga2013-10-041-1/+1
| | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Change author and copyrightJorge Ruesga2013-10-0372-0/+14054
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>