Commit graph

38 commits

Author SHA1 Message Date
PartyDonut
f7ceb6c3a7
fix: Updated auth header (#62)
## Pull Request Description

Use updated auth header for jellyfin authentication

## Issue Being Fixed

Using deprecated auth headers

Resolves #61 

## Checklist

- [x] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [x] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [x] Check that any changes are related to the issue at hand.

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-22 16:29:38 +02:00
PartyDonut
d572884e61
feature: Add new home carousel (#58)
## Pull Request Description

This adds a new home carousel better suited for mobile
The old one is still available

## Checklist

- [x] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [x] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [x] Check that any changes are related to the issue at hand.

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-21 22:24:59 +02:00
PartyDonut
2a2502147a fix: saved servers for web 2024-10-20 10:10:38 +02:00
PartyDonut
9df13cfb34
chore: removed google fonts dependency #54 (#55)
## Pull Request Description

Added the google fonts locally
Also added back saved servers for web

## Issue Being Fixed

Issue Number: #54 

## Screenshots / Recordings

<!-- This section is optional but highly recommended to show off your
changes! -->

## Checklist

- [ ] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [ ] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [ ] Check that any changes are related to the issue at hand.

---------

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-20 09:42:53 +02:00
PartyDonut
28d6704c70 chore: clean-up logging 2024-10-19 17:10:06 +02:00
PartyDonut
8e2ce7861b
feature(web): Added full-screen button and volume slider (#50)
## Pull Request Description

Adds the full screen toggle to web and the volume slider.
fix: small fixes for desktop padding
fix: only reload widgets when the content has changed

## Issue Being Fixed

Issue Number: #28

---------

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-19 17:07:23 +02:00
PartyDonut
da9e0423c8
fix(mobile): login screen disable auto-correct input fields (#48)
Fixes #27

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-19 15:52:49 +02:00
PartyDonut
90610bea9f
fix: disable server discovery for web (#49)
## Pull Request Description

Disable discovery of jellyfin servers for web. Because web does not
support UDP requests.

## Issue Being Fixed

Issue Number: #19

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-19 15:52:18 +02:00
PartyDonut
6669a06e53
fix: padding issues (#47)
## Pull Request Description

This fixes a bunch of padding issues, and also improves padding in other
areas.

Issue Number: #29

---------

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-19 15:25:32 +02:00
PartyDonut
758e369839
Android - Added separation for development/production builds (#43)
## Pull Request Description

Added a development build to so it's easier to develop alongside the
current release (Android only atm)

## Issue Being Fixed

Developing removing the actually installed fladder app

Issue Number: N/A

## Checklist

- [ ] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [ ] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [ ] Check that any changes are related to the issue at hand.

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-18 18:33:02 +02:00
PartyDonut
bfcbf5402d
Web - Add docker image and baseUrl config support (#32) 2024-10-17 19:06:13 +02:00
PartyDonut
0495f9b800
[Bugfix] Made the status card 1:1 ratio (#25)
Slight regression I didn't notice.

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-16 16:16:30 +02:00
Rafael
4b846f4a51
[Bugfix] Wrap body in SafeArea for improved layout (#9)
Wrapped the `body` widget in a `SafeArea` widget to prevent content from
being obscured by notches, status bars, or other screen intrusions. #6

---------

Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
2024-10-14 17:08:29 +02:00
PartyDonut
dddf72241d
[Bugfix] Allow empty password login screen (#14)
fixes #12, can now log in with only a username

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-13 20:00:15 +02:00
PartyDonut
a932fa71ff
[Bugfix] Sync items not sorted by sortName (#13)
Now sort the items by sortName

---------

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-13 19:53:45 +02:00
PartyDonut
c53b9b2281
[Bugfix] Mobile - Fixed navigating back to splash screen (#11)
Fixes a small bug where the user could navigate back to the splashscreen
when starting the app.
Also fixes switching users and going back from the login screen.

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-13 18:40:16 +02:00
Rafael
5e882b2177
[Bugfix] Fix poster child count clipping large numbers(#8)
Fix the error when display large numbers #5 

Example: 

![image](https://github.com/user-attachments/assets/78cfd283-680f-4d51-88e4-89a178d2e732)

The numbers in the example image was random generated.
2024-10-13 18:10:25 +02:00
PartyDonut
bf4988074e Sorted translations 2024-10-11 16:51:10 +02:00
PartyDonut
47771a0728 [Bugfix] Video player options
[Translation] Add translations for ends at
2024-10-11 15:40:04 +02:00
PartyDonut
ae1446ddbb [Bugfix] Show playing item title in VideoPlayer_Controls 2024-10-11 13:36:36 +02:00
PartyDonut
663789ecab [Android] Added notification icon 2024-10-11 12:22:53 +02:00
PartyDonut
67793b0f13 [Bugfix] Stream options padding
[Bugfix] Stream - Off not showing as selected
2024-10-10 23:53:16 +02:00
PartyDonut
930b223fe8 Separated the build number from version 2024-10-10 23:32:32 +02:00
PartyDonut
c4f33e5039 [Bugfix] Properly show FAB in ScreenLayout.dual 2024-10-06 19:49:51 +02:00
PartyDonut
aaa6a737cb [Bugfix] Fixed refreshing details screens 2024-10-06 19:35:57 +02:00
PartyDonut
8bda03ee2c [Bugfix] Fixed posters shadow bleeding 2024-10-06 19:35:57 +02:00
PartyDonut
570376259e [Bugfix] Fixed season details screen UI bugs 2024-10-06 19:35:57 +02:00
PartyDonut
986893d8ac [Bugfix] Fixed statusbar color lightMode 2024-10-06 19:35:57 +02:00
PartyDonut
d19fa0ccd0 [Fixed] Use browser navigation 2024-10-06 19:07:02 +02:00
PartyDonut
69b3a77d17 Fix for empty queryParameters 2024-10-05 19:52:05 +02:00
PartyDonut
249bd685b1 Fixed dashboard navigation 2024-10-05 19:44:01 +02:00
PartyDonut
0c60501a99 [Fix] Move web to os name 2024-10-05 19:43:37 +02:00
PartyDonut
144c8faf70 [Feature] Replace go_router with auto_route 2024-10-05 19:43:36 +02:00
PartyDonut
b31cc86ae8 [Bugfix] Fixed navigation rail button overflow 2024-10-03 14:18:00 +02:00
PartyDonut
e0a2c8a3eb [Bugfix] Alertdialog.adaptive was causing issues. 2024-10-03 14:17:50 +02:00
PartyDonut
1b5d751855 [Chore] Update flutter to 3.24 2024-09-24 21:59:52 +02:00
PartyDonut
7b3e733b76
[Setup] Added build.yaml and check.yaml (#1)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-09-21 11:59:28 +02:00
PartyDonut
764b6034e3 Init repo 2024-09-20 10:01:13 +02:00