]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/it/about_changelog.html
Release v2.0.
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / about_changelog.html
1 <!--
2   Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2017 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <style>
24             h3 {
25                 color: 0D4781;
26             }
27         </style>
28     </head>
29
30     <body>
31         <h3>2.0 (versione codice 19)</h3>
32         <p>16 Marzo 2017 - minima API 19, target API 25
33         <ul>
34             <li>Implementazione delle <a href="https://redmine.stoutner.com/issues/7">impostazioni personalizzate per i domini</a>.</li>
35             <li>Nel caso di collegamento tramite Tor, <a href="https://redmine.stoutner.com/issues/90">attende che Orbot sia pronto</a> prima di tentare il caricamento di una pagina web.</li>
36             <li><a href="https://redmine.stoutner.com/issues/87">Utilizza i motori di ricerca .onion</a> quando &egrave; collegato tramite Tor.</li>
37             <li>Aggiornamento della traduzione Italiana fornita da Francesco Buratti.</li>
38             <li>Aggiornamento della traduzione Spagnola fornita da <a href="mailto:emails@joseleon.me">Jose A. Le&oacute;n Becerra</a>.</li>
39         </ul>
40
41         <h3>1.15 (versione codice 18)</h3>
42         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 February 2017</a> - minima API 19, target API 25</p>
43         <ul>
44             <li>Eliminazione della <a href="https://redmine.stoutner.com/issues/84">cache nascosta e misteriosa di WebView</a> con il comando Elimina Dati ed Esci.</li>
45             <li><a href="https://redmine.stoutner.com/issues/83">Avvio automatico di Orbot</a> quando si abilita il proxy con Orbot.</li>
46             <li><a href="https://redmine.stoutner.com/issues/82">Localizzazione delle date</a> nelle schermate di dialogo dei certificati SSL.</li>
47             <li>Abilitazione del download di file da <a href="https://redmine.stoutner.com/issues/73">siti web che richiedono il login</a>. Codice sviluppato con il contributo di Hendrik Knackstedt.</li>
48             <li>Eliminazione dei crash in caso di <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commit;h=da8974edd917b868957fa78bb3843fefb93b8cb7">download di file che non hanno URL HTTP o HTTPS</a>.</li>
49             <li>Prima traduzione Italiana di Francesco Buratti.</li>
50             <li>Aggiornamento della traduzione Spagnola di <a href="mailto:emails@joseleon.me">Jose A. Le&oacute;n Becerra</a>.</li>
51         </ul>
52
53         <h3>1.14.1 (versione codice 17)</h3>
54         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - minima API 19, target API 25</p>
55         <ul>
56             <li>Fix a bug that caused Privacy Browser to <a href="https://redmine.stoutner.com/issues/80">crash on some websites</a> when ad blocking was enabled.</li>
57         </ul>
58
59         <h3>1.14 (versione codice 16)</h3>
60         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 December 2016</a> - minima API 19, target API 25</p>
61         <ul>
62             <li>Implement <a href="https://redmine.stoutner.com/issues/31">ad blocking</a>.</li>
63             <li>Change the default user agent to PrivacyBrowser/1.0 <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
64             <li>Change the default for <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=c3ec2515bf9a49d4561efc47f5d21106f15cb286">Do Not Track to be false</a>.</li>
65             <li>Add the option to <a href="https://redmine.stoutner.com/issues/75">enable full screen browsing mode</a> and set it to <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/res/xml/preferences.xml;h=cdda87e7c2eaa0cabdb6a1a77ffca1124e9423e1;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=743982f883eab347e4029f8a3be760f780b14da1;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">false by default</a>.</li>
66             <li>Fix a bug that sometimes caused the <a href="https://redmine.stoutner.com/issues/74">navigation bar to turn gray in full screen mode</a> when switching between apps.</li>
67             <li>Bump <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5c6db7b33577612ff7f120b30fb98cab8afa591f">target API to 25</a>.</li>
68             <li>Updated <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=83c162b389a075effb68c7ce41cd03482c7c8bce;hp=ff79b6a9f30dbe71a0a076cfcfdc0df834ebb792;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330;hpb=e9ed376cc7890f1d1f2e370e2e63f19dcfd1859d">partial</a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blob;f=app/src/main/assets/es/about_permissions.html;h=eab82ba8ee104e6a71776a557366f70660d28711;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Spanish</a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/es/about_changelog.html;h=ffb0e4895c0323ae4ee6ca11aab775b318a1b9ef;hp=f810cccc58ee840eb2704bcf81c9e3387d29ff2c;hb=c3ec2515bf9a49d4561efc47f5d21106f15cb286;hpb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Translation</a>.</li>
69         </ul>
70
71         <h3>1.13 (versione codice 15)</h3>
72         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5a9cabddff240061fe521f01df3025b037e9da9e">28 November 2016</a> - minima API 19, target API 24</p>
73         <ul>
74             <li>Double-tap for <a href="https://redmine.stoutner.com/issues/46">full screen browsing mode</a>.</li>
75             <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>
76             <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>
77             <li>Add <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d45c5240d1a82d1a43742b6aea8173b520697520">Copy URL</a> to the URL context menu.</li>
78             <li>Make the back button <a href="https://redmine.stoutner.com/issues/60">navigate to the parent folder</a> in the bookmarks activity.</li>
79             <li>Update privacy policy to <a href="https://www.stoutner.com/updated-privacy-policy/">version 1.3</a>.</li>
80             <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>
81             <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
82         </ul>
83
84         <h3>1.12 (versione codice 14)</h3>
85         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 November 2016</a> - minima API 19, target API 24</p>
86         <ul>
87             <li>Add a <a href="https://redmine.stoutner.com/issues/24">forward and back history list</a>.</li>
88             <li>Long press now <a href="https://redmine.stoutner.com/issues/63">displays target URLs</a> and the option to <a href="https://redmine.stoutner.com/issues/10">view or download pictures</a>.</li>
89             <li>Added <a href="https://redmine.stoutner.com/issues/9">Find on Page</a>.</li>
90             <li>Completely <a href="https://redmine.stoutner.com/issues/69">remove Privacy Browser from RAM</a> on "Clear and Exit".</li>
91             <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/70">displaying an SSL Certificate error</a> in Android KitKat and Lollipop.</li>
92             <li>Fix a crash on some file downloads caused by a <a href="https://redmine.stoutner.com/issues/71">failure to parse the Content-Disposition header</a> correctly.</li>
93             <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
94         </ul>
95
96         <h3>1.11 (versione codice 13)</h3>
97         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d9974f13e3a4dad62f760e02e94d8782d6e4bb3d">22 October 2016</a> - minima API 19, target API 24</p>
98         <ul>
99             <li>Bump target API to 24, which enables multi-window support on Nougat.</li>
100             <li>Fix a bug introduced in version 1.10 that consumed <a href="https://redmine.stoutner.com/issues/66">massive amounts of CPU</a> for no good reason.</li>
101             <li>Add <a href="https://redmine.stoutner.com/issues/18">printing support</a>.</li>
102             <li>Fix <a href="https://redmine.stoutner.com/issues/67">file downloading</a> on KitKat and Lollipop.</li>
103             <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
104         </ul>
105
106         <h3>1.10 (versione codice 12)</h3>
107         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - minima API 19, target API 23</p>
108         <ul>
109             <li>Add <a href="https://redmine.stoutner.com/issues/26">Tor Orbot proxy support</a>.</li>
110             <li>Add <a href="https://redmine.stoutner.com/issues/30">Do Not Track</a> support.</li>
111             <li>Add a <a href="https://redmine.stoutner.com/issues/58">download dialog</a> that allows users to <a href="https://redmine.stoutner.com/issues/59">modify the file name</a> before the download begins.</li>
112             <li>Add optional additional action buttons for cookies, DOM storage, and saved forms.</li>
113             <li>Update user agents and add Safari on iOS and OS X.</li>
114             <li>Add StartPage and Qwant to the list of search engines.</li>
115             <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
116         </ul>
117
118         <h3>1.9.1 (versione codice 11)</h3>
119         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6de831ce03c8b9114212870715c6c722e26f5b28">27 August 2016</a> - minima API 19, target API 23</p>
120         <ul>
121             <li>Changed asset image links to relative paths so Privacy Browser will build on F-Droid.</li>
122         </ul>
123
124         <h3>1.9 (versione codice 10)</h3>
125         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7c6dae59026beeb9e32fcc4d6706129f8bee029c">26 August 2016</a> - minima API 19, target API 23</p>
126         <ul>
127             <li>German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
128             <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>
129             <li>Add <a href="https://redmine.stoutner.com/issues/38">font size controls</a>.</li>
130             <li>Handle <a href="https://redmine.stoutner.com/issues/14">"mailto:" links</a> on websites.</li>
131             <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/47">creating or editing a bookmark with no favorite icon</a>.</li>
132             <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>
133             <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>
134         </ul>
135
136         <h3>1.8 (versione codice 9)</h3>
137         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - minima API 19, target API 23</p>
138         <ul>
139             <li>Add a <a href="https://redmine.stoutner.com/issues/16">bookmarks interface</a>.</li>
140             <li>Add <a href="https://redmine.stoutner.com/issues/29">basic controls for form data</a>.</li>
141             <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/40">prevented editing the custom user agent</a>.</li>
142             <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>
143         </ul>
144
145
146         <h3>1.7 (versione codice 8)</h3>
147         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 June 2016</a> - minima API 19, target API 23</p>
148         <ul>
149             <li>Create an <a href="https://redmine.stoutner.com/issues/15">About activity with a TabView</a>.</li>
150             <li>Create a Guide activity with a TabView.</li>
151             <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/">
152                 security concerns</a> regarding older versions of WebView.</li>
153         </ul>
154
155
156         <h3>1.6 (versione codice 7)</h3>
157         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a> - minima API 15, target API 23</p>
158         <ul>
159             <li>Add a setting to <a href="https://redmine.stoutner.com/issues/4">customize the search URLs</a>.</li>
160             <li>Add a setting to <a href="https://redmine.stoutner.com/issues/3">customize the browser’s user agent</a>.</li>
161         </ul>
162
163
164         <h3>1.5 (versione codice 6)</h3>
165         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a> - minima API 15, target API 23</p>
166         <ul>
167             <li>Add the option to disable swipe to refresh so that certain websites, like Google Maps, will function correctly.</li>
168         </ul>
169
170
171         <h3>1.4 (versione codice 5)</h3>
172         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - minima API 15, target API 23</p>
173         <ul>
174             <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
175             <li>Fix full screen video playback.</li>
176         </ul>
177
178
179         <h3>1.3 (versione codice 4)</h3>
180         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - minima API 15, target API 23</p>
181         <ul>
182             <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
183         </ul>
184
185
186         <h3>1.2 (versione codice 3)</h3>
187         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 Marzo 2016</a> - minima API 15, target API 23</p>
188         <ul>
189             <li>Update launcher icon to make it bigger.</li>
190             <li>Replace all toast messages with <a href="https://redmine.stoutner.com/issues/12">snackbars</a>.</li>
191             <li><a href="https://redmine.stoutner.com/issues/11">Don't update the URL box if the user is typing in it</a>.</li>
192             <li>Bump the minimum API from 10 to 15. Privacy Browser was crashing on load in API 10.</li>
193         </ul>
194
195
196         <h3>1.1 (versione codice 2)</h3>
197         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 Marzo 2016</a> - minima API 10, target API 23</p>
198         <ul>
199             <li>Separate the standard and the free flavors so that Privacy Browser builds correctly on F-Droid.</li>
200         </ul>
201
202
203         <h3>1.0 (versione codice 1)</h3>
204         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 February 2016</a> - minima API 10, target API 23</p>
205         <ul>
206             <li>Toggle JavaScript, DOM storage, and cookies.</li>
207             <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
208             <li>Clear DOM storage and cookies.</li>
209             <li>Add shortcuts to the home screen.</li>
210             <li>Utilize download manager.</li>
211             <li>Navigate forward and back.</li>
212             <li>Cut, copy, paste URLs.</li>
213             <li>Share URLs.</li>
214             <li>Set homepage.</li>
215             <li>Scroll URL bar.</li>
216             <li>Maintain WebView scroll location when rotating screen.</li>
217             <li>Swipe to refresh WebView.</li>
218             <li>Play full screen videos (requires JavaScript to be enabled).</li>
219             <li>Clear and Exit menu item.</li>
220         </ul>
221     </body>
222 </html>