diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 8e85214..cbca98f 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -6,8 +6,8 @@ demo.opensourcecurrency.org - http://picomoney.com cc6f64d61ae2c903d1bb 77338e2faebdc5e4a55a94f76c01940ad26d4ecf http://picomoney.com + https://picomoney.com cc6f64d61ae2c903d1bb 77338e2faebdc5e4a55a94f76c01940ad26d4ecf https://picomoney.com http://192.168.1.26:3000 XH/Jov43AaMoE08mUtRvoQ== eDlJLK/2v46jJfjqFEgsAA+bOBU3cAlUHWz7rN+Yc4VZWoMGI3eMjX26+O33JfFQCnN5MTLSTPw7jhvXzaHyJw== http://192.168.1.26:3000/assets - http://demo.opensourcecurrency.org xBoHeeNNFt3LQ7U1tvAb8BVKr32duE6rdWtpCSFD HraYcLT5F5nRll5KF5tw8umdER3EOrsFXIEro67T http://demo.opensourcecurrency.org + https://demo.opensourcecurrency.org xBoHeeNNFt3LQ7U1tvAb8BVKr32duE6rdWtpCSFD HraYcLT5F5nRll5KF5tw8umdER3EOrsFXIEro67T https://demo.opensourcecurrency.org \ No newline at end of file diff --git a/src/org/opensourcecurrency/hack/WebViewActivity.java b/src/org/opensourcecurrency/hack/WebViewActivity.java index 6867242..c92fb1b 100644 --- a/src/org/opensourcecurrency/hack/WebViewActivity.java +++ b/src/org/opensourcecurrency/hack/WebViewActivity.java @@ -12,8 +12,6 @@ import android.util.Log; public class WebViewActivity extends Activity { - private static final String TAG = "OpenTransact"; - @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); @@ -28,6 +26,8 @@ public void onProgressChanged(WebView view, int progress) { } }); webview.setWebViewClient(new WebViewClient() { + private static final String TAG = "OpenTransact"; + @Override public void onPageStarted(WebView view, String url, Bitmap favicon) { setTitle(url); @@ -35,7 +35,7 @@ public void onPageStarted(WebView view, String url, Bitmap favicon) { @Override public void onPageFinished(WebView view, String url) { - Log.d(TAG,"onPageFinished"); + Log.d(TAG,"onPageFinished: " + url); Uri uri = Uri.parse(url); String code = uri.getQueryParameter("code");