Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/ios/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
0.23: Fix bug where a space would be automatically appended to the start of an auto-detected name.
0.24: Pass notification time to Message GUI where it can be displayed in v0.92 like "13m ago"
0.25: Fix issues regarding stability of notification parsing.
0.26: Add "BlueWatch" app to bundleIDs
1 change: 1 addition & 0 deletions apps/ios/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ E.on('notify',msg=>{
"com.disney.disneyplus": "Disney+",
"com.hbo.hbonow": "HBO Max",
"com.adp.adpmobile":"ADP",
"com.RK.BlueWatch": "BlueWatch",
"com.amazon.Amazon": "Amazon Shopping",
"com.amazon.AmazonVideo": "Prime Video",
"com.storytel.iphone": "Storytel",
Expand Down
4 changes: 2 additions & 2 deletions apps/ios/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "ios",
"name": "iOS Integration",
"version": "0.25",
"version": "0.26",
"author": "gfwilliams",
"description": "Show and dismiss iOS notifications, and pull music, weather, location, and agenda from iOS devices. For more features and deeper integration, use the BlueWatch app.",
"description": "Show and dismiss iOS notifications, and pull music, weather, location, and agenda from iOS devices.<br>For more features and deeper integration, use the `BlueWatch iOS Integration` app.",
"icon": "app.png",
"tags": "tool,system,ios,apple,messages,notifications",
"dependencies": {"messages":"module"},
Expand Down
Loading