Skip to content

Commit

Permalink
Merge branch 'fix-9.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 13, 2013
2 parents ef5e218 + 61a46c1 commit da520d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog

All dates are in the European Central timezone.

Version 9.3 *(2013-11-13)*
--------------------------

Disable encryption when talking to GetGlue. Android can't validate the certificate chain (either certificates were switched or RC 128 encryption is not supported).

Version 9.1 *(2013-11-12)*
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions SeriesGuide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
productFlavors {
free {
packageName "com.battlelancer.seriesguide"
versionCode 191
versionName "9.2"
versionCode 192
versionName "9.3"
}
beta {
packageName "com.battlelancer.seriesguide.beta"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ public boolean shouldOverrideUrlLoading(WebView view, String url) {

// mWebview.getSettings().setJavaScriptEnabled(true);

// make sure we start fresh
mWebview.clearCache(true);

Log.d(TAG, "Initiating authorization request...");
Resources res = getResources();
try {
Expand Down

0 comments on commit da520d4

Please sign in to comment.