summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/src/com/android/gallery3d
Commit message (Collapse)AuthorAgeFilesLines
* Various lint error fixes.Sunny Goyal2015-05-141-3/+3
| | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* Removing all dependencies of launcher code on wallpaper-pickerSunny Goyal2015-03-201-94/+0
| | | | | | | > WallpaperPicker can still depend on launcher code, but not the other way round. Change-Id: I93a07f985c3955c638a68a5fad9c09b184a879b9
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-1/+3
| | | | | | | | | | | Elimates 304 methods based on dex analysis The java compiler generates sythetic accessor methods for all private fields, methods and contructors accessed from inner classes. By marking them package-private and @Thunk instead, sythentic accessor methods are no longer needeed. These annotated elements should be treated as private. Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
* Reducing memory usage of wallpaper pickerSunny Goyal2015-02-241-0/+1
| | | | | | | | | | | | > Loading preview bitmap only once, instead of loading it twice at BitmapRegionTileSource and BitmapSource > Maintaing a weak-set of reusable bitmaps and reusing them for decoding bitmaps > Loading images on a HandlerThread (instead of AsyncTask) and removing any non-started task before submitting a new task > Loading inbuild images (from resources) on HandlerThread instead of UIThread > Freeing up unbound GL textures before binding a new texture. Bug: 18382606 Change-Id: Ic4ca630dd113ded65d2853eb0d291c9e5823637e (cherry picked from commit 283c2261bd4440f4108a564cea0f5fc499781213)
* Moving some files and methods aroundSunny Goyal2015-02-126-383/+541
| | | | | | | | > Removing android.util package > Moving static methods and classes out of WallpaperCropActivity > Removing some unused utility methods Change-Id: I252a0655ddce195189b6b3f0bf92970e5808c9d7
* Removing usage of reflection.Sunny Goyal2015-01-201-52/+0
| | | | | | | > Updated launcher.java with the new APIs > Removed unused method in BitmapUtils Change-Id: I24804d2cd7d9fc45040532e8324672f5ea6fc110
* Clean up importsMichael Jurka2013-12-132-3/+0
|
* Create separate project for Wallpaper PickerMichael Jurka2013-12-1328-0/+8741
Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5