-
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.
Merge remote-tracking branch 'github3/master'
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# aForkPlayer | ||
Android Client ForkPlayer создан в Android Studio (Kotlin) | ||
|
||
Версия ForkPlayer для Android 4.2 и выше | ||
|
||
Управление жестами(на свободной от кнопок и списка части экрана): | ||
Провести пальцем Вверх/Вниз: Перемещение вверх вниз | ||
Влево/вправо: Перемещение на 10строк вправо/влево или переход на Следущую страницу | ||
Двойное нажатие на экран: Открыть выделенную ссылку | ||
Длительное нажатие на экран: Вызов кнопки Меню (Красная кнопка) | ||
Длительное нажатие Назад: Выход из приложения | ||
|
||
Дополнение программы своими плагинами(для разработчиков): | ||
Ищем в файле https://github.com/alexkdpu/aForkPlayer/blob/master/app/src/main/java/aforkplayer/aforkplayer/FullscreenActivity.kt строки | ||
|
||
//Manual Plugin | ||
|
||
и прописываем там свои ссылки или программируем плагины и дополнения | ||
|
||
//END Manual Plugin | ||
|
||
|
||
Это свободная программа: вы можете перераспространять ее и/или изменять дополняя различными функциями и дополнениями (плагинами) | ||
на условиях Стандартной общественной лицензии GNU версии 3 лицензии, либо (по вашему выбору) любой более поздней версии. | ||
GNU General Public License v3 | ||
(С) ForkPlayer 2019 |