fe5b94d91cc026aa5e8e9476ed77ad59df6f9ddf |
|
06-Sep-2011 |
John Reck <jreck@google.com> |
Don't strip www from URLs Bug: 5253063 As there is a technical difference between google.com and www.google.com, avoid stripping the www. from URLs. Some sites still require the www. to be present, and in those cases it leads to a confusing experience if the www. is stripped Change-Id: Iacb5fdb148fc65c1f992339b463264e8cbf100e2
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
434e9f83e13c0758dcdefe214357fc9cc9f104d5 |
|
11-Aug-2011 |
John Reck <jreck@google.com> |
Strip http://(www.)? from url input Bug: 4982126 Change-Id: Ia8a9ade2ad4f578e40333f42e02edc161f7fa1c2
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
71e5142e4237a0f9d51a93504da36b778e8b79e4 |
|
02-Jul-2011 |
John Reck <jreck@google.com> |
Shortcut the TYPED url case Bug: 4985289 Don't go through the handleIntent route if the user typed something into the omnibox if we don't need to. Change-Id: I4de8e18c1ca734a0c6bfbca43c9448417cec2057
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
961d35d6e9cd58d930d8572b91d7e0c9f928f1e8 |
|
23-Jun-2011 |
John Reck <jreck@google.com> |
Move most visited to set homepage Bug: 4770245 Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
2cb9dc2db14154753d906ff4cce87c333df54214 |
|
12-May-2011 |
John Reck <jreck@google.com> |
Strip text2_url Bug: 4387881 Change-Id: I624db23a1181b5f8d8c7fe1a42916f6616655309
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
e44e5622a593cacb20d0c4b1a82d4aeed6a9f4c1 |
|
28-Jan-2011 |
John Reck <jreck@google.com> |
Filter browser: urls in omnibox Bug: 3400600 Change-Id: I0dfdcf521b65ec3aac76f298e6fda79eb13dfdcc
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
b92bbb498f1eeab477d62632c235d0a68a4f4ea2 |
|
05-Jan-2011 |
Patrick Scott <phanna@android.com> |
Do not merge. Cherry pick: Remove content:// from the Browser. Disable content access in WebView as well. This requires a change to frameworks/base. Bug: 1196879 Change-Id: I00ca884654cbf53128f1e97389d2d8d44598e1c1
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
324d440ea7dc44da8beef8a6c2e6f7a33b20a41d |
|
12-Jan-2011 |
John Reck <jreck@google.com> |
Changes Controller to use Tab.getUrl in more places Bug: 3342456 Changes Controller to use Tab.getUrl() and then added empty url checks in places like doUpdateVisitedHistory. Tab already takes care of filtering URLs, so filtering out most visited URLs is thus handled. Change-Id: Iaf60353d7cb924991c5e0a5adf18074fcf13bfe6
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
8233facddcc51865d612a919d450db6954aa48e3 |
|
27-Oct-2010 |
Michael Kolb <kolby@google.com> |
Controller Refactor 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
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|
fb3017ffd8aa3f2342380270cf468e3a68914e69 |
|
27-Oct-2010 |
John Reck <jreck@google.com> |
Fixes tab title not updating correctly Bug: 3130982 Fixes the bug where the tab title would stay the same until a new title was received. Now the title changes to "Loading..." until a new title is received, or changes to the URL if the page finishes or is canceled without receiving a title. Change-Id: I667acbaeea5383b6a434c20337d404f49b947b0d
/packages/apps/Browser/src/com/android/browser/UrlUtils.java
|