summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Implement out of space notificationAndrei Popescu2009-07-301-4/+3
|
* Adds browser settings menu entries for Geolocation permissions.Steve Block2009-07-301-5/+19
|
* In History context menu, do not show "Add bookmark" for bookmarks.Leon Scroggins2009-07-281-0/+2
| | | | | | | 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.
* Fixes the wording of some strings used for the settings menu entries for ↵Steve Block2009-07-271-4/+4
| | | | HTML5 database.
* Implement an error console. The console is displayed when the user has ↵Ben Murdoch2009-07-171-0/+6
| | | | 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.
* Work on the Bookmark Grid, including the favicon.Leon Scroggins2009-07-151-0/+3
| | | | | | | | | | 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).
* Integrate bookmark grid view mode with list view mode.Leon Scroggins2009-07-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* am 944f2208: Merge change 5882 into donutAndroid (Google) Code Review2009-07-021-0/+2
|\ | | | | | | | | | | | | Merge commit '944f2208fd134d74e171772cc6a317628ee20a5f' * commit '944f2208fd134d74e171772cc6a317628ee20a5f': Add new searchSettingsDescription attribute for Browser's searchable.
| * Add new searchSettingsDescription attribute for Browser's searchable.Mike LeBeau2009-06-301-0/+2
| | | | | | | | This will be shown under the individual searchable item in system search settings.
* | resolved conflicts for merge of 47fdfdb9 to masterGrace Kloba2009-07-011-2/+0
|\ \ | |/
| * Remove "search_url" in the debug setting as search is controlled by the ↵Grace Kloba2009-06-301-2/+0
| | | | | | | | search manager now.
* | Add a UI for setting JS flags.Feng Qian2009-06-291-0/+2
| | | | | | | | | | | | | | 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.
* | am 2f83068b: Add the ZoomDensity support in the Browser.Grace Kloba2009-06-251-2/+18
|\ \ | |/ | | | | | | | | | | Merge commit '2f83068b9e8835f97010bc2ee1d77f3a13827ae4' * commit '2f83068b9e8835f97010bc2ee1d77f3a13827ae4': Add the ZoomDensity support in the Browser.
| * Add the ZoomDensity support in the Browser.Grace Kloba2009-06-251-2/+18
| | | | | | | | Per Leland's requst, change "Set text size" to "Text size" and etc.
* | am edef6cce: Use public bookmark permissions.Leon Scroggins2009-06-221-11/+9
|\ \ | |/ | | | | | | | | | | Merge commit 'edef6cce0ce237e96c1ae8ac1360e5d8a0cf4a4e' * commit 'edef6cce0ce237e96c1ae8ac1360e5d8a0cf4a4e': Use public bookmark permissions.
| * Use public bookmark permissions.Leon Scroggins2009-06-221-11/+9
| | | | | | | | | | | | | | 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.
* | New settings UI for HTML5Nicolas Roard2009-06-191-31/+18
| |
* | Use a custom title bar that is touchable.Leon Scroggins2009-06-041-1/+4
| | | | | | | | | | | | 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.
* | am 8dd422a6: Change the string for the browser in global search from ↵Mike LeBeau2009-06-031-1/+1
|\ \ | |/ | | | | | | | | | | | | | | "Bookmarks & history" to "Browser". Merge commit '8dd422a6b60f82a950900fb12d3ba987edac3e86' * commit '8dd422a6b60f82a950900fb12d3ba987edac3e86': Change the string for the browser in global search from
| * Change the string for the browser in global search fromMike LeBeau2009-06-031-1/+1
| | | | | | | | "Bookmarks & history" to "Browser".
* | Enable setting home page from bookmarks/history.Leon Scroggins2009-05-281-0/+4
| | | | | | | | | | | | | | 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.
* | Merge commit 'f2c5c1b555904400f4092888ae81b8ed74bfe026' into manualfixGrace Kloba2009-05-261-0/+5
|\ \ | |/ | | | | | | Conflicts: src/com/android/browser/BrowserSettings.java
| * Fix #1722851. Move the Browser's default home page to the resource so that ↵Grace Kloba2009-05-261-0/+5
| | | | | | | | we can localize it easily.
* | am 1ef26a30: Only swap title and subtitle for website suggestions; query ↵Mike LeBeau2009-05-141-4/+5
|\ \ | |/ | | | | | | | | | | | | | | 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
| * Only swap title and subtitle for website suggestions; query suggestionsMike LeBeau2009-05-131-4/+5
| | | | | | | | | | | | | | | | | | | | 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.
* | Add UI support in the browser for HTML5 databasesNicolas Roard2009-05-112-0/+77
| |
* | am e90ede4: Add bookmarks search activity to browser.Bjorn Bringert2009-04-301-0/+2
|\ \ | |/ | | | | | | | | | | Merge commit 'e90ede446d39dfbee45bcaef6a5ae876a5c92752' * commit 'e90ede446d39dfbee45bcaef6a5ae876a5c92752': Add bookmarks search activity to browser.
| * Add bookmarks search activity to browser.Bjorn Bringert2009-04-291-0/+2
| | | | | | | | | | | | | | 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.
| * Automated import from //branches/donutburger/...@140535,140535Eric Fischer2009-03-241-7/+12
| |
* | AI 143762: Fix for issue 1636784: Landscape only option for the browser. ↵Leon Scroggins2009-03-311-0/+4
| | | | | | | | | | | | | | | | (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
* | Automated import from //branches/master/...@140538,140538Eric Fischer2009-03-241-7/+12
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-15/+18
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-4/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-0/+826
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-827/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-3/+4
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-4/+3
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-6/+6
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-132-9/+32
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-22/+21
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-1/+1
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-14/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+5
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-092-2/+11
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-174-140/+363
|
* Initial ContributionThe Android Open Source Project2008-10-213-0/+582