summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserActivity.java
Commit message (Expand)AuthorAgeFilesLines
* UI work on CombinedBookmarksHistoryMichael Kolb2010-08-211-5/+24
* Add RLZ support to Browser.Jeff Davidson2010-08-191-0/+80
* incognito mode added for large screensMichael Kolb2010-08-181-0/+4
* Fix Browser crash on search in new Browser session.Elliott Slaughter2010-08-181-1/+1
* Switch the bookmarks and history over to fragments.Jeff Hamilton2010-08-181-2/+2
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-3/+4
* Use ActionMode for Find-on-page and Copy.Leon Scroggins III2010-08-181-44/+73
* First revision of the new browser provider.Jeff Hamilton2010-08-161-1/+1
* switched to using action bar for large screenMichael Kolb2010-08-131-13/+20
* New tab flow through Bookmarks/History screenMichael Kolb2010-08-091-11/+16
* UI revision for tabbed browsingMichael Kolb2010-08-061-99/+93
* Initial work on browser incognito mode history feature.Elliott Slaughter2010-08-051-10/+27
* Fix build.Dianne Hackborn2010-08-051-9/+3
* tabbed title bar workMichael Kolb2010-07-271-4/+13
* remove save/restore picture from browser appCary Clark2010-07-271-0/+9
* Add support for accept type="audio/*" and audio/*;capture=microphone in the B...Ben Murdoch2010-07-211-3/+21
* Fix NPEs after merge of d159ec534823b87f9896843e95912b0df8c27e16 from openBen Murdoch2010-07-191-1/+1
* Capture API updates from new specificationBen Murdoch2010-07-161-6/+6
* Browser save page as web archive.Elliott Slaughter2010-07-121-0/+17
* Improve the visibility and discoverability of the "add shortcutBen Murdoch2010-07-091-0/+79
* Add camcorder support to the file picker.Ben Murdoch2010-07-061-17/+52
* Make size of the webview screenshot configurable with width/height parameters.Ben Murdoch2010-06-301-11/+12
* fix related to bug http://b/issue?id=2101719Michael Kolb2010-06-291-24/+18
* Prevent a null pointer exception.Leon Scroggins2010-06-291-1/+4
* If url hijacking happens on a newly opened child window,Grace Kloba2010-06-281-0/+27
* Update the lock icon when closing a tab.Leon Scroggins2010-06-281-0/+1
* Refactor find and select dialogsCary Clark2010-06-241-31/+61
* Initial work on new browser barLeon Scroggins2010-06-161-11/+16
* Broadcast to the media scanner when the user takes a photo from the file pick...Ben Murdoch2010-05-271-0/+3
* Plugin may have Java components. So always refreshGrace Kloba2010-05-261-3/+1
* Use the URL stored in the nav cache to open in new window.Leon Scroggins III2010-05-261-11/+18
* Add support for the camera as a source for the file picker.Ben Murdoch2010-05-201-4/+89
* Leave the title bar at the top of the screen for xlarge screen layout.Leon Scroggins2010-05-191-25/+66
* Adding accessibility content provider responsible for user script injectionSvetoslav Ganov2010-05-171-1/+6
* Move the find dialog to the top of the screen.Leon Scroggins2010-05-101-2/+34
* Use the text in an anchor as the subject line when sharing a link.Leon Scroggins2010-05-101-34/+1
* Allow interaction with page while Find is up.Leon Scroggins III2010-05-061-4/+12
* Click on notification for unfinished download, open downloads page.Leon Scroggins2010-04-191-1/+1
* When loading a new Intent, remove appTab association.Leon Scroggins2010-04-151-0/+4
* Update screenshots in a background thread.Patrick Scott2010-04-151-23/+36
* Treat voice searches from within the browser differentlyLeon Scroggins2010-04-081-1/+4
* use 565 bitmap instead of 4444 to improve qualityCary Clark2010-04-081-1/+1
* Show the faked title bar even content height is 0.Grace Kloba2010-04-021-4/+1
* Reduce reported "Displayed activity com.android.browser/.BrowserActivity"Grace Kloba2010-03-301-15/+9
* Fix for bug 2538060. Decoding and encoding an URL.Kristian Monsen2010-03-301-29/+40
* Fixes browser to store and read HTTP authentication credentials in the correc...Steve Block2010-03-251-1/+1
* fix monkey-triggered crashCary Clark2010-03-251-4/+2
* Use system setting for default geolocation permissionsBjorn Bringert2010-03-251-0/+11
* Use AsyncTask when calling Browser.updateVisitedHistoryLeon Scroggins2010-03-241-3/+17
* reject unhandled key events if browser is pausedCary Clark2010-03-221-1/+1