-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intent interface for MainService #98
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78bb1d8 - Browse repository at this point
Copy the full SHA 78bb1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 739ccb8 - Browse repository at this point
Copy the full SHA 739ccb8View commit details -
MainService: make getStatusEventStream() package-private
An approach with broadcast intents being sent on create/destroy was evaluated, but there is no nice way for 3rd party apps to query whether or not the service is running, see https://stackoverflow.com/questions/600207/how-to-check-if-a-service-is-running-on-android So, there is no use making this a public API, thus mark it as package-private.
Configuration menu - View commit details
-
Copy full SHA for 4801396 - Browse repository at this point
Copy the full SHA 4801396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bcb720 - Browse repository at this point
Copy the full SHA 5bcb720View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9dfc24 - Browse repository at this point
Copy the full SHA f9dfc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec57ac8 - Browse repository at this point
Copy the full SHA ec57ac8View commit details -
MainService: stop if no known action was given
...and the server is not active.
Configuration menu - View commit details
-
Copy full SHA for 9e64a71 - Browse repository at this point
Copy the full SHA 9e64a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ff2a6 - Browse repository at this point
Copy the full SHA b1ff2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9cc1f - Browse repository at this point
Copy the full SHA 9a9cc1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 382b39a - Browse repository at this point
Copy the full SHA 382b39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a18bf18 - Browse repository at this point
Copy the full SHA a18bf18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239b0e9 - Browse repository at this point
Copy the full SHA 239b0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6a9f2 - Browse repository at this point
Copy the full SHA ce6a9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a4f38 - Browse repository at this point
Copy the full SHA 05a4f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb46a89 - Browse repository at this point
Copy the full SHA cb46a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa4f22 - Browse repository at this point
Copy the full SHA 4aa4f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a7193 - Browse repository at this point
Copy the full SHA c2a7193View commit details -
MainService: get password and port from Intent extras
...instead of from SharedPrefs. Also, move VNC server start right to ACTION_START handling. This also prevents a caller from stopping a service that's in the process of starting up.
Configuration menu - View commit details
-
Copy full SHA for ea759ad - Browse repository at this point
Copy the full SHA ea759adView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbfa68e - Browse repository at this point
Copy the full SHA fbfa68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d925119 - Browse repository at this point
Copy the full SHA d925119View commit details -
MainActivity: fix password and access key entry
9043e44 did not quite get it right.
Configuration menu - View commit details
-
Copy full SHA for 89e91a0 - Browse repository at this point
Copy the full SHA 89e91a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b59bc1 - Browse repository at this point
Copy the full SHA 4b59bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3602398 - Browse repository at this point
Copy the full SHA 3602398View commit details -
Configuration menu - View commit details
-
Copy full SHA for e424d43 - Browse repository at this point
Copy the full SHA e424d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 655f863 - Browse repository at this point
Copy the full SHA 655f863View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3c325 - Browse repository at this point
Copy the full SHA fb3c325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a2da7 - Browse repository at this point
Copy the full SHA 43a2da7View commit details -
MainService: go back to call vncStartServer() from redelivered intents
eb46e8f was quite right, but was not able to recover from crashes.
Configuration menu - View commit details
-
Copy full SHA for 85066d5 - Browse repository at this point
Copy the full SHA 85066d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1c9db - Browse repository at this point
Copy the full SHA ce1c9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9783f38 - Browse repository at this point
Copy the full SHA 9783f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a1b36 - Browse repository at this point
Copy the full SHA d2a1b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for d711ddb - Browse repository at this point
Copy the full SHA d711ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ee711 - Browse repository at this point
Copy the full SHA 49ee711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46af73f - Browse repository at this point
Copy the full SHA 46af73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 772eff8 - Browse repository at this point
Copy the full SHA 772eff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6218f25 - Browse repository at this point
Copy the full SHA 6218f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5556f - Browse repository at this point
Copy the full SHA 5f5556fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77455d7 - Browse repository at this point
Copy the full SHA 77455d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf85388 - Browse repository at this point
Copy the full SHA bf85388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4518d - Browse repository at this point
Copy the full SHA 6b4518dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d83a57 - Browse repository at this point
Copy the full SHA 1d83a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb20999 - Browse repository at this point
Copy the full SHA bb20999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38de484 - Browse repository at this point
Copy the full SHA 38de484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2127172 - Browse repository at this point
Copy the full SHA 2127172View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b08b1 - Browse repository at this point
Copy the full SHA e3b08b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6fdc80 - Browse repository at this point
Copy the full SHA d6fdc80View commit details -
Constants,Defaults: make key private
This is a Defaults implementation detail and not to be used by other components.
Configuration menu - View commit details
-
Copy full SHA for 9b12a55 - Browse repository at this point
Copy the full SHA 9b12a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc4d7e - Browse repository at this point
Copy the full SHA bfc4d7eView commit details -
Constants,MainActivity: make keys private
They are a MainActivity implementation detail and not to be used by other components.
Configuration menu - View commit details
-
Copy full SHA for 4217c14 - Browse repository at this point
Copy the full SHA 4217c14View commit details -
Constants,MainService: make pref keys private
They are a MainService implementation detail and not to be used by other components.
Configuration menu - View commit details
-
Copy full SHA for eb8741f - Browse repository at this point
Copy the full SHA eb8741fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f71a8 - Browse repository at this point
Copy the full SHA d5f71a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb73f4 - Browse repository at this point
Copy the full SHA 5eb73f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f0dca - Browse repository at this point
Copy the full SHA 41f0dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc8133 - Browse repository at this point
Copy the full SHA 5cc8133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9c93a - Browse repository at this point
Copy the full SHA 0a9c93aView commit details -
MainService: use user settings for values not provided in EXTRA_START
...not only Defaults.
Configuration menu - View commit details
-
Copy full SHA for e76521a - Browse repository at this point
Copy the full SHA e76521aView commit details