summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/homepages
Commit message (Collapse)AuthorAgeFilesLines
* Change most visited template to use 'utf-8' encodingTarun Nainani2015-04-061-1/+3
| | | | | | CR-Fixed: 806100 Change-Id: Ia36d779044c6d840413fde227c356b34c169eece
* Add fallback mechanism for resources resolved via introspection.Tarun Nainani2014-11-172-1/+8
| | | | | | | | In case of resources not resolve from hard-coded 'com.android.browser.R' package name, fallback on resolving it from dynamically queried package name. Change-Id: Ifb9ca330ba8efd200ce3ccb116fa9aa3e52fb885
* Fixes for 1599-qrd browser to work with 1857 swe engineTarun Nainani2014-05-211-2/+4
| | | | | | | Fix provider issue by providing custom class with authority string. Comment out clear password feature. Change-Id: Icab6cf7d3bbd71a14fad337ef01f0c53fcaf2fdf
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-213-0/+669
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-043-669/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* Browser: fix can not show most_visited pagekaiyiz2013-09-122-2/+2
| | | | | | | | | | | | | | The original documentation for UriMatcher class indicated a leading slash was possible but the code did not support it. So google delete the leading slash.But the slash will be deleted even if the path is "/".So UriMatcher can't match the uri whose path is "/". Add a string to make uri match successfully. CRs-Fixed: 522453 Change-Id: I2b4a8e517aad7bf166575b22e370461976b11199
* Fix strictmode violationJohn Reck2012-04-201-25/+28
| | | | Change-Id: I67fdcab01f882baa4fd0e4db54dfd8b668e8a46b
* Sort files & folders in directory listJohn Reck2012-04-131-0/+13
| | | | Change-Id: I2eef1c989150d97266659d615d09edfdad322d2e
* Enforce most visited limitJohn Reck2012-01-231-2/+7
| | | | Change-Id: If24a89703d74d359461c4c4c6c46449fd93d2be5
* Add a folder index view in debug modeJohn Reck2012-01-172-2/+97
| | | | Change-Id: I67bb28d95cbe5ab6cf361271b46acc44398f188e
* Faster NTPJohn Reck2012-01-171-4/+23
| | | | | | | | Optimize the Most Visited NTP query. According to dumpsys dbinfo this speeds up the query from taking over a second to less than 100ms Change-Id: I00c86a5bcb66e126850434845350359f0e7279d5
* HTML escape most visitedJohn Reck2011-10-171-10/+15
| | | | | | Bug: 5471514 Change-Id: Ie3f175cc8ef9fd6e66ee6ced7a0cd383e04458e2
* Fix Resources.getIdentifier usageJohn Reck2011-09-222-2/+5
| | | | | | Bug: 5352337 Change-Id: If639cf6dec892f2952f8eb3fedbb267e4cc7c0ae
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-1/+1
| | | | | | | | | When storing a reference to a Context, ensure that it's the Application context rather than Activity Context. Bug: 5084293 Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
* Fix "Most Visited" page loadingJohn Reck2011-01-131-0/+21
| | | | | | Basically added the most visited content:// uri to a pseudo whitelist Change-Id: I1d37ff5f593ee65994ec167b7227f3c7b205c186
* Most Visited custom homepageJohn Reck2011-01-113-0/+505
Change-Id: Ic57762855e5d187aa0fe3a8eab2757b5a76ff08d