PartyDonut
0d7408b499
fix: Native player controls regression
2025-10-26 21:16:14 +01:00
PartyDonut
3cb3628aec
feat: Bunch of small UI improvements for native player
2025-10-26 20:04:24 +01:00
PartyDonut
b476f12d6a
fix: Properly center subLabel and resolution+videoprofile in native player
2025-10-26 20:04:03 +01:00
PartyDonut
a3ccb6009c
fix: Incorrect progress updating for native player
2025-10-26 18:07:26 +01:00
PartyDonut
561351dd09
chore: Update text styling native player
2025-10-23 15:55:26 +02:00
PartyDonut
4c530f1c36
fix: Progress bar changing width when scrubbing
2025-10-22 19:29:22 +02:00
PartyDonut
654be43d60
chore: Define old android splash screen
2025-10-21 23:00:20 +02:00
PartyDonut
666f831053
fix: Add keyEvent handling for devices that don't use back gestures
2025-10-19 10:56:25 +02:00
PartyDonut
d2b8a855f3
fix: Properly localized dates in native player
2025-10-18 21:18:04 +02:00
PartyDonut
9954ed7db5
chore: Change native interface size and custom keyboard fixes
2025-10-18 14:21:32 +02:00
PartyDonut
01a98f974f
fix: Added correct font
2025-10-18 14:20:32 +02:00
PartyDonut
d61a8cf72c
chore: Contentdescription
2025-10-17 19:23:43 +02:00
PartyDonut
29917bb59f
chore: Implement translation callbacks to flutter
2025-10-17 18:43:00 +02:00
PartyDonut
318f32c7e6
feat: Add fillScreen and videoFit to native player options
2025-10-17 14:07:38 +02:00
PartyDonut
63203f39df
fix: Keep screen on logic
2025-10-17 13:19:30 +02:00
PartyDonut
83c5fafe46
feat: Enable player orientation for native player on phones
2025-10-17 13:05:51 +02:00
PartyDonut
25304d0a5b
feat: Added playbackinformation to native player ui
2025-10-17 10:32:06 +02:00
PartyDonut
91c548c412
fix: Callback broken on video activity launch
2025-10-16 22:36:20 +02:00
PartyDonut
b4e68c9e15
fix: Lots of small adjustments and changes to native player
2025-10-16 15:11:52 +02:00
PartyDonut
360b87dacb
fix: Keep screen awake during playback
2025-10-15 18:51:13 +02:00
PartyDonut
29b1c2e633
feat: Implement next-up screen for native player ( #533 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-15 18:05:51 +02:00
PartyDonut
311b647286
fix: Small change to native player prev/next
2025-10-14 22:57:03 +02:00
PartyDonut
a99e869c08
fix: Native player next/previous video on slow devices. ( #532 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-14 18:37:05 +02:00
PartyDonut
660298c083
feat: Add seek overlay to native player
2025-10-14 18:32:28 +02:00
PartyDonut
cfd4b4a5cc
fix: More native player UI fixes
2025-10-14 18:25:54 +02:00
PartyDonut
edbd8d467c
feat: Bunch of small UI improvements for native player
2025-10-13 20:35:26 +02:00
PartyDonut
9e5537089b
fix(AndroidTV): Removed local caching
...
Added increased heap size in manifest
2025-10-12 17:58:11 +02:00
PartyDonut
10bd34bb20
fix: Android TV banner on different dpi's
2025-10-10 15:26:02 +02:00
PartyDonut
75c2f958b4
feat: Implement custom keyboard for Android TV ( #523 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-09 09:59:30 +02:00
PartyDonut
721fc28060
chore: Android TV UI clean-up
2025-10-05 10:24:00 +02:00
PartyDonut
1942738fe4
fix: Disable media tunneling by default with the option to enable it ( #515 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-04 13:29:55 +02:00
PartyDonut
5174bb3a6c
fix: Lots of navigation improvements
2025-10-03 13:02:51 +02:00
PartyDonut
c299492d6d
feat: Android TV support ( #503 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-09-28 21:07:49 +02:00
PartyDonut
eb67ea6679
chore: upgrade to 3.27.3 ( #207 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-01-31 15:29:56 +01:00
PartyDonut
428df21bb2
fix(Android: fixed green border when using navigation input
2024-12-01 09:27:24 +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
f752afb59e
chore: centered icon a bit
2024-11-19 20:45:08 +01:00
PartyDonut
be31d9386b
feature/icon-v2.0 ( #144 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-16 11:03:37 +01:00
PartyDonut
b8ad2a4ac6
feature: Added new icon ( #140 )
...
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-11 19:59:38 +01: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
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
663789ecab
[Android] Added notification icon
2024-10-11 12:22:53 +02:00
PartyDonut
764b6034e3
Init repo
2024-09-20 10:01:13 +02:00