| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Rather than load a home page, bring up the browser/new tabs
displaying the bookmarks page, with a search bar that can be
clicked to open the omnibox. Also rearrange the menu. Fix for
http://b/issue?id=2018524
|
| |
|
|
|
|
|
|
|
|
|
| |
Start capturing screenshots for all visited pages, and show them
in a grid view on the most visited page. Modify the BrowserBookmarks-
Page and Adapter so they can be used for the "Most visited" page.
Also change some of the ids for context menu items to be the same
in the browser and history context menus, for simplicity in
handling them in BrowserBookmarksPage.
|
|
|
|
|
|
|
|
| |
Note that the appearance of the prompt has not yet been finalized.
Also the interaction of the prompt with the animation used to move to and from
the tab picker is not fixed. This may become unecessary if the tab selection UI
is redisgned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new assets.
-tab_indicator.xml
State selector for the background of tabs in the CombinedHistoryActivity
-bookmark_thumnail.xml
Web page title is now above the thumb. Removed the favicon. Added a
shadow.
-tab_header.xml
Layout for the tabs in CombinedHistoryActivity
-tabs.xml
Change the height of the tabs.
-bookmarks.xml
Remove the title for the "switch" menu item, which gets set in Java,
depending on the current viewing mode.
-strings.xml
Remove the placeholder menu item text, add the actual text for
switching between modes.
-BrowserBookmarksAdapter
No longer set the favicon on top of the bookmark thumbs in grid mode.
-BrowserBookmarksPage
Implement onPrepareOptionsMenu, and set the title of a menu option,
depending on the current viewing state.
-CombinedHistoryActivity
Create a common function for setting up all the tabs. Change the
look of the tabs to match the new design.
|
|
|
|
|
| |
New hint tells the user that they can search in addition
to entering urls.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Make the favicons look better on the bookmark page.
|
| |
| |
| |
| |
| |
| |
| | |
In the visual bookmarks, set the padding for the favicon, as well
as using the favicon background used in other places, and set
the scaletype to fitCenter. This makes large favicons like
amazon.com's fit, without stretching others.
|
| |
| |
| |
| |
| |
| |
| | |
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 '8e5d209b650acccb72ff906d107726a35c7cf9f4'
* commit '8e5d209b650acccb72ff906d107726a35c7cf9f4':
Import new translations
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '1e8f0583fb74658666dc4105bf15788f2585a6a2'
* commit '1e8f0583fb74658666dc4105bf15788f2585a6a2':
Move Browser search description to bookmarks search.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before, android:searchSettingsDescription was set in searchable.xml,
but not in bookmarks_searchable.xml, which is the one that
is used from global search.
Fixes http://b/issue?id=1971319
"Description string for Browser source not showing in settings"
|
| |
| |
| |
| |
| |
| | |
Change the look of the text. Use a blank white rectangle with
rounded corners for sites without a stored screenshot. Also
begin work on using the favicon.
|
|\ \
| |/
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| | |
Use a local resource instead of a non-existent
framework one.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 '457ac4aa9e0a08f60641d88c170a1da47bcc23c6'
* commit '457ac4aa9e0a08f60641d88c170a1da47bcc23c6':
Update Portuguese translations.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'd5365376374d8d0be7da5ce93abc02f30098fa18'
* commit 'd5365376374d8d0be7da5ce93abc02f30098fa18':
AI 149721: Import Portuguese translations.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'e20c4a40dded9e10c41523d9614cf8aecbc6c059' into donut
* commit 'e20c4a40dded9e10c41523d9614cf8aecbc6c059':
AI 149721: Import Portuguese translations.
|
| | |
| | |
| | |
| | | |
Automated import of CL 149721
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Updates to the browser's custom title bar.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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 '0494cc618a6cf50a1e0c5bf4472a9fdccb1d7e91'
* commit '0494cc618a6cf50a1e0c5bf4472a9fdccb1d7e91':
Update browser icons - possibly not final.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|