Skip to content

Releases: home-assistant/iOS

1.1.0 (2)

07 Nov 01:16
cde1bbb
Compare
Choose a tag to compare

1.1.0 (1)

27 Oct 03:03
16c24b9
Compare
Choose a tag to compare

1.0.4 (4)

24 Apr 05:36
fd512a2
Compare
Choose a tag to compare

1.0.4 (3)

24 Apr 04:56
8268eaa
Compare
Choose a tag to compare

1.0.4 (2)

24 Apr 03:55
1063b57
Compare
Choose a tag to compare
  • Bump version to 1.0.4 (1) (c971b4b)
  • Fix Swiftlint (754f2b9)
  • Stop force unwrapping in OpenInChromeController (104d688)
  • Reset the webview whenever the user changes connection details (988efac)
  • Allow setup to continue only if values are different (76102de)
  • Add password validation if discovered instance requires it (bb969df)
  • Make changes to support instances with no password (7377cb2)
  • track numberOfZones user has because of the 20+ iOS limitation (1eaa8ec)
  • Make resume scanning failure log to Crashlytics (e2e6894)
  • Run the setup call frequently without checking configured status first (c467e3b)
  • Fill the zones dictionary during resume of beacon scanning (c64345a)
  • Refactor HAAPI for safety (25b6070)
  • Setup API ASAP after launch (d635a48)
  • Support resuming region monitoring after termination (ebe4ed3)
  • Remove stale migrations (4572c0e)
  • Only start monitoring beacons if device is able to (a920874)
  • Dont force unwrap zone props during beacon setup. Allow users to specify UUID/Major/Minor, UUID/Major or just UUID. (0748336)
  • Add error message display to map notification (11069c3)
  • Add error message display to camera notification (87b93f0)
  • Set status bar to white as per @jsg4 request (c8eb5b7)
  • improve notifications (fc4aa02)
  • Fix Swiftlint warning (49ec1bb)
  • Fix Optional in label (caf7b4e)
  • Add a reset badge to 0 button (756e508)
  • Update metadata (942debf)
  • make changes to get building again (8705740)
  • Remove always embed swift standard libraries from Home Assistant target (b6bd185)
  • Update Pods (3afd522)
  • Set MapNotificationContentExtension provisioning profile (a755be4)
  • Update fastlane (eadc2a7)

1.0.3 (3)

21 Apr 07:15
5f815ec
Compare
Choose a tag to compare
  • Add location update via background fetch notification (0abb792)
  • Initial iBeacon support (9e0e446)
  • This was continually overwriting user Chrome preference (cc6f00c)
  • Setup Significant Location Updates when app launches instead of deep in HAAPI (d340714)
  • Fix Swiftlint warnings (a38e210)
  • Submit a oneshot location during background fetch only if location is enabled, otherwise do a simple device identify (abe1d5e)
  • Set status bar to Home Assistant blue (9091df6)
  • Put web view in a view controller that is height - bottom toolbar so nothing gets cut off (0869caa)
  • Set color of toolbar items to logo color (4bfa5ea)
  • Upgrade Notification Content Extensions. Camera now supports play controls. Map is no longer static and now supports multiple points. (ddbe176)
  • Remove Whisper (0c73b5f)
  • Remove IKEventSource (ce8be49)
  • Remove old release icon (988c605)
  • Ensure HAAPI is always initialized before doing any API operations. Move Keychain and Prefs into AppDelegate as a global. (c96bec3)
  • Update icons (da07bab)

1.0.3 (2)

20 Apr 02:55
8c75d7c
Compare
Choose a tag to compare
  • Set scheme to Release (d4ee038)
  • Update name (09f2224)
  • This should have been set as a sig location update instead of manual so notifications work (f8a8ee3)
  • actually unneeded (102a885)
  • Enable the release icon in the icons lane (1a0fe2b)
  • Change to new icon. 3 people liked it more! (beda23b)
  • Add a space to the display name so notifications look better at the expense of truncated Springboard names (60c1e3d)
  • Fix notification issues (bd6f11d)
  • Fix provisioning issues (16b8ffa)
  • Update push_certs lane (1d77263)
  • fix swiftlint warning (4eedc5f)
  • Configure Debug with different bundle ID and icon to allow having both installed side by side (33a2288)
  • Add icons (35ca170)
  • Disable picture downloading for now (aac6cd2)
  • Bump version (bd68e5f)
  • Fix localization string (874d25d)
  • Add background fetch (cbc6416)
  • Complete reset function (31885ac)
  • Fix weblinks so they open in external browser (b6c75a9)
  • Fix General Settings hidden conditional (fe34bff)
  • Localization work (4c2bf2e)
  • Update metadata (3e6803e)

1.0.2 (2)

18 Apr 00:01
a255448
Compare
Choose a tag to compare

1.0.2 (55)

17 Apr 22:40
aaa028e
Compare
Choose a tag to compare
  • add default pushToken back so Voluptuous doesnt fail (e91887f)
  • enable zone tracking by default (ae47dea)
  • Bump to 1.0.2 (379439d)
  • Remove some force unwraps which may have been causing problems (81fe59d)
  • Dont force unwrap baseURL in connect step (44a64ae)
  • Allow enable/disable of location-related notifications (8a7447b)
  • quote the password in the userscript (59172e2)
  • Rename push ID to push token and remove from identify payload to cut confusion (7aad057)
  • Prepend baseURL if attachment URL begins with /api/ (f4b7789)
  • Whenever we update location lets identify too so battery gets updated (eeea822)
  • Make app version number a string instead of an int since semver cant be coerced to an int like 1.0 could (7d051f3)

1.0 (54)

16 Apr 02:07
5707e3a
Compare
Choose a tag to compare
  • Fix a crashing bug when attempting to enable location or notification permissions.
  • Fix some stability issues. Move the DeviceID into Keychain, make the device identify after every push registration to support database change, hide unnecessary fields before initial connection, other general fixes (809698e)
  • Fix settings issues with row visibility (7c172e1)
  • Cleanup Fastfile (20a2e2c)
  • Block contents of push_certs/ (b992f45)
  • Add lane for generating push certs (947b76f)
  • pull tags before bump so changelog is proper (d0c5384)