summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/WidgetPreviewLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't close widget preview cache dbMichael Jurka2013-03-201-7/+0
| | | | Only one connection is ever held now, and that will be closed when the app is killed
* Fix SQLite crashes in LauncherMichael Jurka2013-03-201-18/+19
| | | | | | | | | We were using multiple SQLiteOpenHelpers, which causes problems; this change switches us to using only one Bug: 8346109 Change-Id: If7d4dff3d34edb38d9586d3b0f4e8e1747a71a75
* Fix bug with some 1x1 widget previewsMichael Jurka2013-03-061-8/+6
| | | | Bug: 8310045
* Fix rare NPEMichael Jurka2013-02-151-3/+5
| | | Bug: 8191673
* Fix SQLite syntax errorMichael Jurka2013-02-071-2/+2
|
* Merge "Fix crash when creating preview cache table"Michael Jurka2013-02-071-1/+1
|\
| * Fix crash when creating preview cache tableMichael Jurka2013-02-071-1/+1
| |
* | Fix crash when switching between Apps/Widgets tabsMichael Jurka2013-02-071-4/+3
|/ | | | Bug: 8138894
* Clean up database in WidgetPreviewLoaderMichael Jurka2013-02-061-0/+6
|
* Fix crash when rotating all appsMichael Jurka2013-02-051-35/+40
| | | | Bug: 8134296
* Cache widget previews in a DBMichael Jurka2013-02-041-0/+606
- Smoother All Apps scroll performance Change-Id: Id2d31a45e71c63d05a46f580667ad94403730616