Skip to content

Commit

Permalink
Updated manifest and changelog for new 2.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Nov 18, 2013
1 parent 10fa881 commit 027f4de
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ local.properties
.classpath
.project
.settings/
.local.properties
6 changes: 3 additions & 3 deletions core/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.transdroid.core"
android:versionCode="208"
android:versionName="2.0.2" >
android:versionCode="209"
android:versionName="2.1.0" >

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />

</manifest>
2 changes: 1 addition & 1 deletion core/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="TransdroidCore" default="help">
<project name="Transdroid Core" default="help">

<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Expand Down
10 changes: 0 additions & 10 deletions core/local.properties

This file was deleted.

11 changes: 11 additions & 0 deletions core/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
-->
<resources>
<string name="system_changelog">
Transdroid 2.1.0\n
- uTorrent and Transmission connection stability improvements\n
- uTorrent and Deluge force data recheck\n
- Sort by download speed\n
- Server stats and pause/resume all actions on widget\n
- Option to treat formant (0KB/s) torrents as inactive\n
- Option for local port setting\n
- Fix for Torrentflux-b4rt installs in root\n
- Torrent and file selection improvements\n
- Many other small bug fixes\n
\n
Transdroid 2.0.2\n
- Connection improvements for Bitflu and rTorrent\n
- Option to disable authentication\n
Expand Down
5 changes: 2 additions & 3 deletions core/src/org/transdroid/core/widget/ListWidgetProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
import org.androidannotations.annotations.Bean;
import org.androidannotations.annotations.EReceiver;
import org.transdroid.core.R;
import org.transdroid.core.app.settings.ApplicationSettings;
import org.transdroid.core.app.settings.ApplicationSettings_;
import org.transdroid.core.app.settings.*;
import org.transdroid.core.app.settings.ServerSetting;
import org.transdroid.core.gui.TorrentsActivity_;
import org.transdroid.core.gui.*;
import org.transdroid.core.gui.log.Log;
import org.transdroid.core.service.ControlService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library=true
android.library.reference.1=../ActionBar-PullToRefresh
android.library.reference.2=../JakeWharton-ActionBarSherlock/library
2 changes: 1 addition & 1 deletion external/ActionBar-PullToRefresh/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library=true
2 changes: 1 addition & 1 deletion external/ColorPickerPreference/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="ActionBar-PullToRefresh" default="help">
<project name="ColorPickerPreference" default="help">

<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Expand Down
10 changes: 0 additions & 10 deletions external/ColorPickerPreference/local.properties

This file was deleted.

10 changes: 0 additions & 10 deletions external/Crouton/library/local.properties

This file was deleted.

10 changes: 0 additions & 10 deletions external/JakeWharton-ActionBarSherlock/library/local.properties

This file was deleted.

6 changes: 3 additions & 3 deletions full/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.full"
android:versionCode="208"
android:versionName="2.0.2" >
android:versionCode="209"
android:versionName="2.1.0" >

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />

<supports-screens
android:anyDensity="true"
Expand Down
2 changes: 1 addition & 1 deletion full/ant.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
key.store=/home/eric/Dev/erickok.keystore
key.store=../..//erickok.keystore
key.alias=transdroid
2 changes: 1 addition & 1 deletion full/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="TransdroidFull" default="help">
<project name="Transdroid Full" default="help">

<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Expand Down
10 changes: 0 additions & 10 deletions full/local.properties

This file was deleted.

6 changes: 3 additions & 3 deletions lite/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.lite"
android:versionCode="208"
android:versionName="2.0.2" >
android:versionCode="209"
android:versionName="2.1.0" >

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />

<supports-screens
android:anyDensity="true"
Expand Down
2 changes: 1 addition & 1 deletion lite/ant.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
key.store=/home/eric/Dev/erickok.keystore
key.store=../../erickok.keystore
key.alias=transdroid
2 changes: 1 addition & 1 deletion lite/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Transdrone" default="help">
<project name="Transdroid Lite" default="help">

<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Expand Down

0 comments on commit 027f4de

Please sign in to comment.