]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 1.9. v1.9
authorSoren Stoutner <soren@stoutner.com>
Fri, 26 Aug 2016 21:12:28 +0000 (14:12 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 26 Aug 2016 21:12:28 +0000 (14:12 -0700)
app/build.gradle
app/src/main/assets/en/about_changelog.html

index a2b17ad8e52dbc4fdf5c74c6893ef9ae69154de4..22cfd8f3aa4df0e1edbf7b77c6d46484a24705a4 100644 (file)
@@ -29,8 +29,8 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 19
         targetSdkVersion 23
-        versionCode 9
-        versionName "1.8"
+        versionCode 10
+        versionName "1.9"
     }
 
     buildTypes {
index b705158abac643bd019880659c194519b087ce3b..1b3118af5ed584f7e20acb9368f193910898f5f7 100644 (file)
 </head>
 
 <body>
+
+<h3>1.9 (version code 10)</h3>
+<p>26 August 2016 - minimum API 19, target API 23</p>
+<ul>
+    <li>German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+    <li>Add the ability to <a href="https://redmine.stoutner.com/issues/2">view SSL certificate details and SSL error messages</a>.  This allows Privacy Browser to load web pages with self-signed certificates.</li>
+    <li>Add <a href="https://redmine.stoutner.com/issues/38">font size controls</a>.</li>
+    <li>Handle <a href="https://redmine.stoutner.com/issues/14">"mailto:" links</a> on websites.</li>
+    <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/47">creating or editing a bookmark with no favorite icon</a>.</li>
+    <li>Fix a bug that sometimes <a href="https://redmine.stoutner.com/issues/28">disabled the navigation drawer after exiting a full screen video</a>.</li>
+    <li>Send a <a href="https://redmine.stoutner.com/issues/37">null value for the "X-Requested-With" header on initial page load</a>.</li>
+</ul>
+
 <h3>1.8 (version code 9)</h3>
 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - minimum API 19, target API 23</p>
 <ul>