Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Apr 21, 2017
1 parent 8705740 commit 942debf
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 16 deletions.
Binary file modified fastlane/metadata/app_icon.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/keywords.txt
@@ -1 +1 @@
home automation,open source,alexa,homekit,hue,wemo,smartthings,wink,lutron,insteon,homeseer,openhab
home automation,open source,alexa,hue,wemo,smarthome,internet of things,push notifications,location
46 changes: 32 additions & 14 deletions fastlane/metadata/en-US/release_notes.txt
@@ -1,14 +1,32 @@
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)
New Features:

- Add a reset function to clear out credentials and device ID, resetting the app to its fresh state
- Add background fetch so battery updates even more frequently than before
- Add a new notification for background fetch
- Initial iBeacon support. Note: Need some features added to Home Assistant for this, expect this to be activated this weekend w/ 0.45.0
- Add location update via background fetch notification
- Camera notification content extension supports play/pause controls
- Map is no longer a static image which makes it look much better
- Map supports multiple pins. Look for updated docs in the next day or two describing how to do this
- Map supports customization of features via the push payload

Fixes:

- Notification actions didn't work if activationMode was set to background and app had been terminated
- Significant Location Updates correctly send a notification (if you have that enabled)
- Significant Location Updates didn't work after app termination
- Fix weblinks so they open in external browser
- General Settings is now correctly hidden if you don't have Chrome installed and shown if you do
- Open in Chrome preference was continually being overwritten at app launch
- Send location during background fetch only if location is enabled, otherwise just update device state (i.e. battery)
- Web view contents aren't cut off at the bottom anymore

Misc:

- Disable entity picture downloading for now, should speed up startup and most operations
- Continue localization work. German is coming up this week, French shortly thereafter!
- Changed to a new icon
- Add a space to the display name so notifications look better at the expense of a truncated homescreen name
- Status bar is now Home Assistant blue
- Set color of toolbar items to Home Assistant blue
- Remove old dependencies to cut down app size
2 changes: 1 addition & 1 deletion fastlane/metadata/primary_category.txt
@@ -1 +1 @@
MZGenre.Utilities
MZGenre.Lifestyle

0 comments on commit 942debf

Please sign in to comment.