Commit graph

246 commits

Author SHA1 Message Date
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
PartyDonut
257330589f Bumped version to 0.2.4 2024-10-14 19:45:32 +02:00
PartyDonut
57ed611b8d
[Feature] Add iOS ipa to build outputs (#17)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-14 19:44:02 +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
41ec72017c
Update README.md 2024-10-12 22:25:11 +02:00