## Pull Request Description
Both macos and iOS flavors are now configured properly
## 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>
## Pull Request Description
Single and hopefully only commit so weblate is up-to-date with last
repository
## Special thanks to the translators 🎉
@kingu - Noors (Bokmål) (nb_NO)
@alison2033 - Portuguese (Brazil) (pt_BR)
@andreasmolnardev - German (de)
@stanol - Ukrainian (uk)
If I forgot someone let me know!
## 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>
## Pull Request Description
Adds Ukrainian to the list of supported languages. I'd like to extend a
huge thank-you to @stanol for providing the translation.
## Issue Being Fixed
Resolves#60
## Screenshots / Recordings
<!-- This section is optional but highly recommended to show off your
changes! -->
## 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.
## 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>
## 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>
## 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>
## 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>
## 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>
## 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>
## 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>
## Pull Request Description
This updates the RPATHs for the shared libraries and the main executable
in the Linux build. Currently, the RPATH points to a path specific to
the GitHub Actions runner, which could cause issues.
Example of current RPATH from the GitHub runner:
```
❯ patchelf --print-rpath ./lib/libdynamic_color_plugin.so
/home/runner/work/Fladder/Fladder/linux/flutter/ephemeral
```
after this change:
```
❯ patchelf --print-rpath ./lib/libdynamic_color_plugin.so
$ORIGIN
```
Changes:
- Add a step in the Actions workflow to set the RPATH for the libraries
and the executable using patchelf.
- Changed the RPATH to `$ORIGIN` for the shared libraries and ensure the
main executable looks for its libraries in the lib directory next to it
by using `$ORIGIN/lib`.
## 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.
## Pull Request Description
Add 0.2.6 to the AltStore repository
## Issue Being Fixed
Issue Number: No issue
## Screenshots / Recordings
*No screenshots*
## 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 <42371342+PartyDonut@users.noreply.github.com>
Fixed typo
## Pull Request Description
Removed an "s" from "featuress"
## Issue Being Fixed
Typo in readme.md
Issue Number: N/A
## Screenshots / Recordings
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.