2016-04-12 22:03:40 +00:00
<!DOCTYPE html>
< html dir = "ltr" >
< head >
< meta http-equiv = "content-type" content = "text/html;charset=UTF-8" / >
< title > Help/Privacy/Android - XOWA< / title >
2016-04-16 01:06:56 +00:00
< link rel = "shortcut icon" href = "https://gnosygnu.github.io/xowa/xowa_logo.png" / >
< link rel = "stylesheet" href = "https://gnosygnu.github.io/xowa/xowa_common.css" type = "text/css" >
2016-04-12 22:03:40 +00:00
< / head >
< body class = "mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck = "false" >
< div id = "mw-page-base" class = "noprint" > < / div >
< div id = "mw-head-base" class = "noprint" > < / div >
< div id = "content" class = "mw-body" >
< h1 id = "firstHeading" class = "firstHeading" > < span > Help/Privacy/Android< / span > < / h1 >
< div id = "bodyContent" class = "mw-body-content" >
< div id = "siteSub" > From XOWA: the free, open-source, offline wiki application< / div >
< div id = "contentSub" > < / div >
< div id = "mw-content-text" lang = "en" dir = "ltr" class = "mw-content-ltr" >
< div id = "toc" class = "toc" >
< div id = "toctitle" >
< h2 >
Contents
< / h2 >
< / div >
< ul >
< li class = "toclevel-1 tocsection-1" >
< a href = "#Overview" > < span class = "tocnumber" > 1< / span > < span class = "toctext" > Overview< / span > < / a >
< / li >
< li class = "toclevel-1 tocsection-2" >
< a href = "#What_permissions_does_XOWA_require.3F" > < span class = "tocnumber" > 2< / span > < span class = "toctext" > What permissions does XOWA require?< / span > < / a >
< ul >
< li class = "toclevel-2 tocsection-3" >
< a href = "#Read_External_Storage" > < span class = "tocnumber" > 2.1< / span > < span class = "toctext" > Read External Storage< / span > < / a >
< / li >
< li class = "toclevel-2 tocsection-4" >
< a href = "#Internet" > < span class = "tocnumber" > 2.2< / span > < span class = "toctext" > Internet< / span > < / a >
< / li >
2016-04-17 15:09:33 +00:00
< li class = "toclevel-2 tocsection-5" >
< a href = "#Access_Network_State" > < span class = "tocnumber" > 2.3< / span > < span class = "toctext" > Access Network State< / span > < / a >
< / li >
2016-04-12 22:03:40 +00:00
< / ul >
< / li >
< li class = "toclevel-1 tocsection-6" >
2016-04-17 15:09:33 +00:00
< a href = "#What_information_is_stored_in_XOWA.3F" > < span class = "tocnumber" > 3< / span > < span class = "toctext" > What information is stored in XOWA?< / span > < / a >
2016-04-12 22:03:40 +00:00
< / li >
< li class = "toclevel-1 tocsection-7" >
2016-04-17 15:09:33 +00:00
< a href = "#When_does_XOWA_share_this_information.3F" > < span class = "tocnumber" > 4< / span > < span class = "toctext" > When does XOWA share this information?< / span > < / a >
2016-04-12 22:03:40 +00:00
< / li >
< li class = "toclevel-1 tocsection-8" >
2016-04-17 15:09:33 +00:00
< a href = "#How_does_XOWA_store_this_information.3F" > < span class = "tocnumber" > 5< / span > < span class = "toctext" > How does XOWA store this information?< / span > < / a >
2016-04-15 20:20:49 +00:00
< / li >
< li class = "toclevel-1 tocsection-9" >
2016-04-17 15:09:33 +00:00
< a href = "#Contact" > < span class = "tocnumber" > 6< / span > < span class = "toctext" > Contact< / span > < / a >
2016-04-12 22:03:40 +00:00
< / li >
< / ul >
< / div >
< h2 >
< span class = "mw-headline" id = "Overview" > Overview< / span >
< / h2 >
< p >
XOWA is commited to user privacy. Throughout the app, it pursues these four principles:
< / p >
< ul >
< li >
Request minimal permissions.
< / li >
< li >
Store minimal user data.
< / li >
< li >
Never upload user data.
< / li >
< li >
Provide ways to remove user data.
< / li >
< / ul >
< h2 >
< span class = "mw-headline" id = "What_permissions_does_XOWA_require.3F" > What permissions does XOWA require?< / span >
< / h2 >
< p >
2016-04-15 20:20:49 +00:00
XOWA requires 3 permissions:
2016-04-12 22:03:40 +00:00
< / p >
< h3 >
< span class = "mw-headline" id = "Read_External_Storage" > Read External Storage< / span >
< / h3 >
< ul >
< li >
This permission is needed to read XOWA databases on the external SD card.
< / li >
< li >
No other directory is read aside from the chosen XOWA directory. In other words, XOWA does not use this permission to read through all your folders on the SD card.
< / li >
< / ul >
< h3 >
< span class = "mw-headline" id = "Internet" > Internet< / span >
< / h3 >
< ul >
< li >
This permission is used to retrieve full-scale images from the Wikipedia website.
< / li >
< li >
This permission is never used to upload data to the internet
< / li >
< / ul >
2016-04-17 15:09:33 +00:00
< h3 >
< span class = "mw-headline" id = "Access_Network_State" > Access Network State< / span >
< / h3 >
2016-04-15 20:20:49 +00:00
< ul >
< li >
This permission is used in tandem with the Internet permission to retrieve full-scale images from the Wikipedia website. It is always paired with the Internet permission. See < a href = "http://developer.android.com/training/basics/network-ops/connecting.html" rel = "nofollow" class = "external free" > http://developer.android.com/training/basics/network-ops/connecting.html< / a >
< / li >
< / ul >
2016-04-12 22:03:40 +00:00
< h2 >
< span class = "mw-headline" id = "What_information_is_stored_in_XOWA.3F" > What information is stored in XOWA?< / span >
< / h2 >
< p >
XOWA only collects user data related to application usage. For example:
< / p >
< ul >
< li >
Opening pages will generate entries in the < b > History< / b > screen.
< / li >
< li >
Searching for pages will generate entries in the < b > Search< / b > screen.
< / li >
< li >
Saving pages will generate entries in the < b > Saved pages< / b > screen.
< / li >
< li >
Pages with images will save temporary files to the applications cache.
< / li >
< / ul >
< p >
2016-04-17 15:09:33 +00:00
XOWA collects no other data in the background. This includes application logging data. Logs will be added in a future release. When that happens, this section will then be updated to reflect new details on that function.
2016-04-12 22:03:40 +00:00
< / p >
< h2 >
< span class = "mw-headline" id = "When_does_XOWA_share_this_information.3F" > When does XOWA share this information?< / span >
< / h2 >
< p >
XOWA never shares user data. XOWA never uploads data. All data remains on your device unless you choose to do something with it. The only thing you will see is a button that allows you to send crash reports to the developer.
< / p >
< h2 >
< span class = "mw-headline" id = "How_does_XOWA_store_this_information.3F" > How does XOWA store this information?< / span >
< / h2 >
< ul >
< li >
Data for the < b > History< / b > and < b > Search< / b > and < b > Saved pages< / b > screen are saved with application data.
< ul >
< li >
This data can be cleared on its respective screen. For example, the < b > History< / b > button has a trash can icon to clear all entries.
< / li >
< / ul >
< / li >
< li >
XOWA saves all images to temporary cache. To clear this cache, please do the following:
< ul >
< li >
Go to Settings -> Apps -> XOWA -> Storage
< / li >
< li >
Press "Clear Cache"
< / li >
< / ul >
< / li >
< / ul >
< h2 >
< span class = "mw-headline" id = "Contact" > Contact< / span >
< / h2 >
< p >
For any questions or clarifications, please contact gnosygnu at gmail dot com.
< / p >
< / div >
< / div >
< / div >
< div id = "mw-head" class = "noprint" >
< div id = "left-navigation" >
< div id = "p-namespaces" class = "vectorTabs" >
< h3 > Namespaces< / h3 >
< ul >
< li id = "ca-nstab-main" class = "selected" > < span > < a id = "ca-nstab-main-href" href = "index.html" > Page< / a > < / span > < / li >
< / ul >
< / div >
< / div >
< / div >
< div id = 'mw-panel' class = 'noprint' >
< div id = 'p-logo' >
2016-04-16 01:32:09 +00:00
< a style = "background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href = "http://xowa.org/" title = "Visit the main page" > < / a >
2016-04-12 22:03:40 +00:00
< / div >
< div class = "portal" id = 'xowa-portal-home' >
< h3 > XOWA< / h3 >
< div class = "body" >
< ul >
2016-04-16 01:20:05 +00:00
< li > < a href = "http://xowa.org/index.html" title = 'Visit the main page' > Main page< / a > < / li >
< li > < a href = "http://xowa.org/screenshots.html" title = 'See screenshots of XOWA' > Screenshots< / a > < / li >
2016-04-16 01:06:56 +00:00
< li > < a href = "http://xowa.org/wiki/home/page/Help/Download_XOWA.html" title = 'Download the XOWA application' > Download XOWA< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Dashboard/Image_databases.html" title = 'Download offline wikis and image databases' > Download wikis< / a > < / li >
2016-04-15 20:20:49 +00:00
< / ul >
< / div >
< / div >
2016-04-17 14:58:11 +00:00
< div class = "portal" id = 'xowa-portal-started' >
2016-04-15 20:20:49 +00:00
< h3 > Getting started< / h3 >
< div class = "body" >
< ul >
2016-04-16 01:06:56 +00:00
< li > < a href = "http://xowa.org/wiki/home/page/App/Setup/System_requirements.html" title = 'Get XOWA's system requirements' > Requirements< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Setup/Installation.html" title = 'Get instructions for installing XOWA' > Installation< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Import/Simple_Wikipedia.html" title = 'Learn how to set up Simple Wikipedia' > Simple Wikipedia< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Import/English_Wikipedia.html" title = 'Learn how to set up English Wikipedia' > English Wikipedia< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Import/Other_wikis.html" title = 'Learn how to set up other Wikipedias' > Other Wikipedias< / a > < / li >
2016-04-12 22:03:40 +00:00
< / ul >
< / div >
< / div >
2016-04-17 14:58:11 +00:00
< div class = "portal" id = 'xowa-portal-android' >
< h3 > Android< / h3 >
< div class = "body" >
< ul >
2016-04-17 15:01:24 +00:00
< li > < a href = "http://xowa.org/wiki/home/page/Android/Setup.html" title = 'Setup XOWA on your Android device' > Setup< / a > < / li >
2016-04-17 14:58:11 +00:00
< / ul >
< / div >
< / div >
2016-04-12 22:03:40 +00:00
< div class = "portal" id = 'xowa-portal-help' >
< h3 > Help< / h3 >
< div class = "body" >
< ul >
2016-04-16 01:06:56 +00:00
< li > < a href = "http://xowa.org/wiki/home/page/Help/About.html" title = 'Get more information about XOWA' > About< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Help/Contents.html" title = 'View a list of help topics' > Contents< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Help/Media.html" title = 'Read what others have written about XOWA' > Media< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Help/Feedback.html" title = 'Questions? Comments? Leave feedback for XOWA' > Feedback< / a > < / li >
2016-04-12 22:03:40 +00:00
< / ul >
< / div >
< / div >
2016-04-15 20:20:49 +00:00
< div class = "portal" id = 'xowa-portal-blog' >
< h3 > Blog< / h3 >
< div class = "body" >
< ul >
2016-04-16 01:06:56 +00:00
< li > < a href = "http://xowa.org/wiki/home/page/Blog.html" title = 'Follow XOWA' ' s development process ' > Current< / a > < / li >
2016-04-15 20:20:49 +00:00
< / ul >
< / div >
< / div >
2016-04-12 22:03:40 +00:00
< div class = "portal" id = 'xowa-portal-links' >
< h3 > Links< / h3 >
< div class = "body" >
< ul >
< li > < a href = "http://dumps.wikimedia.org/backup-index.html" title = "Get wiki datababase dumps directly from Wikimedia" > Wikimedia dumps< / a > < / li >
< li > < a href = "https://archive.org/search.php?query=xowa" title = "Search archive.org for XOWA files" > XOWA @ archive.org< / a > < / li >
< li > < a href = "http://en.wikipedia.org" title = "Visit Wikipedia (and compare to XOWA!)" > English Wikipedia< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "portal" id = 'xowa-portal-donate' >
< h3 > Donate< / h3 >
< div class = "body" >
< ul >
< li > < a href = "https://archive.org/donate/index.php" title = "Support archive.org!" > archive.org< / a > < / li > <!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning - center - fire - please - help - rebuild/ -->
< li > < a href = "https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title = "Support Wikipedia!" > Wikipedia< / a > < / li >
<!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
< / ul >
< / div >
< / div >
< / div >
< / body >
< / html >