summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/DateSortedExpandableListAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-43/+74
| | | | | | | Also fix up a bunch of bugs causing things like thumbnails to not be stored properly. Change-Id: I5758ee108734d9b50e741822dcbe86b7cc834e8e
* Move the creation of the HistoryAdapter to the background.Leon Scroggins III2010-04-261-4/+4
| | | | | | Bug 2611964 Change-Id: I675bb2de91a0bafe10b49e84abed92aff4e14b08
* Show the downloads list divided into groups based on how recently downloaded.Leon Scroggins2010-01-131-10/+73
| | | | Fixes http://b/issue?id=2367226
* Move clustering functionality of HistoryAdapter to its own class.Leon Scroggins2010-01-121-0/+284
This way it can be used by the BrowserDownloadsAdapter (in a separate changelist) to fix http://b/issue?id=2367226