Commit graph

104 commits

Author SHA1 Message Date
PartyDonut
eb231f37cd
feat: Added translations, use locales instead of depending on hardcoded strings. (#65)
## 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>
2024-10-23 18:27:24 +02:00
Bailey
62e046de4a
feat: Add Ukrainian translation (#63)
## 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.
2024-10-23 18:04:18 +02:00
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
9fcb4e0285
Update PULL_REQUEST_TEMPLATE.md 2024-10-22 16:20:39 +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
ff45bb8641
Update README.md 2024-10-19 17:13:37 +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
f5343be4e7
Update README.md 2024-10-18 18:46:22 +02:00
PartyDonut
9b7790e695
Update README.md
Added weblate translations
Fixed icon
2024-10-18 18:45:42 +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
Tamim Baschour
f7f53d1656
[Improvement] Fix RPATHs for shared libraries and binary in Linux builds (#41)
## 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.
2024-10-18 18:24:29 +02:00
PartyDonut
2e3107dccd
Commented out altStore for now. 2024-10-18 10:25:42 +02:00
PartyDonut
66aca16ded
Update altstore.json 2024-10-18 10:20:00 +02:00
Bailey
6e4f23ca5d
Add 0.2.6 to AltStore repo (#37)
## 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>
2024-10-18 10:17:59 +02:00
Ander Regidor
78886d58d3
Fixed typo in Readme (#38)
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.
2024-10-18 10:16:49 +02:00
PartyDonut
6d8f1821a6
Update README.md 2024-10-17 23:48:54 +02:00
Ander Regidor
d84ae7c21a
Added 'Add to AltStore' button to README (#34)
## Pull Request Description

Added a button that allows quick addition of the repo to AltStore from
an iDevice. Due to the README not allowing 'altstore://' links, I had to
do it through a link shortener. The non shortened URL is:

`altstore://source?url=https://raw.githubusercontent.com/bazzadazza72/fladder-develop/refs/heads/develop/altstore.json`

## Issue Being Fixed

No issue being fixed, just added the shortcut.

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.
2024-10-17 22:56:42 +02:00
PartyDonut
3323d7782e Add latest 2024-10-17 22:09:28 +02:00
PartyDonut
a3e7e038b7
Update README.md 2024-10-17 19:47:16 +02:00
PartyDonut
07c43d9fae Added basic docker compose file 2024-10-17 19:41:11 +02:00
PartyDonut
ba4ea5ecf7 Separated pages and release web build 2024-10-17 19:29:12 +02:00
PartyDonut
bca7148948 Merge branch 'release/0.2.6' into develop 2024-10-17 19:09:24 +02:00
PartyDonut
4252e764dd Release bump for docker container 2024-10-17 19:09:13 +02:00
PartyDonut
bfcbf5402d
Web - Add docker image and baseUrl config support (#32) 2024-10-17 19:06:13 +02:00
PartyDonut
80a0fdbee4 Fixed altStore links 2024-10-17 18:08:26 +02:00
PartyDonut
dd0653ca35
Updated name 2024-10-17 18:07:21 +02:00
PartyDonut
7af2535878
Update README.md 2024-10-17 17:08:51 +02:00
Bailey
c9fcd70ada
iOS - Create AltStore repository (#23) 2024-10-17 16:25:15 +02:00
PartyDonut
4b37b926c6 Updated templates
Added PR template
2024-10-16 16:50:33 +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
PartyDonut
29bc7f2fd8
Update README.md 2024-10-16 15:47:28 +02:00
PartyDonut
f63b735424 Added build number to linux builds 2024-10-16 15:46:03 +02:00
PartyDonut
554a514ac5 Merge branch 'release/0.2.5' into develop 2024-10-16 15:02:23 +02:00
PartyDonut
ec8edd8624 Bump to 0.2.5
Added macos build number
2024-10-16 15:01:32 +02:00
Bailey
1bbf461fd4
Update GitHub upload-artifact version (#24) 2024-10-16 14:59:03 +02:00
PartyDonut
9744bb48c4
Update README.md 2024-10-15 18:23:48 +02:00
PartyDonut
960b441d73
Fixed play button wrap around 2024-10-15 18:22:36 +02:00
PartyDonut
348f400c18
Clarified web build 2024-10-15 18:20:39 +02:00
PartyDonut
6afb642502
Fixed typos readme 2024-10-15 18:20:04 +02:00
PartyDonut
e7c2e2a980
Update readme (#18)
Added build passing tag
Added more information about a Playstore release.
2024-10-15 18:18:10 +02:00
Bailey
1f05446eb1
[Build] Add libmpv-dev to Linux workflow to fix compilation (#16)
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
2024-10-15 16:44:51 +02:00
PartyDonut
e45ff31587
Update README.md 2024-10-15 16:39:21 +02:00
PartyDonut
6e84595617 [Chore] Updated web description/title 2024-10-14 20:43:01 +02:00
PartyDonut
a6744863d5 Merge branch 'release/0.2.4' into develop 2024-10-14 19:45:52 +02:00