You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where on higher build versions deleting the app didn't actually reset the data, so I made it less awful and just added a menu button. I also have now added chrome custom tabs for most things which is nice.
builder.setMessage("To use Andromeda you must have a server running OSXMessageProxy. \n\nMake sure that all the data you enter is correct because it will not be validated and you will have to delete and re-install the app to reconfigure");
99
+
builder.setMessage("To use Andromeda you must have a server running OSXMessageProxy. \n\nIf you make a mistake, open the menu up top and choose 'Reset configuration...'");
96
100
97
101
finalEditTextapiIPEndPoint = newEditText(this);
98
102
apiIPEndPoint.setHint("your.domain.com or 182.123.321.164");
@@ -144,7 +148,7 @@ public void onClick(DialogInterface dialog, int whichButton) {
0 commit comments