| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
Fix for http://b/issue?id=1688867. Instead of providing an option
to add a bookmark to bookmarks, provide an option to remove the
item from bookmarks. Also display the item as the context menu
header.
|
|
|
|
| |
HTML5 database.
|
|
|
|
| |
enabled debug in the browser (been to about:debug) and there are errors on the page. It can be toggled on/off in debug mode in the settings menu.
|
|
|
|
|
|
|
|
|
|
| |
Remove the file BookmarkGridPage, since a GridView will do just fine.
Now we specify a height and width for the bitmaps rather than adjusting
them for the screen size. Also add the favicon and match the design
more closely for the Add option. In BrowserActivity, match the size
of the saved screenshots to the desired size for the Bookmarks
Activity. Also move the logic into its own method so it can be
called from multiple places (still called in only one at the moment).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '944f2208fd134d74e171772cc6a317628ee20a5f'
* commit '944f2208fd134d74e171772cc6a317628ee20a5f':
Add new searchSettingsDescription attribute for Browser's searchable.
|
| |
| |
| |
| | |
This will be shown under the individual searchable item in system search settings.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
search manager now.
|
| |
| |
| |
| |
| |
| |
| | |
The UI only shows up when 'about:debug' is typed in the address bar.
JS flags are a string '--heap-stats --log-gc' in V8 etc.
Currently this is only used by V8 build for debugging purpose.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '2f83068b9e8835f97010bc2ee1d77f3a13827ae4'
* commit '2f83068b9e8835f97010bc2ee1d77f3a13827ae4':
Add the ZoomDensity support in the Browser.
|
| |
| |
| |
| | |
Per Leland's requst, change "Set text size" to "Text size" and etc.
|
|\ \
| |/
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
"Bookmarks & history" to "Browser".
Merge commit '8dd422a6b60f82a950900fb12d3ba987edac3e86'
* commit '8dd422a6b60f82a950900fb12d3ba987edac3e86':
Change the string for the browser in global search from
|
| |
| |
| |
| | |
"Bookmarks & history" to "Browser".
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
src/com/android/browser/BrowserSettings.java
|
| |
| |
| |
| | |
we can localize it easily.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
suggestions should still stay the same (i.e., query in title, number of results in subtitle).
Merge commit '1ef26a30d0372d9fe55e8cb877b1b94bc93c2829'
* commit '1ef26a30d0372d9fe55e8cb877b1b94bc93c2829':
Only swap title and subtitle for website suggestions; query suggestions
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
should still stay the same (i.e., query in title, number of results in
subtitle).
Also update all url subtitles to be green text as per search UI standards.
And change the text of "Search Google" to "Search the web" to accommodate
upcoming choices of web search provider.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e90ede446d39dfbee45bcaef6a5ae876a5c92752'
* commit 'e90ede446d39dfbee45bcaef6a5ae876a5c92752':
Add bookmarks search activity to browser.
|
| |
| |
| |
| |
| |
| |
| | |
This activity is never started from the browser. Its purpose
is to provide bookmark suggestions to global search (through
its searchable meta-data), and to handle the intents produced
by clicking such suggestions.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
(This change is in master.) Add an option in the settings menu of the browser to give the user the option of always displaying in landscape, ignoring sensor/opening and closing of the keyboard.
BUG=1636784
Automated import of CL 143762
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|