summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-80/+47
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Bug Fixes for: Browser Provider, Accessibility and DownloadsBijan Amirzada2014-03-171-1/+1
| | | | | | | | | Specifically: - Added alias name for provider - Fixed max values for font in the settings' accessiblity menu - Fixed reflection code wrt downloading a file Change-Id: I80ffc9f188052588c3e884996d49ee4fa301ac7f
* Added modified files to consume SWEBijan Amirzada2014-03-041-39/+122
| | | | Change-Id: I959781dad2a983de6be6ab07f418006a5708c976
* Browser: Fix force close when copy link URL of new tab in bookmarksyanglv2013-10-241-0/+1
| | | | | | | | | | | | When long press the bookmark(Most visited page) and click "Copy link URL" menu, SecurityException happened due to HomeProvider does not allow granting of Uri permissions. set android:grantUriPermissions true for HomeProvider. CRs-Fixed: 565421 Change-Id: I9a9293835e592303163fb135b5118558dd3f903f
* Browser: support DM to config browser homepage for cmcckayiz2013-10-101-0/+5
| | | | | | | | Allow DM app change the homepage during WAP Parameter configuration. CRs-Fixed: 555884 Change-Id: Ifa8195c0df737f584c1daab7b6c3147b26babda5
* Browser: add to support my navigation featurekaiyiz2013-09-131-0/+11
| | | | | | | | | | | | | When launch browser, display my navigation page. We show a gridview in navigation page, user can select to add website items to navigation page, delete/edit existing website items, when tap a item, browser will load the saved website. CRs-Fixed: 530979 Change-Id: I9618b8df15f651ccee09b80de8626bacfb6fda12
* Browser: Add tips for new message received in full-screen modekaiyiz2013-09-111-0/+6
| | | | | | | | | | | | | When the browser is running in full-screen mode,the status bar is hidden,so the new message received notification can't be viewed timely by the user. Add a receiver to monitor the custom broadcast from MMS, and using toast to alert users the new message received in full-screen mode. CRs-Fixed: 534580 Change-Id: Ie3f3d6896ec30caa07303fe6e8917676e0e629a0
* Browser: add save path setting feature and full indicatorluxiaol2013-08-211-0/+12
| | | | | | | | | | | 1. The saving path can be preseted, both the internal storage and the SD card are supported 2. Reminder if the download file size exceed the available memory. CRs-fixed: 507953 507954 Change-Id: Ic2f807cb0ee2408cc6e4455a4c67bab5a0d01a8f
* Browser: add to support new folder/bookmark functionluxiaol2013-08-201-0/+10
| | | | | | | Let browser's bookmark management support new folder/bookmark through press menu. Change-Id: Ic676bd76d27e9350d56d65a79f9a8a7d549f9069
* Browser: add to customize and show useragentqqzhou2013-08-021-0/+3
| | | | | | | | | | Add for carrier feature which requires to use useragent with specified format. We try to load carrier useragent if needed and show useragent in "about" menu item. CRs-Fixed: 516733 Change-Id: Ifae25644d9ad5387684e3ff1e691e20db9a45e2a
* Missing translation for Save Bookmark in BrowserMichal Szynkaruk2013-03-121-1/+1
| | | | | | | | | | | | When there are multiple Browsers installed, the dialog "Complete action using" is displayed after clicking on a star in Bookmarks screen. The activity AddBookmarkPage has a hard-coded label name in English, which is displayed in the dialog even in other languages. This change makes it possible for developers to change the label name by adding corresponding language resources. Change-Id: Ibad4aa86ffc3467f2b67083827a9b256fdc4321a
* Explicitly export content providersNick Kralevich2012-07-301-0/+1
| | | | | | | | | In a future version of Android, the default value for <provider android:exported> will change from true to false. Explicitly set android:exported="true" Bug: 3306452 Change-Id: Ic8adfe95ce0e8b5a33a8de4f5ac4f4ff184a67e8
* Explicitly use adjustResize for AddBookmarkPageJohn Reck2012-05-221-1/+2
| | | | | | Bug: 6516239 Change-Id: I8171bb529a04951bc3a112fa67fc2570882cef56
* handle locale changes directly in BrowserMichael Kolb2012-03-081-1/+1
| | | | | | Bug: 6125790 Change-Id: I1326b5944260fe29ba9d68256d118238bcfdc3a0
* Fix multiprocess settingJohn Reck2012-03-011-1/+1
| | | | | | | Bug: 6101488 SQLite isn't multiprocess, so don't let BrowserProvider be multiprocess Change-Id: Ifcb804f2d21d0fa1d13551a9a803f0f60f919db4
* am 3055c766: Merge "Add application launch category." into ics-mr1Jeff Brown2011-11-291-0/+1
|\ | | | | | | | | * commit '3055c7665a0ad0c279d0d3e3f166199d610591a8': Add application launch category.
| * Add application launch category.Jeff Brown2011-11-281-0/+1
| | | | | | | | | | Bug: 5674723 Change-Id: I81f88853c5a6756927d528305c73e98c2ac26db2
* | Prepopulate the users autofill text.Ben Murdoch2011-10-281-0/+2
|/ | | | | | | | | When the browser starts, if autofill is on and no profile is already set up, try to read the user's "me" contact and prepopulate their profile with what we can get. Bug: 5427308 Change-Id: I23e0369f64b2b69763d1934f7ed6b2ece9cca282
* Support scrolling in add bookmark dialogJohn Reck2011-09-061-2/+1
| | | | | | Bug: 5262349 Change-Id: I7d15f9de812848f3bff82804421ce878ee7f9beb
* Faster all the things!John Reck2011-08-171-1/+0
| | | | | | | | | | Bug: 5177959 Improve browser startup. Elinate IO access on UI thread during startup by removing the super legacy ClearThumbnails task. Also rework how the hardware acceleration debug setting works to remove the requirement for initialized BrowserSettings in onCreate Change-Id: I4c1014d380827af4833586e6a3ae842fd59aa48b
* Support horizontal swipe in combo activityJohn Reck2011-08-111-2/+1
| | | | | | Bug: 5145315 Change-Id: I1e9b4a6bae325244c7a3fb6159deadc3fcf170e6
* Move ComboView to its own activityJohn Reck2011-07-181-0/+4
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* Handle MANAGE_NETWORK_USAGE intentJohn Reck2011-07-081-0/+4
| | | | | | Bug: 4726553 Change-Id: I790ff56ae0dceb742a225d8b1edd7076997a517f
* Move Snapshots to own DB on sdcardJohn Reck2011-07-071-0/+4
| | | | | | Bug: 4982126 Change-Id: Ib66b2880d163de4feb4d880e1d01996301bbea08
* Preloading support in browserMichael Kolb2011-06-301-0/+12
| | | | | | | | | | | | | | | | | Apps like the QSB can request the browser to preload a web page. - preloaded pages are not added to the browser history if they'r not seen by the user - when a request is received, a new tab is created for the preloaded page, but not added to the tab list - upon receiving the view intent for the preloaded page the tab is added to the tab list, and shown - if several pages are preloaded consecutively in the same tab, the back stack is cleared before it is displayed - preloaded pages use the main browser cookie jar, so pages that have never been viewed by the user can drop cookies Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a
* Merge "Delete bookmarks when sync account is removed"John Reck2011-06-171-0/+6
|\
| * Delete bookmarks when sync account is removedJohn Reck2011-06-171-0/+6
| | | | | | | | | | | | Bug: 4686176 Change-Id: I1d05cc72e1cf65d04eb7def4a72a2f83420bd345
* | Merge "Launch into browser when a URL is received over NFC."Jeff Hamilton2011-06-171-0/+7
|\ \ | |/ |/|
| * Launch into browser when a URL is received over NFC.Jeff Hamilton2011-06-171-0/+7
| | | | | | | | Change-Id: I32c6dcc4e257a32a341b9c2f165cd3764da08b64
* | Zero-click sharing for Browser using NFC.Martijn Coenen2011-06-161-0/+1
|/ | | | | | | | This adds zero-click sharing for the Browser app; the URL of the tab currently displayed will be transferred to any NFC-capable Android phone upon touch. Change-Id: I7aabc1b2b3f7700c05223349e5c317534fcfe8f0
* Remove no longer needed sync settings/codeJohn Reck2011-05-261-5/+0
| | | | | | | Now that we support multiple accounts, remove a bunch of single-account management stuff Change-Id: I2ae60f0a510ace48e14c97763145d4e5dd523dd1
* Configure bookmark widgetJohn Reck2011-05-261-0/+6
| | | | | | | Add a configuration step when adding the bookmark widget to pick what account to use Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
* Don't restart when screen size changes.Dianne Hackborn2011-04-061-2/+2
| | | | Change-Id: Ia1f81ee52c75eeafbce465b5cac329a94429cfac
* Make bookmarks useable-ish on phonesJohn Reck2011-02-141-1/+1
| | | | | | | | This fix just makes it so that you can actually see and get to all the various controls. It is unpleasant to use, but at least it can be used at all. Change-Id: I43dabb337af61497ddee78cb07ffd04d2e9309b2
* Add account for Chrome Sync if none existJohn Reck2011-02-101-0/+1
| | | | | | Bug: 3408686 Change-Id: I0db1808930d7543eea97bffe67d02382b0bea3a2
* 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