summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Different approach to auto signin.Patrick Scott2011-01-131-181/+0
| | | | | | | | | | | | | On startup, attempt to log the user into google sites. Show a progress dialog that the user can cancel if login takes too long. Add a new preference for toggling auto signin. This preference shows the current account and allows the user to choose the account to use. If there are no accounts, the option is disabled. The saved account is validated each time it is accessed in case the account was removed. Bug: 3278072 Change-Id: I10ce1dc57a683b2820b17ef6955577037c82f332
* Fix 3337625 to follow link to Google ImagesRussell Brenner2011-01-131-6/+24
| | | | | | | | Prior fix for 3296929 caused Images link to stop working. When the Activity Manager is not needed, the RLZ background task must load the URL itself. Change-Id: I10416c97b09fb560dad0cd9bb24673d24a22e0b8
* Fix 3296929 to show available actionsRussell Brenner2011-01-071-46/+56
| | | | | | | | RLZ handling was causing links for google properties to bypass the Activity Manager. Refactored the relevant code as startActivityForUrl() so that it could be used for both RLZ and non-RLZ links. Change-Id: Icdacdaafe92671767397fe8cba3503636072eabf
* First draft of autologin.Patrick Scott2010-12-161-2/+183
| | | | | | | | 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
* Propagate incognito mode to child tabMichael Kolb2010-12-101-2/+2
| | | | | | | | | Bug: http://b/issue?id=3234294 add parent tab parameter to open tab method inherit parent's private browsing status remove one unnecessary openTab signature Change-Id: I4edf002798d8bbdf4cafa58e5b5b442e74d5cb28
* Fix StrictMode violation in shouldOverrideUrlLoadingBen Murdoch2010-12-081-16/+39
| | | | | | | Move the RLZ string database lookup into a background thread to clear up a fairly regular Strict Mode violation. Change-Id: I2a7bcc6649b6e3ae433226d838673ea8aef02db7
* Controller RefactorMichael Kolb2010-11-171-0/+238
Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f