Skip to content

Commit

Permalink
Merge branch 'master' into dev to merge pull requests accepted in mas…
Browse files Browse the repository at this point in the history
…ter.
  • Loading branch information
erickok committed Dec 18, 2013
2 parents 0274234 + ce982a3 commit 5aa1d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/org/transdroid/core/gui/TorrentsActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ protected void init() {
navigationSpinnerAdapter.updateLabels(new ArrayList<Label>());
}
// Now that all items (or at least their adapters) have been added
currentFilter = StatusType.getShowAllType(this);
if (currentFilter == null) {
currentFilter = StatusType.getShowAllType(this);
}
getSupportActionBar().setListNavigationCallbacks(navigationSpinnerAdapter, this);

// Log messages from the server daemons using our singleton logger
Expand Down
2 changes: 2 additions & 0 deletions lib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
</target>

<target name="transdroid.jar" depends="check-android-exists" >
<mkdir dir="build/" />
<javac
srcdir="src/"
destdir="build/"
bootclasspath="${sdk-location}/platforms/${android.version}/android.jar"
target="6"
/>
<jar
destfile="../core/libs/transdroid.jar"
Expand Down

0 comments on commit 5aa1d8d

Please sign in to comment.