Florian Schmaus
530a3fcd2e
lib/build.xml: Add comment why we use java6 target/source
11 years ago
Florian Schmaus
93e997d442
lib/build.xml: Also set javac source to java6
...
"javac: target release 6 conflicts with default source release 1.7"
error will be emitted if a java7 compiler is used and target is set to 6
but not source.
11 years ago
Florian Schmaus
11f53efd1c
Create build directory for transdroid.jar
...
if it does not exists already.
11 years ago
Florian Schmaus
bc82388964
Create Java6 bytecode for transdroid.jar
...
Android will only be able to create Dalvik bytecode if the input Java
bytecode is in Java6 format. Otherwise we get a bunch of
NoClassDefFoundError Exceptions along with "Could not find class X",
"Unable to resolve static method Y" and such errors for code in
transdroid.jar.
11 years ago
Florian Schmaus
6b2d7360a9
Provide an ant script to export transdroid.jar
...
The Connect project can now be easily exported to the correct location
with the provided build.xml.
11 years ago
Eric Kok
8cd4275bca
Changed aXMLRPC library (for use with rTorrent) to use the Apache HttpClient to support digest authentification (and in general just reuse the library-wide method of creating a connection). Fixes #69 .
11 years ago
Eric Kok
9848895395
Fixed and exposed Date Added support for Deluge.
11 years ago
Eric Kok
d55301f625
Allow quick multi-selection of torrents or files based on whether they are finished.
11 years ago
Eric Kok
093835cf86
Added support for Deluge viewing and setting of labels on torrents. Fixes #54 .
11 years ago
Eric Kok
ee44470a3a
Added sorting by download speed. Fixes #34 .
11 years ago
Eric Kok
4cee1802ae
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.
11 years ago
Eric Kok
957036e250
Added resume and pause buttons to the widget and fixed widget-related (UI) bugs.
11 years ago
Eric Kok
c6e79aa342
Fix for Torrentflux-b4rt installs in the web root (so with no folder setting).
11 years ago
Eric Kok
2f9aa15975
Fixed added on and completed on dates with uTorrentgit st.
11 years ago
Eric Kok
7776eb2ef5
Added option to force recheck of data with rTorrent, uTorrent and Deluge. Fixes #16 . Also fixes a UI glitch to propage torrent changes back to the torrents list screen.
11 years ago
Eric Kok
7964fe33cb
Improved uTorrent stability by using a static (and thus the same for all threads) token.
11 years ago
Eric Kok
ffdf8bfb12
Replaced android-xmlrpc library for aXMLRPC to get a more reliable rTorrent connection (speed could be better, but I'm working on that).
11 years ago
Eric Kok
4c07d34ec1
Fixed BitFlu connections with empty folder configuration.
11 years ago
Eric Kok
22a9c64692
Allow sorting by date added with uTorrent (the adapter already supported this). Fixes #4 .
11 years ago
Eric Kok
aa7dad0993
Allow empty web interface password for Deluge connections. See Google Code issue 495.
11 years ago
Tom Briden
c1443b8e99
Torrent: If dateDone==null but partDone==1, set it to 1900-12-31
...
so they appear at the bottom of the list when sorting by date done
descending
11 years ago
Eric Kok
b7860c3d5e
Choose connection address (hostname or ip) based on locally connected wifi network.
11 years ago
Eric Kok
acd0057b52
Synchronized access to methods in all torrent adapters (notably Transmission) to ensure parallel execution of requests don't interfere with static session codes/authentication tokens.
11 years ago
Eric Kok
cdca689893
Fix background services notifications.
11 years ago
Eric Kok
1df3429f67
Adde max transfer speeds picker.\nBumbed build target to API level 14.
11 years ago
Eric Kok
b81bf09e53
Sort files in details screen using natural order.
12 years ago
Eric Kok
b7cac50561
Sort torrents by name using natural order (Book 8 comes before Book 10).
12 years ago
Eric Kok
dcf90270e4
Finilized and fixed the dummy adapter.
12 years ago
Eric Kok
22cb487080
Added a dummy client adapter for fast UI testing.
12 years ago
Eric Kok
1ef1c4f32e
Fix Transmission adapter folder setting handling.
12 years ago
Eric Kok
2b14af7308
Treat Transmission folder setting as Transmission 2.2's new option rpc-url (effectively replacing the default /transmission folder); see issue 341.
12 years ago
Eric Kok
3593ead589
Finalized adding of torrents via http, file or magnet; also multiple http links at once via ADD_MULTIPLE.
12 years ago
Eric Kok
e874e0eb71
Added RSS feed feature UI.
12 years ago
Eric Kok
4056ddf497
Fixed file priorities and added appropriate action bar icons.
12 years ago
Eric Kok
4ff57b7010
Added import and export of settings (Transdroid 1.x settings can be imported too).
12 years ago
Eric Kok
8a866bc3ab
Allow sorting of torrents main list.
12 years ago
Eric Kok
8dfd8e2a14
Added Synology NAS support.
12 years ago
Eric Kok
597c6b1ac3
Showing labels in the navigation list or spinner.
12 years ago
Eric Kok
fb9f19500f
rTorrent adapter should return the labels that it encountered during torrents retrieval.
12 years ago
Eric Kok
8f20708bea
Fix qBittorrent version parsing for beta version (like 3.0.0-alpha5).
12 years ago
Eric Kok
68cf2eb4b5
Treat torrents with unknown eta as finishing in the far future rather than the far past.
12 years ago
Eric Kok
fc83f907e1
Build torrent and details fragment UI and started on logic.
12 years ago
Eric Kok
67ded5bd93
Encode communication with Transmission in UTF-8 to support non-Western characters.
12 years ago
Eric Kok
d9442a271d
Don't treat tracker errors in Deluge as blocking.
12 years ago
Eric Kok
dc75eca5f7
Prevent crash with Bittorrent when size/speed is set to Unknown instead of an actual value.
12 years ago
Eric Kok
b8ac92a1ca
Prevent crash when Rtorrent does not return teh addtime or seedingtime custom fields (as timestamp).
12 years ago
Eric Kok
0d70f76a10
Fix crash caused by a cast error (creationtime field can be an Integer or a Long, depending on the used dialect).
12 years ago
Eric Kok
bc9fdad352
Support setting of labels with rTorrent (thanks tom Briden\!)
12 years ago
Eric Kok
06668b69a3
Support labels in rTorrent depending on ruTorrent's default behaviour of storing labels in the custom1 field. (Thanks Tom Briden\!)
12 years ago
Eric Kok
7712d8229d
Uses real 'time added' with rTorrent if user has the seedingtime plugin. (Thanks Tom Briden\!)
12 years ago