SensorApps / Sensors2OSC

Android app for sending sensor data via Open Sound Control (OSC).
http://sensors2.org/osc
Other
66 stars 18 forks source link

Background service for sending data #36

Closed residuum closed 2 years ago

residuum commented 2 years ago

This is an implementation of background services for sending the data.

Will fix #11 and #35

Currently, NFC tags are not working, because the current method needs an activity.

residuum commented 2 years ago

Probably NFC tags will be left out, because the current code will start the activity on any detected NFC tag when reading it, and will override any other NFC tag application.

residuum commented 2 years ago

Once, the latest commit of SensorApps/Common compiles on jitpack.io (see https://github.com/jitpack/jitpack.io/issues/5063), I will include it in dependencies and merge to master.

ricardoscholz commented 2 years ago

Hi. I've been watching (and looking fwd for) this improvement for a while. Very excited here to test it. How do I download a version with this feature? Current version at F-Droid seem to be "0.3.0", from years ago... =(

residuum commented 2 years ago

Here you go: https://cloud.residuum.org/index.php/s/32FwWk6LiHXAZQE

ricardoscholz commented 2 years ago

Thanx! I've been trying to test it, but it seems this version is not sending any outbound messages at all. Is there something in my phone configurations I'm missing? Got back to F-Droid version and it's OK. Also tested my listener app on PC and connection, and both seem OK.

UPDATE: Just downloaded and installed again and its working now! o/ Cheers!

residuum commented 2 years ago

I have created a new release yesterday, it should appear in FDroid in the next days.