-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Списки изменений для 0.11.0 - фоновое проигрывание
- Loading branch information
Showing
4 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- Background playback: #7 (epic commit: 3d024dd) | ||
-- Player and recommendations are now in service | ||
-- Show player controls panel in notification area when close player activity. Sound may be paused or not depending on settings: Settings > more settings | ||
-- Old mode without background playback may be enabled in settings | ||
-- Choose audio stream if possible when play in background (to save traffic): #178 | ||
|
||
Enhancements in recommendation list: | ||
- Show initially opened video as the 1st element in recommendation list #170 | ||
- or scroll list to opened element in some cases #172 | ||
- or play 1st element from recommendation list if no special video provided #116 #117 | ||
- show 500 elements in random recommendations (was 200) b58f631 | ||
|
||
other fixes | ||
- Don't show streams with null url as available streams #191 #184 | ||
- Fix crash in "Downloaded streams > size on disk" on clean installation #185 | ||
|
||
internals (refactor) | ||
- Move recommendation list generators from WatchVideoActivity to separate factory #120 | ||
- other minor fixes | ||
|
||
Known problems: | ||
- Phantom player controls notification may appear in some cases on player exit (just swipe it away) #194 | ||
- Player and stream download notification would "dance" on the notification area when both opened at the same time (each of them is updated once per second on timer) #177 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- Проигрывание в фоне: #7 (эпичный коммит: 3d024dd) | ||
-- Плеер и рекомендации перенес в сервис | ||
-- При выходе из экрана плеера появляется панель управления плеером в области уведомлений. Звук может вставать или не вставать на паузу в зависимости от настроек: Настройки > больше настроек | ||
-- Старый режим без фонового проигрывания и уведомлений можно вернуть в настройках | ||
-- По возможности и при необходимости играть дорожку аудио при игре в фоне (поэкономить трафик): #178 | ||
|
||
Улучшения списка рекомендаций под видео: | ||
- В экране плеера показывать исходно открытый элемент первым в списке рекомендаций #170 | ||
- или в некоторых случаях проматывать список рекомендаций к открытому элементу #172 | ||
- или, если элемент не указан, играть первый элемент из списка рекомендаций #116 #117 | ||
- показывать 500 элементов в списке случайных рекомендаций b58f631 | ||
|
||
другие исправления | ||
- Не показывать потоки с url null в списке доступных #191 #184 | ||
- Закачанные потоки > размер на диске вылетает на чистом приложении #185 | ||
|
||
внутренняя кухня (рефактор) | ||
- WatchVideoActivity функции, генерирующие адаптеры с рекомендациями, просятся в фабрику #120 | ||
- кой-чего еще по мелочи | ||
|
||
Известные проблемы: | ||
- Фантомные уведомления с управлением плеера #194 | ||
- Если открыть одновременно уведомления плеера и уведомления закачки потоков, их иконки будут "плясать" на панели (т.к. каждое из них обновляет прогресс раз в секунду по таймеру) #177 | ||
|