<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/BrowserBookmarksPage.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: Fix browser force close</title>
<updated>2015-11-07T21:57:46+00:00</updated>
<author>
<name>adhiti</name>
<email>adhiti@codeaurora.org</email>
</author>
<published>2013-12-10T10:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=6a5657f340b059c92c4e085ba95705c356779780'/>
<id>6a5657f340b059c92c4e085ba95705c356779780</id>
<content type='text'>
Issue: Cursor was accessed by handler thread
       when it was closed. During Orientation change,
       BrowserBookmarksPage#onDestroyView is called
       which clears all the loaders [and cursors].
       Simultaneously ThreadedCursorAdapter#loadRowObject
       is getting called which then calls
       BrowserBookmarksAdapter#getRowObject
       where closed cursor is accessed and force close happens.

Fix: Synchronized cursors wrt main thread and handler thread.
     Checked mCursorAdapter for invalid conditions

CRs-Fixed: 576176
Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue: Cursor was accessed by handler thread
       when it was closed. During Orientation change,
       BrowserBookmarksPage#onDestroyView is called
       which clears all the loaders [and cursors].
       Simultaneously ThreadedCursorAdapter#loadRowObject
       is getting called which then calls
       BrowserBookmarksAdapter#getRowObject
       where closed cursor is accessed and force close happens.

Fix: Synchronized cursors wrt main thread and handler thread.
     Checked mCursorAdapter for invalid conditions

CRs-Fixed: 576176
Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
</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>Fix a Cursor leak</title>
<updated>2013-04-02T06:24:41+00:00</updated>
<author>
<name>muzbit.kim</name>
<email>muzbit.kim@lge.com</email>
</author>
<published>2013-04-02T06:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=2e53e1d150dd70b304c89f449fe656abe1ec3b04'/>
<id>2e53e1d150dd70b304c89f449fe656abe1ec3b04</id>
<content type='text'>
When cursor is done, the cursor must be closed to avoid cursor leak.

Change-Id: I44609478038ed3b5ea605eb9b3189fb28296a8e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When cursor is done, the cursor must be closed to avoid cursor leak.

Change-Id: I44609478038ed3b5ea605eb9b3189fb28296a8e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more unused code</title>
<updated>2012-04-24T23:02:13+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2012-04-24T23:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=821e426ad369be3d6decb51245dd1c3df653a0b7'/>
<id>821e426ad369be3d6decb51245dd1c3df653a0b7</id>
<content type='text'>
Change-Id: If5b84b904ca117b27dabdac87cb43682cf21b178
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If5b84b904ca117b27dabdac87cb43682cf21b178
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code</title>
<updated>2012-04-24T22:31:16+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2012-04-24T22:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=af991f93d09bf4d2db3c7a8c03ca3ca4352bed83'/>
<id>af991f93d09bf4d2db3c7a8c03ca3ca4352bed83</id>
<content type='text'>
Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
</pre>
</div>
</content>
</entry>
<entry>
<title>Bookmark page changes</title>
<updated>2012-04-24T00:57:54+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2012-04-23T21:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=3ad8d5cf0911ba015e019bc75e8fb13c091efe0e'/>
<id>3ad8d5cf0911ba015e019bc75e8fb13c091efe0e</id>
<content type='text'>
 Bug: 6372933
 Fix a race condition between update &amp; destroy
 Fix update path
 Add some extra debug support

Change-Id: I66a450e175b22d992de97d5bc24200961144412a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 6372933
 Fix a race condition between update &amp; destroy
 Fix update path
 Add some extra debug support

Change-Id: I66a450e175b22d992de97d5bc24200961144412a
</pre>
</div>
</content>
</entry>
<entry>
<title>Load bookmarks asynchronously</title>
<updated>2012-04-18T21:29:03+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-10-10T22:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=f94abcf44fc1611f76e55461f48220e621fc31b7'/>
<id>f94abcf44fc1611f76e55461f48220e621fc31b7</id>
<content type='text'>
 Bug: 5297900

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

Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa
</pre>
</div>
</content>
</entry>
<entry>
<title>Support BOOKMARK_TYPE</title>
<updated>2012-04-13T00:30:09+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2012-04-13T00:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=d18ac4b36b057a6a403cb060dfc10761b7394548'/>
<id>d18ac4b36b057a6a403cb060dfc10761b7394548</id>
<content type='text'>
 Bug: 6332869
 Bug: 5494697
 Bookmark type also gives us an easy way to localize Other Bookmarks

Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 6332869
 Bug: 5494697
 Bookmark type also gives us an easy way to localize Other Bookmarks

Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide breadcrumbs at root folder</title>
<updated>2011-09-20T21:09:05+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-09-13T15:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=cece1fe59c45893bb46e321917aa881705ab0b7e'/>
<id>cece1fe59c45893bb46e321917aa881705ab0b7e</id>
<content type='text'>
 Bug: 5346728

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

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