Eric Kok
254588a253
Merge remote-tracking branch 'origin/dev'
...
# Conflicts:
# app/src/main/java/org/transdroid/daemon/task/AddByMagnetUrlTask.java
# app/src/main/java/org/transdroid/daemon/task/AddByUrlTask.java
4 years ago
Twig N
dfe5e122bc
\#416 - added cookieStore to UtorrentAdapter
4 years ago
Eric Kok
6f07529b6a
Merge pull request #559 from TacoTheDank/master
...
Lots of code cleanup
4 years ago
TacoTheDank
eeeabdda29
Update gradle wrapper
4 years ago
TacoTheDank
120ef24924
Support fonts for API 15
4 years ago
TacoTheDank
bce5fcf218
Better support rtl
4 years ago
TacoTheDank
8c9789aa3d
Replace ifs with switches
4 years ago
TacoTheDank
2c7e36dfce
Java 8 migration
4 years ago
TacoTheDank
c1527cb36d
Java 7 migration
4 years ago
TacoTheDank
4256193edd
Java 5 migration
4 years ago
TacoTheDank
9d2e11a8df
Miscellaneous Java lint cleanup
4 years ago
TacoTheDank
a939b0fa37
Automatic code cleanup by Android Studio
4 years ago
TacoTheDank
f3206a171b
Remove redundant suppressions
4 years ago
TacoTheDank
891d96fe13
Clean up creation of new integers
4 years ago
TacoTheDank
16f1b138d9
Extend AppCompatSpinner in SelectionModificationSpinner
4 years ago
TacoTheDank
c54a8a7342
Fix wrong locale name
4 years ago
TacoTheDank
7eb8879b1e
Fix unresolved reference in activity_details.xml
4 years ago
TacoTheDank
7cb73d54ad
Fix missing super calls
4 years ago
TacoTheDank
7566d9b233
Fix a bunch of deprecations
4 years ago
TacoTheDank
05c4bc1b44
Rename adapters packages to fix dumb lint
4 years ago
TacoTheDank
5e4bad6bf6
Move daemon adapters to their own package
4 years ago
TacoTheDank
6dc1b85b2a
.editorconfig part 3: Entry rearrangement
4 years ago
TacoTheDank
dab7f2de52
.editorconfig part 2: Import optimization
4 years ago
TacoTheDank
8204bd56a7
Adjust codestyle to an .editorconfig
4 years ago
TacoTheDank
bba7abf492
Update AndroidX swiperefreshlayout
4 years ago
TacoTheDank
58af6a9f39
Clean up and update README.md
4 years ago
Eric Kok
b077c6af1c
Prepare 2.5.19 release
4 years ago
Eric Kok
77af0273de
Allow Transmission users to set a base dir for ftp download url construction; fixes #518
4 years ago
Eric Kok
1149e0ae16
Pass notification vibrate/light/sound settings to channel to fix #548
4 years ago
Eric Kok
dfa78b3ff5
Fix #550 by not crashing and assuming bytes instead
4 years ago
Eric Kok
6cb5dfd355
Fix sub-screens in settings not opening the edit dialog
4 years ago
Eric Kok
8f498b35e5
Rework preference screens to use AndroidX
...
This brings proper theming to these screens (fixes #521 ) and finally solves the issue of the title base now showing up in sub-screens (#491 and many, many others)
4 years ago
Eric Kok
90e59c5420
Reinstate dark widget; fixes #555
4 years ago
Eric Kok
9aa13d0b0d
Revert "- removed darktheme_check_box from widget config - removed widget_usedarktheme string"
...
This reverts commit f109a49a
4 years ago
Eric Kok
531527d5ae
Merge pull request #554 from TacoTheDank/master
...
Major library updates
4 years ago
TacoTheDank
0be480980e
Fix spacing in build.gradle
4 years ago
TacoTheDank
17795e6de0
Update ORMLite to 5.1
4 years ago
TacoTheDank
e756cf05ae
Update aXMLRPC to 1.12.0
4 years ago
TacoTheDank
0460303063
Replace old internal multipart, move bitcomet to transdroid
4 years ago
TacoTheDank
660478aafc
Update ColorPicker to 696bb05
4 years ago
TacoTheDank
0d4a4d30db
Replace local iharder Base64 with library
4 years ago
TacoTheDank
2dd9bda27d
Replace local Base16Encoder with library
4 years ago
TacoTheDank
09e9603133
Migrate to AndroidX
4 years ago
TacoTheDank
ba4617343e
Rearrange gradle, update Studio and buildTools
4 years ago
TacoTheDank
b9479b39dd
Update gradle wrapper
4 years ago
Eric Kok
e208d338cb
Merge pull request #553 from twig/rss-feed-auto-tab
...
automatically switch to remote RSS feeds
4 years ago
Twig N
4dc718cd5b
- automatically switch to remote rss feeds if they are set up AND you dont use local rss feeds
4 years ago
Eric Kok
1edf398286
Merge pull request #551 from jonathanjsimon/dev
...
Remove all whitespace from URL when adding
5 years ago
Jonathan Simon
f78762fb88
Remove all whitespace from URL when adding
...
The use case is fairly specific. This allows copying and pasting URLs from a command line session where the URL wraps inside the terminal, which injects whitespace in the middle of the URL. Removing the whitespace manually is tedious. This handles it in the app.
Risk: Low
5 years ago
Eric Kok
65771cea7b
Re-add missing activity
5 years ago