Try to fix #50 (#76)

* Fix foreground notification
* Trying to fix app quit
* Remove unsupported UI items
* Remove misleading exceptions
* Set Unix exec bit on build scripts
* Revamp processAssets point to be launched
* Corrected logic of daemon status events
* Fix double I2PActivity.onCreate call hangup
* Fix exception processing @ processAssets
This commit is contained in:
nonlin-lin-chaos-order-etc-etal
2024-07-22 01:44:19 +08:00
committed by GitHub
parent 8dba5a00e5
commit 988940f50a
18 changed files with 506 additions and 157 deletions
@@ -27,7 +27,7 @@ public class WebConsoleActivity extends Activity {
final WebSettings webSettings = webView.getSettings();
webSettings.setBuiltInZoomControls(true);
webSettings.setJavaScriptEnabled(false);
webView.loadUrl(I2PD_JNI.getWebConsAddr());
webView.loadUrl("http://localhost:7070/"/*I2PD_JNI.getWebConsAddr()*/);
swipeRefreshLayout = (SwipeRefreshLayout) findViewById(R.id.swipe);
swipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() {