Commit Graph

140 Commits

Author SHA1 Message Date
Blatzar 94fa6b963b Fix buggy OpenSubtitles caused by race condition 2022-09-22 17:20:26 +02:00
Blatzar 0f492c2c82 Added fallback webview to login pages and made account selectable on TV 2022-09-17 13:03:41 +02:00
Cloudburst 93b176e3cd add safe mode that disabled extensions on crash 2022-09-01 14:13:54 +02:00
KillerDogeEmpire e503534ab1
Made Language into provider (#68)
* made the language category to Provider category

* Remove the translations for the language category since it's now changed
2022-08-29 21:20:03 +00:00
Jace 01c81fc421
[Feature] Copy settings values from Preferences to providers APIs (#48)
* [Feature] Copy settings values from Preferences to providers APIs

* Use companion object instead for singular object access across all providers

* Fix build

* Re-order code hierarchy. Prioritize loading settings from pref
2022-08-28 18:32:17 +00:00
Blatzar 0f8a2df9e5 Optimized plugin loading 2022-08-23 21:28:42 +02:00
reduplicated 34cbcd8311 faster init time for homepage dex 2022-08-21 03:44:49 +02:00
reduplicated 10f4d33c59 Merge remote-tracking branch 'origin/master' 2022-08-20 19:40:03 +02:00
reduplicated 051ca7a68d minor crash fixes + suspended stuff 2022-08-20 19:39:04 +02:00
C10udburst 5508c2d14e readded extractors (remove the extractors repo) 2022-08-20 09:46:57 +02:00
Blatzar aa3ece66a9 Cloned sites working
Fixes #19
2022-08-17 14:26:36 +02:00
Blatzar 99d6aef993 Add webview support for cloudstreamrepo uri 2022-08-17 00:17:50 +02:00
Blatzar 318ee08366 Fix homepage and fix some tv issues 2022-08-16 21:07:49 +02:00
Blatzar ef165ad4cb Add webview fallback for TV 2022-08-16 01:24:19 +02:00
Blatzar bbf9f247a9 Add reference to public list 2022-08-15 03:31:33 +02:00
Blatzar b2ee957833 Fix homepage loading with plugins 2022-08-14 23:34:47 +02:00
Blatzar bb2385fef3 Fix link loading repos 2022-08-14 22:39:51 +02:00
Blatzar 18f1fba047 Fix merge conflict 2022-08-14 18:13:44 +02:00
C10udburst 9e157a8a12 fix ui stuff
fixes #7
2022-08-14 13:23:06 +02:00
Blatzar 796ae90b8c Made prebuilt repos key based and added nice info to extensions page 2022-08-12 03:51:06 +02:00
Blatzar 132dda6f4c Option to disable automatic plugin updates 2022-08-11 19:12:27 +02:00
Blatzar 1321009837 No setup if no PREBUILT_REPOSITORIES and code cleanup 2022-08-09 15:44:32 +02:00
Blatzar 6e819e3b96 Plugin setup screen and hopefully fix critical error 2022-08-09 04:53:24 +02:00
Blatzar 2c399e6916 No plugin loading on bad status 2022-08-08 20:52:03 +02:00
reduplicated 4e6bbf3908 updated ui and logic for plugins 2022-08-07 23:11:13 +02:00
Blatzar e14b2d24c8 Merge remote-tracking branch 'origin/master' 2022-08-07 18:02:00 +02:00
Blatzar 89936c2bd6 Revamped backend and added auto updating 2022-08-07 18:01:32 +02:00
C10udburst ff8f10c867 fix provider cloning 2022-08-07 14:14:51 +02:00
C10udburst 15f2299742 guh 2022-08-07 11:08:25 +02:00
C10udburst f9d3aa1861 fix another merge issue 2022-08-07 11:02:24 +02:00
C10udburst ff7b468f54 Merge branch 'master' into merge-reduplicated 2022-08-07 10:27:57 +02:00
Blatzar 34660bcd48 Added loading repositories from url 2022-08-07 02:48:49 +02:00
Blatzar 8c0e07decb Added basic extension management 2022-08-07 01:43:39 +02:00
Blatzar e10cb7b0a3 Added RepositoryParser 2022-08-06 20:27:56 +02:00
reduplicated 1bc4c7e56d android tv resultview testing 2022-08-05 00:26:33 +02:00
C10udburst f90f91cea5 add plugin api? 2022-08-04 12:51:11 +02:00
C10udburst 0ec61bae8e remove all providers 2022-08-04 12:13:50 +02:00
LagradOst a99713fe0c viewmodel dialogs 2022-08-03 02:04:03 +02:00
Blatzar 9856cbb952 Fixed some episodes on sflix.to, updated NiceHttp and made m3u8 gen suspend + throwable 2022-07-30 17:43:37 +02:00
Blatzar 510dd9c358 Added setup screen :) 2022-07-30 03:24:07 +02:00
LagradOst 420bc5abbe minor refactor, mapper.readValue -> parseJson 2022-07-28 01:38:20 +02:00
Blatzar b034273318 Fixed regression which caused github metadata to get skipped 2022-07-20 23:00:29 +02:00
LagradOst 81938a565f removed unessessary loading of trailers if disabled and added trailers to anilist 2022-06-17 22:43:42 +02:00
LagradOst 3d00015a0c switched yt implementation to newpipe 2022-06-17 19:25:41 +02:00
LagradOst 5f542ec81a added site cloner 2022-06-17 00:07:07 +02:00
LagradOst 62f1014e72 trailer fixes + fullscreen 2022-06-16 19:47:48 +02:00
LagradOst 91a14dac0f Added trailers 2022-06-16 03:04:24 +02:00
LagradOst 162ce53a82 settings change + flashbang mode fixes 2022-06-09 15:50:55 +02:00
LagradOst 918136f8f0
Opensubs dev into master (#1136)
* [Feature][WIP] Add option to download subtitles from Opensubtitles.org (#1082)

Co-authored-by: Jace <54625750+Jacekun@users.noreply.github.com>
Co-authored-by: Jace <jaceorwell@gmail.com>
Co-authored-by: LagradOst <11805592+LagradOst@users.noreply.github.com>
2022-06-07 16:38:24 +00:00
LagradOst ada48f2a98 fixed json from github issue 2022-06-03 00:51:41 +02:00