Commit graph

61 commits

Author SHA1 Message Date
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
PartyDonut
fe0133ddce
Features list updated 2024-10-12 21:44:44 +02:00
PartyDonut
7793b7f4a0
Update README.md 2024-10-12 16:18:01 +02:00
PartyDonut
caeff5c555
Update README.md 2024-10-12 16:07:55 +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
475a94ed0b [Android] Build fix 2024-10-11 18:33:27 +02:00
PartyDonut
9d241f881c Merge branch 'release/0.2.3' into develop 2024-10-11 16:52:41 +02:00
PartyDonut
6345959a2a [Chore] Version 0.2.3 2024-10-11 16:52:28 +02:00
PartyDonut
3845abdde8 Merge branch 'bugfix/fix-small-bugs' into develop 2024-10-11 16:51:26 +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
ae1446ddbb [Bugfix] Show playing item title in VideoPlayer_Controls 2024-10-11 13:36:36 +02:00
PartyDonut
663789ecab [Android] Added notification icon 2024-10-11 12:22:53 +02:00
PartyDonut
67793b0f13 [Bugfix] Stream options padding
[Bugfix] Stream - Off not showing as selected
2024-10-10 23:53:16 +02:00
PartyDonut
9c69e05b75 Updated web icon
Use new package and generate iOS icons
2024-10-10 23:41:15 +02:00
PartyDonut
ecf5b05f3a Updated iOS and MacOS icons 2024-10-10 23:36:15 +02:00
PartyDonut
930b223fe8 Separated the build number from version 2024-10-10 23:32:32 +02:00
PartyDonut
c4f33e5039 [Bugfix] Properly show FAB in ScreenLayout.dual 2024-10-06 19:49:51 +02:00
PartyDonut
aaa6a737cb [Bugfix] Fixed refreshing details screens 2024-10-06 19:35:57 +02:00
PartyDonut
8bda03ee2c [Bugfix] Fixed posters shadow bleeding 2024-10-06 19:35:57 +02:00
PartyDonut
570376259e [Bugfix] Fixed season details screen UI bugs 2024-10-06 19:35:57 +02:00
PartyDonut
986893d8ac [Bugfix] Fixed statusbar color lightMode 2024-10-06 19:35:57 +02:00
PartyDonut
e70858eb64 Merge branch 'feature/auto_router' into develop 2024-10-06 19:31:45 +02:00
PartyDonut
d19fa0ccd0 [Fixed] Use browser navigation 2024-10-06 19:07:02 +02:00
PartyDonut
69b3a77d17 Fix for empty queryParameters 2024-10-05 19:52:05 +02:00
PartyDonut
249bd685b1 Fixed dashboard navigation 2024-10-05 19:44:01 +02:00
PartyDonut
0c60501a99 [Fix] Move web to os name 2024-10-05 19:43:37 +02:00
PartyDonut
144c8faf70 [Feature] Replace go_router with auto_route 2024-10-05 19:43:36 +02:00
PartyDonut
b31cc86ae8 [Bugfix] Fixed navigation rail button overflow 2024-10-03 14:18:00 +02:00
PartyDonut
e0a2c8a3eb [Bugfix] Alertdialog.adaptive was causing issues. 2024-10-03 14:17:50 +02:00
PartyDonut
d362f1a039 Merge branch 'develop' of https://github.com/Fladder-App/Fladder into develop 2024-09-30 20:37:22 +02:00
PartyDonut
cc4b48448f Merge branch 'feature/update-flutter-version' into develop 2024-09-30 20:37:13 +02:00
PartyDonut
0711735712
[MacOS] Fixed artifacts uploading 2024-09-27 09:37:30 +02:00
PartyDonut
1b5d751855 [Chore] Update flutter to 3.24 2024-09-24 21:59:52 +02:00