summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/DownloadTouchIcon.java
Commit message (Expand)AuthorAgeFilesLines
* Modified last of reflection calls to use ReflectHelper classBijan Amirzada2014-04-161-1/+1
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+206
* Copy of new files from 1599Bijan Amirzada2014-03-041-198/+0
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-3/+3
* Expand scope of try/catch in DownloadTouchIconJohn Reck2011-02-171-15/+20
* Fix download touch iconJohn Reck2011-02-171-1/+1
* Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-221-3/+4
* Merge commit '7bf3f38c493642b181f0c7ddf30b8214e50fea3b' into fix_amBjorn Bringert2010-10-121-11/+9
|\
| * NPE in DownloadTouchIcon because of getPreferredHttpHostHenrik Baard2010-09-061-6/+7
* | A bunch of updates to BrowserProvider2.Jeff Hamilton2010-09-151-13/+13
* | Switch the history management over to the new provider.Jeff Hamilton2010-08-181-12/+12
* | First revision of the new browser provider.Jeff Hamilton2010-08-161-1/+1
* | Fix NPEs after merge of d159ec534823b87f9896843e95912b0df8c27e16 from openBen Murdoch2010-07-191-5/+6
* | resolved conflicts for merge of e7c06a6e to masterJean-Baptiste Queru2010-07-161-1/+13
|\|
| * Use proxy for downloads.Andreas Sandblad2010-07-141-1/+12
* | Download a touch icon without putting it into the database.Ben Murdoch2010-07-011-10/+52
|/
* Move queryBookmarksForUrl to background thread.Leon Scroggins2010-04-231-31/+33
* Close the bookmarks cursor.Patrick Scott2010-03-041-1/+3
* Update to reflect android-common no longer in framework.Dianne Hackborn2010-02-241-1/+1
* Changed class paths for classes moved in unbundling effortPaul Westbrook2009-12-141-1/+2
* Do database access in the background thread to prevent ANR.Patrick Scott2009-11-101-5/+4
* Move Tab out of TabControl to its own class. So thatGrace Kloba2009-10-091-7/+6
* Support precomposed app icons.Patrick Scott2009-09-221-2/+20
* Implement onReceivedTouchIconUrl.Patrick Scott2009-08-051-0/+118