divergentdave / Transparensbee

An Android-based Certificate Transparency pollinator
1 stars 0 forks source link

Fix performance regression from DBStatistics #20

Open divergentdave opened 7 years ago

divergentdave commented 7 years ago

After #10, I may be doing database access on the main thread to fetch success/failure stats. I should look into rewriting the UI side of this, perhaps by wrapping it in AsyncTasks, by using CursorAdapter, or by sending the relevant information over LocalBroadcastManager.

divergentdave commented 7 years ago

Scrolling is very janky while pollinating, I have a hunch this is to blame