--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017-2018 Jose A. León Becerra <emails@joseleon.me>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
-
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
<meta charset="UTF-8">
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ Translation 2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ Translation 2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ Translation 2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ Translation 2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../en/css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+
+ <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+
+ <img class="center" src="images/bookmarks.png">
+
+ <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
+ From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
+ This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
+ and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ </body>
+</html>
\ No newline at end of file
@Override
// Get the count of the number of tabs.
public int getCount() {
- return 8;
+ return 9;
}
@Override
case 7:
return getString(R.string.tracking_ids);
+ case 8:
+ return getString(R.string.bookmarks);
+
default:
return "";
}
return GuideTabFragment.createTab(tab);
}
}
-
}
/*
- * Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ * Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
*
* This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
*
import android.annotation.SuppressLint;
import android.os.Bundle;
+import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
// Run the default commands.
super.onCreate(savedInstanceState);
+ // Remove the lint warning that `getArguments()` might be null.
+ assert getArguments() != null;
+
// Store the tab number in a class variable.
tabNumber = getArguments().getInt("Tab");
}
@SuppressLint("SetJavaScriptEnabled")
@Override
- public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
+ public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
// Setting false at the end of inflater.inflate does not attach the inflated layout as a child of container. The fragment will take care of attaching the root automatically.
View tabLayout = inflater.inflate(R.layout.bare_webview, container, false);
case 7:
tabWebView.loadUrl("file:///android_asset/" + getString(R.string.android_asset_path) + "/guide_tracking_ids_dark.html");
break;
+
+ case 8:
+ tabWebView.loadUrl("file:///android_asset/" + getString(R.string.android_asset_path) + "/guide_bookmarks_dark.html");
+ break;
}
} else { // The light theme is applied.
// Tab numbers start at 0.
case 7:
tabWebView.loadUrl("file:///android_asset/" + getString(R.string.android_asset_path) + "/guide_tracking_ids_light.html");
break;
+
+ case 8:
+ tabWebView.loadUrl("file:///android_asset/" + getString(R.string.android_asset_path) + "/guide_bookmarks_light.html");
}
}
// Return the formatted `tabLayout`.
return tabLayout;
}
-}
+}
\ No newline at end of file
<!--
Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
- Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
- bajo los términos de la Licencia Pública General GNU, como se ha publicado por
- la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
- (a su opción) cualquier versión posterior.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
- pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
- MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR. Vea la
- Licencia Pública General para más detalles.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Usted debería haber recibido una copia de la Licencia Pública General GNU
- junto con Navegador Privado (Privacy Browser). Si no es así, vea <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<resources>
<!-- Activities. -->
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<!--
Copyright © 2015-2018 Soren Stoutner <soren@stoutner.com>.
- Этот файл является частью Privacy Browser <https://www.stoutner.com/privacy-browser>.
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- Privacy Browser является свободным программным обеспечением: вы можете распространять
- его и/или модифицировать его на условиях публичной лицензии GNU,
- опубликованной Фондом свободного программного обеспечения, либо
- третьей версии лицензии, либо (по вашему выбору) любой более поздней версии.
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- Privacy Browser распространяется в надежде, что он будет полезен,
- но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; даже без подразумеваемой гарантии пригодности
- К КОММЕРЧЕСКОЙ ДЕЯТЕЛЬНОСТИ ИЛИ ДЛЯ ОПРЕДЕЛЕННОЙ ЦЕЛИ. Более подробную
- информацию можно получить ознакомившись с условиями публичной лицензии GNU.
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- Вы должны были получить копию публичной лицензии GNU вместе с
- Privacy Browser. Если нет, посетите <http://www.gnu.org/licenses/>. -->
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing. The missing strings will fall back to English. -->
<resources
<string name="privacy_browser">Privacy Browser</string>
<string name="privacy_browser_settings">Настройки Privacy Browser</string>
<!-- For translations, `android_asset_path` should be the localization abbreviation. For example, Spanish is `es`. This should not be translated unless the Guide and About sections are localized. -->
- <!-- <string name="android_asset_path">ru</string> -->
+ <string name="android_asset_path">ru</string> -->
<!-- MainWebView. -->
<string name="privacy_mode">Режим приватности</string>