Eric Kok
dae2ad2b81
Merge pull request #546 from bitcometdev/master
...
Fix task id parsing for BitComet v1.68 and later
5 years ago
wxhere
e3e3359c12
The task id should be assigned from XML, not assumed to be the order number in the returned XML list.
...
The old code works only for BitComet v1.67 and earlier versions.
This fix is needed for BitComet v1.68 and later, and also compatible with old versions of BitComet.
5 years ago
Eric Kok
4e0c384e4d
Merge pull request #526 from twig/combine_rss_feed_views
...
Combine RSS local and remote feed views
5 years ago
Eric Kok
b9e1885215
Merge pull request #538 from twig/fix-mimic-labels-2
...
ignore updateTorrents() and quickUpdateTorrent() if fragment is detached
5 years ago
Eric Kok
37b9c3885c
Merge pull request #539 from twig/fix-missing-navigation-labels
...
fixed missing navigation labels after returning to TorrentsActivity
5 years ago
Twig N
22ebcadaab
fixed missing navigation labels after returning to TorrentsActivity
5 years ago
Twig N
1b8daa6817
ignore updateTorrents() and quickUpdateTorrent() if fragment is detached
5 years ago
Eric Kok
0144663d04
Merge pull request #536 from twig/fix-mimic-labels
...
fixed mimic label not working
5 years ago
Twig N
d74d74391a
isResumed() was always returning false upon activity resume, so torrent updates from details activity were not being applied
5 years ago
Twig N
c6b6862f15
- deleted RemoteRssActivity.java that was restored during conflict
5 years ago
Twig N
5dc916396d
Merge remote-tracking branch 'origin/master' into combine_rss_feed_views
...
# Conflicts:
# app/src/main/java/org/transdroid/core/gui/remoterss/RemoteRssActivity.java
# app/src/main/java/org/transdroid/core/gui/rss/RssfeedsActivity.java
# app/src/main/res/values/strings.xml
5 years ago
Eric Kok
505688eb6f
Merge pull request #529 from twig/auto-daynight-theme
...
Automatically switch between day/night themes
5 years ago
Eric Kok
bd8ef730ed
Merge pull request #530 from twig/upgrade-gradle
...
Upgrade gradle
5 years ago
Eric Kok
fd80a29668
Merge pull request #533 from paour/patch-1
...
Fix build errors due to AndroidAnnotations
5 years ago
Pierre-Luc Paour
83844ca209
Fix build errors due to AndroidAnnotations
...
On Android Studio 3.6.1, AA was not finding the manifest file. This small change helped, coupled with #530 .
5 years ago
Twig N
320c5d9935
- fixed dialogs from applying the wrong theme when autoDarkTheme is on
5 years ago
Twig N
a560b06a2f
- removed R8 config since its enabled by default
5 years ago
Twig N
96cd7c7f30
- upgraded to gradle v5.4.1
5 years ago
Twig N
f109a49a6d
- removed darktheme_check_box from widget config
...
- removed widget_usedarktheme string
5 years ago
Twig N
8c131002fe
- removed unused TransdroidTheme themes in values-v21/styles.xml
5 years ago
Twig N
e1caa2a4f8
- fixed up RemoteRssActivity after rebase
5 years ago
Twig N
784c936619
- fixed inconsistent tabs to space
5 years ago
Twig N
5582731775
- fixed widget toolbar text colour
5 years ago
Twig N
e37d1ebf8e
- fixed transdroid_text_actionbar colour (always white is fine)
5 years ago
Twig N
ee2037cece
- fixed missing import
5 years ago
Twig N
e649122fbe
(WIP)
...
- fixed drawables
5 years ago
Twig N
7587b23469
(WIP)
...
- fixed drawables
5 years ago
Twig N
e8fd47cb31
(WIP)
...
- fixed styles
5 years ago
Twig N
43fa212c2b
(WIP)
...
- make use of values and values-night folders for automatic switching of colours
- renamed variables so they no longer differ by *_light and *_dark
- things are still broken
5 years ago
Twig N
0756ba72e3
- added SettingsUtils
...
- apply SettingsUtils.applyDayNightTheme() on each activity
5 years ago
Twig N
6464439455
- added system_autodarktheme setting which overrides system_usedarktheme
5 years ago
Twig N
ad1f14e2b8
- experiment with using Theme.AppCompat.DayNight
5 years ago
Eric Kok
397a8228c0
Merge pull request #527 from twig/unlabelled_top
...
show unlabelled torrents at the top of filter list
5 years ago
Twig N
3da0c25b19
- show unlabelled torrents at the top of filter list
5 years ago
Twig N
cc0c29f7f7
- forgot RssItemsFragment
...
- renamed RssItemsActivity
5 years ago
Twig N
882a647370
- renamed classes and variables because of annoying squiggly green lines
5 years ago
Twig N
b6dea1cf58
- revert some stuff closer to master branch
...
- adjust some comments
- removed RemoteRssFragment.getRssActivity()
5 years ago
Twig N
0fc366ecc6
- removed OptionsMenu from RemoteRssFragment since it duplicate them
...
- restored use of @FragmentById
- removed onFragmentReady()
- removed onFragmentDestroy()
5 years ago
Twig N
4aca5e6806
- made fragments work with inflated layouts to maintain w900 fragments layout
...
- simplified PagerAdapter
5 years ago
Twig N
521159c928
- added @OptionsMenu for RemoteRssFragment
5 years ago
Twig N
151f8570ca
- minor cleanup
5 years ago
Twig N
a1d471a78b
- improve styling of remote rss channels filter
5 years ago
Twig N
3fc82d4cc5
- use actual server name rather than "Server" in remote rss tab
5 years ago
Twig N
46bcc679ef
- updated tab labels
...
- updated comments in RssfeedsActivity.java
- show/hide remote rss feeds tab depending on server support
- show/hide tab depending on server support
5 years ago
Twig N
226a9795b7
- removed remoterss/RemoteRssActivity.java
...
- removed activity_remoterss.xml
- removed menu item to RemoteRssActivity.java
5 years ago
Twig N
10c1bf76b6
- fix crashes on activity recreation because android is just awful
5 years ago
Twig N
7584c77271
Merge remote-tracking branch 'remotes/origin/master' into combine_rss_feed_views
5 years ago
Eric Kok
9b82d48d2c
2.5.17 released
5 years ago
Eric Kok
3be3d65481
Prepare 2.5.17 release
5 years ago
Twig N
e30dfc13b3
Dont store loaders and adapters in class variables if we dont need to
5 years ago