]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/about_changelog.html
2d90a7e72a30b78fe32f35e9bf1e05d4fd9462b8
[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 <body>
21 <h4>1.6 <font color="0D4781">- minimum API 15, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a></font></h4>
22 <ul>
23     <li>Add a setting to <a href="https://redmine.stoutner.com/issues/4">customize the search URLs</a>.</li>
24     <li>Add a setting to <a href="https://redmine.stoutner.com/issues/3">customize the browser’s user agent</a>.</li>
25 </ul>
26
27 <hr />
28
29 <h4>1.5 <font color="0D4781">- minimum API 15, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a></font></h4>
30 <ul>
31     <li>Add the option to disable swipe to refresh so that certain websites, like Google Maps, will function correctly.</li>
32 </ul>
33
34 <hr />
35
36 <h4>1.4 <font color="0D4781">- minimum API 15, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a></font></h4>
37 <ul>
38     <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
39     <li>Fix full screen video playback.</li>
40 </ul>
41
42 <hr />
43
44 <h4>1.3 <font color="0D4781">- minimum API 15, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a></font></h4>
45 <ul>
46     <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
47 </ul>
48
49 <hr />
50
51 <h4>1.2 <font color="0D4781">- minimum API 15, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 March 2016</a></font></h4>
52 <ul>
53     <li>Update launcher icon to make it bigger.</li>
54     <li>Replace all toast messages with <a href="https://redmine.stoutner.com/issues/12">snackbars</a>.</li>
55     <li><a href="https://redmine.stoutner.com/issues/11">Don't update the URL box if the user is typing in it</a>.</li>
56     <li>Bump the minimum API from 10 to 15.  Privacy Browser was crashing on load in API 10.</li>
57 </ul>
58
59 <hr />
60
61 <h4>1.1 <font color="0D4781">- minimum API 10, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 March 2016</a></font></h4>
62 <ul>
63     <li>Separate the standard and the free flavors so that Privacy Browser builds correctly on F-Droid.</li>
64 </ul>
65
66 <hr />
67
68 <h4>1.0 <font color="0D4781">- minimum API 10, target API 23 - released <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 Feb 2016</a></font></h4>
69 <ul>
70     <li>Toggle JavaScript, DOM storage, and cookies.</li>
71     <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
72     <li>Clear DOM storage and cookies.</li>
73     <li>Add shortcuts to the home screen.</li>
74     <li>Utilize download manager.</li>
75     <li>Navigate forward and back.</li>
76     <li>Cut, copy, paste URLs.</li>
77     <li>Share URLs.</li>
78     <li>Set homepage.</li>
79     <li>Scroll URL bar.</li>
80     <li>Maintain WebView scroll location when rotating screen.</li>
81     <li>Swipe to refresh WebView.</li>
82     <li>Play full screen videos (requires JavaScript to be enabled).</li>
83     <li>Clear and Exit menu item.</li>
84 </ul>
85 </body>
86 </html>