2 Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
4 This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
6 Privacy Browser Android is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
11 Privacy Browser Android is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with Privacy Browser Android. If not, see <http://www.gnu.org/licenses/>. -->
21 <meta charset="UTF-8">
23 <link rel="stylesheet" href="../css/theme.css">
25 <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
26 <meta name="color-scheme" content="light dark">
30 <h3>3.15.1 (version code 71)</h3>
31 <p>26 Haziran 2023 - minimum API 24, target API 33</p>
33 <li>Fix a crash when moving a bookmark <a href="https://redmine.stoutner.com/issues/1028">to the home folder</a>.</li>
34 <li>Take advantage of WebView’s secret, undocumented <a href="https://redmine.stoutner.com/issues/1023">View Source functionality</a>.</li>
35 <li>Move <a href="https://redmine.stoutner.com/issues/1011">User Agent below DOM Storage</a> in the domain settings list.</li>
36 <li>Create a <a href="https://redmine.stoutner.com/issues/672">special encryption dialog</a> for Content URLs.</li>
37 <li>Fix a crash if Privacy Browser is restarted while the <a href="https://redmine.stoutner.com/issues/693">SSL certificate error dialog</a> is displayed.</li>
38 <li>Fix a delay if Privacy Browser is restarted while the <a href="https://redmine.stoutner.com/issues/692">HTTP authentication dialog</a> is displayed.</li>
41 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-15/">3.15</a> (version code 70)</h3>
42 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=a424c7a4dd110995277c9f4753fecb21a4a4991a">12 Haziran 2023</a> - minimum API 24, target API 33</p>
44 <li>Reenable the <a href="https://redmine.stoutner.com/issues/1012">dark WebView theme</a> on Android 7-9 (API 24-28).</li>
45 <li>Add a <a href="https://redmine.stoutner.com/issues/782">cancel action</a> to the Save URL snackbar.</li>
46 <li>Change the domain settings switches to <a href="https://redmine.stoutner.com/issues/407">drop down lists</a> that include "system default".</li>
47 <li>Allow <a href="https://redmine.stoutner.com/issues/199">duplicate bookmark folder names</a>.</li>
48 <li>Fix a crash if Privacy Browser is restarted while the <a href="https://redmine.stoutner.com/issues/655">pinned mismatch dialog</a> is displayed.</li>
49 <li>Modernize the <a href="https://redmine.stoutner.com/issues/587">WebView pager adapter</a> code.</li>
52 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-14/">3.14</a> (version code 69)</h3>
53 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6d4644db8bed024d0f4d4cfb7cc8d1dcef3789fe">6 Mayıs 2023</a> - minimum API 24, target API 33</p>
55 <li>Highlight the background of domain settings that are <a href="https://redmine.stoutner.com/issues/886">not default</a>.</li>
56 <li>Remove the terms <a href="https://redmine.stoutner.com/issues/705"><code>whitelist</code> and <code>blacklist</code></a> from the project.</li>
57 <li>Standardize the <a href="https://redmine.stoutner.com/issues/951">suggested file names</a>.</li>
58 <li>Update the app bar <a href="https://redmine.stoutner.com/issues/998">proxy background color</a>.</li>
59 <li><a href="https://redmine.stoutner.com/issues/700">Restore the scroll position</a> when restarting the settings app.</li>
60 <li>Migrate the last of the code to <a href="https://redmine.stoutner.com/issues/989">Kotlin</a> and remove the deprecated <a href="https://redmine.stoutner.com/issues/987">AsyncTasks</a>.</li>
61 <li>Optimize <a href="https://redmine.stoutner.com/issues/990">several</a> <a href="https://redmine.stoutner.com/issues/991">pieces</a> of the
62 <a href="https://redmine.stoutner.com/issues/953">code</a> to run more efficiently.</li>
65 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-4/">3.13.4</a> (version code 68)</h3>
66 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7ab6a9027175e6a8f72b3f3683f8c4e05643d8bc">27 Mart 2023</a> - minimum API 24, target API 33</p>
68 <li>Fix an <a href="https://redmine.stoutner.com/issues/981">intermittent crash</a> on restart caused by the
69 <a href="https://redmine.stoutner.com/issues/963">race condition fix</a> introduced in 3.13.3.</li>
70 <li>Add a <a href="https://redmine.stoutner.com/issues/962">monochrome icon</a> option.</li>
71 <li>Bump the <a href="https://redmine.stoutner.com/issues/957">minimum API to 24</a> (Android 7).</li>
74 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-3/">3.13.3</a> (version code 67)</h3>
75 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c5359b173d559fc154bf7e4bd8fd65c951c529b3">13 Mart 2023</a> - minimum API 23, target API 33</p>
77 <li>Fix a race condition that sometimes caused the <a href="https://redmine.stoutner.com/issues/963">current tab to not be the active tab</a>.</li>
80 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-2/">3.13.2</a> (version code 66)</h3>
81 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9038e54efc892f62384c6cb4e37bbfae9da67bfb">6 Şubat 2023</a> - minimum API 23, target API 33</p>
83 <li>Add a Simplified Chinese translation provided by Xin.</li>
86 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (version code 65)</h3>
87 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 Ocak 2023</a> - minimum API 23, target API 33</p>
89 <li>Fix <a href="https://redmine.stoutner.com/issues/952">problems with the tabs</a> when the app theme and the OS theme are different.</li>
92 <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13/">3.13</a> (version code 64)</h3>
93 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f0e2eba964dbe0973dd20d54cc798e2cac85bd09">30 Aralık 2022</a> - minimum API 23, target API 33</p>
95 <li>Fix a crash caused by the WebView sometimes trying to <a href="https://redmine.stoutner.com/issues/930">calculate the scroll position when it doesn’t exist</a>.</li>
96 <li>Fix a crash caused by the WebView sometimes trying to <a href="https://redmine.stoutner.com/issues/944">check the history when it doesn’t exist</a>.</li>
97 <li>Run <a href="https://redmine.stoutner.com/issues/939">Clear and Exit</a> when the system back button closes the last tab.</li>
98 <li>Make long-pressing a bookmark folder <a href="https://redmine.stoutner.com/issues/926">open all the bookmarks it contains</a>.</li>
99 <li>Add the ability to <a href="https://redmine.stoutner.com/issues/932">pin the bookmarks drawer</a>.</li>
100 <li>Always display the <a href="https://redmine.stoutner.com/issues/947">highest resolution</a> favorite icon.</li>
101 <li>Add documentation for <a href="https://redmine.stoutner.com/issues/924">DYNAMIC_<wbr>RECEIVER_<wbr>NOT_<wbr>EXPORTED_<wbr>PERMISSION</a>.</li>
102 <li>Fix EasyPrivacy so it doesn’t <a href="https://redmine.stoutner.com/issues/943">unintentionally block</a> all of startpage.com.</li>
103 <li>Fix Fanboy’s Annoyance List so it doesn’t <a href="https://redmine.stoutner.com/issues/936">unintentionally block</a> all resources on shopify.com.</li>
104 <li><a href="https://redmine.stoutner.com/issues/780">Include</a>
105 <a href="https://redmine.stoutner.com/issues/896">several</a>
106 <a href="https://redmine.stoutner.com/issues/883">minor</a>
107 <a href="https://redmine.stoutner.com/issues/781">improvements</a>.</li>
110 <h3><a href="https://www.stoutner.com/privacy-browser-3-12-2">3.12.2</a> (version code 63)</h3>
111 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=927928bf3b2c4fa7760e37d2878a08f35bc170be">21 Kasım 2022</a> - minimum API 23, target API 33</p>
113 <li>Fix WebView's <a href="https://redmine.stoutner.com/issues/927">dark mode</a> on API 29 - 32 (Android 10 - Android 12L).</li>
116 <h3><a href="https://www.stoutner.com/privacy-browser-3-12-1/">3.12.1</a> (version code 62)</h3>
117 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 Kasım 2022</a> - minimum API 23, target API 33</p>
119 <li>Fix a crash on <a href="https://redmine.stoutner.com/issues/925">new installs</a> of Privacy Browser.</li>
122 <h3><a href="https://www.stoutner.com/privacy-browser-3-12/">3.12</a> (version code 61)</h3>
123 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=60846bcbf234ed7452af94f080f3da3133ce674c">16 Kasım 2022</a> - minimum API 23, target API 33</p>
125 <li>Add <a href="https://redmine.stoutner.com/issues/893">WebView DevTools</a> to the navigation menu.</li>
126 <li>Make long-pressing a bookmark open it in a new <a href="https://redmine.stoutner.com/issues/912">foreground tab</a>.</li>
127 <li>Add <a href="https://redmine.stoutner.com/issues/910">per-app language support</a>.</li>
128 <li>Fix a crash if Add Domain Settings is called on an <a href="https://redmine.stoutner.com/issues/906">empty tab</a>.</li>
129 <li>Improve the night mode red <a href="https://redmine.stoutner.com/issues/691">text</a> and <a href="https://redmine.stoutner.com/issues/805">icon</a> color.</li>
130 <li>Detect <a href="https://redmine.stoutner.com/issues/895">I2P installations</a> from Google Play.</li>
131 <li>Implement a <a href="https://redmine.stoutner.com/issues/716">bottom app bar</a> in Settings.</li>
132 <li>Delete the <a href="https://redmine.stoutner.com/issues/885">Service Worker directory</a> after every page load.</li>
133 <li>Restrict the file provider to a <a href="https://redmine.stoutner.com/issues/779">subdirectory</a> of the cache directory.</li>
134 <li>Bump the <a href="https://redmine.stoutner.com/issues/902">target API to 33</a> (Android 13).</li>
135 <li>Implement forcing <a href="https://redmine.stoutner.com/issues/903">WebView’s dark mode</a> on Android 13.</li>
136 <li><a href="https://redmine.stoutner.com/issues/921">Implement</a>
137 <a href="https://redmine.stoutner.com/issues/917">a</a>
138 <a href="https://redmine.stoutner.com/issues/922">number</a>
139 <a href="https://redmine.stoutner.com/issues/778">of</a>
140 <a href="https://redmine.stoutner.com/issues/759">minor</a>
141 <a href="https://redmine.stoutner.com/issues/757">improvements</a>.</li>
142 <li>Fix a <a href="https://redmine.stoutner.com/issues/621">number</a>
143 <a href="https://redmine.stoutner.com/issues/766">of</a>
144 <a href="https://redmine.stoutner.com/issues/904">minor</a>
145 <a href="https://redmine.stoutner.com/issues/914">bugs</a>.</li>
148 <h3><a href="https://www.stoutner.com/privacy-browser-3-11/">3.11</a> (version code 60)</h3>
149 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=aa9590ff1a1097733bdda217ce1fe6f1fc93afc3">30 Temmuz 2022</a> - minimum API 23, target API 32</p>
151 <li>Create an option to use the default <a href="https://redmine.stoutner.com/issues/819">X-Requested-With header</a>.</li>
152 <li>Block all the <a href="https://redmine.stoutner.com/issues/863">URL query trackers</a> listed at privacytests.org.</li>
153 <li>Add a <a href="https://redmine.stoutner.com/issues/838">Share Message</a> option.</li>
154 <li>Fix a bug that caused the bottom app bar to <a href="https://redmine.stoutner.com/issues/839">cover part of the website</a>.</li>
155 <li>Fix duplicate tabs sometimes being <a href="https://redmine.stoutner.com/issues/807">opened on restart</a>.</li>
156 <li>Display the bookmark opened in new tab snackbar <a href="https://redmine.stoutner.com/issues/818">above the bookmarks drawer</a>.</li>
157 <li>Add the <a href="https://redmine.stoutner.com/issues/815">kernel version</a> to About > Version.</li>
158 <li>Preserve the <a href="https://redmine.stoutner.com/issues/806">current bookmarks folder</a> on restart.</li>
159 <li>Change the <a href="https://redmine.stoutner.com/issues/817">default value</a> of the custom proxy URL to socks://localhost:9050.</li>
160 <li><a href="https://redmine.stoutner.com/issues/792">Add</a> <a href="https://redmine.stoutner.com/issues/789">various</a>
161 <a href="https://redmine.stoutner.com/issues/875">updates</a> to the Guide.</li>
162 <li>Make <a href="https://redmine.stoutner.com/issues/877">several</a> <a href="https://redmine.stoutner.com/issues/878">small</a>
163 <a href="https://redmine.stoutner.com/issues/879">UI</a> improvements.</li>
164 <li>Bump the <a href="https://redmine.stoutner.com/issues/828">target API to 32</a> (Android 12L).</li>
167 <h3><a href="https://www.stoutner.com/privacy-browser-3-10-1/">3.10.1</a> (version code 59)</h3>
168 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b1f88361f33fde911642f568e71936c33bdcc530">2 Mart 2022</a> - minimum API 23, target API 31</p>
170 <li>Fix a crash when opening the <a href="https://redmine.stoutner.com/issues/808">Import/Export activity</a>.</li>
171 <li>Fix a problem with <a href="https://redmine.stoutner.com/issues/810">custom user agents</a>.</li>
174 <h3><a href="https://www.stoutner.com/privacy-browser-3-10/">3.10</a> (version code 58)</h3>
175 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0f0322c62a5cd25e587f1760a33fcf60c279954">25 Şubat 2022</a> - minimum API 23, target API 31</p>
177 <li>Remove the <a href="https://redmine.stoutner.com/issues/786">free flavor</a>.</li>
178 <li>Bump the minimum API to 23 (Android 6.0, Marshmallow) because WebView updates are <a href="https://redmine.stoutner.com/issues/793">no longer available</a> for older versions of Android.</li>
179 <li>Fix scrolling of the <a href="https://redmine.stoutner.com/issues/791">bottom app bar</a>.</li>
180 <li>Fix a bug that sometimes caused links opening a new tab to display the <a href="https://redmine.stoutner.com/issues/798">page from an old tab</a>.</li>
181 <li>Remove <a href="https://redmine.stoutner.com/issues/803">DuckDuckGo</a> from the list of search engines.</li>
182 <li>Update the <a href="https://redmine.stoutner.com/issues/804">Yahoo search URL</a>.</li>
183 <li>Remove <a href="https://redmine.stoutner.com/issues/801">Internet Explorer</a> from the list of User Agents.</li>
184 <li>Update links inside the app to <a href="https://redmine.stoutner.com/issues/796">accomodate</a>
185 <a href="https://redmine.stoutner.com/issues/797">changes</a> in the website for Privacy Browser PC.</li>
186 <li>Combine some <a href="https://redmine.stoutner.com/issues/794">drawable files</a> after updating the minimum API to 23.</li>
189 <h3><a href="https://www.stoutner.com/privacy-browser-3-9/">3.9</a> (version code 57)</h3>
190 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=392f2726cd21539c5ec89e0d09d2e7d7922bebad">27 Kasım 2021</a> - minimum API 19, target API 31</p>
192 <li>Simplify the <a href="https://redmine.stoutner.com/issues/769">save dialogs</a>.</li>
193 <li>Display the saved file name in the <a href="https://redmine.stoutner.com/issues/695">save snackbars</a>.</li>
194 <li>Change the <a href="https://redmine.stoutner.com/issues/748">short app name</a> from <code>Privacy</code> to <code>Browser</code>.</li>
195 <li>Fix a crash if a <a href="https://redmine.stoutner.com/issues/765">drawer is opened</a> while the app is restarted.</li>
196 <li>Bump the <a href="https://redmine.stoutner.com/issues/776">target API</a> to 31 (Android 12).</li>
199 <h3><a href="https://www.stoutner.com/privacy-browser-3-8-1/">3.8.1</a> (version code 56)</h3>
200 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bda37dc9784e900cb64b87af3e221e11320d9d01">29 Haziran 2021</a> - minimum API 19, target API 30</p>
202 <li>Remove <a href="https://redmine.stoutner.com/issues/722">Startpage</a> and make <a href="https://redmine.stoutner.com/issues/577">Mojeek</a> the default homepage and search engine.</li>
203 <li>Invert the <a href="https://redmine.stoutner.com/issues/728">navigation menu</a> when the app bar is on the bottom.</li>
204 <li>Show the <a href="https://redmine.stoutner.com/issues/729">bottom app bar</a> when a new tab loads.</li>
205 <li>Limit <a href="https://redmine.stoutner.com/issues/731">content intent filters</a> to text, images, and MHT files.</li>
206 <li>Fix some <a href="https://redmine.stoutner.com/issues/725">rare</a> <a href="https://redmine.stoutner.com/issues/730">crashes</a>.</li>
209 <h3><a href="https://www.stoutner.com/privacy-browser-3-8/">3.8</a> (version code 55)</h3>
210 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1650cd6eff9ef807a84263328cb73e755250e3af">24 Mayıs 2021</a> - minimum API 19, target API 30</p>
212 <li>Add an option to <a href="https://redmine.stoutner.com/issues/143">move the app bar to the bottom</a>.</li>
213 <li>Reimplement the <a href="https://redmine.stoutner.com/issues/677">saving of web archives</a>.</li>
214 <li>Reimplement the option to use an <a href="https://redmine.stoutner.com/issues/698">external app to download files</a>.</li>
215 <li>Add fallbacks to open <a href="https://redmine.stoutner.com/issues/671">alternate download managers</a>.</li>
216 <li>Add <a href="https://redmine.stoutner.com/issues/713">Monocles</a> to the list of search engines.</li>
217 <li>Remove <a href="https://redmine.stoutner.com/issues/668">Do Not Track</a> and <a href="https://redmine.stoutner.com/issues/601">third-party cookies</a>.</li>
218 <li>Offer to open <a href="https://redmine.stoutner.com/issues/629">content</a> <a href="https://redmine.stoutner.com/issues/630">URLs</a> shared by other apps.</li>
219 <li>Handle <a href="https://redmine.stoutner.com/issues/361">content URLs</a> and <a href="https://redmine.stoutner.com/issues/552">untrusted SSL certificates</a> in View Source.</li>
220 <li>Fix <a href="https://redmine.stoutner.com/issues/709">UI freezing</a> while downloading on some devices.</li>
221 <li>Fix a <a href="https://redmine.stoutner.com/issues/699">few</a> <a href="https://redmine.stoutner.com/issues/694">rare</a> <a href="https://redmine.stoutner.com/issues/701">crashes</a>.</li>
222 <li>Make <a href="https://redmine.stoutner.com/issues/622">minor</a> <a href="https://redmine.stoutner.com/issues/644">improvements</a> to the
223 <a href="https://redmine.stoutner.com/issues/659">user</a> <a href="https://redmine.stoutner.com/issues/656">interface</a>.</li>
224 <li>Updated Brazilian Portuguese translation provided by <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>.</li>
225 <li>Updated French translation provided by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
226 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
227 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
228 <li>Rusça çevirisi güncellendi.</li>
229 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
232 <h3><a href="https://www.stoutner.com/privacy-browser-3-7/">3.7</a> (version code 54)</h3>
233 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f3b9172adedd74f705ddc0beac80798ae84f2920">29 Mart 2021</a> - minimum API 19, target API 30</p>
235 <li>Redesign file access to work with <a href="https://redmine.stoutner.com/issues/546">scoped storage and the Storage Access Framework</a>.
236 This allows the target API to be bumped to 30 and removes the need for the dangerous READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions.
237 Unfortunately, due to a bug in Android’s WebView, this also temporarily removes the ability to <a href="https://redmine.stoutner.com/issues/677">save a web archive</a>.</li>
238 <li>Update <a href="https://redmine.stoutner.com/issues/678">About > Permissions</a>.</li>
239 <li>Improve the descriptiveness of the <a href="https://redmine.stoutner.com/issues/676">save URL snackbar</a>.</li>
240 <li>Add <a href="https://redmine.stoutner.com/issues/568">MetaGer</a> to the list of search engines.</li>
241 <li>Fix <a href="https://redmine.stoutner.com/issues/674">I2P detection</a>.</li>
242 <li>Fix the alignment of <a href="https://redmine.stoutner.com/issues/228">icons and radio buttons</a> in the dialogs.</li>
243 <li>Update the URL bar when switching tabs <a href="https://redmine.stoutner.com/issues/654">even if it is being edited</a>.</li>
244 <li>Allow <a href="https://redmine.stoutner.com/issues/620">displaying of the password</a> in the HTTP authentication dialog.</li>
245 <li>Fix a <a href="https://redmine.stoutner.com/issues/645">number</a> <a href="https://redmine.stoutner.com/issues/646">of</a> <a href="https://redmine.stoutner.com/issues/651">rare</a>
246 <a href="https://redmine.stoutner.com/issues/663">crashes</a>.</li>
247 <li>Fix the hamburger icon <a href="https://redmine.stoutner.com/issues/616">turning into an arrow</a> if the drawer is open when the app is restarted.</li>
248 <li>Speed up the opening of the <a href="https://redmine.stoutner.com/issues/650">options menu</a>.</li>
249 <li>Updated Brazilian Portuguese translation provided by <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>.</li>
250 <li>Updated French translation provided by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
251 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
252 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
253 <li>Rusça çevirisi güncellendi.</li>
254 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
257 <h3><a href="https://www.stoutner.com/privacy-browser-3-6-1/">3.6.1</a> (version code 53)</h3>
258 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=78e6b0e9a553e3bf800e4c69535c46fb63bef017">26 Kasım 2020</a> - minimum API 19, target API 29</p>
260 <li>Fix a bug that caused <a href="https://redmine.stoutner.com/issues/642">View Source to crash</a>.</li>
263 <h3><a href="https://www.stoutner.com/privacy-browser-3-6/">3.6</a> (version code 52)</h3>
264 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8a06558b0071fa94e2a7d1093b3118417ac5cc8f">16 Kasım 2020</a> - minimum API 19, target API 29</p>
266 <li>Fix buffered audio playing <a href="https://redmine.stoutner.com/issues/595">after a tab is closed</a>.</li>
267 <li>Trust <a href="https://redmine.stoutner.com/issues/636">user certificate authorities</a> on Android 7 (API 24) and newer.</li>
268 <li>Allow <a href="https://redmine.stoutner.com/issues/596">saving of <code>data:</code> URLs</a>.</li>
269 <li>Add an additional app bar icon to <a href="https://redmine.stoutner.com/issues/575">open the bookmarks drawer</a>.</li>
270 <li>Use <a href="https://redmine.stoutner.com/issues/368">one source file</a> for both Day and Night pages in <a href="https://redmine.stoutner.com/issues/367">Guide and About</a>.</li>
271 <li>Fix a problem <a href="https://redmine.stoutner.com/issues/608">importing settings</a> from versions prior to 3.3.</li>
272 <li>Fix <a href="https://redmine.stoutner.com/issues/584">custom headers</a> not being applied to links loaded from inside the WebView.</li>
273 <li>Make single-taps in the bookmarks activity <a href="https://redmine.stoutner.com/issues/580">edit the bookmark</a>.</li>
274 <li>Fix a problem with <a href="https://redmine.stoutner.com/issues/583">editing bookmarks</a> sometimes selecting the <a href="https://redmine.stoutner.com/issues/588">wrong one</a>.</li>
275 <li>Display the <a href="https://redmine.stoutner.com/issues/512">memory usage</a> in About > Version.</li>
276 <li>Add the options to <a href="https://redmine.stoutner.com/issues/467">save, copy, and email</a> About > Version.</li>
277 <li>Use Content-Type to guess an <a href="https://redmine.stoutner.com/issues/548">unknown file extension</a>.</li>
278 <li><a href="https://redmine.stoutner.com/issues/600">Clear the logcat</a> after every page loads in Incognito Mode.</li>
279 <li><a href="https://redmine.stoutner.com/issues/382">Clear the logcat</a> on Clear and Exit.</li>
280 <li>Fix a bug that caused pinned SSL certificates to sometimes be checked against the <a href="https://redmine.stoutner.com/issues/591">previous website certificate</a>.</li>
281 <li>Add a <a href="https://redmine.stoutner.com/issues/573">Mastodon entry</a> to About > Links.</li>
282 <li><a href="https://redmine.stoutner.com/issues/593">Make</a> <a href="https://redmine.stoutner.com/issues/564">various</a> <a href="https://redmine.stoutner.com/issues/346">minor</a>
283 <a href="https://redmine.stoutner.com/issues/359">improvements</a> <a href="https://redmine.stoutner.com/issues/551">to</a> <a href="https://redmine.stoutner.com/issues/610">the</a>
284 <a href="https://redmine.stoutner.com/issues/618">user</a> <a href="https://redmine.stoutner.com/issues/609">experience</a> <a href="https://redmine.stoutner.com/issues/592">and</a>
285 <a href="https://redmine.stoutner.com/issues/567">graphical</a> <a href="https://redmine.stoutner.com/issues/554">interface</a>.</li>
286 <li>Partial Brazilian Portuguese translation provided by <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>.</li>
287 <li>Updated French translation provided by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
288 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
289 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
290 <li>Rusça çevirisi güncellendi.</li>
291 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
294 <h3><a href="https://www.stoutner.com/privacy-browser-3-5-1/">3.5.1</a> (version code 51)</h3>
295 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1907b1ff1fd02d6f8809aeb6710af42e033c064f">28 August 2020</a> - minimum API 19, target API 29</p>
297 <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
298 <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
301 <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
302 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - minimum API 19, target API 29</p>
304 <li>Implement Android’s <a href="https://redmine.stoutner.com/issues/572">relatively</a> <a href="https://redmine.stoutner.com/issues/523">new</a>
305 <a href="https://redmine.stoutner.com/issues/522">Day/Night</a> <a href="https://redmine.stoutner.com/issues/506">theme</a>.</li>
306 <li>Switch to using WebView’s relatively new built-in <a href="https://redmine.stoutner.com/issues/366">dark theme</a>.</li>
307 <li><a href="https://redmine.stoutner.com/issues/461">Save and restore the state</a> if Privacy Browser is restarted in the background by the OS.</li>
308 <li>Use the Content-Disposition header to get <a href="https://redmine.stoutner.com/issues/547">file names for downloads</a>.</li>
309 <li>Fix <a href="https://redmine.stoutner.com/issues/556">uploading files</a> to some sites.</li>
310 <li>Add <a href="https://redmine.stoutner.com/issues/576">Mojeek</a> and remove <a href="https://redmine.stoutner.com/issues/569">Qwant</a> and
311 <a href="https://redmine.stoutner.com/issues/571">Searx</a> from the list of search engines.</li>
312 <li>Fix a bug that sometimes caused swipe-to-refresh to operate <a href="https://redmine.stoutner.com/issues/514">even when disabled</a>.</li>
313 <li>Reorder the <a href="https://redmine.stoutner.com/issues/544">context menus</a>.</li>
314 <li>Apply <a href="https://redmine.stoutner.com/issues/584">custom headers</a> to links loaded from the WebView.</li>
315 <li>Updated French translation provided by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
316 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
317 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
318 <li>Rusça çevirisi güncellendi.</li>
319 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
322 <h3><a href="https://www.stoutner.com/privacy-browser-3-4-1/">3.4.1</a> (version code 49)</h3>
323 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=47361652ebde9a4bd7d8d3520c8dd988953b8614">1 Nisan 2020</a> - minimum API 19, target API 29</p>
325 <li>Fix a <a href="https://redmine.stoutner.com/issues/545">storage permission issue</a> on some Android 10 devices.</li>
328 <h3><a href="https://www.stoutner.com/privacy-browser-3-4/">3.4</a> (version code 48)</h3>
329 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7de44ca8dbf4330ee6fa3d9146940c1016edd608">28 Mart 2020</a> - minimum API 19, target API 29</p>
331 <li>Replace Android’s download manager with a <a href="https://redmine.stoutner.com/issues/528">custom implementation</a>.</li>
332 <li>Add an option to specify the <a href="https://redmine.stoutner.com/issues/32">default download location</a>.</li>
333 <li>Teach downloads to <a href="https://redmine.stoutner.com/issues/524">respect proxies</a>.</li>
334 <li>Always <a href="https://redmine.stoutner.com/issues/516">reload tabs</a> when switching proxies.</li>
335 <li>Add an option to <a href="https://redmine.stoutner.com/issues/463">save a raw URL</a>.</li>
336 <li>Warn if saving a file will <a href="https://redmine.stoutner.com/issues/371">overwrite an existing file</a>.</li>
337 <li>Add a <a href="https://redmine.stoutner.com/issues/507">Bookmarks options menu entry</a> so they can be accessed with Android 10’s gesture interface.</li>
338 <li>Change the order of the options menu to prevent <a href="https://redmine.stoutner.com/issues/526">accidental creation of domain settings</a>.</li>
339 <li>Updated French translation provided by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
340 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
341 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
342 <li>Rusça çevirisi güncellendi.</li>
343 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
346 <h3><a href="https://www.stoutner.com/privacy-browser-3-3/">3.3</a> (version code 47)</h3>
347 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=54153efaffb2447307fbd8be569529d0118b823d">3 Ocak 2020</a> - minimum API 19, target API 29</p>
349 <li>Add support for custom proxies, including <a href="https://redmine.stoutner.com/issues/486">SOCKS proxies</a>,
350 and include an entry for <a href="https://redmine.stoutner.com/issues/355">I2P</a>.</li>
351 <li>Shorten the <a href="https://redmine.stoutner.com/issues/491">app name</a> in the launcher.</li>
352 <li>Remove Privacy Browser from the <a href="https://redmine.stoutner.com/issues/483">recent app list</a> when closing via the back button.</li>
353 <li>Preserve on-the-fly settings while <a href="https://redmine.stoutner.com/issues/477">navigating history</a>.</li>
354 <li>Allow <a href="https://redmine.stoutner.com/issues/504">any font size</a>.</li>
355 <li>Add an option to save websites as <a href="https://redmine.stoutner.com/issues/188">MHT archives</a>.</li>
356 <li>Add an option to <a href="https://redmine.stoutner.com/issues/513">open local files</a>.</li>
357 <li>Add <a href="https://redmine.stoutner.com/issues/482">open in background</a> context menu entries.</li>
358 <li>Add an option to <a href="https://redmine.stoutner.com/issues/469">open bookmarks in a new tab</a>.</li>
359 <li>Manually <a href="https://redmine.stoutner.com/issues/404">disable the screen timeout</a> when playing videos in full screen mode.</li>
360 <li>Disable <a href="https://redmine.stoutner.com/issues/480">HSTS</a>.</li>
361 <li>Update View Source to use the <a href="https://redmine.stoutner.com/issues/503">Sec-Fetch</a> headers.</li>
362 <li>Bump the target API to 29 (Android 10).</li>
363 <li>French translation by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
364 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
365 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
366 <li>Rusça çevirisi güncellendi.</li>
367 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
370 <h3><a href="https://www.stoutner.com/privacy-browser-3-2/">3.2</a> (version code 46)</h3>
371 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=424ab40e495fed0fd1fe4109be466206d64ae6be">20 Temmuz 2019</a> - minimum API 19, target API 28</p>
373 <li>Change the default search engine and homepage to <a href="https://www.stoutner.com/switching-to-startpage-as-the-default-homepage-and-search-engine/">Startpage</a>.</li>
374 <li>Fix proxying through Orbot on <a href="https://redmine.stoutner.com/issues/473">recent</a> <a href="https://redmine.stoutner.com/issues/474">versions</a> of WebView.</li>
375 <li>Create <a href="https://redmine.stoutner.com/issues/450">UltraList</a>.</li>
376 <li>Fix a problem with blocklists sometimes <a href="https://redmine.stoutner.com/issues/444">blocking the main URL</a>.</li>
377 <li>Update <a href="https://redmine.stoutner.com/issues/472">Facebook URL modification</a>.</li>
378 <li>Fix domain settings problems when <a href="https://redmine.stoutner.com/issues/439">navigating history</a>.</li>
379 <li>Always <a href="https://redmine.stoutner.com/issues/404">disable the screen timeout</a> when watching a full screen video.</li>
380 <li>Add touch feedback and make it easier to tap the <a href="https://redmine.stoutner.com/issues/437">close and add tab buttons</a>.</li>
381 <li>Load tabs from the context menus <a href="https://redmine.stoutner.com/issues/462">in the background</a>.</li>
382 <li>Add an option to <a href="https://redmine.stoutner.com/issues/187">save a webpage as an image</a>.</li>
383 <li>Improve <a href="https://redmine.stoutner.com/issues/458">keyboard support</a> in <a href="https://redmine.stoutner.com/issues/389">full screen browsing mode</a>.</li>
384 <li>Update the <a href="https://redmine.stoutner.com/issues/445">request headers</a> in View Source.</li>
385 <li>Fix a <a href="https://redmine.stoutner.com/issues/466">number</a> <a href="https://redmine.stoutner.com/issues/468">of</a> <a href="https://redmine.stoutner.com/issues/464">crashes</a>.</li>
386 <li>Türkçe çevirisi güncellendi.</li>
387 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
388 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
389 <li>Rusça çevirisi güncellendi.</li>
390 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
393 <h3><a href="https://www.stoutner.com/privacy-browser-3-1/">3.1</a> (version code 45)</h3>
394 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=2a28c6401f60afa40ca93b18fc0b9a0ab196ff88">27 Mayıs 2019</a> - minimum API 19, target API 28</p>
396 <li>Uygulama çubuğuna <a href="https://redmine.stoutner.com/issues/416">sekmeyi kapat butonu</a> eklendi.</li>
397 <li>Aynı zamanda <a href="https://redmine.stoutner.com/issues/415">uygulama çubuğunun daha düzgünce kaydırmasına</a> olanak sağlayan,
398 web site elemanlarının <a href="https://redmine.stoutner.com/issues/411">sağ ve sol kaydırması</a> düzeltildi.</li>
399 <li><a href="https://redmine.stoutner.com/issues/285">Açılış ekranını</a> yükleyen ve
400 <a href="https://redmine.stoutner.com/issues/452">uygulama yükleme süresini</a> kısaltan bir engel listesi eklendi.</li>
401 <li><a href="https://redmine.stoutner.com/issues/414">Google Analytics</a>, <a href="https://redmine.stoutner.com/issues/436">Facebook</a>,
402 ve <a href="https://redmine.stoutner.com/issues/417">Twitter</a>için URL modifikasyonu eklendi.</li>
403 <li><a href="https://redmine.stoutner.com/issues/430">Resmi yeni sekmede aç</a> özelliği eklendi.</li>
404 <li>İçerik menüsü <a href="https://redmine.stoutner.com/issues/431">web araması</a> düzeltildi.</li>
405 <li>Bölünmüş ekran moduna girerken ya da çıkarken meydana gelen <a href="https://redmine.stoutner.com/issues/447">istenmeyen yeniden başlatmalar</a> düzeltildi.</li>
406 <li>Yeniden başlatma sonrasına kadar uygulanmayan <a href="https://redmine.stoutner.com/issues/451">Harici Uygulamayla İndir</a> ile ilgili değişiklikler düzeltildi.</li>
407 <li>Bazı dosya yöneticileriyle <a href="https://redmine.stoutner.com/issues/432">tarama</a> sorunu düzeltildi.</li>
408 <li><a href="https://redmine.stoutner.com/issues/399">Geniş ekranı devre dışı bırak</a> seçeneği eklendi.</li>
409 <li>Sekmelerin <a href="https://redmine.stoutner.com/issues/412">yüklenmesinde</a> ve sekmeler arası <a href="https://redmine.stoutner.com/issues/441">geçişlerde</a> iyileştirmeler yapıldı.</li>
410 <li><a href="https://redmine.stoutner.com/issues/423">WebView sağlayıcısını</a> Android Oreo sürümünde ve daha yeni sürümlerde Hakkında seçeneği içerisinde görüntüleyebilirsiniz.</li>
411 <li>İlk full Türkçe çeviri eklendi.</li>
412 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
413 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
414 <li>Rusça çevirisi güncellendi.</li>
415 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
418 <h3><a href="https://www.stoutner.com/privacy-browser-3-0-1/">3.0.1</a> (version code 44)</h3>
419 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=fd8eedc7aab1062da69d65514cf5d0a6fd28abad">2 Mayıs 2019</a> - minimum API 19, target API 28</p>
421 <li>Uygulama çubuğu kaydırması devre dışı bırakıldığında, uygulama çubuğunun ekrandan kaydırılmasını sağlayan hata
422 <a href="https://redmine.stoutner.com/issues/418">bir daha geri kaydırma yapmaması şeklinde düzeltildi</a>.</li>
423 <li>Yeni etkin sekme boşsa, <a href="https://redmine.stoutner.com/issues/419">bir sekmenin silinmesinden sonra uygulama çubuğunun görüntülenmesini engelleyen</a> bir hata düzeltildi.</li>
424 <li>Bazı sayfaların yüklemeyi bitirmesine <a href="https://redmine.stoutner.com/issues/424">sebep olan nadir hata düzeltildi</a>.</li>
425 <li>Web Görüntüleme <a href="https://redmine.stoutner.com/issues/421">geçmiş listesinin başındaysa</a> geri düğmesinin sekme kapatması sağlandı.</li>
428 <h3><a href="https://www.stoutner.com/privacy-browser-3-0/">3.0</a> (version code 43)</h3>
429 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=aedc35976f8eda7c00bdd822c172e19cad0fc485">26 Nisan 2019</a> - minimum API 19, target API 28</p>
431 <li>Sekmeli tarama <a href="https://redmine.stoutner.com/issues/22">eklendi</a>.</li>
432 <li>Uygulama çubuğu kaydırma devredışı olduğunda <a href="https://redmine.stoutner.com/issues/398">Web Görünümü'nün alt kısmının kesilmesine</a> sebep olan hata düzeltildi.</li>
433 <li>Ne zaman bir Bluetooth klavye bağlandığında/bağlantısı kesildiğinde <a href="https://redmine.stoutner.com/issues/408">Privacy Browser'i yeniden başlatmaya</a> sebep olan hata düzeltildi.</li>
434 <li>Kısmi Türkçe çevirisi yapıldı.</li>
435 <li>Almanca çevirisi güncellendi. (Çevirmen Bernhard G. Keller.)</li>
436 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
437 <li>Rusça çevirisi güncellendi.</li>
438 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
441 <h3><a href="https://www.stoutner.com/privacy-browser-2-17-1/">2.17.1</a> (version code 42)</h3>
442 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=fbb7aef30a9417c42661a0f76b5836dcf6a40242">5 Mart 2019</a> - minimum API 19, target API 28</p>
444 <li>Büyük simgelere sahip yer imlerinin sebep olduğu <a href="https://redmine.stoutner.com/issues/395">bir hata düzeltildi</a>.</li>
445 <li>Privacy Browser'ın SD karta taşınmasına <a href="https://redmine.stoutner.com/issues/394">izin verildi</a>.</li>
448 <h3><a href="https://www.stoutner.com/privacy-browser-2-17/">2.17</a> (version code 41)</h3>
449 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=ee0fa80bcf12d87d13c5ae9feb44ceb2b5aed2dd">27 Şubat 2019</a> - minimum API 19, target API 28</p>
451 <li>Uygulama çubuğunu kaydırma <a href="https://redmine.stoutner.com/issues/8">kabiliyeti eklendi</a>.</li>
452 <li>Bir Logcat Etkinliği <a href="https://redmine.stoutner.com/issues/264">oluşturuldu</a>.</li>
453 <li>Kullanıcılara <a href="https://redmine.stoutner.com/issues/334">bir masaüstü kısayolu oluştururken</a> hangi tarayıcının açılacağını
454 <a href="https://redmine.stoutner.com/issues/222">ve URL'yi</a> belirleme izni verildi.</li>
455 <li>Bağlantı ve resim içerik menülerine <a href="https://redmine.stoutner.com/issues/334">Birlikte Aç öğeleri eklendi</a>.</li>
456 <li>Birlikte Aç seçicisinden <a href="https://redmine.stoutner.com/issues/375">varsayılan uygulamaların ayarlanmasına</a> izin verildi.</li>
457 <li>URL'yi yazarken sözdizinin vurgulanmasına <a href="https://redmine.stoutner.com/issues/377">neden olan bir hata düzeltildi</a>.</li>
458 <li>Uyumsuzluk olmadığında bazen ortaya çıkan <a href="https://redmine.stoutner.com/issues/373">sabit uyumsuzluk penceresi düzeltildi</a>.</li>
459 <li>Kısmi Türkçe çevirisi yapıldı.</li>
460 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
461 <li>Rusça çevirisi güncellendi.</li>
462 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
463 <li>Kısmi Almanca çevirisi yapıldı. (Çevirmen Bernhard G. Keller.)</li>
466 <h3><a href="https://www.stoutner.com/privacy-browser-2-16/">2.16</a> (version code 40)</h3>
467 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6fa1563622642855d342cd7bcb523a8c1b6bbc44">31 Ocak 2019</a> - minimum API 19, target API 28</p>
469 <li>2.15 versiyonunda ortaya çıkan, <a href="https://redmine.stoutner.com/issues/370">çoğu durumda SSL sertifika iğnelenmesinin yoksayılmasına neden olan</a> hata düzeltildi.</li>
470 <li>Domain ayarlarına <a href="https://redmine.stoutner.com/issues/212">iğnelenen</a> <a href="https://redmine.stoutner.com/issues/211">IP</a>
471 <a href="https://redmine.stoutner.com/issues/179">adresi</a> eklendi.</li>
472 <li>Uygulamalar ve diğer tarayıcılar yoluyla açmak <a href="https://redmine.stoutner.com/issues/336">için</a> menü seçenekleri <a href="https://redmine.stoutner.com/issues/362">oluşturuldu</a>.</li>
473 <li>Karanlık modda <a href="https://redmine.stoutner.com/issues/194">metin seçim rengi</a> iyileştirildi.</li>
474 <li>Yer imleri veritabanı görünümü <a href="https://redmine.stoutner.com/issues/218">etkinliğinde</a> <a href="https://redmine.stoutner.com/issues/220">çeşitli</a>
475 <a href="https://redmine.stoutner.com/issues/221">iyileştirmeler</a> yapıldı.</li>
476 <li>Kısmi Türkçe çevirisi yapıldı.</li>
477 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
478 <li>Rusça çevirisi güncellendi.</li>
479 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
482 <h3><a href="https://www.stoutner.com/privacy-browser-2-15-1/">2.15.1</a> (version code 39)</h3>
483 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=df8b520d10c3fa31b603ff7c50670ab1f0728d2f">27 Aralık 2018</a> - minimum API 19, target API 28</p>
485 <li>İkinci bir işlem yaparken <a href="https://redmine.stoutner.com/issues/364">bazı cihazların çökmesine yol açan</a> problem düzeltildi.</li>
488 <h3><a href="https://www.stoutner.com/privacy-browser-2-15/">2.15</a> (version code 38)</h3>
489 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=2250acd83180a9dcf1fbee80025a9d6aadbee510">24 Aralık 2018</a> - minimum API 19, target API 28</p>
491 <li>Domain <a href="https://redmine.stoutner.com/issues/160">ayarlarıyla kullanıcı aracısı değiştirme</a> ile ilgili sorun giderildi.</li>
492 <li>Çekmece <a href="https://redmine.stoutner.com/issues/250">tasarımları çentiklerle düzeltildi</a>.</li>
493 <li>URL'de ana domain vurgulanmasi <a href="https://redmine.stoutner.com/issues/345">değişikliği yapıldı</a>. (Önceki versiyonunda tüm domain vurgulanıyordu.)</li>
494 <li>Metin seçiliyken bir çekmece <a href="https://redmine.stoutner.com/issues/354">açma sorunu giderildi</a>.</li>
495 <li>Easy Listesiyle ilgili 2 <a href="https://redmine.stoutner.com/issues/348">sorun</a> <a href="https://redmine.stoutner.com/issues/347">giderildi</a>.</li>
496 <li>Destek dosyası ve <a href="https://redmine.stoutner.com/issues/360">içerik</a> URL'leri <a href="https://redmine.stoutner.com/issues/352">eklendi</a>.</li>
497 <li>Birçok tercih <a href="https://redmine.stoutner.com/issues/351">adı</a> <a href="https://redmine.stoutner.com/issues/343">güncellendi</a>.</li>
498 <li>Privacy Browser'ı web arama sağlayıcısı olarak <a href="https://redmine.stoutner.com/issues/184">kaydetme seçeneği eklendi</a>.</li>
499 <li>Tor kılavuzuyla dosya <a href="https://redmine.stoutner.com/issues/349">indirmek için komutlar eklendi</a>.</li>
500 <li>Yenilemek için <a href="https://redmine.stoutner.com/issues/242">kaydır animasyonu için koyu tema oluşturuldu</a>.</li>
501 <li>Kaynağı Görüntüle etkinliğine yenilemek <a href="https://redmine.stoutner.com/issues/243">için kaydır özelliği eklendi</a>.</li>
502 <li>Ücretsiz versiyonunda <a href="https://redmine.stoutner.com/issues/329">Google'ın Reklam Onayı Kütüphanesi kaldırıldı</a>.</li>
503 <li>Kısmi Türkçe çevirisi yapıldı.</li>
504 <li>İtalyan çevirisi güncellendi. (Çevirmen Francesco Buratti.)</li>
505 <li>Rusça çevirisi güncellendi.</li>
506 <li>İspanyol çevirisi güncellendi. (Çevirmen Jose A. León.)</li>
509 <h3><a href="https://www.stoutner.com/privacy-browser-2-14/">2.14</a> (version code 37)</h3>
510 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=57020e5c7cad1eec43c3627f136be1640d07d4aa">8 Aralık 2018</a> - minimum API 19, target API 28</p>
512 <li>Add <a href="https://redmine.stoutner.com/issues/338">encrypted import and export</a> options.</li>
513 <li>Fix a bug when <a href="https://redmine.stoutner.com/issues/350">importing databases under certain circumstances</a>.</li>
514 <li>Add an options entry to <a href="https://redmine.stoutner.com/issues/326">quickly toggle proxying through Orbot</a>.</li>
515 <li>Add an option to <a href="https://redmine.stoutner.com/issues/333">download files using an external app</a>.</li>
516 <li>Fix the <a href="https://redmine.stoutner.com/issues/230">deletion of DOM storage</a>.</li>
517 <li>Scroll to the <a href="https://redmine.stoutner.com/issues/341">beginning of the URL text box</a> after editing.</li>
518 <li>Allow exiting the Bookmarks activity <a href="https://redmine.stoutner.com/issues/267">directly from a subfolder</a>.</li>
519 <li>Change the app icon <a href="https://redmine.stoutner.com/issues/344">back to the old style</a> for older versions of Android.</li>
520 <li>Updated Italian translation provided by Francesco Buratti.</li>
521 <li>Updated Russian translation.</li>
522 <li>Updated Spanish translation provided by Jose A. León.</li>
525 <h3><a href="https://www.stoutner.com/privacy-browser-2-13/">2.13</a> (version code 36)</h3>
526 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c44cc1c5af504b415b86654d7d03a3e78a5adf1b">29 October 2018</a> - minimum API 19, target API 28</p>
528 <li>Add <a href="https://redmine.stoutner.com/issues/23">importing and exporting</a>
529 of bookmarks and settings (includes the <a href="https://redmine.stoutner.com/issues/280">read storage permission</a>).</li>
530 <li>Switch <a href="https://redmine.stoutner.com/issues/165">default loading of URLs</a> from HTTP to HTTPS.</li>
531 <li>Display how many items are <a href="https://redmine.stoutner.com/issues/313">blocked by each blocklist</a> with <a href="https://redmine.stoutner.com/issues/323">live updates</a>.</li>
532 <li>Add a <a href="https://redmine.stoutner.com/issues/252">stop loading</a> button.</li>
533 <li>Add <a href="https://redmine.stoutner.com/issues/305">user agent</a> and <a href="https://redmine.stoutner.com/issues/274">night mode</a> controls to the options menu.</li>
534 <li>Fix a bug with <a href="https://redmine.stoutner.com/issues/325">disappearing system bars</a> after watching a full screen video.</li>
535 <li>Fix the <a href="https://redmine.stoutner.com/issues/317">Clear Data menu item status</a> on Oreo (Android 8.0) and newer.</li>
536 <li>Fix the size of the <a href="https://redmine.stoutner.com/issues/319">Waiting for Orbot message</a>.</li>
537 <li>Bump target API to 28 (Android 9 Pie).</li>
538 <li>Updated Italian translation provided by Francesco Buratti.</li>
539 <li>Updated Russian translation.</li>
540 <li>Updated Spanish translation provided by Jose A. León.</li>
543 <h3><a href="https://www.stoutner.com/privacy-browser-2-12/">2.12</a> (version code 35)</h3>
544 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=eeb6f383b74980bc29ff1ecab8f6c3eb6ac17d54">31 Temmuz 2018</a> - minimum API 19, target API 27</p>
546 <li>Change the default homepage and search engine to <a href="https://redmine.stoutner.com/issues/308">Searx.me</a>.</li>
547 <li>Add <a href="https://redmine.stoutner.com/issues/310">UltraPrivacy</a> to the blocklists.</li>
548 <li>Add an option to <a href="https://redmine.stoutner.com/issues/209">block all third-party resource requests</a>.</li>
549 <li>Add <a href="https://redmine.stoutner.com/issues/279">blocklist controls</a> to the options menu.</li>
550 <li>Add a <a href="https://redmine.stoutner.com/issues/301">Guide tab</a> explaining the Requests activity.</li>
551 <li>Fix the “<a href="https://redmine.stoutner.com/issues/307">Waiting for Orbot</a>” message.</li>
552 <li>Fix <a href="https://redmine.stoutner.com/issues/306">two</a> <a href="https://redmine.stoutner.com/issues/314">bugs</a> in the blocklist processing.</li>
553 <li>Fix <a href="https://redmine.stoutner.com/issues/298">two</a> <a href="https://redmine.stoutner.com/issues/296">problems</a> with full screen video mode.</li>
554 <li>Updated Italian translation provided by Francesco Buratti.</li>
555 <li>Updated Russian translation.</li>
556 <li>Updated Spanish translation provided by Jose A. León.</li>
559 <h3><a href="https://www.stoutner.com/privacy-browser-2-11/">2.11</a> (version code 34)</h3>
560 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bc45b14cfda10249800a6ccfdb8247d2ce9b32a9">10 Temmuz 2018</a> - minimum API 19, target API 27</p>
562 <li>Add a <a href="https://redmine.stoutner.com/issues/170">Requests activity</a> that shows how many resource requests have been blocked.</li>
563 <li>Fix a problem with <a href="https://redmine.stoutner.com/issues/297">proxying through Orbot</a> on recent versions of WebView.</li>
564 <li>Add an option to <a href="https://redmine.stoutner.com/issues/266">disable screenshots and screen recordings</a>.</li>
565 <li>Add <a href="https://redmine.stoutner.com/issues/191">swipe to refresh</a> to domain and on-the-fly settings.</li>
566 <li>Replace the form data app bar icon with a <a href="https://redmine.stoutner.com/issues/288">refresh icon</a>.</li>
567 <li><a href="https://redmine.stoutner.com/issues/185">Remove form data options</a> beginning in Android Oreo.</li>
568 <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/295">viewing or loading domain settings with a blank URL</a>.</li>
569 <li>Partially updated German translation provided by Stefan Erhardt.</li>
570 <li>Updated Italian translation provided by Francesco Buratti.</li>
571 <li>Updated Russian translation.</li>
572 <li>Updated Spanish translation provided by Jose A. León.</li>
575 <h3><a href="https://www.stoutner.com/privacy-browser-2-10/">2.10</a> (version code 33)</h3>
576 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=29e6b7b467e6987d6aa42429b03e3b5498acbae3">24 Mayıs 2018</a> - minimum API 19, target API 27</p>
578 <li>Enable <a href="https://redmine.stoutner.com/issues/1">uploading of files</a> to websites on Lollipop and newer.</li>
579 <li>Allow <a href="https://redmine.stoutner.com/issues/216">applied user agents to be auto-updated</a> with new releases.</li>
580 <li>Add a <a href="https://redmine.stoutner.com/issues/269">download URL option</a> to the context menu.</li>
581 <li>Add an <a href="https://redmine.stoutner.com/issues/278">ad consent dialog</a> and update the <a href="https://www.stoutner.com/privacy-browser-android/privacy-policy/">privacy policy</a>
582 for Privacy Browser Free to comply with the GDPR.</li>
583 <li>Use the new GDPR ad controls to set all app ads in Privacy Browser Free to be
584 <a href="https://developers.google.com/admob/android/eu-consent#collect_consent">non-personalized and non-tracking</a>.</li>
585 <li>Fix a bug introduced in version 2.9 that <a href="https://redmine.stoutner.com/issues/282">prevented bookmarks from being loaded</a> from the Bookmarks activity.</li>
586 <li>Fix a bug that caused some changes in domain settings to <a href="https://redmine.stoutner.com/issues/281">not be applied until after a reload</a>.</li>
587 <li>Improve the workflow when <a href="https://redmine.stoutner.com/issues/276">adding</a> and <a href="https://redmine.stoutner.com/issues/240">editing</a>
588 domain settings from the options menu.</li>
589 <li>Updated Italian translation provided by Francesco Buratti.</li>
590 <li>Updated Russian translation.</li>
591 <li>Updated Spanish translation provided by Jose A. León.</li>
594 <h3><a href="https://www.stoutner.com/privacy-browser-2-9/">2.9</a> (version code 32)</h3>
595 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=39cde1235af331de5e5ff454ac2daf667d7d894f">9 Mayıs 2018</a> - minimum API 19, target API 27</p>
597 <li>Use the <a href="https://redmine.stoutner.com/issues/224">public download directory</a> (requires <a href="https://redmine.stoutner.com/issues/79">write storage permission</a>).</li>
598 <li>Add <a href="https://redmine.stoutner.com/issues/223">controls for the block lists</a> to domain settings.</li>
599 <li>Support <a href="https://redmine.stoutner.com/issues/268">launching other apps using custom URLs</a>.</li>
600 <li>Add a <a href="https://redmine.stoutner.com/issues/247">bookmarks tab</a> to the guide.</li>
601 <li>Create an <a href="https://redmine.stoutner.com/issues/265">adaptive icon</a>.</li>
602 <li><a href="https://redmine.stoutner.com/issues/260">Preserve the favorite icon</a> when returning from the settings or domains activities.</li>
603 <li>Add a warning that Incognito Mode <a href="https://redmine.stoutner.com/issues/271">disables forward and back navigation</a>.</li>
604 <li>Allow <a href="https://redmine.stoutner.com/issues/257">cookies to be saved</a> when Incognito Mode is enabled.</li>
605 <li>Don’t <a href="https://redmine.stoutner.com/issues/256">reload the webpage</a> when restarting from the launcher.</li>
606 <li>Partially updated German translation provided by Stefan Erhardt.</li>
607 <li>Updated Italian translation provided by Francesco Buratti.</li>
608 <li>First complete Russian translation.</li>
609 <li>Updated Spanish translation provided by Jose A. León.</li>
612 <h3><a href="https://www.stoutner.com/privacy-browser-2-8-1/">2.8.1</a> (version code 31)</h3>
613 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8d1060fb1148d2d2fd7af8261dc9956c3a5687a1">1 Mart 2018</a> - minimum API 19, target API 27</p>
615 <li>Workaround a bug in recent versions of Android’s WebView that <a href="https://redmine.stoutner.com/issues/253">prevented users from saving cookies</a> when desired.</li>
618 <h3><a href="https://www.stoutner.com/privacy-browser-2-8/">2.8</a> (version code 30)</h3>
619 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=0718e0dc7330462352c7cf71b0ef486ee6b90df7">22 Şubat 2018</a> - minimum API 19, target API 27</p>
621 <li><a href="https://redmine.stoutner.com/issues/136">Switch to EasyList</a> for ad and tracking blocking.</li>
622 <li>Add a <a href="https://redmine.stoutner.com/issues/64">View Source activity</a>.</li>
623 <li>Add a <a href="https://redmine.stoutner.com/issues/229">Clear Data submenu</a> to the options menu.</li>
624 <li>Fix the <a href="https://redmine.stoutner.com/issues/231">Add to Home Screen option</a> to be compatible with Android Oreo.</li>
625 <li>Fix <a href="https://redmine.stoutner.com/issues/248">color formatting</a> in the URL text box.</li>
626 <li>Clarify language in the <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
627 <li>Bump target API to 27 (Android Oreo, 8.1.0).</li>
628 <li>Updated Italian translation provided by Francesco Buratti.</li>
629 <li>Partial Russian translation.</li>
630 <li>Updated Spanish translation provided by Jose A. León.</li>
633 <h3><a href="https://www.stoutner.com/privacy-browser-2-7-2/">2.7.2</a> (version code 29)</h3>
634 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 Kasım 2017</a> - minimum API 19, target API 26</p>
636 <li>Add an options menu item to <a href="https://redmine.stoutner.com/issues/104">create/edit domain settings</a> for the current domain.</li>
637 <li>Open <a href="https://redmine.stoutner.com/issues/226">telephone number hyperlinks</a> in the dialer.</li>
638 <li>Fix a build error that <a href="https://forum.f-droid.org/t/build-failing-with-could-not-find-gradle-error/1612/4">prevented the release of 2.7 and 2.7.1</a> on F-Droid.</li>
639 <li>Updated Italian translation provided by Francesco Buratti.</li>
640 <li>Updated Spanish translation provided by Jose A. León.</li>
643 <h3><a href="https://www.stoutner.com/privacy-browser-2-7-1/">2.7.1</a> (version code 28)</h3>
644 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9 Kasım 2017</a> - minimum API 19, target API 26</p>
646 <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/225">editing a bookmark</a> in the new bookmarks drawer.</li>
649 <h3><a href="https://www.stoutner.com/privacy-browser-2-7/">2.7</a> (version code 27)</h3>
650 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7 Kasım 2017</a> - minimum API 19, target API 26</p>
652 <li>Add a <a href="https://redmine.stoutner.com/issues/132">bookmarks drawer</a> that is accessed by sliding from the right.</li>
653 <li>Prevent Night Mode from <a href="https://redmine.stoutner.com/issues/213">flashing a white background</a> when loading new pages.</li>
654 <li>Update the <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=379d977e9db12b28952cbce0b127548576c87b95">user agents</a>.</li>
655 <li>Bump target API to 26 (Android Oreo, 8.0.0).</li>
656 <li>Updated Italian translation provided by Francesco Buratti.</li>
657 <li>Updated Spanish translation provided by Jose A. León.</li>
660 <h3><a href="https://www.stoutner.com/privacy-browser-2-6/">2.6</a> (version code 26)</h3>
661 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=ecd1f67963852c0523c42ce1326b78cb7a71f053">18 September 2017</a> - minimum API 19, target API 25</p>
663 <li>Add <a href="https://redmine.stoutner.com/issues/145">night mode rendering</a>.</li>
664 <li>Update the dark theme rendering of the <a href="https://redmine.stoutner.com/issues/150">About and Guide sections</a>.</li>
665 <li>Add support for <a href="https://redmine.stoutner.com/issues/52">HTTP authentication</a>.</li>
666 <li><a href="https://redmine.stoutner.com/issues/178">Color code the Common Name</a> in the view SSL certificate dialog.</li>
667 <li>Updated Italian translation provided by Francesco Buratti.</li>
668 <li>Updated Spanish translation provided by Jose A. León.</li>
671 <h3><a href="https://www.stoutner.com/privacy-browser-2-5/">2.5</a> (version code 25)</h3>
672 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=80ddcb075d03a4c78263d1ff80466f3df0967f6d">26 August 2017</a> - minimum API 19, target API 25</p>
674 <li>Add <a href="https://redmine.stoutner.com/issues/54">SSL certificate pinning</a> to domain settings.</li>
675 <li>Add <a href="https://redmine.stoutner.com/issues/163">searx.me</a> to the list of search engines.</li>
676 <li><a href="https://redmine.stoutner.com/issues/164">Update the default homepage</a> to work with both JavaScript enabled or disabled.</li>
677 <li>Fix a bug that caused the website title to be <a href="https://redmine.stoutner.com/issues/175">lost on rotate</a>.</li>
678 <li><a href="https://redmine.stoutner.com/issues/138">Ghost the “Clear DOM Storage” options menu item</a> if there is nothing to delete.</li>
679 <li>Use <a href="https://redmine.stoutner.com/issues/161">non-bolded red text</a> to indicate unencrypted websites.</li>
680 <li>Fix a bug that sometimes caused <a href="https://redmine.stoutner.com/issues/160">custom domain user agents to fail</a>.</li>
681 <li>Fix a bug that caused website modifications (like the sorting of a list) to be lost if Privacy Browser was <a href="https://redmine.stoutner.com/issues/139">moved to the background</a>.</li>
682 <li>Many <a href="https://redmine.stoutner.com/issues/102">small</a> <a href="https://redmine.stoutner.com/issues/153">improvements</a> <a href="https://redmine.stoutner.com/issues/97">were</a>
683 <a href="https://redmine.stoutner.com/issues/108">made</a> <a href="https://redmine.stoutner.com/issues/171">to</a> <a href="https://redmine.stoutner.com/issues/172">the</a>
684 <a href="https://redmine.stoutner.com/issues/173">Domains</a> <a href="https://redmine.stoutner.com/issues/152">activity</a>.</li>
685 <li>Updated Italian translation provided by Francesco Buratti.</li>
686 <li>Updated Spanish translation provided by Jose A. León.</li>
689 <h3><a href="https://www.stoutner.com/privacy-browser-2-4/">2.4</a> (version code 24)</h3>
690 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=0063aac3b25ee5ea558669d42269d16158eca40b">23 Haziran 2017</a> - minimum API 19, target API 25</p>
692 <li>Add a <a href="https://redmine.stoutner.com/issues/124">dark theme</a> option.</li>
693 <li><a href="https://redmine.stoutner.com/issues/137">Highlight the http:// in red</a> if a domain is not encrypted.</li>
694 <li><a href="https://redmine.stoutner.com/issues/126">Highlight the domain</a> in the URL text box.</li>
695 <li>Add settings to <a href="https://redmine.stoutner.com/issues/133">control what happens on Clear and Exit</a>.</li>
696 <li>Change the <a href="https://redmine.stoutner.com/issues/140">default homepage to https://start.duckduckgo.com</a>.</li>
697 <li>Add an <a href="https://redmine.stoutner.com/issues/134">undo action</a> to the snackbar when cookies, DOM storage, or form data are cleared from the options menu.</li>
698 <li>Fix a bug that caused <a href="https://redmine.stoutner.com/issues/139">pending changes to be lost on restart</a>.</li>
699 <li>Fix a bug with the <a href="https://redmine.stoutner.com/issues/131">spinner layout on some Huawei devices</a>.</li>
700 <li>Updated Italian translation provided by Francesco Buratti.</li>
701 <li>Updated Spanish translation provided by Jose A. León.</li>
704 <h3><a href="https://www.stoutner.com/privacy-browser-2-3/">2.3</a> (version code 23)</h3>
705 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=edbeafeb712ae0c2a217a130d940f6c8326ca2d0">26 Mayıs 2017</a> - minimum API 19, target API 25</p>
707 <li><a href="https://redmine.stoutner.com/issues/127">Don’t include URL redirects</a> in the WebView history.</li>
708 <li>Add the option to <a href="https://redmine.stoutner.com/issues/123">disable loading of images</a> to conserve bandwidth.</li>
709 <li>Fix the layout of some web pages by using a <a href="https://redmine.stoutner.com/issues/113">wide viewport</a>.</li>
710 <li>Allow loading of <a href="https://redmine.stoutner.com/issues/128">host only URLs</a>.</li>
711 <li><a href="https://redmine.stoutner.com/issues/129">Add icons to the settings screen</a>.</li>
712 <li><a href="https://redmine.stoutner.com/issues/130">Add the title</a> to the URL when sharing through the options menu.</li>
713 <li>Disable the <a href="https://redmine.stoutner.com/issues/93">third-party cookies setting on KitKat</a> because it only works on Lollipop or newer.</li>
714 <li><a href="https://redmine.stoutner.com/issues/89">Move Refresh to the bottom</a> of the options menu.</li>
715 <li>Updated Italian translation provided by Francesco Buratti.</li>
716 <li>Updated Spanish translation provided by Jose A. León.</li>
719 <h3><a href="https://www.stoutner.com/privacy-browser-2-2/">2.2</a> (version code 22)</h3>
720 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1d8a8322dace658f69b80ad4d24f941074aa2200">27 Nisan 2017</a> - minimum API 19, target API 25</p>
722 <li>Create an <a href="https://redmine.stoutner.com/issues/116">Incognito Mode</a>, which deletes the cache and history after each website loads.</li>
723 <li>Combine the <a href="https://redmine.stoutner.com/issues/122">JavaScript-enabled and JavaScript-disabled search options</a> into one entry.</li>
724 <li>Display the erroneous sections of an <a href="https://redmine.stoutner.com/issues/53">SSL certificate error in red</a>.</li>
725 <li>Delete the entire <a href="https://redmine.stoutner.com/issues/114">private cache folder</a> on Clear and Exit.</li>
726 <li>Add a <a href="https://redmine.stoutner.com/issues/120">25% font zoom option</a>.</li>
727 <li>Fix a bug with Orbot if the <a href="https://redmine.stoutner.com/issues/118">homepage is blank</a>.</li>
728 <li>Remove Torch from the list of <a href="https://redmine.stoutner.com/issues/119">recommended Tor search engines</a> because it doesn’t support HTTPS.</li>
729 <li>Fix a display corruption if the Find on Page bar is displayed when <a href="https://redmine.stoutner.com/issues/121">Privacy Browser is resumed</a>.</li>
730 <li>Display the <a href="https://redmine.stoutner.com/issues/117">Orbot version</a> and <a href="https://redmine.stoutner.com/issues/115">APK package signature</a> in About → Version.</li>
731 <li>Update the <a href="https://www.stoutner.com/privacy-browser-android/privacy-policy/">privacy policy</a> to version 1.4.</li>
733 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">list of ad servers</a>
734 from pgl.yoyo.org.</li>
735 <li>Updated Italian translation provided by Francesco Buratti.</li>
736 <li>Updated Spanish translation provided by Jose A. León.</li>
739 <h3><a href="https://www.stoutner.com/privacy-browser-2-1/">2.1</a> (version code 21)</h3>
740 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 Mart 2017</a> - minimum API 19, target API 25</p>
742 <li>Fix a <a href="https://redmine.stoutner.com/issues/110">crash on load</a> introduced in version 2.0.1 if the homepage is set to be blank.</li>
743 <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/112">prevented websites with a localhost domain from loading</a>.</li>
744 <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/92">prevented URLs with special characters from loading</a> from the URL box.</li>
745 <li><a href="https://redmine.stoutner.com/issues/103">Reset the favorite icon and website title</a> before loading a new domain.</li>
746 <li>Automatically <a href="https://redmine.stoutner.com/issues/111">select all text in the URL box</a> when the user taps on it.</li>
747 <li><a href="https://redmine.stoutner.com/issues/105">Reorder the main options menu items</a> by popularity.</li>
748 <li><a href="https://redmine.stoutner.com/issues/109">Reapply domain settings</a> after closing Settings or Domains.</li>
749 <li><a href="https://redmine.stoutner.com/issues/106">Round the corners of the custom domain settings highlight</a>.</li>
750 <li><a href="https://redmine.stoutner.com/issues/107">Move the progress bar</a> to the bottom of the app bar.</li>
751 <li>Updated Italian translation provided by Francesco Buratti.</li>
752 <li>Updated Spanish translation provided by Jose A. León.</li>
755 <h3><a href="https://www.stoutner.com/privacy-browser-2-0-1/">2.0.1</a> (version code 20)</h3>
756 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1aec01e7c168c3fcc272530607e16f5ffa6d6c74">21 Mart 2017</a> - minimum API 19, target API 25</p>
758 <li><a href="https://redmine.stoutner.com/issues/101">Only load domain settings when the domain changes</a>.</li>
759 <li>Only apply domain settings to subdomains if <a href="https://redmine.stoutner.com/issues/99">*. is specified at the beginning of the domain name</a>.</li>
760 <li>Reload domain settings when <a href="https://redmine.stoutner.com/issues/100">navigating with the back button</a>.</li>
761 <li><a href="https://redmine.stoutner.com/issues/98">Autopopulate the create bookmark and create shortcut dialogs</a>.</li>
762 <li>Updated Italian translation provided by Francesco Buratti.</li>
763 <li>Updated Spanish translation provided by Jose A. León.</li>
766 <h3><a href="https://www.stoutner.com/privacy-browser-2-0/">2.0</a> (version code 19)</h3>
767 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8f1c15606ef8cd277f51cc837c2c39667c48d0d4">16 Mart 2017</a> - minimum API 19, target API 25</p>
769 <li>Implement <a href="https://redmine.stoutner.com/issues/7">custom domain settings</a>.</li>
770 <li>When proxying through Tor, <a href="https://redmine.stoutner.com/issues/90">wait until Orbot is ready</a> before attempting to load a page.</li>
771 <li><a href="https://redmine.stoutner.com/issues/87">Use .onion search engines</a> when proxying through Tor.</li>
772 <li>Updated Italian translation provided by Francesco Buratti.</li>
773 <li>Updated Spanish translation provided by Jose A. León.</li>
776 <h3><a href="https://www.stoutner.com/privacy-browser-1-15/">1.15</a> (version code 18)</h3>
777 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 Şubat 2017</a> - minimum API 19, target API 25</p>
779 <li>Delete the <a href="https://redmine.stoutner.com/issues/84">secret, undocumented WebView cache</a> on Clear and Exit.</li>
780 <li><a href="https://redmine.stoutner.com/issues/83">Automatically start Orbot</a> when proxying through Orbot is enabled.</li>
781 <li><a href="https://redmine.stoutner.com/issues/82">Localize the dates</a> on the SSL certificate dialogs.</li>
782 <li>Enable downloading of files from <a href="https://redmine.stoutner.com/issues/73">websites that require a login</a>. Code contributed by Hendrik Knackstedt.</li>
783 <li>Fix a crash when attempting to
784 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commit;h=da8974edd917b868957fa78bb3843fefb93b8cb7">download a file that does not have an HTTP or HTTPS URI</a>.</li>
785 <li>Initial Italian translation provided by Francesco Buratti.</li>
786 <li>Updated Spanish translation provided by Jose A. León.</li>
789 <h3><a href="https://www.stoutner.com/privacy-browser-1-14-1/">1.14.1</a> (version code 17)</h3>
790 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 Ocak 2017</a> - minimum API 19, target API 25</p>
792 <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>
795 <h3><a href="https://www.stoutner.com/privacy-browser-1-14/">1.14</a> (version code 16)</h3>
796 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 Aralık 2016</a> - minimum API 19, target API 25</p>
798 <li>Implement <a href="https://redmine.stoutner.com/issues/31">ad blocking</a>.</li>
799 <li>Change the default user agent to PrivacyBrowser/1.0
800 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
801 <li>Change the default for <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c3ec2515bf9a49d4561efc47f5d21106f15cb286">Do Not Track to be false</a>.</li>
802 <li>Add the option to <a href="https://redmine.stoutner.com/issues/75">enable full screen browsing mode</a> and set it to
803 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/xml/preferences.xml;h=cdda87e7c2eaa0cabdb6a1a77ffca1124e9423e1;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=743982f883eab347e4029f8a3be760f780b14da1;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">false by default</a>.</li>
804 <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>
805 <li>Bump <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5c6db7b33577612ff7f120b30fb98cab8afa591f">target API to 25</a>.</li>
807 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blob;f=app/src/main/assets/es/about_permissions.html;h=eab82ba8ee104e6a71776a557366f70660d28711;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Spanish</a> <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/assets/es/about_changelog.html;h=ffb0e4895c0323ae4ee6ca11aab775b318a1b9ef;hp=f810cccc58ee840eb2704bcf81c9e3387d29ff2c;hb=c3ec2515bf9a49d4561efc47f5d21106f15cb286;hpb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Translation</a>.</li>
810 <h3><a href="https://www.stoutner.com/privacy-browser-1-13/">1.13</a> (version code 15)</h3>
811 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5a9cabddff240061fe521f01df3025b037e9da9e">28 Kasım 2016</a> - minimum API 19, target API 24</p>
813 <li>Double-tap for <a href="https://redmine.stoutner.com/issues/46">full screen browsing mode</a>.</li>
814 <li>Change the default user agent to <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0ddee839c666ba339e374749588f910070658ee">PrivacyBrowser/1.0</a>.</li>
815 <li>Add a <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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>
816 <li>Add <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=d45c5240d1a82d1a43742b6aea8173b520697520">Copy URL</a> to the URL context menu.</li>
817 <li>Make the back button <a href="https://redmine.stoutner.com/issues/60">navigate to the parent folder</a> in the bookmarks activity.</li>
818 <li>Update privacy policy to <a href="https://www.stoutner.com/updated-privacy-policy/">version 1.3</a>.</li>
819 <li>Partial <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=601da35d052ca3b36bedc4645c3db3189b3e1605;hp=09cc8c34e66b17e473d5d2b2ccb025c0f03b1804;hb=66213601459e6e2f739f2991581ffb0a1a1c0b43;hpb=3bd71cebfddb14b7adcbb39c5ab98f9ce90f8d9d">Spanish translation</a>.</li>
820 <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
823 <h3><a href="https://www.stoutner.com/privacy-browser-1-12/">1.12</a> (version code 14)</h3>
824 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 Kasım 2016</a> - minimum API 19, target API 24</p>
826 <li>Add a <a href="https://redmine.stoutner.com/issues/24">forward and back history list</a>.</li>
827 <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>
828 <li>Added <a href="https://redmine.stoutner.com/issues/9">Find on Page</a>.</li>
829 <li>Completely <a href="https://redmine.stoutner.com/issues/69">remove Privacy Browser from RAM</a> on "Clear and Exit".</li>
830 <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>
831 <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>
832 <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
835 <h3><a href="https://www.stoutner.com/privacy-browser-1-11/">1.11</a> (version code 13)</h3>
836 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=d9974f13e3a4dad62f760e02e94d8782d6e4bb3d">22 October 2016</a> - minimum API 19, target API 24</p>
838 <li>Bump target API to 24, which enables multi-window support on Nougat.</li>
839 <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>
840 <li>Add <a href="https://redmine.stoutner.com/issues/18">printing support</a>.</li>
841 <li>Fix <a href="https://redmine.stoutner.com/issues/67">file downloading</a> on KitKat and Lollipop.</li>
842 <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
845 <h3><a href="https://www.stoutner.com/privacy-browser-1-10/">1.10</a> (version code 12)</h3>
846 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - minimum API 19, target API 23</p>
848 <li>Add <a href="https://redmine.stoutner.com/issues/26">Tor Orbot proxy support</a>.</li>
849 <li>Add <a href="https://redmine.stoutner.com/issues/30">Do Not Track</a> support.</li>
850 <li>Add a <a href="https://redmine.stoutner.com/issues/58">download dialog</a> that allows users to
851 <a href="https://redmine.stoutner.com/issues/59">modify the file name</a> before the download begins.</li>
852 <li>Add optional additional action buttons for cookies, DOM storage, and saved forms.</li>
853 <li>Update user agents and add Safari on iOS and OS X.</li>
854 <li>Add StartPage and Qwant to the list of search engines.</li>
855 <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
858 <h3><a href="https://www.stoutner.com/privacy-browser-1-9-and-1-9-1/">1.9.1</a> (version code 11)</h3>
859 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6de831ce03c8b9114212870715c6c722e26f5b28">27 August 2016</a> - minimum API 19, target API 23</p>
861 <li>Changed asset image links to relative paths so Privacy Browser will build on F-Droid.</li>
864 <h3><a href="https://www.stoutner.com/privacy-browser-1-9-and-1-9-1/">1.9</a> (version code 10)</h3>
865 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7c6dae59026beeb9e32fcc4d6706129f8bee029c">26 August 2016</a> - minimum API 19, target API 23</p>
867 <li>German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
868 <li>Add the ability to <a href="https://redmine.stoutner.com/issues/2">view SSL certificate details and SSL error messages</a>.
869 This allows Privacy Browser to load web pages with self-signed certificates.</li>
870 <li>Add <a href="https://redmine.stoutner.com/issues/38">font size controls</a>.</li>
871 <li>Handle <a href="https://redmine.stoutner.com/issues/14">"mailto:" links</a> on websites.</li>
872 <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/47">creating or editing a bookmark with no favorite icon</a>.</li>
873 <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>
874 <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>
877 <h3><a href="https://www.stoutner.com/privacy-browser-1-8/">1.8</a> (version code 9)</h3>
878 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 Temmuz 2016</a> - minimum API 19, target API 23</p>
880 <li>Add a <a href="https://redmine.stoutner.com/issues/16">bookmarks interface</a>.</li>
881 <li>Add <a href="https://redmine.stoutner.com/issues/29">basic controls for form data</a>.</li>
882 <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/40">prevented editing the custom user agent</a>.</li>
883 <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>
886 <h3><a href="https://www.stoutner.com/privacy-browser-1-7/">1.7</a> (version code 8)</h3>
887 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 Haziran 2016</a> - minimum API 19, target API 23</p>
889 <li>Create an <a href="https://redmine.stoutner.com/issues/15">About activity with a TabView</a>.</li>
890 <li>Create a Guide activity with a TabView.</li>
891 <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/">
892 security concerns</a> regarding older versions of WebView.</li>
895 <h3>1.6 (version code 7)</h3>
896 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 Mayıs 2016</a> - minimum API 15, target API 23</p>
898 <li>Add a setting to <a href="https://redmine.stoutner.com/issues/4">customize the search URLs</a>.</li>
899 <li>Add a setting to <a href="https://redmine.stoutner.com/issues/3">customize the browser’s user agent</a>.</li>
902 <h3>1.5 (version code 6)</h3>
903 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 Mayıs 2016</a> - minimum API 15, target API 23</p>
905 <li>Add the option to disable swipe to refresh so that certain websites, like Google Maps, will function correctly.</li>
908 <h3>1.4 (version code 5)</h3>
909 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 Nisan 2016</a> - minimum API 15, target API 23</p>
911 <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
912 <li>Fix full screen video playback.</li>
915 <h3>1.3 (version code 4)</h3>
916 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 Nisan 2016</a> - minimum API 15, target API 23</p>
918 <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
921 <h3>1.2 (version code 3)</h3>
922 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 Mart 2016</a> - minimum API 15, target API 23</p>
924 <li>Update launcher icon to make it bigger.</li>
925 <li>Replace all toast messages with <a href="https://redmine.stoutner.com/issues/12">snackbars</a>.</li>
926 <li><a href="https://redmine.stoutner.com/issues/11">Don’t update the URL box if the user is typing in it</a>.</li>
927 <li>Bump the minimum API from 10 to 15. Privacy Browser was crashing on load in API 10.</li>
930 <h3>1.1 (version code 2)</h3>
931 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 Mart 2016</a> - minimum API 10, target API 23</p>
933 <li>Separate the standard and the free flavors so that Privacy Browser builds correctly on F-Droid.</li>
936 <h3>1.0 (version code 1)</h3>
937 <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 Şubat 2016</a> - minimum API 10, target API 23</p>
939 <li>Toggle JavaScript, DOM storage, and cookies.</li>
940 <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
941 <li>Clear DOM storage and cookies.</li>
942 <li>Add shortcuts to the home screen.</li>
943 <li>Utilize download manager.</li>
944 <li>Navigate forward and back.</li>
945 <li>Cut, copy, paste URLs.</li>
947 <li>Set homepage.</li>
948 <li>Scroll URL bar.</li>
949 <li>Maintain WebView scroll location when rotating screen.</li>
950 <li>Swipe to refresh WebView.</li>
951 <li>Play full screen videos (requires JavaScript to be enabled).</li>
952 <li>Clear and Exit menu item.</li>