summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserBookmarksAdapterItem.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't show stale thumbnailsJohn Reck2012-06-051-0/+1
| | | | | | | | | Bug: 6610952 We don't null item.thumbnail because we want to recycle the bitmap if the item changes, so add a boolean saying whether or not we have an actual thumbnail to show to avoid showing stale data Change-Id: Ibfd485cb7f3ea8991222b8e99704170bf331472b
* Remove unused codeJohn Reck2012-04-241-1/+0
| | | | Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
* Bookmark page changesJohn Reck2012-04-231-1/+0
| | | | | | | | | Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
* Load bookmarks asynchronouslyJohn Reck2012-04-181-0/+27
Bug: 5297900 Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa