]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 1.13. v1.13
authorSoren Stoutner <soren@stoutner.com>
Tue, 29 Nov 2016 04:05:36 +0000 (21:05 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 29 Nov 2016 04:05:36 +0000 (21:05 -0700)
app/build.gradle
app/src/main/assets/en/about_changelog.html
app/src/main/res/layout/drawerlayout.xml

index 90f243c52d5ce360a5d2868c0e897155659c3265..8a9af719f18cebbf1384650b5561169aa78e8cf5 100644 (file)
@@ -25,8 +25,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 24
-        versionCode 14
-        versionName "1.12"
+        versionCode 15
+        versionName "1.13"
     }
 
     buildTypes {
index 0472baf14c4883692a8a2d065290455a78c8d8fe..f810cccc58ee840eb2704bcf81c9e3387d29ff2c 100644 (file)
 
 <html>
 <head>
-<style>
-    h3 {
-        color: 0D4781;
-    }
-</style>
+    <style>
+        h3 {
+            color: 0D4781;
+        }
+    </style>
 </head>
 
 <body>
 
+<h3>1.13 (version code 15)</h3>
+<p>28 November 2016 - minimum API 19, target API 24</p>
+<ul>
+    <li>Double-tap for <a href="https://redmine.stoutner.com/issues/46">full screen browsing mode</a>.</li>
+    <li>Change the default user agent to <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0ddee839c666ba339e374749588f910070658ee">PrivacyBrowser/1.0</a>.</li>
+    <li>Add a <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/java/com/stoutner/privacybrowser/UrlHistory.java;h=ec0b45e455acc659acc7c303077bfcf4079ddad9;hp=d2d4fecde081bf3e4ee1327243f38212e9f40c3f;hb=ac6db897f8e99a28a7e2d916238fbdf7a021ac55;hpb=eb1e349d876e09e2b82e4eb9d6dc199147e1cde5">clear history button</a>.</li>
+    <li>Add <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d45c5240d1a82d1a43742b6aea8173b520697520">Copy URL</a> to the URL context menu.</li>
+    <li>Make the back button <a href="https://redmine.stoutner.com/issues/60">navigate to the parent folder</a> in the bookmarks activity.</li>
+    <li>Update privacy policy to <a href="https://www.stoutner.com/updated-privacy-policy/">version 1.3</a>.</li>
+    <li>Partial <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=601da35d052ca3b36bedc4645c3db3189b3e1605;hp=09cc8c34e66b17e473d5d2b2ccb025c0f03b1804;hb=66213601459e6e2f739f2991581ffb0a1a1c0b43;hpb=3bd71cebfddb14b7adcbb39c5ab98f9ce90f8d9d">Spanish translation</a>.</li>
+    <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+</ul>
+
 <h3>1.12 (version code 14)</h3>
 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 November 2016</a> - minimum API 19, target API 24</p>
 <ul>
index 8747ae70f086a8b1189b60486992c922839f571e..0b59f98dc30603d31378945ff8feb59c67dfefe9 100644 (file)
@@ -69,8 +69,7 @@
             <include layout="@layout/main_webview" />
         </LinearLayout>
 
-        <!-- `fullScreenVideoFrameLayout` is used to display full screen videos.  It is initially `android:visibility="gone"` to hide it from view.
-    The `FrameLayout` needs to be before the `NavigationView` or touches on the navigation drawer will not work after exiting full screen video using the back button.-->
+        <!-- `fullScreenVideoFrameLayout` is used to display full screen videos.  It is initially `android:visibility="gone"` to hide it from view. -->
         <FrameLayout
             android:id="@+id/full_screen_video_framelayout"
             android:layout_height="match_parent"