CranberrySoup
6df3ef14f6
First steps for multiplatform API ( #1003 )
...
* First steps for multiplatform api
* Buildconfig testing
* Fix publishing and classes.jar
* Update build.gradle.kts
2024-04-16 23:07:28 +02:00
firelight
ed2bdf44fb
New TvTypes + General fixes
2024-03-25 01:38:39 +01:00
Osten
ad67b9ddab
+ Fixed ephemeral scroll
...
+ Fixed Unable to remove Subs
+ Fixed download 1 frame visual glitch
+ Maybe fixed worker
+ Updated layout API
+ Bump
2024-03-17 03:37:09 +01:00
Osten
9ea7674a0f
Update MainAPI.kt
2024-02-02 22:18:54 +01:00
wrongwrong
f1d0a8e955
Fixed to not use API that will be discontinued in the future ( #843 )
2024-01-03 10:24:42 +01:00
Luna712
3c152e04d1
Support showing content ratings for TmdbProvider ( #705 )
...
* Support showing content ratings for TmdbProvider
2023-12-09 18:54:29 +01:00
firelight
fa7ebc05b3
Refix youtube
...
This reverts commit df0122c146
.
2023-11-21 22:47:01 +01:00
IndusAryan
df0122c146
fix: bump rhino js and upgrade desugaring level ( #774 )
...
* fix and bump rhino js
* upgrade desugaring level
* uppercase run to Run
2023-11-18 14:31:41 +00:00
self-similarity
137d833d4a
Improved Simkl autosync and fixed syncing seasons ( #722 )
...
* Improved simkl autosync and fixed syncing seasons
2023-10-29 00:55:49 +02:00
Luna712
968bd59188
Warn of potential duplicates when adding to library ( #691 )
2023-10-26 02:09:21 +02:00
LagradOst
6957a8f95d
bump
2023-09-14 20:30:44 +02:00
Sofie
01e7acdeac
getTracker: switched to anilist api ( #593 )
...
* getTracker: switched to anilist api
---------
Co-authored-by: Sofie99 <Sofie99@gmail.com>
2023-09-11 14:31:11 +02:00
LagradOst
56cb3d7181
refactored download system for better preference + bugfixes
2023-08-19 00:48:00 +02:00
self-similarity
d2d2e41fb3
Added Simkl ( #548 )
2023-08-12 22:25:30 +02:00
Jace
827cbbb0b5
Feature: Refactor autodownload plugin to have multiple modes. ( #518 )
2023-08-01 15:54:15 +02:00
LagradOst
3bdbb35754
alert fix + synchronized + bump + homepage load fix + small focus change
2023-07-30 05:05:13 +02:00
LagradOst
afadf121f4
testing leaks
2023-07-16 02:25:36 +02:00
no-commit
00a91ca5fb
Added Subscriptions (pinged every ~6 hours)
2023-02-19 19:27:40 +01:00
Lag
4a8ee55018
Added provider tests
2023-02-15 21:40:10 +01:00
reduplicated
84493b7f3b
mini fix
2023-02-09 01:46:07 +01:00
Sir Aguacata
3e2c2a5c86
Added a way for easy mal and anilist tracker ( #359 )
...
* Added a way for easy mal and anilist tracker, All credit gos to Hexated for helping me
* Made CodeFactor Fucking Happy
* prettified the getTracker method
* remove parenthesis
* fixed
---------
Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
Co-authored-by: reduplicated <110570621+reduplicated@users.noreply.github.com>
2023-02-08 23:58:15 +00:00
LagradOst
3c82548c20
Library merge ( #343 )
2023-01-28 22:38:02 +00:00
reduplicated
5050ff65c0
disabled crash reporting because yall keep crashing
2023-01-25 15:06:48 +01:00
Blatzar
5b26c998b4
Added trailers and poster to TV
2022-12-23 22:53:51 +01:00
Jace
56c79e3b6a
[Bugfix] Re arrange Regex for Duration, fixing issue if inaccurate results. ( #239 )
2022-12-07 18:39:59 +00:00
Jace
9bca7a0780
Fix duration regex, returning null on first checker ( #218 )
2022-11-21 07:32:32 +00:00
Jace
a8f3d18c2e
[Feature] Get duration from string in format of '00 hr 00 min 00 sec', in any combination ( #215 )
2022-11-19 10:53:34 +00:00
Blatzar
1226426389
More crash fixes
2022-11-06 20:16:48 +01:00
Blatzar
8810d5abd6
Trying to the dumbest crash ever
2022-11-03 11:56:45 +01:00
Blatzar
1c494f0ce2
Add back provider languages option (settings > providers)
...
If any of your favorite sites disappear check that setting
2022-10-31 22:09:56 +01:00
Blatzar
ddae2ddf3c
Revert "Remove provider language ( #141 )"
...
This reverts commit a43e950a48
.
2022-10-31 20:55:33 +01:00
reduplicated
d349190238
scroll
2022-10-31 01:16:15 +01:00
Blatzar
6a5286e363
Several crashfixes
2022-10-19 00:14:15 +02:00
reduplicated
661f8c3c4e
mini api fix
2022-10-11 15:24:16 +02:00
LagradOst
a43e950a48
Remove provider language ( #141 )
2022-10-10 19:51:03 +00:00
reduplicated
61fb302a37
delay mainpage
2022-10-09 01:36:06 +02:00
Blatzar
0f492c2c82
Added fallback webview to login pages and made account selectable on TV
2022-09-17 13:03:41 +02:00
Blatzar
7f475ba059
Part 3 update for named seasons
2022-09-12 17:22:48 +02:00
Blatzar
e830595c5f
Part 2 update for named seasons
2022-09-12 16:00:27 +02:00
reduplicated
cd119822f2
tv UI fixes
2022-08-29 01:52:15 +02: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
reduplicated
7a6d16d2c1
trailers fix + crash fix
2022-08-25 03:59:20 +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
5ad5b5ea36
fix #43
2022-08-20 14:16:27 +02:00
Jace
a49f4668e4
[Feature] Refactor Preferred Media to allow multi-selection and support for all TvType.
2022-08-20 10:01:24 +02:00
Jace
e4a5e00ef4
Add overload method to newHomePageResponse() to allow list of HomePageList
2022-08-19 13:28:41 +02:00
reduplicated
0fcb7b8db5
fixed crashes
2022-08-18 02:54:05 +02:00
Blatzar
cff67b7db3
Fix index out of bounds
2022-08-15 16:44:46 +02:00
Jace
ed9ae3d0e0
[Additional feature] Also apply quality filter to HomePage list
2022-08-15 11:14:36 +02:00