Browse Source

New 2.5.13 release.

pull/471/head v2.5.13
Eric Kok 6 years ago
parent
commit
1cd65b80ac
  1. 4
      app/build.gradle
  2. 15
      app/src/main/res/values/changelog.xml

4
app/build.gradle

@ -8,8 +8,8 @@ android { @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 232
versionName '2.5.12'
versionCode 233
versionName '2.5.13'
javaCompileOptions {
annotationProcessorOptions {

15
app/src/main/res/values/changelog.xml

@ -17,6 +17,21 @@ @@ -17,6 +17,21 @@
-->
<resources>
<string name="system_changelog">
Transdroid 2.5.13\n
- Background (RSS, torrents, new version) service (crash) fixed\n
- Fixes for F-Droid builds\n
\n
Transdroid 2.5.12\n
- Android 9 plaintext (non-ssl) support\n
- qBittorrent set location support and better upload size\n
- Sizes in GB shown with 2 decimal places\n
- Fixes several edge case crashes\n
\n
Transdroid 2.5.11\n
- Fixes Deluge (non-RPC) adapter file uploads\n
- Removed defuct barcode scanner\n
- Updated to target Android 9 (back service still broken)\n
\n
Transdroid 2.5.10\n
Many thanks to alonalbert for his contributions!\n
- Added Deluge via RPC adapter\n

Loading…
Cancel
Save