diff --git a/README.md b/README.md index bd2f042..901c854 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,13 @@ This iOS application allows you to interact with your PineTime smartwatch runnin - Weather fetch (using the [NWS API](https://www.weather.gov/documentation/services-web-api) and a secondary fallback on [WeatherAPI](https://www.weatherapi.com)) and push (using InfiniTime 1.14's [Simple Weather Service](https://github.com/InfiniTimeOrg/InfiniTime/blob/main/doc/SimpleWeatherService.md)) - Uploading of [external resource packages](https://github.com/InfiniTimeOrg/InfiniTime/blob/develop/doc/gettingStarted/updating-software.md#updating-resources) - Check for and download InfiniTime firmware updates with the GitHub API, and send them to the watch (Manual updates can be completed with DFU zip files downloaded from [InfiniTime's GitHub Releases Page](https://github.com/InfiniTimeOrg/InfiniTime/releases)) - + +### Partially implemented features: +- System-wide notifications—implemented in [#2217](https://github.com/InfiniTimeOrg/InfiniTime/pull/2217), but not available in the main branch yet. + ### Currently non-functional features: - InfiniTime's navigation app—there is currently no API in Swift to access current directions unless the route is started from inside the app, which may not be practical for most users. -- Phone notifications and system-wide music controls—requires implementation of Apple Media Service (AMS) and Apple Notification Center Service (ANCS) in InfiniTime. +- System-wide music controls—requires implementation of Apple Media Service (AMS). ### Installation: - **Version 1.0.2:** is accessible on the [App Store](https://apps.apple.com/us/app/infinilink/id1582318814).