<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/AddBookmarkPage.java, branch replicant-6.0</title>
<subtitle>packages/apps/browser
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/'/>
<entry>
<title>Browser: update UI</title>
<updated>2015-11-07T22:08:54+00:00</updated>
<author>
<name>jrizzoli</name>
<email>joey@cyanogenmoditalia.it</email>
</author>
<published>2015-05-06T18:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=4c496c806380653642f17eb8950ba9efd7d43299'/>
<id>4c496c806380653642f17eb8950ba9efd7d43299</id>
<content type='text'>
* Res
   - Rename (#themersgottahate)
   - Vectors
   - Card-Tabs
   - CleanUp
* Interface
   - Longpress fab to open incognito tab
   - New icon
   - Better urlbar
   - Fix tab animations
   - Remap PieControl
* Features
  - Immersive mode (replace jb fullscreen)

Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9
Signed-off-by: jrizzoli &lt;joey@cyanogenmoditalia.it&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Res
   - Rename (#themersgottahate)
   - Vectors
   - Card-Tabs
   - CleanUp
* Interface
   - Longpress fab to open incognito tab
   - New icon
   - Better urlbar
   - Fix tab animations
   - Remap PieControl
* Features
  - Immersive mode (replace jb fullscreen)

Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9
Signed-off-by: jrizzoli &lt;joey@cyanogenmoditalia.it&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Browser: Materialize</title>
<updated>2015-11-07T21:57:29+00:00</updated>
<author>
<name>linuxx</name>
<email>io.nolinuxnoparty@gmail.com</email>
</author>
<published>2014-11-26T21:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=95e551d9b4f1f7c45e55f3ca4434786f35a95a14'/>
<id>95e551d9b4f1f7c45e55f3ca4434786f35a95a14</id>
<content type='text'>
-Material Ui theme (green)
-New icon
-xxhdpi drawables

Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Material Ui theme (green)
-New icon
-xxhdpi drawables

Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite calls to Proxy.getPreferredHttpHost</title>
<updated>2014-10-27T17:23:52+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2014-10-27T17:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=30ce2c541e4957b16cdbb3cce3a12494571d0254'/>
<id>30ce2c541e4957b16cdbb3cce3a12494571d0254</id>
<content type='text'>
Use java.net.URLConnection which is the only maintained method of
making http requests from java.

These were the last calls to getPreferredHttpHost and that hidden
API will now be deleted.

Change-Id: I97e022507ba656f627754af4e889f4812314ea90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use java.net.URLConnection which is the only maintained method of
making http requests from java.

These were the last calls to getPreferredHttpHost and that hidden
API will now be deleted.

Change-Id: I97e022507ba656f627754af4e889f4812314ea90
</pre>
</div>
</content>
</entry>
<entry>
<title>Special case the root folder in add bookmarks</title>
<updated>2011-11-10T01:53:10+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-11-10T01:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=903a0724c7cfd7c8d8eca790622d96d2c3ce63df'/>
<id>903a0724c7cfd7c8d8eca790622d96d2c3ce63df</id>
<content type='text'>
 Bug: 5505282
 The special "Other Bookmarks" folder isn't a child of the special
 "Bookmarks" folder. The merging of those two is only handled if
 the URI is CONTENT_URI_DEFAULT_FOLDER, not if a specific folder
 id is given. Thus we need to special case that in the AddBookmarkPage
 loader.

Change-Id: Ic92fba5ea8c758fc153a9cfd0c567bcfdcbc524d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 5505282
 The special "Other Bookmarks" folder isn't a child of the special
 "Bookmarks" folder. The merging of those two is only handled if
 the URI is CONTENT_URI_DEFAULT_FOLDER, not if a specific folder
 id is given. Thus we need to special case that in the AddBookmarkPage
 loader.

Change-Id: Ic92fba5ea8c758fc153a9cfd0c567bcfdcbc524d
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup widget config activity</title>
<updated>2011-10-18T01:00:05+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-10-18T01:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=3bf3cfbf2938774d2f2ba3d2d6d5928ad95d52bb'/>
<id>3bf3cfbf2938774d2f2ba3d2d6d5928ad95d52bb</id>
<content type='text'>
 Bug: 5474306

Change-Id: I233bc89d15cc76c5bb9d0bcea8397f765b66ef24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 5474306

Change-Id: I233bc89d15cc76c5bb9d0bcea8397f765b66ef24
</pre>
</div>
</content>
</entry>
<entry>
<title>Update add bookmark dialog</title>
<updated>2011-09-26T22:54:21+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-09-26T16:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=95f88e4825f6330938bd589ed39f1537469338e4'/>
<id>95f88e4825f6330938bd589ed39f1537469338e4</id>
<content type='text'>
 Bug: 5362468
 Don't put listviews inside scrollviews
 Update the buttons to fancy style
 Cleanup padding and sizes

Change-Id: I6b255a194a150b9efb01157475815e654df8231c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 5362468
 Don't put listviews inside scrollviews
 Update the buttons to fancy style
 Cleanup padding and sizes

Change-Id: I6b255a194a150b9efb01157475815e654df8231c
</pre>
</div>
</content>
</entry>
<entry>
<title>Move local bookmarks to end of Bookmark page</title>
<updated>2011-08-09T00:45:05+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-08-09T00:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=1e9815d4c4864790fde2ad1e216058f922060c92'/>
<id>1e9815d4c4864790fde2ad1e216058f922060c92</id>
<content type='text'>
 Bug: 5136280
 Also hide empty accounts in the bookmark page

Change-Id: I39067b5325d24c7ebf41df88c6231c411983fc57
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 5136280
 Also hide empty accounts in the bookmark page

Change-Id: I39067b5325d24c7ebf41df88c6231c411983fc57
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache the application context instead of Activity.</title>
<updated>2011-08-01T15:17:37+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-08-01T12:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=914c5591baeb86bf30a5bc28930071442a822d60'/>
<id>914c5591baeb86bf30a5bc28930071442a822d60</id>
<content type='text'>
When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete usage of WebIconDatabase</title>
<updated>2011-07-26T17:37:02+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-07-25T20:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=af262e703038106aef2e5187d120617836ffe9ce'/>
<id>af262e703038106aef2e5187d120617836ffe9ce</id>
<content type='text'>
 Bug: 5019676
 Removes some other legacy code

Change-Id: I766d9d6f7805b5619a9769e6d72ae2f4c363d3ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 5019676
 Removes some other legacy code

Change-Id: I766d9d6f7805b5619a9769e6d72ae2f4c363d3ed
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear recents folder when changing account</title>
<updated>2011-07-12T00:44:43+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-07-12T00:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=e890c903edc8b0eb0f54649f65f6d11a2b9ba009'/>
<id>e890c903edc8b0eb0f54649f65f6d11a2b9ba009</id>
<content type='text'>
 Bug: 4971707

Change-Id: I20fa1fdbf0f832af0b36c81ebba17decbc9a5811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 4971707

Change-Id: I20fa1fdbf0f832af0b36c81ebba17decbc9a5811
</pre>
</div>
</content>
</entry>
</feed>
