Page 1 of 4

Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sat Jul 07, 2018 11:57 am
by teal77
Hello everyone,
I made an Android app which acts as thin client for a remote Deluge daemon.
The app it self is open sourced under GPLv3 https://github.com/teal77/trireme.
Screenshots: https://imgur.com/a/x7QOi6r.

I'd like to thank,
the developers of the Deluge project for the Deluge project.
the developers of Transdroid for inspiration.

Download link: https://github.com/teal77/trireme/releases

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sat Jul 07, 2018 12:01 pm
by teal77
Also, some of you may have seen the announcement I made in IRC a couple of weeks ago and downloaded the app from the Play Store. Google has since removed the app from the Play Store and there will be no more updates for that version. If you are already using the Play Store version, you will have to uninstall that because it will not be compatible with the Github versions. Sorry for the inconvenience, also thank you all who supported the app during it's brief life in the Play Store.

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sun Jul 08, 2018 2:25 pm
by Cas
Why was it removed from the play store?

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sun Jul 08, 2018 3:01 pm
by teal77
No reason given. Well the emails say that its due to "multiple prior violations" with an "associated" account. I tried to explain to them that I had never used play store before and that this was my first ever app, but they wouldn't listen or give me any other information.

I'm working on getting the app listed on F-Droid.

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sat Jul 21, 2018 10:13 am
by teal77
Updated the app with some bug fixes.
  • Fix disconnected client not reconnecting properly even after connection has been restored.
  • Fix list inconsistency caused by large number of RPC events. eg: When the whole list is paused/resumed.
  • Add banner in home screen which indicates connection issues.

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Tue Jul 31, 2018 6:00 am
by teal77
App is now up on F-Droid. https://f-droid.org/packages/org.deluge.trireme/

F-Droid is an app store for FOSS android apps. All apps in there are built from source by the F-Droid community. If you are not using it already, I highly recommend it. https://f-droid.org/

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sat Aug 04, 2018 10:25 am
by teal77
App updated with some new features.
  • Add adding torrents by torrent file.
  • Add opening magnet links and torrent urls from browser.
  • Add showing seeding time and completed time (available in Deluge 2.0 and higher) in details screen.
  • Add sorting torrent list by seeding time.
  • Slightly changed navigation drawer design. (Removed unnecessary drop down button)

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Fri Aug 10, 2018 9:17 pm
by smashitdown
@ teal77

Thanks for making this. I spent hours trying to get transmission to work. It the most popular torrent application for Ubuntu, but I think It is very confusing because there seems to be like 3 different configuration files

This is the last step I needed to get everything setup the way I wanted.

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Sat Sep 01, 2018 5:38 pm
by wraith
You are my hero, I've been waiting for someone to build an android thin client using the proper (non-web) APIs. Good work!

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Posted: Thu Sep 27, 2018 9:43 am
by teal77
Thanks for the support!

App updated with some bug fixes
  • Fix a bug where it wouldn't ask read permission when opening a torrent file for the first time.
  • Fix crash in detail screen when torrent is removed in some other client.
  • Add a settings screen.
  • Add a server list screen in settings where you can delete a saved server.
  • Add a setting to change the theme color.