| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The BrowserProvider now stores another blob
for a screenshot of the page. If the current
page is a bookmark, store a screenshot. When
viewing bookmarks, show a gridview of screenshots
of the bookmarks.
Requires a change to framework to add THUMBNAIL
to Browser.BookmarkColumns and to the HISTORY_PROJECTION
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '9918943559193e3e047a1c18442e2cdb0fe22b15'
* commit '9918943559193e3e047a1c18442e2cdb0fe22b15':
Update browser to use new Intent URI expansion.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This changes the browser's URI->intent processing to use the new generic
"intent:" scheme supported by Intent. Doing so allows the user to
provide links to arbitrary intents in a web page. The browser restricts
which intents can actually be execute to those supported by the
BROWSABLE category by adding this to the resulting Intent and making
sure there is no explicit component in the Intent.
With the addition of package-specific Intents, this allows people to
have a link that is guaranteed to launch an activity in their own
package, not allowing others to intercept it.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '7944b7def8b04c3dc0cb8815a8527aba8c91b219'
* commit '7944b7def8b04c3dc0cb8815a8527aba8c91b219':
conflict fix
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
EXTRA_APPEND_LOCATION on.
|
| |
| |
| |
| |
| | |
Copy of change https://android-git.corp.google.com/g/Gerrit#change,2450
into donut.
|
| |
| |
| |
| |
| | |
In setTitleAndUrl, check to make sure url is non null before
calling url.toString().
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Consolidate bookmark add/delete code in the browser.
|
| | |
| | |
| | |
| | |
| | | |
Driven by a desire to put bookmarking functionality into the title
bar, I have consolidated the code for adding and removing bookmarks.
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Merge commit 'e2c52f7689c684ff6b962b20d45f41f52e8749cc'
* commit 'e2c52f7689c684ff6b962b20d45f41f52e8749cc':
Honor the system setting of whether to show web suggestions.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Honor the system setting of whether to show web suggestions.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Also fix a few NPEs from the UrlData change.
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
For security reasons, we want to ensure that the domain
name of the current page is being shown in the title bar.
Use BrowserActivity's method of building the url for the
title bar, which also shows https if it is a secure site.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
src/com/android/browser/BrowserActivity.java
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
commit a81c695597665c0bae7e0af2ab98bf0d7ef96cbc
Author: Mitsuru Oshima <oshima@google.com>
Date: Wed Jun 10 14:45:55 2009 -0700
* added inline scheme support that shows content using WebKit#loadDataWithURL
* removed data scheme from manifest
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Use an asset copied from the Market for the background. Since this background is
dark, change the title's text to white, as well as the dividing line. Changed
the functionality of the buttons on the title bar. Also flipped the title and
the url, and fixed a bug where "Loading..." remained for too long. Also added
the drop shadow below the title bar.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '0d7ae0ed82e21d472cde8cf92b5657d8ee8ca0d8'
* commit '0d7ae0ed82e21d472cde8cf92b5657d8ee8ca0d8':
Fix a monkey crash.
|
| |
| |
| |
| |
| |
| |
| | |
The monkey crashed because getTopWindow() returned null.
Ensure that we either have a top window, or we are in
the tab picker. If neither is true, return false, to
avoid the null pointer exception.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'bd34f7dbbb25059121c2eb9f0d3d8478d78e7e63'
* commit 'bd34f7dbbb25059121c2eb9f0d3d8478d78e7e63':
Change the default client id for better stats
|
| |\
| | |
| | |
| | |
| | | |
* changes:
Change the default client id for better stats
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'bc5b9f358a2b75bf3a104b9f5cd477ad2f6f740f'
* commit 'bc5b9f358a2b75bf3a104b9f5cd477ad2f6f740f':
Include ACCEPTED_URI_SCHEMA in url patterns to skip.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Without this inclusion, the web search detection code thought that URLs
of the format about:blank or about:debug were web searches and passed
them on to the search provider.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The new title bar is thicker and has areas that can be touched
to open the search bar, zoom in, zoom out, and stop a load. Also
inserted a flag to use the old title bar.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '598c9ccf8641e0e4563bba2fd5613bcb4de766ec'
* commit '598c9ccf8641e0e4563bba2fd5613bcb4de766ec':
Do not use the original url in onReceivedTitle.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
We used to use the original url because that was what was entered into the
history database. Now, with a change in webkit, the correct url will be passed
to updateVisitedHistory if the server sent a redirect. This allows for the
correct url and title to be displayed in the title bar as well as the correct
url and title to be stored in the history.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
- Web search was hard coded to Google and suggestions in the search dialog were hard coded to the GoogleSearch suggest provider package. Both now point to the system default web search/suggest provider which can include third party search engines.
- I also removed the intent filter to handle action.WEB_SEARCH from the browser because it should no longer provide web search functionality for other apps, that feature is provided by the recently added WebSearchProvider package. Removing this intent filter also removes the browser from the list of web search providers in the system settings.
- As part of this change I had to factor out the search shortcut code to a separate function, add a couple of new functions and modify the browser provider code to access cursor fields in a safe manner.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
crashing.
Merge commit 'c5f4f732aea6303e5c3630d982847a26d41715f5'
* commit 'c5f4f732aea6303e5c3630d982847a26d41715f5':
Use "unknown" as the default value for the client id to avoid crashing.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fix for issue 1482954: Longpress on bookmark or history should set homepage
[1/1]. Add a string for set homepage. Add the option in both the context menu
for the browser history and for browser bookmarks. In BrowserHistoryPage and
BrowserBookmarksPage handle the new option by setting the new homepage.
|
| |
| |
| |
| |
| | |
- pause when a view is in a non-current tab
- pause the current view when the activity itself is paused
|
| |
| |
| |
| |
| |
| |
| |
| | |
loadUrl() when it is needed.
Have to change the signature of sendAnimateFromOverview to include the extra postData field.
Temp add ""&action=devloc" to enable server side location query.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Searching the history now checks for matches to the title.
|
| | |
| | |
| | |
| | |
| | | |
Fix for http://b/issue?id=1853732 : Searching the browser
provider does not match bookmarks based on title.
|
|\ \ \
| |/ /
|/| /
| |/
| | |
Conflicts:
src/com/android/browser/BrowserSettings.java
|
| |
| |
| |
| | |
we can localize it easily.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix an issue where bookmarking https: sites doesn't work.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix for issue 1863535. We were storing https:// sites in
the database without https:, so it was stored as a non
secure site. Then going back to that bookmark does not work.
Now, use the truncated url to compare, but store the original
url (with https at the beginning)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix for issue 1831854: An unvisited, bookmarked site
shows up in the history under "1 month ago". This is
because although the site will be in the database with
a visited date of 0, it has some visits, so that it
will raise its priority in other lists. Now, ignore
any sites with a visited date of 0 (or less) in the
history page. Make the HistoryAdapter's member
variables private, and make the where clause final.
modified: src/com/android/browser/BrowserHistoryPage.java
modified: src/com/android/browser/BrowserHistoryPage.java
|
| | |
| | |
| | |
| | |
| | | |
This string was used for logging error messages, but
it is not used.
|
|/ /
| |
| |
| |
| | |
mUrlIndex, mTitleIndex, and mBookmarkIndex are member variables
which are the same for all MyAdapters, so change them to static.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix issues found by FindBugs.
|