summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserActivity.java
Commit message (Expand)AuthorAgeFilesLines
...
* | am 51bc6ae1: am 41d53ed1: Merge change I638d3f45 into eclair-mr2Grace Kloba2009-11-231-2/+15
|\|
| * Enable some special debug url.Grace Kloba2009-11-231-2/+15
* | am 28292bc9: am bb394f3e: Fix monkey crash. Check null for the top window in ...Grace Kloba2009-11-191-0/+2
|\|
| * Fix monkey crash. Check null for the top window inGrace Kloba2009-11-191-0/+2
* | am a5a5fa3a: am 90d088ca: When long pressing to add a bookmark, use the title...Ben Murdoch2009-11-191-0/+2
|\|
| * When long pressing to add a bookmark, use the title text returned from WebCor...Ben Murdoch2009-11-191-0/+2
* | am 79ba087a: am 221be506: Merge change I5ee906c0 into eclair-mr2Dan Egnor2009-11-181-7/+8
|\|
| * Change android.text.util.Regex to com.android.common.PatternsDan Egnor2009-11-181-7/+8
* | Add an option to the long press on image menu to save that image as the home ...Ben Murdoch2009-11-161-0/+80
|/
* Reset the progress when beginning to load a new page.Leon Scroggins2009-11-061-3/+5
* Do not clear FindDialog's text when changing orientation.Leon Scroggins2009-10-291-3/+0
* Stretch short landscape bookmark screenshots to fill the correct amount of sp...Ben Murdoch2009-10-271-2/+21
* am 7d899d6f: Fix how browser determines if it has connectivity.Robert Greenwalt2009-10-231-5/+3
|\
| * Fix how browser determines if it has connectivity.Robert Greenwalt2009-10-231-5/+3
* | Remove the fake title bar in onDestroy so that we willGrace Kloba2009-10-211-0/+3
* | Hide the status bar while a <video> is playing.Andrei Popescu2009-10-201-0/+7
* | Don't allow the user to save bookmarks with a scheme that the Browser cannot ...Ben Murdoch2009-10-141-0/+2
* | Hide the fake title bar while showing the context menu.Leon Scroggins2009-10-131-0/+9
* | Move Tab out of TabControl to its own class. So thatGrace Kloba2009-10-091-1330/+374
* | File upload.Leon Scroggins2009-10-091-2/+31
* | am ef292158: We should handle all four cases when strip the "client". We were...Grace Kloba2009-10-071-1/+3
|\|
| * We should handle all four cases when strip the "client".Grace Kloba2009-10-071-1/+3
* | Stop the loading after WAKELOCK_TIMEOUT (5min) whenGrace Kloba2009-10-061-0/+4
* | Update the fake title bar appropriately.Leon Scroggins2009-10-061-23/+9
|/
* Slide the title bar onto the screen rather than stretching it.Leon Scroggins2009-09-301-3/+2
* Link coloring - do db lookup in new threadLeon Clarke2009-09-301-0/+20
* Check null for intent.getData() before using it.Grace Kloba2009-09-291-1/+2
* Check to make sure the captured picture is non null before using.Leon Scroggins2009-09-291-0/+7
* don't create the fake title bar when getGlobalVisible failsCary Clark2009-09-291-3/+8
* Fix miniature thumbnail problem and delay saving of a screenshot by 500ms aft...Ben Murdoch2009-09-291-19/+23
* check to see if the real title bar has no parentCary Clark2009-09-281-0/+3
* Update menu items.Leon Scroggins2009-09-281-0/+4
* Only update the bookmark screenshot if the page completed loading fully (i.e....Ben Murdoch2009-09-281-1/+9
* Only draw the fake title bar's shadow if the webview is not scrolled.Leon Scroggins2009-09-251-0/+34
* Fix layout issues on the bookmarks screen.Leon Scroggins2009-09-251-6/+36
* In the case of a page load error, save a second screenshot in onProgressChang...Ben Murdoch2009-09-241-5/+27
* Add a context menu for the title bar.Leon Scroggins2009-09-241-8/+30
* We should return after calling moveTaskToBack when there is no current tab.Grace Kloba2009-09-241-0/+1
* If we get web search request in onCreate, just finish theGrace Kloba2009-09-241-6/+10
* Add possibility to customize the chooser dialog used to allow the userAndrei Popescu2009-09-241-2/+4
* When hiding the fake title bar, animate or not based on current scroll.Leon Scroggins2009-09-231-0/+10
* Tweaks to improve the look of the bookmarks page.Leon Scroggins2009-09-231-4/+12
* Move the page up/down shortcut key from onKeyUp to onKeyDown asGrace Kloba2009-09-231-9/+8
* Reset title bar after closing tabAndrei Popescu2009-09-231-0/+1
* switch to modern contact interfaceCary Clark2009-09-221-3/+3
* Pass search intent extra data through the browserBjorn Bringert2009-09-221-2/+6
* Support precomposed app icons.Patrick Scott2009-09-221-2/+25
* Add a shadow to the fake title bar.Leon Scroggins2009-09-211-9/+7
* Check for a valid token before adding the fake title bar.Patrick Scott2009-09-211-1/+3
* Update the correct favicon when starting the load.Patrick Scott2009-09-211-2/+10