]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/es/changelog.html
c0a2426f1e83594a78d433c21c8d91af786758f4
[PrivacyCell.git] / app / src / main / assets / es / changelog.html
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2021 Jose A. León.  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.4 (versión del código 5)</h3>
33         <p>18 de octubre de 2021 - API mínimo 30, API objetivo 30.</p>
34         <ul>
35             <li>Solucionar los problemas de crash de la <a href="https://redmine.stoutner.com/issues/764">monitorización en tiempo real</a> o
36                 <a href="https://redmine.stoutner.com/issues/763">de reproducción de un sonido incorrecto</a>.</li>
37             <li>Añadir una <a href="https://redmine.stoutner.com/issues/768">actividad logcat</a>.</li>
38             <li>Traducción actualizada al español aportada por José A. León.</li>
39             <li>Primera traducción completa al italiano aportada por Francesco Buratti.</li>
40         </ul>
41
42         <h3><a href="https://www.stoutner.com/privacy-cell-1-3/">1.3</a> (versión del código 4)</h3>
43         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=0611c698c5c7163dbe84e4d592fb3bf6150ab1a2">29 de septiembre de 2021</a> – API mínimo 30, API objetivo 30.</p>
44         <ul>
45             <li>Añadir una <a href="https://redmine.stoutner.com/issues/750">opción de</a> monitorización real.</li>
46             <li>Traducción actualizada al español aportada por José A. León.</li>
47         </ul>
48
49         <h3><a href="https://www.stoutner.com/privacy-cell-1-2/">1.2</a> (versión del código 3)</h3>
50         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=70a8bdb781941d9f433b18a91befe03137d65a6f">15 de septiembre de 2021</a> - API mínimo 30, API objetivo 30.</p>
51         <ul>
52             <li>Añadir la opción de utilizar una <a href="https://redmine.stoutner.com/issues/749">barra de app inferior</a>.</li>
53             <li>Primera traducción completa al español aportada por José A. León.</li>
54             <li>Traducción parcial al francés aportada por <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
55             <li>Traducción parcial al italiano aportada por Francesco Buratti.</li>
56         </ul>
57
58         <h3><a href="https://www.stoutner.com/privacy-cell-1-1/">1.1</a> (versión del código 2)</h3>
59         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=62586b5aaccbfa0fa265040513f3984264bd0379">30 de august de 2021</a> - API mínimo 30,  API objetivo 30.</p>
60         <ul>
61             <li>Añadir <a href="https://redmine.stoutner.com/issues/756">diálogos de información</a> para los tipos de red.</li>
62             <li>Traducción parcial al español por Jose A. León.</li>
63         </ul>
64
65         <h3><a href="https://www.stoutner.com/privacy-cell-1-0/">1.0</a> (versión del código 1)</h3>
66         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=13c6fd95ce6986c052fed7918576b77619dc9c2a">25 de agosto del 2021</a> - API mínimo 30,  API objetivo 30.</p>
67         <ul>
68             <li>Versión inicial.</li>
69         </ul>
70     </body>
71 </html>