Commit graph

26 commits

Author SHA1 Message Date
PartyDonut
5d3cfc900f chore: Update to latest windows runner 2024-12-01 09:38:09 +01:00
PartyDonut
4e161a8d20 feature: Added multiple platforms to docker image 2024-11-29 13:57:24 +01:00
PartyDonut
da354437e3
feature: Added LibMDK video player backend (#162)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-22 18:53:31 +01:00
Louis-Maxence Garret
523476bd08
feat(Linux): Automatically build a Flatpak bundle (#125)
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
2024-11-13 17:52:26 +01:00
PartyDonut
a4f3e68d25
chore: improved dart analyzer (#82)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-28 18:43:10 +01:00
PartyDonut
23caf5c0e9 chore: build zip folder contents instead of folder 2024-10-26 18:36:38 +02:00
PartyDonut
66ea1e4995
chore: automate releases (#81)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-26 16:45:20 +02:00
PartyDonut
8926ece5bb
fix: macOS and iOS flavors (#68)
## 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>
2024-10-24 15:27:07 +02:00
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
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
3323d7782e Add latest 2024-10-17 22:09:28 +02:00
PartyDonut
ba4ea5ecf7 Separated pages and release web build 2024-10-17 19:29:12 +02:00
PartyDonut
bfcbf5402d
Web - Add docker image and baseUrl config support (#32) 2024-10-17 19:06:13 +02:00
PartyDonut
f63b735424 Added build number to linux builds 2024-10-16 15:46:03 +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
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
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
PartyDonut
ec6d7aebfe Added github pages deployment 2024-10-12 15:14:24 +02:00
PartyDonut
c6d709abad Fix windows build 2024-10-11 23:38:46 +02:00
PartyDonut
54a54184bc Set build number for windows 2024-10-11 18:52:05 +02:00
PartyDonut
0711735712
[MacOS] Fixed artifacts uploading 2024-09-27 09:37:30 +02:00
PartyDonut
f59a08fa6f Use pubspec name for artifacts names 2024-09-22 12:11:51 +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