Dan Cunningham

Results 283 comments of Dan Cunningham

@timbms @weakfl Thoughts on the plan? Specifically to get started i think we need to agree on a 1) branching strategy (create `openhab-legacy` from either `main` or `develop`), and 2)...

Here's an example of another app that renamed theirs "legacy", so at least there is precedence for this. https://apps.apple.com/us/app/play-legacy-app/id1479709805

I started to merge develop into main, which was fine, but since we don't really use it, i just renamed to `main-old` for the time being (we can probably safely...

openhab legacy branch from develop https://github.com/openhab/openhab-ios/tree/openhab-legacy

Does anyone have any experience with the privacy file @weakfl mentioned? I'm reading about it, and besides making sure our 3rd party libraries are updated and have this file, i'm...

Moving right along. Now that the privacy policy and messaging changes are in, i think its time to start working on the two different apps and ids. For our new...

Thanks @florian-h05! There's an old (ish) saying in computer science: > There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors. Naming things is hard...

How about just `org.openhab.app` , since the `apple` part is probably implied by being an apple ID? I'm good with that.

So openHAB Legacy does not fit well as a bundle display name, IOS is removing the space to try and get it to fit: What about use something like `openHAB...

@timbms and @weakfl looks like there are a few pull requests that add new features, or require the new SDK versions. How shall we handle those? I'm probably going to...