]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/about_changelog.html
Release 1.8.
[PrivacyBrowserAndroid.git] / app / src / main / assets / about_changelog.html
1 <!--
2   Copyright 2016 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20 <head>
21 <style>
22     h3 {
23         color: 0D4781;
24     }
25 </style>
26 </head>
27
28 <body>
29 <h3>1.8 (version code 9)</h3>
30 <p>16 July 2016 - minimum API 19, target API 23</p>
31 <ul>
32     <li>Add a <a href="https://redmine.stoutner.com/issues/16">bookmarks interface</a>.</li>
33     <li>Add <a href="https://redmine.stoutner.com/issues/29">basic controls for form data</a>.</li>
34     <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/40">prevented editing the custom user agent</a>.</li>
35     <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>
36 </ul>
37
38
39 <h3>1.7 (version code 8)</h3>
40 <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>
41 <ul>
42     <li>Create an <a href="https://redmine.stoutner.com/issues/15">About activity with a TabView</a>.</li>
43     <li>Create a Guide activity with a TabView.</li>
44     <li>Bump the minimum API from 15 to 19 due to <a href="https://freedom-to-tinker.com/blog/dwallach/android-webview-security-and-the-mobile-advertising-marketplace/">
45         security concerns</a> regarding older versions of WebView.</li>
46 </ul>
47
48
49 <h3>1.6 (version code 7)</h3>
50 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a> - minimum API 15, target API 23</p>
51 <ul>
52     <li>Add a setting to <a href="https://redmine.stoutner.com/issues/4">customize the search URLs</a>.</li>
53     <li>Add a setting to <a href="https://redmine.stoutner.com/issues/3">customize the browser’s user agent</a>.</li>
54 </ul>
55
56
57 <h3>1.5 (version code 6)</h3>
58 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a> - minimum API 15, target API 23</p>
59 <ul>
60     <li>Add the option to disable swipe to refresh so that certain websites, like Google Maps, will function correctly.</li>
61 </ul>
62
63
64 <h3>1.4 (version code 5)</h3>
65 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - minimum API 15, target API 23</p>
66 <ul>
67     <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
68     <li>Fix full screen video playback.</li>
69 </ul>
70
71
72 <h3>1.3 (version code 4)</h3>
73 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - minimum API 15, target API 23</p>
74 <ul>
75     <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
76 </ul>
77
78
79 <h3>1.2 (version code 3)</h3>
80 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 March 2016</a> - minimum API 15, target API 23</p>
81 <ul>
82     <li>Update launcher icon to make it bigger.</li>
83     <li>Replace all toast messages with <a href="https://redmine.stoutner.com/issues/12">snackbars</a>.</li>
84     <li><a href="https://redmine.stoutner.com/issues/11">Don't update the URL box if the user is typing in it</a>.</li>
85     <li>Bump the minimum API from 10 to 15.  Privacy Browser was crashing on load in API 10.</li>
86 </ul>
87
88
89 <h3>1.1 (version code 2)</h3>
90 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 March 2016</a> - minimum API 10, target API 23</p>
91 <ul>
92     <li>Separate the standard and the free flavors so that Privacy Browser builds correctly on F-Droid.</li>
93 </ul>
94
95
96 <h3>1.0 (version code 1)</h3>
97 <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 Feb 2016</a> - minimum API 10, target API 23</p>
98 <ul>
99     <li>Toggle JavaScript, DOM storage, and cookies.</li>
100     <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
101     <li>Clear DOM storage and cookies.</li>
102     <li>Add shortcuts to the home screen.</li>
103     <li>Utilize download manager.</li>
104     <li>Navigate forward and back.</li>
105     <li>Cut, copy, paste URLs.</li>
106     <li>Share URLs.</li>
107     <li>Set homepage.</li>
108     <li>Scroll URL bar.</li>
109     <li>Maintain WebView scroll location when rotating screen.</li>
110     <li>Swipe to refresh WebView.</li>
111     <li>Play full screen videos (requires JavaScript to be enabled).</li>
112     <li>Clear and Exit menu item.</li>
113 </ul>
114 </body>
115 </html>