mirror of
https://github.com/GrakovNe/lissen-android.git
synced 2026-08-01 02:48:53 -04:00
* Put chapters as mediaItems into ExoPlayer When a book is being played, the ExoPlayer get now media items corresponding to chapters. Android Auto will show them to the user as chapters. They get resolved to actual file segments in a new MediaSourceFactory. * Other packages as in the Voice app * Make onSetMediaItems more robust * use the calculateChapterIndexAndPosition function * Introduce a higher order function to skip unnecessary list allocation