aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/cyanogenmod/wallpapers/photophase/TextureManager.java
Commit message (Expand)AuthorAgeFilesLines
* photophase: fix memory leaksJorge Ruesga2014-08-311-0/+8
* Update license headersJorge Ruesga2014-06-141-1/+1
* Random dispositionsJorge Ruesga2013-11-031-1/+1
* Multiples fixesJorge Ruesga2013-11-021-5/+5
* Returns as a CyanogenMod project. Update author and CopyrightsJorge Ruesga2013-10-271-0/+595
* Change author and copyrightJorge Ruesga2013-10-031-603/+0
* Revert commit 02b0586c3c9a325f88717ae89adb6e9e4d005397Jorge Ruesga2013-08-311-1/+1
* Do not wait indefinitely to avoid race conditionJorge Ruesga2013-08-301-1/+1
* More recycle stuff (#26)Jorge Ruesga2013-08-201-0/+3
* Force to use image dimensions instead of screen dimensions (#26)Jorge Ruesga2013-08-201-3/+3
* Fix some memory leaks and improve allocations (#26)Jorge Ruesga2013-08-191-13/+35
* Fix styleJorge Ruesga2013-08-151-1/+1
* Improve acquisition of random numbersJorge Ruesga2013-08-151-3/+3
* Fix queue image effect when aspect ratio isn't selectJorge Ruesga2013-08-151-8/+13
* Aspect ratio correction (implementation) (#14)Jorge Ruesga2013-08-131-7/+62
* Move BitmapUtils and GLESUtils to utilsJorge Ruesga2013-08-121-1/+2
* Do not move used images if existsJorge Ruesga2013-08-101-1/+12
* Advise the user about no media (#22)Jorge Ruesga2013-08-101-7/+32
* Use an asynchronous model to communicate media partial results (#19)Jorge Ruesga2013-08-091-5/+44
* Fix NPE inside onMediaDiscovered method (#20)Jorge Ruesga2013-08-091-16/+19
* Empty pending pictures queue on EXTRA_FLAG_EMPTY_TEXTURE_QUEUE (#6)Jorge Ruesga2013-08-091-0/+7
* Select new media pictures automatically (#13)Jorge Ruesga2013-08-091-3/+4
* Show a toast when "Refresh now" action was completed (#15)Jorge Ruesga2013-08-081-5/+15
* Update TextureManager screen dimensions after a screen changeJorge Ruesga2013-08-081-0/+9
* Remove unused codeJorge Ruesga2013-08-061-3/+0
* Fix formatJorge Ruesga2013-08-061-1/+1
* Fix effect screen dimension (#2)Jorge Ruesga2013-08-061-7/+7
* Support fot GPU image effects (#2)Jorge Ruesga2013-08-061-3/+10
* Touch actions (#5)Jorge Ruesga2013-08-041-9/+11
* Disposition enhancementsJorge Ruesga2013-08-031-1/+1
* Fix bitmaps memory leakJorge Ruesga2013-07-301-3/+3
* Fix when there is no images on media libraryJorge Ruesga2013-07-291-1/+5
* Force redraw and empty texture buffer. Clear images buffer on reloadjruesga2013-07-031-0/+18
* Initial commitjruesga2013-07-011-0/+384