]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/it/changelog.html
d5a19031a4118cd97565e11cefc0366364d01477
[PrivacyCell.git] / app / src / main / assets / it / changelog.html
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2021 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
7
8   Privacy Cell 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 Cell 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 Cell.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/theme.css">
26
27         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28         <meta name="color-scheme" content="light dark">
29     </head>
30
31     <body>
32         <h3>1.5 (versione codice 6)</h3>
33         <p>3  Novembre 2021 - minima API 30, target API 31</p>
34         <ul>
35             <li>Sistemazione di un <a href="https://redmine.stoutner.com/issues/771">crash durante il monitoraggio in tempo reale</a> nel caso in cui l'autorizzazione READ_PHONE_STATE sia negata.</li>
36             <li>Spostamento della <a href="https://redmine.stoutner.com/issues/772">target API a 31</a> (Android 12).</li>
37             <li>Aggiornamento della traduzione in Italiano fornito da Francesco Buratti.</li>
38             <li>Prima traduzione completa in lingua Francese fornita da <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
39         </ul>
40
41         <h3><a href="https://www.stoutner.com/privacy-cell-1-4/">1.4</a> (versione codice 5)</h3>
42         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=a1d76c6e3ed465dd14385c5a37416ee30922021f">18 Ottobre 2021</a> - minima API 30, target API 30.</p>
43         <ul>
44             <li>Correzione di problemi relativi al monitoraggio in tempo reale che andava in <a href="https://redmine.stoutner.com/issues/764">crash</a> or
45                 <a href="https://redmine.stoutner.com/issues/763">suonando il suono sbagliato</a>.</li>
46             <li>Aggiunta dell'<a href="https://redmine.stoutner.com/issues/768">attività di logcat</a>.</li>
47             <li>Prima traduzione completa in Italiano fornita da Francesco Buratti.</li>
48         </ul>
49
50         <h3><a href="https://www.stoutner.com/privacy-cell-1-3/">1.3</a> (versione codice 4)</h3>
51         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=0611c698c5c7163dbe84e4d592fb3bf6150ab1a2">29 Settembre 2021</a> – minima API 30, target API 30.</p>
52         <ul>
53             <li>Aggiunta una opzione di <a href="https://redmine.stoutner.com/issues/750">monitoraggio in tempo reale</a>.</li>
54             <li>Aggiornamento della traduzione in Italiano fornito da Francesco Buratti.</li>
55         </ul>
56
57         <h3><a href="https://www.stoutner.com/privacy-cell-1-2/">1.2</a> (versione codice 3)</h3>
58         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=70a8bdb781941d9f433b18a91befe03137d65a6f">15 Settembre 2021</a> - minima API 30, target API 30.</p>
59         <ul>
60             <li>Aggiunta l'opzione per avere <a href="https://redmine.stoutner.com/issues/749">la barra dell'app nella parte inferiore dello schermo</a>.</li>
61             <li>Traduzione parziale in Italiano da parte di Francesco Buratti.</li>
62             <li>Prima traduzione completa in Spagnolo da parte di Jose A. León.</li>
63             <li>Traduzione parziale in Francese da parte di <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
64         </ul>
65
66         <h3><a href="https://www.stoutner.com/privacy-cell-1-1/">1.1</a> (versione codice 2)</h3>
67         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=62586b5aaccbfa0fa265040513f3984264bd0379">30 Agosto 2021</a> - minima API 30, target API 30.</p>
68         <ul>
69             <li>Aggiunte <a href="https://redmine.stoutner.com/issues/756">le schede con le informazioni</a> sui tipi di rete.</li>
70             <li>Traduzione parziale in Spagnolo fornita da Jose A. León.</li>
71         </ul>
72
73         <h3><a href="https://www.stoutner.com/privacy-cell-1-0/">1.0</a> (versione codice 1)</h3>
74         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=13c6fd95ce6986c052fed7918576b77619dc9c2a">25 Agosto 2021</a> - minima API 30, target API 30.</p>
75         <ul>
76             <li>Primo rilascio.</li>
77         </ul>
78     </body>
79 </html>