summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code.Leon Scroggins2010-10-221-20/+0
| | | | Change-Id: I2b9eae20e0e519ce3d7cc59681afcc2ca72ba10b
* Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-225-67/+55
| | | | Change-Id: I4d27cf74edefcabacffbfc59fa8fe28f5b592fa7
* Incorporate save to home screen with add bookmark dialog.Leon Scroggins2010-10-228-323/+116
| | | | | | | | | | | Bug:2953515 Remove the initial popup menu when pressing the star that selects between saving to home screen and saving to bookmarks. Instead, once the add bookmark dialog is open, the user can select between bookmarks and saving to home screen. Change-Id: I35e8590ff6a2a7c2058e45e4f77ec6b5d209b0f9
* am 0d0e7012: (-s ours) am 95e3548e: Merge "Close cursor to avoid excessive ↵Patrick Scott2010-10-220-0/+0
|\ | | | | | | | | | | | | | | | | JNI references" Merge commit '0d0e70129c821da7ef6cae09bca7078d2fce1992' * commit '0d0e70129c821da7ef6cae09bca7078d2fce1992': Close cursor to avoid excessive JNI references
| * am 95e3548e: Merge "Close cursor to avoid excessive JNI references"Patrick Scott2010-10-221-0/+4
| |\ | | | | | | | | | | | | | | | | | | Merge commit '95e3548ed91c17f0d3b4d27eac6a8e57338caec3' into gingerbread-plus-aosp * commit '95e3548ed91c17f0d3b4d27eac6a8e57338caec3': Close cursor to avoid excessive JNI references
| | * Merge "Close cursor to avoid excessive JNI references"Patrick Scott2010-10-221-0/+4
| | |\
| | | * Close cursor to avoid excessive JNI referencesChannagoud Kadabi2010-09-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add fix to avoid cursor leak which caused excessive Jni global references Change-Id: I0460f9ac2be83a642da196556a7118814fabd6a9
* | | | am f1af4fb4: am adbdefb0: Replace shared storage with USB storage.Eric Fischer2010-10-211-4/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'f1af4fb48112ee9b749f0a27b8baaa52c2632ef5' * commit 'f1af4fb48112ee9b749f0a27b8baaa52c2632ef5': Replace shared storage with USB storage.
| * | | am adbdefb0: Replace shared storage with USB storage.Eric Fischer2010-10-201-4/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'adbdefb086b5393cd710ffdcc4e63c34bc81ea41' into gingerbread-plus-aosp * commit 'adbdefb086b5393cd710ffdcc4e63c34bc81ea41': Replace shared storage with USB storage.
| | * | | Replace shared storage with USB storage.Eric Fischer2010-10-191-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic22670fbc915ba3cbb9dafc1d4f054218eff570f
* | | | | fix shortcut titleMichael Kolb2010-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3116759 Change-Id: I112c89f8200f5bc70e9f5204795bb6abd71dc586
* | | | | Merge "don't use hidden constants (to refer Downloads table columns)"Vasu Nori2010-10-201-4/+4
|\ \ \ \ \
| * | | | | don't use hidden constants (to refer Downloads table columns)Vasu Nori2010-10-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:3116579 Change-Id: I08408d6a304c330d6b289309ae25464feff0eddd
* | | | | | Merge "Set the unique id in the AutoFillProfile class to fix AutoFill."Ben Murdoch2010-10-202-8/+33
|\ \ \ \ \ \
| * | | | | | Set the unique id in the AutoFillProfile class to fix AutoFill.Ben Murdoch2010-10-202-8/+33
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebKit now needs to be aware of the non-zero profile unique id. Change-Id: I1dad022e48a70cbe199013e441059da2d8ee47ca
* | | | | | Fix http auth dialog for Holo themeMichael Kolb2010-10-2016-154/+31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 3083992 Removed style/color overrides for majority of dialogs in preparation for UX refresh Change-Id: I1ff6d0271b802af1e7682c19e077d85025656c09
* | | | | Updates to add bookmark.Leon Scroggins2010-10-193-20/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 Create an empty view for the list showing sub folders. Update the text in the new folder button. When the user changes bread crumbs, cancel folder naming. Change-Id: I8c3f33b5b3bb6e07cd0fd421199eb905f40e45f4
* | | | | Update the "Add to" field of the add bookmarks page.Leon Scroggins2010-10-181-16/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 Only change mCurrentFolder when(if) the user presses OK on a folder. Allow a cancel press to go back to the default view without changing mCurrentFolder. In completeFolderNaming, use the id found in the top bread crumb to determine the containing folder. When changing mCurrentFolder, update the "Add to" field. Also fix a null pointer exception when editing a bookmark. Change-Id: I6f33b918a88d15e045007f213fa6f39d567ce10b
* | | | | Merge "More edits to the add bookmark page."Leon Scroggins2010-10-183-35/+86
|\ \ \ \ \
| * | | | | More edits to the add bookmark page.Leon Scroggins2010-10-183-35/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2953515 BreadCrumbView: Make sure the height is at least as tall as the separator, so the height will not change when a separator is added or removed. Override getBaseline() to return the baseline of the crumbs. AddBookmarkPage: Move the Add new folder button to the top. Update the divider between the title and the rest of the dialog. Change-Id: I60d329626bd4ec2975cbf6ef00081338beeb7553
* | | | | | am 427fb83e: (-s ours) am 2217fe02: Import revised translations DO NOT MERGEKenny Root2010-10-180-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | Merge commit '427fb83edb02a72cb02c865f825076758c6388ea' * commit '427fb83edb02a72cb02c865f825076758c6388ea': Import revised translations DO NOT MERGE
| * | | | am 2217fe02: Import revised translations DO NOT MERGEKenny Root2010-10-151-4/+4
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '2217fe02434ab33a67145ad7d67f156a7b5b90cb' into gingerbread-plus-aosp * commit '2217fe02434ab33a67145ad7d67f156a7b5b90cb': Import revised translations DO NOT MERGE
| | * | | Import revised translations DO NOT MERGEKenny Root2010-10-151-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Id3f4eafcbf520659171fd9408ac7db5d3284c379
* | | | | am b86571e4: (-s ours) am 2ce10859: Import revised translationsKenny Root2010-10-160-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b86571e4e9448dd4e84c2f75479e8d6df9c2ab15' * commit 'b86571e4e9448dd4e84c2f75479e8d6df9c2ab15': Import revised translations
| * | | | am 2ce10859: Import revised translationsKenny Root2010-10-1419-79/+79
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '2ce10859b69a08991ef3f0e1726b96eac27bc48a' into gingerbread-plus-aosp * commit '2ce10859b69a08991ef3f0e1726b96eac27bc48a': Import revised translations
| | * | | Import revised translationsKenny Root2010-10-1419-79/+79
| | | | | | | | | | | | | | | | | | | | Change-Id: I95abc9d485ba9ae89f46c3165ce4da3a52c02273
* | | | | am 1b14cba4: (-s ours) am 0acc46f4: Updated browser launcher icons (hdpi and ↵Justin Ho2010-10-150-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mdpi) Merge commit '1b14cba40b47006b0154f9d2b55c8b27940115f3' * commit '1b14cba40b47006b0154f9d2b55c8b27940115f3': Updated browser launcher icons (hdpi and mdpi)
| * | | | am 0acc46f4: Updated browser launcher icons (hdpi and mdpi)Justin Ho2010-10-132-0/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0acc46f486ee6070ca96b0c494ad969752618900' into gingerbread-plus-aosp * commit '0acc46f486ee6070ca96b0c494ad969752618900': Updated browser launcher icons (hdpi and mdpi)
| | * | | Updated browser launcher icons (hdpi and mdpi)Justin Ho2010-10-132-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib08420f76cb8eea3da323bfd92af9fccc94729ae
* | | | | Change the back button to INVISIBLE instead of GONE.Leon Scroggins2010-10-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with setting it to GONE is that it does not get measured when determining the height. This means that if a crumb cannot go back and the back button is removed as a result, the BreadCrumbView will change its height, resulting in some jumpiness. Change-Id: I62b32dfb0b0b72fe462bf9ec8413372786c414ab
* | | | | Merge "Updates to the add bookmark dialog."Leon Scroggins2010-10-155-82/+133
|\ \ \ \ \
| * | | | | Updates to the add bookmark dialog.Leon Scroggins2010-10-155-82/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddBookmarkPage: Use BreadCrumbView in the dialog. Set better dimensions so the dialog stays consistent. BreadCrumbView: Provide an option to disallow going back from a particular crumb. Limit the width of a crumb. Bug:2953515 Change-Id: Iadd68b89b9b43f9645d7c4dee483f66edb3f3c93
* | | | | | Rewrite HTTP auth dialog codeBjorn Bringert2010-10-153-83/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old code reached into the AlertDialog view using hidden view ID constants to pull out the title. I've moved the dialog to its own class and made it only use public APIs. Change-Id: I84f576ece09ca802091175e1f928ae0be4a35d07
* | | | | | am ca040bdf: am e24c07ff: Updated Browser launcher iconJustin Ho2010-10-141-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ca040bdfc02da07c72cfd6c16674dec18ba1f679' * commit 'ca040bdfc02da07c72cfd6c16674dec18ba1f679': Updated Browser launcher icon
| * | | | | am e24c07ff: Updated Browser launcher iconJustin Ho2010-10-121-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'e24c07ff0d611be4d3377b0499c4f442212049d8' into gingerbread-plus-aosp * commit 'e24c07ff0d611be4d3377b0499c4f442212049d8': Updated Browser launcher icon
| | * | | | Updated Browser launcher iconJustin Ho2010-10-121-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id65c92a24aa7e9397a8334e72832bab85c3b7956
* | | | | | Fixed lock icon, url touch area, dropdown visibilityMichael Kolb2010-10-148-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 2989058 Bug 3098918 added light colored icons (not final assets) added click handler to generic web icon fixed suggestion adapter result count Change-Id: I1842335be22eab6da2dd4187b2147e535a9ac77c
* | | | | | Fix suggestion edit buttonMichael Kolb2010-10-143-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 3052626 Bug 3052664 added vertical divider refresh dropdown when sugegstion is selected Change-Id: I3f2e72bbd9a93ccc3a7968e646493945c0052d2b
* | | | | | Updating code to use new non-generified animator APIsChet Haase2010-10-141-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I19da5ee93e3996f21767b8889b212e5b057d3746
* | | | | | fix history context menu bugMichael Kolb2010-10-142-6/+10
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=2953912 Note: the bookmark status (star) is not correct and will be fixed separately Change-Id: I20d1e52e9d6f6aeb7c0f1c66a61bed4d001e9092
* | | | | Merge "Full profile editor and syncing with WebSettings."Ben Murdoch2010-10-145-93/+424
|\ \ \ \ \
| * | | | | Full profile editor and syncing with WebSettings.Ben Murdoch2010-10-145-93/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add all fields to the AutoFill profile editor and sync them over to WebSettings through BrowserSettings. Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
* | | | | | Merge "Use the proper sort order for the no-account case."Jeff Hamilton2010-10-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use the proper sort order for the no-account case.Jeff Hamilton2010-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5c1e0e9f4535456e4a74069c20d5909df8641341
* | | | | | Remove unused drag tracking codeBjorn Bringert2010-10-143-220/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1284704472178b0de6634e911fc88d37855b519d
* | | | | | new bookmark screen part 2Michael Kolb2010-10-1311-134/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specs here: https://docs.google.com/a/google.com/present/edit?id=0ARMpWryWB2oaY2RkbmZwdnBfODc0Y2diYnBoNDc&hl=en moved tabs to top added bread crumbs view for folder hierarchy changed thumbnail sizes for xlarge screens Change-Id: I3035f299b343f9aa1ec0dd41772e5594cd6b21f5
* | | | | | Merge "Use getters/setters for WebAddress fields"Bjorn Bringert2010-10-132-4/+4
|\ \ \ \ \ \
| * | | | | | Use getters/setters for WebAddress fieldsBjorn Bringert2010-10-132-4/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: If5be5f28ad0ba2dd7ed3caef587136dca120a055
* | | | | | Sync Autofill profile data native sideBen Murdoch2010-10-134-77/+83
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user adds or edits the AutoFill profile, sync that data to the native WebKit code through the BrowserSettings object. Also sync the profile data on startup if it is available. Change-Id: I6146a842cb765f8ed91c109537038baad6b547fb
* | | | | Remove the unused BookmarkWidgetBjorn Bringert2010-10-123-443/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I02655f4c5f7afb1df4b1ddd7f5e82cabe1093461