PartyDonut
4371368fda
fix(Desktop): Small improvement to padding and titlebar
2025-02-08 19:22:15 +01:00
PartyDonut
f259151336
feature: More info playback state ( #219 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-02-08 11:48:42 +01:00
PartyDonut
fe96c7e258
fix: Increased default padding for item views
2025-02-08 08:22:13 +01:00
PartyDonut
11189455ed
fix: Sorting of items in option dialog
...
fix: Translation of sizes
2025-02-07 16:56:50 +01:00
PartyDonut
8012fdcea8
feature: Rework responsive layout ( #217 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-02-07 15:55:01 +01:00
PartyDonut
bd8faf2f6a
feature(web): Added option to download file and copy stream url ( #209 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-02-01 15:22:22 +01:00
PartyDonut
b470c26875
fix: Over-sharpened images from filter quality ( #208 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-01-31 15:58:45 +01:00
PartyDonut
39a7537116
chore: Fix dart deprecation messages
2025-01-05 13:53:59 +01:00
PartyDonut
d2138da785
feature: Details screen rework ( #190 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-12-27 15:21:47 +01:00
PartyDonut
473e817e0f
fix: Disabling switching router layouts after setting ( #191 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-12-27 14:37:46 +01:00
PartyDonut
a518ae457e
chore: Update MPV package to latest version ( #165 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-28 21:42:40 +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
PartyDonut
5c560e54b5
feature: Add support for mediaSegments ( #138 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-09 19:40:12 +01:00
PartyDonut
35e74258d9
fix: duration-picker not working ( #134 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-08 14:48:08 +01:00
PartyDonut
59a5fa6ac6
bugfix: Only allow add to collection for admins ( #133 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-08 14:36:02 +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
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
76ac1aaa5b
fix: Improve keyboard input handling ( #102 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-02 08:40:39 +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
62143581ac
feature: Improved about page ( #75 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-10-25 19:58:51 +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
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
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
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
PartyDonut
bfcbf5402d
Web - Add docker image and baseUrl config support ( #32 )
2024-10-17 19:06:13 +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
930b223fe8
Separated the build number from version
2024-10-10 23:32:32 +02:00
PartyDonut
d19fa0ccd0
[Fixed] Use browser navigation
2024-10-06 19:07:02 +02:00
PartyDonut
144c8faf70
[Feature] Replace go_router with auto_route
2024-10-05 19:43:36 +02:00
PartyDonut
e0a2c8a3eb
[Bugfix] Alertdialog.adaptive was causing issues.
2024-10-03 14:17:50 +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