Eric Kok
9345b84011
Separated the RSS and torrents-related background notification settings.
11 years ago
Eric Kok
1ed644e42c
Added support for pull to refresh in main and details screen (via ActionBar-PullToRefresh library). Fixes #19 .
11 years ago
Eric Kok
94fe30bbb4
Added Dutch translation.
11 years ago
Eric Kok
f8f0fa42b6
Modifications for the lite version of Transdroid (now called Transdrone :).
11 years ago
Eric Kok
c9e1609da3
Fix typo in turtle mode.
11 years ago
Eric Kok
b1881f0cf4
Only check for app (and search module) updates once a day. That should be enough, right?
11 years ago
Eric Kok
de6cf7573c
Don't do a full refresh on screen orientations. Fixed #9 .
11 years ago
Eric Kok
565c2730f6
Merge branch 'dev'
11 years ago
Eric Kok
2aef2f0f78
Fixed #17 so that the list view rows show a proper selection (activation) background colour.
11 years ago
Eric Kok
fc2cd9be25
Improving the general screen flow and unnecesary multiple refresh calls. Also fixes #11 and fixes #6 .
11 years ago
Eric Kok
e3c0af1557
Fixed widget preview torrents list UI.
11 years ago
Eric Kok
cd44899f83
Click on empty/error messages refreshes the torrents and details screens. Fixes #20 .
11 years ago
Eric Kok
68d48a8808
Merge branch 'dev'
11 years ago
Eric Kok
2b404cf813
First final version of the app widget.
11 years ago
Eric Kok
c70ee61646
Working widgets with correct loading static and list rows UI.
11 years ago
Eric Kok
93ee507359
Correct look of the preview widget in the widget config screen.
11 years ago
Eric Kok
1f6d4c893d
Fully developer (but untest) widget configuration, service and remote views factory.
11 years ago
Eric Kok
85c2263f85
Added new widget config acitivity (the actual wisget is to follow).
11 years ago
Eric Kok
4a333deaf4
Removed GEdit temp file.
11 years ago
Eric Kok
955049c205
Merged dev branch into master (while manually retaining the new connect jar).
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
11652b7dce
Merge pull request #14 from tombriden/blank_port_fix
...
Fix NumberFormatException if port is saved as blank string
11 years ago
Tom Briden
96f1330127
Fix NumberFormatException if port is saved as blank string
...
if you open the port option and click ok, it saves a blank string in
preferences and this gets loaded instead of using defaultPort so throws
the exception trying to convert "" to an int.
11 years ago
Eric Kok
5ecae7bd38
Try to parse a name from torrent http and magnet links to show (and solves the 'Add by URL crashes' bug for magnet links).
11 years ago
Eric Kok
aa7dad0993
Allow empty web interface password for Deluge connections. See Google Code issue 495.
11 years ago
Eric Kok
a43e09b891
Support file downloads via AndFTP (and possibly plain ftp:// intents).
11 years ago
Eric Kok
6b928e4ca4
Added option to change a torrent's storage location from the details screen. Fixed #8 .
11 years ago
Eric Kok
d0b0ab1c32
Merge pull request #11 from tombriden/datedone_sortfix
...
Fix for datedone sorting if there is no date done for a torrent.
11 years ago
Eric Kok
cd77d1c7ff
Allow filter action to show in main action bar (and add an icon for the action).
11 years ago
Eric Kok
3e6989fa49
Hide search and RSS settings if not supported (i.e. in Lite version).
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
ea39f4485b
Fix loading of the boot receiver.
11 years ago
Eric Kok
54b2b206ea
React to hardware search button presses by opening the search view (by expanding the menu option).
11 years ago
Eric Kok
940ce5fad8
Show/hide menu options depending on the connected server type.
11 years ago
Eric Kok
b7860c3d5e
Choose connection address (hostname or ip) based on locally connected wifi network.
11 years ago
Eric Kok
6c50e35329
Preparing for beta 1 release with proper list of used libraries and their licenses.
11 years ago
Eric Kok
86abb9fb55
Allow https for RSS feeds (as long as the certificates are properly and officially signed).
11 years ago
Eric Kok
5df916db34
New alpha release 4 with Torrent Connect fixes.
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
34a3834526
Tweaked tablet search layout.
11 years ago
Eric Kok
a6faa68531
Added GNU GPL v3 license statement to all code (Java, XML) files.
11 years ago
Eric Kok
76c711e752
Added new project readme in markdown format. Transdroid is now on GitHub
11 years ago
Eric Kok
d8d6d8d4ba
Removed old Transdroid UI from the (visual) directory tree; the master branch is now Transdroid 2 only.
11 years ago
Eric Kok
4c1cc8d291
Merge branch 'newui', which is Transdroid 2 and includes the new core (UI project), full and lite versions of the app.
11 years ago
Eric Kok
7f207a8ae7
Proper .gitignore file for Android development with Eclipse.
11 years ago
Eric Kok
3fef4897e8
Added tag 2.0alpha3 for changeset 0d73eeb77107
11 years ago
Eric Kok
b761c6741a
Allow viewing of details page (via browser intent) of search resutls.
11 years ago
Eric Kok
9d82b11681
Updated connect library jar into core.
11 years ago
Eric Kok
cdca689893
Fix background services notifications.
11 years ago
Eric Kok
97c2589632
Added background services for app updates, RSS feeds and server checks for new and finished torrents.
11 years ago