OpenSensing / ios-opensensing

OpenSense iOS library and OpenSense Collector app
4 stars 2 forks source link

background updates, pull info from config.json #10

Closed RogerTangos closed 10 years ago

RogerTangos commented 10 years ago
notes: 

* I'm starting to shift my efforts to UX design and creating an openPDS connector, so the probe-specific pulls may slow down now. (There are likely to be more integration pull requests)

* I think that the OSActivityManagerProbe is bug-free, but I don't have an iPhone 5S+ phone to fully test it with. Until I get my hands on one, it may remain untested.

* the periodic update probes _could_ inherit from a superclass, but there are only 3 of them... and the additional complexity of managing that just wasn't worth the very minor amount of DRYness that would have resulted

* there's still potential to wake-up the probes on significant location change.  I'm leaving this for another time.