]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/de/changelog.html
3932a883edf0549f2a30357f7955613ae45f6f48
[PrivacyCell.git] / app / src / main / assets / de / changelog.html
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2021 Bernhard G. Keller.  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><a href="https://www.stoutner.com/privacy-cell-1-5/">1.5</a> (version code 6)</h3>
33         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=6ee1470b74f7643f50bf7f1ebfdb578dcac829f2">3 November 2021</a> - minimum API 30, target API 31</p>
34         <ul>
35             <li>Fix a <a href="https://redmine.stoutner.com/issues/771">crash with realtime monitoring</a> if the READ_PHONE_STATE permission is denied.</li>
36             <li>Bump the <a href="https://redmine.stoutner.com/issues/772">target API to 31</a> (Android 12).</li>
37             <li>First full French translation contributed by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
38         </ul>
39
40         <h3><a href="https://www.stoutner.com/privacy-cell-1-4/">1.4</a> (version code 5)</h3>
41         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=a1d76c6e3ed465dd14385c5a37416ee30922021f">18 October 2021</a> - minimum API 30, target API 30.</p>
42         <ul>
43             <li>Fix problems with realtime monitoring <a href="https://redmine.stoutner.com/issues/764">crashing</a> or <a href="https://redmine.stoutner.com/issues/763">playing the wrong sound</a>.</li>
44             <li>Add a <a href="https://redmine.stoutner.com/issues/768">logcat activity</a>.</li>
45             <li>First full Italian translation contributed by Francesco Buratti.</li>
46         </ul>
47
48         <h3><a href="https://www.stoutner.com/privacy-cell-1-3/">1.3</a> (version code 4)</h3>
49         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=0611c698c5c7163dbe84e4d592fb3bf6150ab1a2">29 September 2021</a> – minimum API 30, target API 30.</p>
50         <ul>
51             <li>Add a <a href="https://redmine.stoutner.com/issues/750">realtime monitoring</a> option.</li>
52         </ul>
53
54         <h3><a href="https://www.stoutner.com/privacy-cell-1-2/">1.2</a> (version code 3)</h3>
55         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=70a8bdb781941d9f433b18a91befe03137d65a6f">15 September 2021</a> - minimum API 30, target API 30.</p>
56         <ul>
57             <li>Add the option to use a <a href="https://redmine.stoutner.com/issues/749">bottom app bar</a>.</li>
58             <li>First full Spanish translation contributed by Jose A. León.</li>
59             <li>Partial French translation contributed by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
60             <li>Partial Italian translation contributed by Francesco Buratti.</li>
61         </ul>
62
63         <h3><a href="https://www.stoutner.com/privacy-cell-1-1/">1.1</a> (version code 2)</h3>
64         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=62586b5aaccbfa0fa265040513f3984264bd0379">30 August 2021</a> - minimum API 30, target API 30.</p>
65         <ul>
66             <li>Add <a href="https://redmine.stoutner.com/issues/756">information dialogs</a> for the network types.</li>
67             <li>Partial Spanish translation contributed by Jose A. León.</li>
68         </ul>
69
70         <h3><a href="https://www.stoutner.com/privacy-cell-1-0/">1.0</a> (version code 1)</h3>
71         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=13c6fd95ce6986c052fed7918576b77619dc9c2a">25 August 2021</a> - minimum API 30, target API 30.</p>
72         <ul>
73             <li>Initial release.</li>
74         </ul>
75     </body>
76 </html>