summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Get the widget off of startserviceJohn Reck2011-02-041-0/+3
| | | | | | | Bug: 3379120 Now with drastically lower memory usage as well! Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
* Handle keyboard configuration changeJohn Reck2011-01-231-1/+1
| | | | | | Bug: 3381465 Change-Id: I804f5ac876910412109b7adcbc42a32e7bc6f675
* asset drop & namingMichael Kolb2011-01-201-4/+0
| | | | | | | | | drop in new assets get naming in sync with UX Note: not all resources are included yet item_background...xm will be enabled when all required resources come in Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
* Merge "Handle chrome sync account deleted case" into honeycombJohn Reck2011-01-191-11/+7
|\
| * Handle chrome sync account deleted caseJohn Reck2011-01-191-11/+7
| | | | | | | | | | | | | | | | | | Bug: 3337527, 3353260 Listens for changes to the system accounts and handles the case of the chrome sync account being deleted. Also, enabling chrome sync in the browser will now enable the browser sync in settings. Change-Id: Iab2ed839fc5fc356a7a4d865965bfafcb39b4ee7
* | Updating widget due to changes in API.Winson Chung2011-01-181-1/+2
|/ | | | | | - Requires not calling startService. Change-Id: If29dfc990c94f50ed9ad027256690ffa494d8b7e
* Replace old list widget with new thumbnail widgetJohn Reck2011-01-121-4/+4
| | | | | | Bug: 3336562 Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0
* Most Visited custom homepageJohn Reck2011-01-111-0/+7
| | | | Change-Id: Ic57762855e5d187aa0fe3a8eab2757b5a76ff08d
* Use a footer view for the folder namer.Leon Scroggins2010-12-161-1/+1
| | | | | | | | | Bug:3214584 Allows the EditText to be scrolled into view by scrolling the list. Change-Id: Idfb92d578f679b006bc2182c0c38143a12143eb0
* First draft of autologin.Patrick Scott2010-12-161-0/+1
| | | | | | | | Does not work for hosted accounts and is kind of hacky for most properties. Requires a change to webkit to get redirects sent to the app. Bug: 3278072 Change-Id: I2e7b716413ac61f84fb9b3d66d6da0615ada0b84
* BP2 now handles old browser URIJohn Reck2010-12-151-9/+1
| | | | | | | | Bug: 3248258 Adds support for handling legacy URIs in BrowserProvider2, and makes it the handler for all legacy URI requests. Change-Id: I0a0210a5c8c716452b9a3de5e3294dd5dde1b37c
* Enables hardware acceleration for generalJohn Reck2010-12-011-1/+2
| | | | | | | | | Bug: 3244133 This tweaks the hardware acceleration settings so that the app is hardware accelerated but the BrowserActivity is not (which can then be controled dynamically) Change-Id: Iaae72c21b3a6f409cc0769a57daaaa369eb789d1
* Update AndroidManifest properties forBrowserPreferencesPageBen Murdoch2010-11-301-2/+1
| | | | | | | | | | The AndroidManifest was saying that the preferences activity was handling orientation and keyboard visibility changes, which it does not. This led to some strange layout issues, so remove the flags from the manifest and let the system take care of these configuration changes. Change-Id: I0545b6d230363d6af3e4c6dedd4cd506c6f7ff21
* Changed WebsiteSettingsActivity to fragmentJohn Reck2010-11-301-4/+0
| | | | | | | Bug: 3231307 Moved WebsiteSettingsActivity to a fragment Change-Id: If1fa56ab48167c004fb65c756f325e108f14fe8f
* Move icons to mipmap.Ying Wang2010-11-231-2/+2
| | | | Change-Id: If6356ccfe3ae6b791f82157488b9a78c1724cef6
* Open downloads from notifications.Leon Scroggins2010-11-151-1/+0
| | | | | | | | | | Bug:3116742 When moving to the public API, notifications no longer worked as expected. Make downloads show after completing, and use the public API in OpenDownloadReceiver. Change-Id: Ia15000de4a66e8728b43fc53f428e098503b003b
* Switch back HW accelerationNicolas Roard2010-11-031-1/+1
| | | | Change-Id: I8427a02ccde3e19b56afdda2eea6951e8e59cc61
* Switch on HW accelerationNicolas Roard2010-11-021-1/+1
| | | | Change-Id: I995c4614fc97e49f46f84a0f3b13d7e1ef14bdfc
* New bookmark list widgetJohn Reck2010-11-011-3/+6
| | | | | | | | Bug: 3144077 and 2988059 This replaces the old stack based widget with a list based one. It also updates whenever the bookmarks changes rather than periodically Change-Id: Ie37978918bab441bf31a6131360e308cd2bc0f4b
* Fix http auth dialog for Holo themeMichael Kolb2010-10-201-2/+4
| | | | | | | | Bug 3083992 Removed style/color overrides for majority of dialogs in preparation for UX refresh Change-Id: I1ff6d0271b802af1e7682c19e077d85025656c09
* Remove the unused BookmarkWidgetBjorn Bringert2010-10-121-9/+0
| | | | Change-Id: I02655f4c5f7afb1df4b1ddd7f5e82cabe1093461
* update bookmarks & history pageMichael Kolb2010-10-061-12/+0
| | | | | | | | convert combopage from activity to view embed combopage in main layout handle callbacks in BrowserActivity Change-Id: Ie5f092f5de677a960181544e7519c2f7d5cb86c1
* Add settings to enable bookmarks sync.Jeff Hamilton2010-09-281-2/+4
| | | | Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
* resolved conflicts for merge of 8f918188 to masterLeon Scroggins III2010-09-281-1/+0
|\ | | | | | | Change-Id: I07a69b9b8856d4c792dd4f3e3a24250e22b67da1
| * Use the system downloads UI, instead of browser specific 1.Leon Scroggins III2010-09-271-1/+0
| | | | | | | | | | | | Bug:3034564 Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
| * Add user-selected search providers to browserBjorn Bringert2010-09-131-0/+1
| | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
* | Add user-selected search providers to browserBjorn Bringert2010-09-151-0/+1
| | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
* | checkpoint for moving UI to Holo styleMichael Kolb2010-09-081-1/+2
| | | | | | | | | | | | | | mostly final assets dialogs are not styled correctly Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
* | fixed adding bookmark shortcut from home screenMichael Kolb2010-08-251-3/+3
| | | | | | | | | | | | | | bug: http://b/issue?id=2948937 added shortcut activity to host bookmarks page fragment Change-Id: I39db8985b3c07fae6ca800cc57da3747040cb814
* | Add RLZ support to Browser.Jeff Davidson2010-08-191-0/+8
| | | | | | | | | | | | | | | | | | | | RLZ assigns non-unique, non-personally identifiable tracking labels to client products; these labels sometimes appear in Google search queries. See http://code.google.com/p/rlz for more info. Bug: 2927060 Change-Id: I992cd2859d590616df57293adb7ac22038088d49
* | initial checkin of stacked thumbnail bookmarks widgetMichael Kolb2010-08-181-0/+15
| | | | | | | | | | | | | | | | bug #2930549 uses a StackView to let the user flip through the browser bookmark thumbnails Change-Id: I3665e98e5fd4c14ede8f28380ec6c85e7cc032f2
* | First revision of the new browser provider.Jeff Hamilton2010-08-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Browser save page as web archive.Elliott Slaughter2010-07-121-0/+10
| | | | | | | | Change-Id: I01366f575f61fd6e2084ad003b860f5c6083258e
* | Improve the visibility and discoverability of the "add shortcutBen Murdoch2010-07-091-0/+4
|/ | | | | | | | | | | | | | | 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
* Use system setting for default geolocation permissionsBjorn Bringert2010-03-251-2/+0
| | | | | | | | | | 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
* Allow Browser bookmarks from AnyCut; don't NPE without Extras.Brad Fitzpatrick2010-03-191-1/+5
| | | | Change-Id: I884936ceaeabf76cc8aaf7f1dbfeecd82b5c2fd0
* Remove the logic of setting dasher account's home page.Shimeng (Simon) Wang2010-03-161-2/+0
| | | | | Bug:2300219 Change-Id: Ibe790a7aaa812b5262c53f542539deead628dc77
* Request icons in the background.Patrick Scott2010-03-111-2/+0
| | | | | | | | | | | | | | 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
* Remove now-obsolete BACKUP_DATA permissionChristopher Tate2010-02-121-1/+0
| | | | Change-Id: Ib92b81bb367a053e38cb98a564cb6711f2b9d9ef
* Add an original-package tag that matches the real package name.Jeff Hamilton2010-02-111-0/+2
| | | | Change-Id: I7a4d4004e0643409312b9155b7c8be281ec5c1c1
* Add geolocation permissions to BrowserProviderBjorn Bringert2010-02-111-0/+2
| | | | | | | | | | | | | | | | | | | | 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
* Launch intents to open/delete downloads, and handle them in the browser.Leon Scroggins2010-02-041-0/+8
| | | | | | | | | | | | | | | | 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.
* Handle the voice search intent.Leon Scroggins2010-01-291-0/+4
| | | | | | | | 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
* Demo widget using the UrlRendererService for server-side rendering of urls.Patrick Scott2010-01-281-0/+9
|
* switch to using AccountManager instead of GLSFred Quintana2009-12-181-1/+1
|
* am 9f1a55b2: am 3b2b810a: Merge change Ife7f3f54 into eclair-mr2Derek Sollenberger2009-12-181-1/+2
|\ | | | | | | | | | | | | Merge commit '9f1a55b21d05acc91d25fb0ff77089491af68dd8' * commit '9f1a55b21d05acc91d25fb0ff77089491af68dd8': Explicitly requesting that the IME resize the WebView.
| * Explicitly requesting that the IME resize the WebView.Derek Sollenberger2009-12-181-1/+2
| |
* | am 387ffb97: am 100a4f32: Cleaning up unused plugin declarations from the ↵Derek Sollenberger2009-12-101-11/+0
|\| | | | | | | | | | | | | | | | | manifest. Merge commit '387ffb97553ad872b5f9dce6a08ad68044086d91' * commit '387ffb97553ad872b5f9dce6a08ad68044086d91': Cleaning up unused plugin declarations from the manifest.
| * Cleaning up unused plugin declarations from the manifest.Derek Sollenberger2009-12-071-11/+0
| |
* | Add an option to the long press on image menu to save that image as the home ↵Ben Murdoch2009-11-161-0/+1
|/ | | | | | | | screen wallpaper. See b/2210111 Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de