</head>
<body>
+<h3>1.8 (version code 9)</h3>
+<p>16 July 2016 - minimum API 19, target API 23</p>
+<ul>
+ <li>Add a <a href="https://redmine.stoutner.com/issues/16">bookmarks interface</a>.</li>
+ <li>Add <a href="https://redmine.stoutner.com/issues/29">basic controls for form data</a>.</li>
+ <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/40">prevented editing the custom user agent</a>.</li>
+ <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/33">prevented URLs from loading if there are whitespaces at the beginning or end</a>.</li>
+</ul>
+
+
<h3>1.7 (version code 8)</h3>
<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 June 2016</a> - minimum API 19, target API 23</p>
<ul>
String cannot_rename_folder = getResources().getString(R.string.cannot_rename_folder) + " \"" + newFolderNameString + "\"";
Snackbar.make(findViewById(R.id.bookmarks_coordinatorlayout), cannot_rename_folder, Snackbar.LENGTH_INDEFINITE).show();
}
+
+ // Close the contextual action mode.
+ contextualActionMode.finish();
}
@Override