Skip to content

Commit

Permalink
Version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jul 4, 2021
1 parent e9a4abe commit 9a872c1
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 7 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### Version 3.1 (2021-07-04)

* 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

### Version 3.0.1 (2021-02-13)

* Bugfixes:
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ android {
applicationId 'org.proninyaroslav.libretorrent'
minSdkVersion 21
targetSdkVersion 29
versionCode 19
versionCode 20
/*
* Convection:
* major.minor.[revision][-some_info]
*/
versionName '3.0.1'
versionName '3.1'
vectorDrawables.useSupportLibrary true
multiDexEnabled true

Expand Down Expand Up @@ -104,8 +104,8 @@ def ROOM_VERSION = '2.3.0'
dependencies {
/* Testing */
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation "androidx.room:room-testing:$ROOM_VERSION"
testAnnotationProcessor 'com.google.auto.service:auto-service:1.0-rc7'

Expand All @@ -123,7 +123,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:$ROOM_VERSION" /* For schemas import */
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.6.0-beta01'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'

/* ReactiveX */
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
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
15 changes: 15 additions & 0 deletions fastlane/metadata/android/ru/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* Добавлено:
- Список трекеров по умолчанию
- Опция удаления файла в отсвлеживаемой директории
- Разрешено изменить отслеживаемую директори перед включением этой опции
* Исправлено:
- Стриминг
- Применение прокси
- Генерация рандомного порта
- Корректная обработка "Больше не спрашивать" для разрешений
- Небольшиме исправления
* Новые переводы:
- Сингальский (частично)
- Вьетнамский
* Обновлены текущие переводы
* Обновление до libtorrent4j 2.0.4-20
3 changes: 2 additions & 1 deletion gradle.properties
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

0 comments on commit 9a872c1

Please sign in to comment.