Commit Graph

11 Commits

Author SHA1 Message Date
Michael Jurka
b8f5c401de Don't close widget preview cache db
Only one connection is ever held now, and that
will be closed when the app is killed
2013-03-20 12:53:01 +01:00
Michael Jurka
d9cb4a124a Fix SQLite crashes in Launcher
We were using multiple SQLiteOpenHelpers, which
causes problems; this change switches us to using
only one

Bug: 8346109

Change-Id: If7d4dff3d34edb38d9586d3b0f4e8e1747a71a75
2013-03-20 10:25:02 +01:00
Michael Jurka
e5919c5574 Fix bug with some 1x1 widget previews
Bug: 8310045
2013-03-06 17:37:06 +01:00
Michael Jurka
5140cfaf47 Fix rare NPE
Bug: 8191673
2013-02-15 14:50:15 +01:00
Michael Jurka
32b7a09733 Fix SQLite syntax error 2013-02-07 20:08:41 +01:00
Michael Jurka
c4deb99929 Merge "Fix crash when creating preview cache table" 2013-02-07 14:58:59 +00:00
Michael Jurka
f0d45bdac8 Fix crash when creating preview cache table 2013-02-07 14:37:41 +01:00
Michael Jurka
ee8e99fe3b Fix crash when switching between Apps/Widgets tabs
Bug: 8138894
2013-02-07 13:27:30 +01:00
Michael Jurka
0247d1418d Clean up database in WidgetPreviewLoader 2013-02-06 14:30:25 +01:00
Michael Jurka
3f4e070aa5 Fix crash when rotating all apps
Bug: 8134296
2013-02-05 11:25:29 +01:00
Michael Jurka
05713af127 Cache widget previews in a DB
- Smoother All Apps scroll performance

Change-Id: Id2d31a45e71c63d05a46f580667ad94403730616
2013-02-04 20:32:49 +01:00