tremotesf-android icon indicating copy to clipboard operation
tremotesf-android copied to clipboard

Android remote GUI for transmission-daemon

Results 39 tremotesf-android issues
Sort by recently updated
recently updated
newest added

An older Transmission client makes this request: ``` uri="/transmission/rpc?token=asd" ``` while Tremotesf: ``` uri="/transmission/rpc%3Ftoken=asd" ``` thus making it impossible to add GET parameters.

This is my attempt ``` diff --git a/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt b/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt index 1da98f2..13c2624 100644 --- a/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt +++ b/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt @@ -87,6 +87,10 @@ class TorrentData(val torrent: Torrent, private val context: Context) { private...

Hello, I need help connecting to my server. My Transmission is accessible on the web at https://xxxx.org/torrent/transmission/web/ with the listening port 51413. I receive a ssl handshake failed warning. Below...

I have only one quibble with the latest update: In the revamped UI colour scheme, choosing one of two colours washes a dark mode interface in hues of that colour....

Can you add function: after adding torrent to transmission delete the initial .torrent file? Files are downloaded to doenload folder, and after adding them to transmission I do not need...

French translation is not that good. How can I help? On transifex I can't ask to join the team to translate to the french language.

I'm not familiar with Android development, so I'm not sure if there are any APIs I can use that support our minimum build target... Let me know if there's anything...

Hello, taking torrents from the archive site, so with web shares downloads are not displayed in the active tab

Hello, is it possible to put a different color for the download torrents, and a shortcut to add a torrent link / .torrent, like on transdroid? ![transdroid-2 5 1-main-576x1024](https://user-images.githubusercontent.com/17810985/109391600-2f9e1f80-7918-11eb-8365-8e2fc52141b6.png)

Sometimes, it is desirable to sort the torrent by queue. It would be nice if tremotesf could view torrent sorted by queue position. Thanks.