arkon
1813dbbf59
Add ability to sort library by date added ( closes #1287 )
2020-07-10 15:56:06 -04:00
laplaceon
fefd4c0b26
Update build.gradle ( #3438 )
...
Replace minify and shink resources with post processing block
2020-07-10 09:36:33 -04:00
arkon
40639c0933
Update dependencies, remove play-services-oss-licenses
2020-07-09 18:30:57 -04:00
arkon
68df2f4ce7
Point to GitHub releases for stable changelogs
2020-07-04 14:36:56 -04:00
arkon
ed1123feb0
Define SDK/build tool versions in buildSrc
2020-07-01 11:53:30 -04:00
arkon
c2114bbd4f
Dependency updates
2020-07-01 10:15:46 -04:00
arkon
eef39b75a6
Dependency updates
2020-06-28 22:38:24 -04:00
arkon
3645d19135
Add advanced option for DNS over HTTPS via Cloudflare ( closes #3377 )
2020-06-23 22:42:53 -04:00
arkon
f4be8e28ca
Stop IDE from complaining about missing translations
2020-06-17 09:10:12 -04:00
arkon
32e3ac63ed
Bump dependencies
2020-06-13 15:17:21 -04:00
arkon
3d44feaf2c
Bump AndroidX dependency versions
2020-06-10 23:02:31 -04:00
arkon
f5a44245e9
Update SwipeRefreshLayout
2020-06-10 23:01:47 -04:00
arkon
7e7eb9f39f
Use AndroidX WebKit library
2020-06-10 23:01:11 -04:00
arkon
7753161332
Switch to AboutLibraries
2020-06-08 18:26:20 -04:00
arkon
ec9d592cf1
Maybe fix license task for Windows
2020-06-07 16:10:43 -04:00
arkon
31015504f4
TLS 1.3 support for Android < 10
...
Should fix https://github.com/inorichi/tachiyomi-extensions/issues/3233
2020-06-07 15:47:42 -04:00
arkon
390bdfa93d
Update conductor-support-preference to handle EditTextPreference bind listener
2020-06-06 12:54:58 -04:00
arkon
ac2df87954
Alternate open source licenses plugin
2020-06-06 11:40:46 -04:00
arkon
6ee69ef430
Bump Firebase dependency
2020-05-30 10:17:47 -04:00
arkon
73dc51b3f6
Update Android Gradle plugin for AS 4.0
2020-05-28 17:40:16 -04:00
arkon
f05b99ec1f
Convert source display mode preference to flow, remove RxPreferences
2020-05-25 12:35:29 -04:00
arkon
ed87dd89a1
Dependency updates
2020-05-21 09:06:24 -04:00
arkon
6b3b98cf57
Revert Nucleus to 3.0.0
...
Fixes #3028
Fixes #3013
Fixes #3037
2020-05-09 09:56:42 -04:00
arkon
eaf1ef831a
Remove fdroid flavor
2020-05-07 17:24:06 -04:00
arkon
43c11c6ac5
Release 0.9.2
2020-05-02 15:00:10 -04:00
arkon
e29e94a5a1
Revert to old sorting library ( fixes #3034 )
2020-05-02 10:56:03 -04:00
arkon
286d2b4cf6
Release 0.9.1
2020-05-01 21:42:34 -04:00
arkon
cae90ddd08
Disable Proguard
...
Caused issues for some extensions (e.g. Komga)
2020-05-01 18:28:52 -04:00
arkon
33e0a34916
Release 0.9.0
2020-05-01 10:37:42 -04:00
arkon
8f26c4bd07
Dependency updates
2020-04-28 09:10:12 -04:00
arkon
d243ee4b4c
Remove TextDrawable
2020-04-26 11:59:15 -04:00
arkon
81b2dfd9d0
Update top level project build scripts
2020-04-25 14:30:14 -04:00
arkon
f841d3d259
Remove vector drawable support library flag
...
Not needed since our min SDK is >= 21
2020-04-25 11:26:08 -04:00
arkon
41139cea76
Revert Material Dialogs to v3.1.1 due to weird UI blinking/cutoff issues
2020-04-24 10:08:54 -04:00
Hawk of the Death
aae6820fdc
Replace Track Reading Dates date picker with MaterialDialog's one ( #2935 )
...
* Replaced datepicker with MaterialDialog's one
* Removed max date due to library bug (afollestad/material-dialogs#1973 )
* Removed old date picker view.
2020-04-23 18:28:41 -04:00
TacoTheDank
55101b1a4a
Update nucleus library ( #2932 )
2020-04-22 22:27:30 -04:00
TacoTheDank
34f7e4d448
Replace TextDrawable with a Kotlin fork ( #2929 )
...
* Replace old TextDrawable with Kotlin fork
* Update androidx preferences library
2020-04-22 21:23:44 -04:00
arkon
932a47a8a7
Update Material Dialogs
2020-04-21 23:33:01 -04:00
arkon
a68c1adba6
Use lifecycle scope for flows in activities
2020-04-21 09:12:53 -04:00
arkon
3d10dad780
Complete RxBindings to FlowBinding migration
2020-04-20 18:13:45 -04:00
arkon
ed51989796
Use non-deprecated Kotlin experimental flag
2020-04-19 12:04:08 -04:00
arkon
ca47446b46
Add link to website and open source licenses
2020-04-18 22:27:54 -04:00
arkon
6c14402992
Remove manga homescreen shortcuts
2020-04-18 16:06:31 -04:00
TacoTheDank
415df2357c
JDK8, lint fixing ( #2888 )
...
* Use Kotlin JDK8
* Satisfy a ton of lints
* Run res/layout files (and manifest) through reformatter
2020-04-18 14:47:22 -04:00
arkon
beb81b657e
Migrate some RxSharedPreferences to FlowSharedPreferences
2020-04-17 09:28:58 -04:00
arkon
f7b3450d65
More rxbindings migration
2020-04-17 09:28:26 -04:00
arkon
bdf322ceb0
Mostly migrate rxbinding to Kotlin Flow version
2020-04-16 23:04:00 -04:00
TacoTheDank
287b83b6c6
Gradle and travis updates ( #2881 )
...
* Update gradle wrapper
* Update buildtools, kotlin, and a plugin
* Replace old NDK in travis
2020-04-16 17:23:02 -04:00
arkon
4e111cebbe
Update Acra
2020-04-15 22:57:34 -04:00
arkon
6611464f73
Minor updates
2020-04-10 12:04:24 -04:00