Twig N
ff3a289914
- replaced the navigation drawer filter with an ugly spinner
...
- filters work again
5 years ago
Twig N
f92dd04a31
- moved most of remoterss/RemoteRssActivity code into RssfeedsActivity
...
- RemoteRssFragment now extends android.support.v4.app.Fragment
- removed swipeRefreshLayout
5 years ago
Twig N
436b307a23
- added tabs for local rss feeds
...
- changed the way rss feeds refreshes a bit (RssfeedsFragment calls refresh during onResume() rather than activity)
- RssfeedsFragment and RssitemsFragment now extends android.support.v4.app.Fragment
- (WIP) it's gonna crash because tab2 currently returns null
5 years ago
Eric Kok
1bcbf08fe6
Preparing a 2.5.16 release
5 years ago
Eric Kok
9100b7bea6
Organise imports
5 years ago
Eric Kok
f75afeca4a
Reverse preemptive auth added for #105 as it breaks reverse proxies with digest, see #499
5 years ago
Eric Kok
e6f7e6e4da
Merge pull request #506 from dampcake/deluge-rpc-v2
...
Add support for Deluge V2 RPC.
5 years ago
Adam Peck
da00a7c958
Add support for Deluge V2 RPC.
...
Fixes #502 .
Unfortunatley there is no good way to detect the version, so added another choice.
5 years ago
Eric Kok
55550a253d
New release
6 years ago
Eric Kok
64ea59698e
Updated changelog
6 years ago
Eric Kok
133aa177a0
Merge branch 'dev'
6 years ago
Eric Kok
91f0aae114
Add back jcenter() for lint
6 years ago
Eric Kok
d1a4a7060e
Fixes #496 with missing sort order names in widget config
6 years ago
Eric Kok
a0995a73a3
Don't crash when incorrectly appending the port number to an rTorrent IP/hostname configuration. Fixes #480
6 years ago
Eric Kok
f5a5d233f2
Two digits on ratio text
6 years ago
Eric Kok
efec00d965
Enable R8 (Google's Proguard replacement) for smaller, faster (release) apks
6 years ago
Eric Kok
3bf85de86c
Updated some dependencies
6 years ago
Eric Kok
78dd4bdc57
Fixes #391 by requesting location permission if user want to use Local network (based on wifi SSID) feature for alternative local configuration.
6 years ago
Eric Kok
f6e8de2b52
Fixing UI crashes due to #391 #495 #484 #483...
6 years ago
Eric Kok
6832dd423b
Removed donate link in Transdrone version to meet Play Store regulations
6 years ago
Eric Kok
b9a1980f75
Removed donate link in Transdrone version to meet Play Store regulations
6 years ago
Eric Kok
e47e556dbb
Merge branch 'master' of https://github.com/erickok/transdroid
6 years ago
Eric Kok
88fa794d38
Updated release version of Search module
6 years ago
Eric Kok
4a0ad18875
Merge pull request #487 from notfoss/patch-1
...
Fix download link
6 years ago
Gaurav Thakur
cceb616a71
Fix download link
...
lastest -> latest
6 years ago
Eric Kok
6890129b16
Merge pull request #486 from pxgamer/feature/typo-fixes
...
Fix typos in preference string values
6 years ago
pxgamer
06718e6793
Fix typo with 'pref_alarmnew_info' value
6 years ago
pxgamer
2783b9964f
Fix typo with 'pref_alarmrssnew_info' value
6 years ago
Eric Kok
c09bfc18a1
Point app update checker to 2.5.14 release.
6 years ago
Eric Kok
3e28b424ae
Update changelog for new release.
6 years ago
Eric Kok
08e3bea0d5
Adds notification channels (for Android 8+). Fixes #468 .
6 years ago
Eric Kok
933eb215d8
New release time
6 years ago
Eric Kok
de9c0c4d7a
Maybe fix #469 . Seems fragment is already detached and unloaded.
6 years ago
Eric Kok
8ec2498f85
Merge pull request #473 from Micdu70/patch-1
...
Fix commit 22adee5
6 years ago
Micdu70
b6ca2e97d5
Fix commit 22adee5
6 years ago
Eric Kok
23320d886c
Merge pull request #471 from Micdu70/patch-1
...
Fix typo
6 years ago
Micdu70
d762221ee0
Fix typo
6 years ago
Eric Kok
22adee57c4
Maybe fix #469 . Not sure how the list adapter can not be set, but let's work from here by not crashing first.
6 years ago
Eric Kok
a39969e075
Two more DialogFrament-related crash fixes as found in #466 .
6 years ago
Eric Kok
d2bdf0dfe1
Fix crash when showing RSS item details in popup. Fixes #466 .
6 years ago
Eric Kok
62707f2d01
Fixes crash when adding torrent and showing the server selection dialog. Partially fixes #466 .
6 years ago
Eric Kok
c33a9691ed
Update latest app version reference for update checker.
6 years ago
Eric Kok
1cd65b80ac
New 2.5.13 release.
6 years ago
Eric Kok
96bf3f3dc0
Merge branch 'invisiblek-pathfix' into dev
6 years ago
Eric Kok
2f8ce10739
Merge branch 'pathfix' of https://github.com/invisiblek/transdroid into invisiblek-pathfix
6 years ago
Eric Kok
3c24ec73a7
Remove hardcoded absolute path. Fixes #60 again hopefully. Also closes #465 as one can simple make debug builds without the need for a release key.
6 years ago
Eric Kok
2e70236e84
Update copyright year.
6 years ago
Eric Kok
d689a1f151
Reworked background services via Android-Job. This finally adds support for newer Android versions (respecting Doze mode et al.) and stops crashing the app on Android 8. Fixes #462 and fixes #464 .
6 years ago
Dan Pasanen
7ed5562fb4
app: read signing info from a keystore.properties file
...
* This file is gitignore'd. An example is provided which must
be copied and modified for a user to successfully build.
6 years ago
Dan Pasanen
3eb079a6c3
app: use relative path to manifest
6 years ago