summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/src/com/android/photos/views
Commit message (Collapse)AuthorAgeFilesLines
* Removing Pools.java as it is present in support libSunny Goyal2015-04-082-167/+2
| | | | Change-Id: I0f1346223aa289889dbefedd47bff093e9c2c05d
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-202-13/+15
| | | | | | | | | | | 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/+4
| | | | | | | | | | | | > 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)
* Merge "Moving some files and methods around" into ub-launcher3-masterSunny Goyal2015-02-202-2/+167
|\
| * Moving some files and methods aroundSunny Goyal2015-02-122-2/+167
| | | | | | | | | | | | | | | | > Removing android.util package > Moving static methods and classes out of WallpaperCropActivity > Removing some unused utility methods Change-Id: I252a0655ddce195189b6b3f0bf92970e5808c9d7
* | Removing unused BlockingGLTextureViewSunny Goyal2015-02-122-540/+11
|/ | | | Change-Id: Iac5aec1193e53dd554f61d07201bac06178914f5
* Removing support library dependencySunny Goyal2015-01-201-1/+1
| | | | | | > Removed FolderAutoScrollHelper as folders are currently not scrollable Change-Id: I261f43a665b742697e3224e1e9852ccc526badcd
* Changed behaviour of the wallpaper picker.Selim Cinek2014-03-031-0/+12
| | | | | | | | | | | | | | | | | When opening the picker, the currently chosen wallpaper is shown in the background. In this change also the nullpointer was fixed when deleting the currently selected wallpaper and setting it, because we revert to the old wallpaper in that case. When going into the same live wallpaper than the currently selected we are going back to home if the user sets it or goes back now, in order for the user not to loose state. The real fix for this will be done later when the following bug will be fixed: b/13241760 Bug: 12063773 Bug: 13219612 Change-Id: I7c6abb25755eca99c3255278e0884d1ff4749b55
* Create separate project for Wallpaper PickerMichael Jurka2013-12-133-0/+1649
Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5