| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
bug #2930549
uses a StackView to let the user flip through the browser
bookmark thumbnails
Change-Id: I3665e98e5fd4c14ede8f28380ec6c85e7cc032f2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This one has support for bookmarks sync,
has the bookmarks and history in separate
tables, and supports hierarchical bookmarks.
Compatibility with the old APIs is not yet complete.
The Bookmarks UI has been switched over to the
new provider. Creating bookmarks puts them
in the UIs root folder.
Change-Id: Ib21713ddd19f43d178d49dbac977f749e7103368
|
| |
| |
| |
| | |
Change-Id: I01366f575f61fd6e2084ad003b860f5c6083258e
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to home" functionality in the Browser.
When the user selects the bookmark button adjacent to the URL bar
they will be prompted to either add a new bookmark for the current
page or add a shortcut to the current page to their homescreen,
rather than being taken to the bookmark management activity. The
bookmarks button on the options menu will still take the user
directly to the bookmark management activity.
Bug: b/2794945
Change-Id: I07190250379f1d6e2fe6b8ea280317949cd58b15
|
|
|
|
|
|
|
|
|
|
| |
This reverts change I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd
and adds an observer on the new default geolocation permission
secure setting.
Bug http://b/issue?id=2535598
Change-Id: I4edcbd3080b7d3af5dc6d74f26779b6d92248010
|
|
|
|
| |
Change-Id: I884936ceaeabf76cc8aaf7f1dbfeecd82b5c2fd0
|
|
|
|
|
| |
Bug:2300219
Change-Id: Ibe790a7aaa812b5262c53f542539deead628dc77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BrowserBookmarksAdapter does not need to request bookmark icons as most of the
bookmarks have up-to-date icons. We still need to request all icons on start up
because a new icon may be loaded as a result of clicking a history items.
Move the icon request to a background thread to not block the ui thread on large
db lookups.
Remove MostVisitedActivity as it is no longer used.
Bug: 2496872
Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1
|
|
|
|
| |
Change-Id: Ib92b81bb367a053e38cb98a564cb6711f2b9d9ef
|
|
|
|
| |
Change-Id: I7a4d4004e0643409312b9155b7c8be281ec5c1c1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The old hidden Google-specific framework setting
Settings.Secure.USE_LOCATION_FOR_SERVICES has been removed
and replaced by a setting in GoogleSettingsProvider.
Since Browser can't read from GoogleSettingsProvider,
I've instead changed SetupWizard and the Google search settings
(in GoogleQuickSearchBox) to write to this new geolocation
content provider in the Browser.
The geolocation permission content provider is write-only, and
requires a signatureOrSystem permission to write to. So
only system apps can add geolocation permissions,
and the only system apps that do so are SetupWizard and
GoogleQuickSearchBox.
Bug: http://b/issue?id=2428694
Change-Id: I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Initial work for http://b/issue?id=2384554 : showing all downloads in the
browser. On the BrowserDownloadPage, no longer rely on the filename,
since once the Browser shows downloads from other applications, the
filenames for those downloads will not be available, and this way
all downloads are handled the same.
Other applications which download files will need to handle the same
Intents as OpenDownloadReceiver in order to open/delete them from
the BrowserDownloadPage.
OpenDownloadReceiver is also a necessary step towards moving the
BrowserDownloadPage into its own application, if we ultimately
decide to do that.
|
|
|
|
|
|
|
|
| |
Once the voice search intent has been handled, the title bar
background changes to green, and touching it displays other voice
search possibilities.
Fixes http://b/issue?id=2390686
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '9f1a55b21d05acc91d25fb0ff77089491af68dd8'
* commit '9f1a55b21d05acc91d25fb0ff77089491af68dd8':
Explicitly requesting that the IME resize the WebView.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
manifest.
Merge commit '387ffb97553ad872b5f9dce6a08ad68044086d91'
* commit '387ffb97553ad872b5f9dce6a08ad68044086d91':
Cleaning up unused plugin declarations from the manifest.
|
| | |
|
|/
|
|
|
|
|
|
| |
screen wallpaper.
See b/2210111
Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de
|
|
|
|
|
|
| |
it's search provider so that we can start typing on the bookmarks page and perform a search/URL load.
Change-Id: Ic05a19fab3ddccd99c5a07c6c9c10b85c791717a
|
|
|
|
|
|
|
| |
Enables having a shortcut on the home screen of a bookmark which is
javascript.
Change-Id: Icae2785b144cfb1885e21ebbd7f86685447c2b5e
|
|
|
|
|
|
| |
Use scheme to define the Bookmark style.
Fix http://b/issue?id=2125502
|
|
|
|
|
|
| |
Use NetworkInfo to see if we are connected to a network instead of the intent
extra. Update the network dialog text and refactor the alert dialog creation to
reuse code.
|
|\
| |
| |
| |
| | |
This was needed during testing and threw an exception without it. Not sure how
Derek got around not having it before.
|
|/
|
|
| |
Change-Id: Ife459b2d248a2ce0c0a4de3f69b74c86ee472266
|
| |
|
| |
|
|
|
|
| |
from 8M to 20M so that common sites like nytimes.com can fit.
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '04b2e8e1688a869904ecedafa58349b14a73ba48'
* commit '04b2e8e1688a869904ecedafa58349b14a73ba48':
Use the old string for bookmarks permissions.
|
| |
| |
| |
| |
| |
| | |
When we made the bookmark permissions public, we also changed their
names, which might break existing apps. Change them back. Depends
on a change in frameworks/base.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '57b461b6f13bb4c90264e7ca08c130b41c74a1d3'
* commit '57b461b6f13bb4c90264e7ca08c130b41c74a1d3':
Stop using old density APIs.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This way the two different modes can share code and have
all the same behaviors (i.e. context menu options).
AndroidManifest.xml
Remove BookmarkGridPage, which is no longer an Activity.
bookmarks.xml
Add a menu option to switch between the different viewing modes.
strings.xml
Name for that menu option.
AddNewBookmark.java
Remove copyTo, which is not necessary.
BookmarkGridPage.java
Change to just be a GridView, with our desired settings, and
overriding onSizeChanged to size the thumbs appropriately. Now its
constructor takes a BrowserBookmarksAdapter, which it uses instead
of its old private Adapter.
BrowserBookmarksAdapter.java
Now has two modes, so it can be used for both the bookmarks grid
and the list view. Removed a bunch of obsolete code, which was
used for searching/sorting the bookmarks.
BrowserBookmarksPage.java
Now switches back and forth between using a GridView and a ListView.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a skeleton backup agent for the Android Browser, intended to back up and
restore the bookmarks table from browser.db by extracting the bookmarks table
into a flattened file representation on backup, then unflattening and rebuilding
the table during restore.
It compiles but is completely untested, since the db code to read/write the
bookmarks table is not finished. The backup agent has been declared in the
Browser manifest, however.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '373d5f2984c93b07143028bfa8af4b80c4a858c8'
* commit '373d5f2984c93b07143028bfa8af4b80c4a858c8':
Update browser provider to allow global search to access it.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'edef6cce0ce237e96c1ae8ac1360e5d8a0cf4a4e'
* commit 'edef6cce0ce237e96c1ae8ac1360e5d8a0cf4a4e':
Use public bookmark permissions.
|
| |
| |
| |
| |
| |
| |
| | |
Depends on change https://android-git.corp.google.com/g/4775,
which adds bookmark permissions the the public API. This
change removes the old private permissions and uses the
new public ones.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e95ab20ea57d3df60aa38d7e147334cc44c484c3'
* commit 'e95ab20ea57d3df60aa38d7e147334cc44c484c3':
dpi changes for browser
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '27b0a4977829fa0cc362506236d17e95192a6f37'
* commit '27b0a4977829fa0cc362506236d17e95192a6f37':
Remove test library and instrumentation defs from Browser.
|
| |
| |
| |
| | |
See bug 1900802.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
- 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.
|