new notification for external plugins

This commit is contained in:
Philipp Schaefer
2014-01-15 13:56:48 +01:00
parent b85ce30904
commit 08e9aac296
5 changed files with 109 additions and 69 deletions

View File

@ -36,12 +36,6 @@ public class IITC_WebViewClient extends WebViewClient {
this.mIitcPath = Environment.getExternalStorageDirectory().getPath() + "/IITC_Mobile/";
}
// TODO use somewhere else:
// Toast.makeText(mIitc, "File " + mIitcPath +
// "dev/total-conversion-build.user.js not found. " +
// "Disable developer mode or add iitc files to the dev folder.",
// Toast.LENGTH_LONG).show();
// enable https
@Override
public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) {