Browse Source

Upped version number to 2.1.2 for new release.

pull/90/head
Eric Kok 11 years ago
parent
commit
02742347e1
  1. 4
      core/AndroidManifest.xml
  2. 5
      core/res/values/changelog.xml
  3. 2
      core/res/values/strings.xml
  4. 4
      full/AndroidManifest.xml
  5. 4
      lite/AndroidManifest.xml

4
core/AndroidManifest.xml

@ -17,8 +17,8 @@ @@ -17,8 +17,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.transdroid.core"
android:versionCode="210"
android:versionName="2.1.1" >
android:versionCode="211"
android:versionName="2.1.2" >
<uses-sdk
android:minSdkVersion="7"

5
core/res/values/changelog.xml

@ -18,6 +18,11 @@ @@ -18,6 +18,11 @@
<resources>
<string name="system_changelog">
Transdroid 2.1.1\n
- Improved handling of RSS feed read state\n
- Fixes Xirvik seedbox configuration\n
- Now available on F-Droid\n
\n
Transdroid 2.1.1\n
- Fixed rTorrent connectivity with Digest authentication\n
- Easy setup for Xirvik and Seedstuf seedboxes\n
\n

2
core/res/values/strings.xml

@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
<string name="action_visitwebsite">Visit transdroid.org</string>
<string name="navigation_nosettings">%1$s allows you to monitor and manage the torrent client you run at home or on your seedbox. Setting things up can be a bit tricky, but we offer step-by-step guides and promise it\'ll be worth it!</string>
<string name="navigation_emptytorrents">Connected, but no torrent are active within the current filter</string>
<string name="navigation_emptytorrents">Connected, but no torrents are active within the current filter</string>
<string name="navigation_emptydetails">Select a torrent to view its details</string>
<string name="navigation_servers">SERVERS</string>
<string name="navigation_status">STATUS</string>

4
full/AndroidManifest.xml

@ -18,8 +18,8 @@ @@ -18,8 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.full"
android:versionCode="210"
android:versionName="2.1.1" >
android:versionCode="211"
android:versionName="2.1.2" >
<uses-sdk
android:minSdkVersion="7"

4
lite/AndroidManifest.xml

@ -18,8 +18,8 @@ @@ -18,8 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.lite"
android:versionCode="210"
android:versionName="2.1.1" >
android:versionCode="211"
android:versionName="2.1.2" >
<uses-sdk
android:minSdkVersion="7"

Loading…
Cancel
Save