Samuel Défago
Samuel Défago
We could add a keyboard shortcut to let the user toggle zoom mode on or off. Requires https://github.com/SRGSSR/srgletterbox-apple/issues/267 first.
Channel headers are currently not accessible via VoiceOver in grid mode. This could likely be fixed with collection-view specific mechanism for header accessibility management. ### Issue type Incorrect behavior ###...
Material tabs we were using (`MDCTabBar`) have been replaced with a new class (`MDCTabBarView`) [starting with version 119.0.0](https://github.com/material-components/material-components-ios/releases/tag/v119.0.0). I am not sure the new version supports all features we were...
Our badge script is outdated. We should really use something simpler, like https://github.com/HazAT/badge which nicely integrates with Fastlane.
App built for iOS 15 should start [even faster](https://medium.com/geekculture/how-ios-15-makes-your-app-launch-faster-51cf0aa6c520). It can be interesting to have a look at what this means for our applications. We can refer to the [Apple...
Version 3.5.0 adds a cmd+F shortcut to focus on the search field. Some apps like the App Store go a step further and enable this shortcut elsewhere in the app,...
Starting with iOS 15 the interactive gesture which can be used to dismiss the account view hangs during progress. The app remains responsible, the close button can be tapped but...
With migration to SPM 5.3 (Xode 12) a few compilation warnings have appeared: - [ ] [iOS 8 is not supported as deployment target anymore](https://www.jessesquires.com/blog/2020/07/20/xcode-12-drops-support-for-ios-8-fix-for-cocoapods/). Most packages could be fixed...
It might be a Play or Letterbox issue, but PiP can currently be activated from the media peek screen, which should not be the case. This issue seems to affect...
When already playing a segment, tapping on its full-length elsewhere in the app restarts it at the beginning. This should not be the case (the content is namely the same)....