Commit graph

27 commits

Author SHA1 Message Date
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
PartyDonut
f20aab2118
feature: Improved video player stop controls (#146)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-16 12:55:12 +01:00
PartyDonut
e50d666fa9
feat: Improve how unsupported items are shown. (#129)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-07 18:57:57 +01:00
PartyDonut
44c3763848
feature(Library): Use dialog to ask what to play (#111)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-03 10:38:48 +01:00
PartyDonut
cb4b416bfc
feature: Toggle wifi requirement for downloads (#110)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-03 10:01:40 +01:00
PartyDonut
0b0cd3a557
feature: Adds schemeVariants to color options (#109)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-03 08:59:35 +01:00
PartyDonut
98130f953e Merge branch 'develop' of https://github.com/DonutWare/Fladder into develop 2024-11-02 19:03:49 +01:00
PartyDonut
7ce8f10892 small translation error 2024-11-02 19:03:42 +01:00
PartyDonut
c32f71b368
feature: Added settings to force the player into certain orientations (#108)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-02 18:44:18 +01:00
PartyDonut
691293648b
feature: Added option to save and set default filters for libraries (#107)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-02 15:44:24 +01:00
PartyDonut
2038847552 chore: fixed small fixes on the english translation 2024-11-01 21:13:58 +01:00
PartyDonut
6c328e60ff
fix: Playback not cancelling if no compatible media was found (#100)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-01 20:20:00 +01:00
PartyDonut
ca115db3b9
feature: Added playback rate to video player options (#99)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-01 16:11:50 +01:00
PartyDonut
66f2b6cd4e
feature: Auto next-up preview, skip to next in queue. (#96)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-01 15:52:54 +01:00
Weblate (bot)
bb05da2aba
chore: Updated translations from Hosted Weblate (#76)
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: stanol <stanol@users.noreply.hosted.weblate.org>
Co-authored-by: Rogério Mendes <rogeriomendes.mg@gmail.com>
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
2024-10-26 14:08:38 +02:00
PartyDonut
1babf05834
fix: Keyboard controls and translations (#79)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-26 14:00:15 +02:00
PartyDonut
62143581ac
feature: Improved about page (#75)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-25 19:58:51 +02:00
PartyDonut
8dc18c8a3d
fix: Added some missing translations (#74)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-25 19:14:21 +02:00
PartyDonut
8d15e319d3
fix: Sync leaving left over temp files (#73)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-25 18:58:44 +02:00
PartyDonut
476bdc130e
feature: Improved banners, made banner settings easier to understand. (#71)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-24 23:02:10 +02:00
Weblate (bot)
2ad6bc1b5e
Translations update from Hosted Weblate (#67)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[DonutWare/Fladder](https://hosted.weblate.org/projects/fladder/fladder/).



Current translation status:

![Weblate translation
status](https://hosted.weblate.org/widget/fladder/fladder/horizontal-auto.svg)

---------

Co-authored-by: PartyDonut <partydonut@users.noreply.hosted.weblate.org>
Co-authored-by: Andrew <stanol777@gmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
2024-10-24 15:23:28 +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
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
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
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