Fixes#22. Adds an option (in System settings) to treat all dormant (0KB/s, no data transfer going on) torrents as inactive so that they do not show in the Downloading or Seeding lists.
@ -82,6 +83,8 @@ public class ListWidgetConfigActivity extends SherlockActivity {
@@ -82,6 +83,8 @@ public class ListWidgetConfigActivity extends SherlockActivity {
protectedConnectivityHelperconnectivityHelper;
@Bean
protectedApplicationSettingsapplicationSettings;
@Bean
protectedSystemSettingssystemSettings;
privateintappWidgetId;
@Override
@ -198,7 +201,7 @@ public class ListWidgetConfigActivity extends SherlockActivity {
@@ -198,7 +201,7 @@ public class ListWidgetConfigActivity extends SherlockActivity {
@ -187,6 +187,26 @@ public final class Torrent implements Parcelable, Comparable<Torrent> {
@@ -187,6 +187,26 @@ public final class Torrent implements Parcelable, Comparable<Torrent> {