Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the scope of SRGSSR/pillarbox-android#460, we'd like to replace Pillarbox models of the integration layer objects with those from data provider. To do so, we need the following changes proposed in this PR: - Add `fullLengthMarkIn` and `fullLengthMarkOut` to `Chapter`. <img width="218" alt="Screenshot 2024-05-17 at 16 22 31" src="https://github.com/SRGSSR/srgdataprovider-android/assets/1009664/ba08edff-2f0e-44fe-b70f-6973a600c785"> - Make `type`, `markIn`, and `markOut` nullable in `TimeInterval`. <img width="302" alt="Screenshot 2024-05-17 at 16 22 52" src="https://github.com/SRGSSR/srgdataprovider-android/assets/1009664/d6861f36-78e5-4839-b93d-5dd6654dc83a"> I've bump the library version to 0.10.0 since the changes in `TimeInterval` could break if someone is using that class. Let me know if I should use an other version.
- Loading branch information