Skip to content

Releases: blunden/DoNotDisturbSync

v1.4 (Current API)

01 Nov 09:28
Compare
Choose a tag to compare

Version 1.4 intended for Wear OS 2.0 and later (tested up to at least Wear OS 4.0). Relies on the latest APIs, which requires registering a lightweight notification listener service.

Should hopefully get a Play Store release on both the phone and watch stores. Until then, install the watch APK using ADB or something like Wear Installer. Then execute the ADB command listed in the readme file below when connected to the watch:
https://github.com/blunden/DoNotDisturbSync/blob/master/README.md

v1.3 (No Background Service, Legacy API)

13 Jan 21:49
Compare
Choose a tag to compare

Version 1.3 intended for Android Wear 2.0. Relies on legacy APIs to avoid running any active services.

Works on newer Wear OS versions too if sideloaded, but cannot be published to the Play Store due to the use of legacy APIs.

Install the watch APK using ADB or something like Wear Installer. Then execute the ADB command listed in the readme file below when connected to the watch:
https://github.com/blunden/DoNotDisturbSync/blob/legacy-no-service/README.md