gyim / breviar-ios

Liturgy of the Hours for iOS
5 stars 1 forks source link

Show time-based TTS progress bar #73

Open gyim opened 2 years ago

gyim commented 2 years ago

The TTS screen in v2.0 shows a progress bar that is based on the number of characters read. Because of this, it is only shown in the app, but not on the lock screen: the API of the lock screen (MPRemoteCommandCenter) expects time-based progress reporting.

To fix this, we should do the following: