-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a255448
commit 3e6803e
Showing
8 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
review_information/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
|
||
2016 Robert Trencheny |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
home automation,open source,lights,homekit,hue,wemo,smartthings,wink,lutron,insteon,homeseer,openhab | ||
home automation,open source,alexa,homekit,hue,wemo,smartthings,wink,lutron,insteon,homeseer,openhab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://home-assistant.io | ||
https://home-assistant.io/docs/ecosystem/ios/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
Thanks for all the great feedback thus far, please keep it coming! Feel free to leave a review with your thoughts about the app so far too :). | ||
|
||
New features and improvements: | ||
- Enable zone tracking by default (no more track_ios required!) | ||
- Allow enable/disable of location-related notifications (check the Location Settings screen) | ||
- Rename push token to push ID and remove from identify payload to cut down confusion | ||
- Prepend base URL if attachment URL begins with /api/ (No need to prepend your base URL to notification attachments) | ||
- Whenever we update location let's identify too so battery gets updated (battery stats should update much more frequently) | ||
|
||
Bug fixes: | ||
- Remove some force unwraps which may have been causing crashing bugs around notification and location setup | ||
- Don't force unwrap base URL in connect step (was also possibly causing crashes around notification/location) | ||
- Quote the password in the userscript (Should fix auto login problems) | ||
- Make app version number a string instead of an int since semver can't be coerced to an int like 1.0 could (This is the long term version of the fix implemented in 0.42.4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://home-assistant.io/ecosystem/ios/ | ||
https://community.home-assistant.io/c/ios |