Marc Palmer

Results 85 issues of Marc Palmer

This includes things like "significant location change" support. See the list of options here: https://developer.apple.com/documentation/corelocation/determining_the_availability_of_location_services This is separate from permissions. You can have full location permissions but not be able...

Currently you can add diametrically opposed preconditions such as `userToggled(defaultValue: false)` and `userToggled(defaultValue: true)`. We should prevent that.

The restoration stuff is not propagated to `Flint.continueActivity`

You may want to support Routes but not have them used for `NSUserActivity`. When the activity is published we need it to be easy to clear the auto url (or...

This should return a structure containing the "executors" for each mapping, and Flint._registerURLMappings should iterate over these and register them

This would allow you to see logging from subsystems in place where the action execution occurs, making it much easier to tie things togather. This would not be in time...

We don't want to spam observers on every single event. We should batch up rapid changes