<dictionary name="soren">
<words>
<w>adsense</w>
+ <w>amiunique</w>
<w>androidversion</w>
<w>anonymized</w>
<w>appbarlayout</w>
<w>buildapi</w>
<w>buildversion</w>
<w>checkedtextview</w>
+ <w>chromebooks</w>
<w>chromeversion</w>
<w>commitdiff</w>
<w>coordinatorlayout</w>
<w>edittext</w>
<w>exynos</w>
<w>favoriteicon</w>
- <w>imbedded</w>
- <w>imbedding</w>
<w>intl</w>
<w>isfolder</w>
<w>khtml</w>
<GradleProjectSettings>
<option name="distributionType" value="LOCAL" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
- <option name="gradleHome" value="$APPLICATION_HOME_DIR$/gradle/gradle-2.10" />
+ <option name="gradleHome" value="$APPLICATION_HOME_DIR$/gradle/gradle-2.14.1" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:design:23.4.0'
// Only compile `com.google.android.gms:play-services-ads` for the free flavor.
- freeCompile 'com.google.android.gms:play-services-ads:9.2.1'
+ freeCompile 'com.google.android.gms:play-services-ads:9.4.0'
}
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
+ <!-- Support Chromebooks that don't have a touch screen. -->
+ <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
+
+
<!-- For API >= 23, app data is automatically backed up to Google cloud servers unless `android:allowBackup="false"` and `android:fullBackupContent="false"` is set. -->
<application
android:label="@string/privacy_browser"
<body>
<h3>1.8 (version code 9)</h3>
-<p>16 July 2016 - minimum API 19, target API 23</p>
+<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - minimum API 19, target API 23</p>
<ul>
<li>Add a <a href="https://redmine.stoutner.com/issues/16">bookmarks interface</a>.</li>
<li>Add <a href="https://redmine.stoutner.com/issues/29">basic controls for form data</a>.</li>
<p>Privacy Browser uses Android's built-in WebView to render websites. There are some limitations in the controls WebView exposes for managing privacy settings. For example,
it isn't possible to enable some JavaScript commands while disabling others. Once Privacy Browser has matured to take full advantage of all the privacy options WebView
- does offer, some consideration might be made to imbedding a customized WebView or using a different rendering engine.</p>
+ does offer, some consideration might be made to embedding a customized WebView or using a different rendering engine.</p>
</body>
</html>
\ No newline at end of file
is combined with another piece of non-unique identifying information, often it results in a unique fingerprint.
The Electronic Frontier Foundation created a tool called <a href="https://panopticlick.eff.org/">Panopticlick</a>
to demonstrate how much information can be gleaned from these sources. If this test is run with JavaScript enabled the
- amount of information that is disclosed increases greatly.</p>
+ amount of information that is disclosed increases greatly. <a href="https://amiunique.org/">amiunique.org</a> and
+ <a href="https://ip-check.info">IP Check</a> are also good sources of information.</p>
<img class="center" src="images/panopticlick.png" height=640" width="360">
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
-#Thu Apr 07 11:52:03 MST 2016
+#Tue Aug 16 16:10:23 MST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip