-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9a4abe
commit 9a872c1
Showing
6 changed files
with
56 additions
and
7 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
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,15 @@ | ||
* Added: | ||
- Default trackers list | ||
- Option to delete a file in a watched directory | ||
- Allowed to change watch directory before enabling this option | ||
* Bugfixes: | ||
- Streaming | ||
- Proxy applying | ||
- Random port generation | ||
- Correct handling of "Do not ask again" for permissions | ||
- Minor fixes | ||
* New translations: | ||
- Sinhala (partially) | ||
- Vietnamese | ||
* Updated current translations | ||
* Upgrade to libtorrent4j 2.0.4-20 |
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,15 @@ | ||
* Добавлено: | ||
- Список трекеров по умолчанию | ||
- Опция удаления файла в отсвлеживаемой директории | ||
- Разрешено изменить отслеживаемую директори перед включением этой опции | ||
* Исправлено: | ||
- Стриминг | ||
- Применение прокси | ||
- Генерация рандомного порта | ||
- Корректная обработка "Больше не спрашивать" для разрешений | ||
- Небольшиме исправления | ||
* Новые переводы: | ||
- Сингальский (частично) | ||
- Вьетнамский | ||
* Обновлены текущие переводы | ||
* Обновление до libtorrent4j 2.0.4-20 |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
android.enableJetifier=true | ||
android.useAndroidX=true | ||
android.useAndroidX=true | ||
org.gradle.jvmargs=-Xmx2048m |