Commit Graph

57 Commits

Author SHA1 Message Date
Aiden Vigue 16569ca663
padding changes 2021-06-03 11:52:14 -04:00
Aiden Vigue 28170f2300
bye bye sentry 2021-06-02 18:19:52 -04:00
aiden 296bd8fcc9
Merge pull request #29 from PangMo5/PangMo5/Improve-image-performance
Improved image performance
2021-06-02 13:38:25 -04:00
Aiden Vigue 9a6f859ff7
Small fixes 2021-06-02 13:38:06 -04:00
PangMo5 082ce29a44 WIP 2021-06-02 13:00:20 +09:00
Aiden Vigue 52d96909d6
Fix diacritics 2021-06-01 22:57:06 -04:00
Aiden Vigue 9add2c0add
switch regexes 2021-06-01 14:41:14 -04:00
PangMo5 039d2aef0f Merge branch 'jellyfin:main' into main 2021-05-28 14:06:52 +09:00
Aiden Vigue 6bfd0c4fc6
Fix SwiftUI view crashing - fix captions in XIB 2021-05-28 00:10:36 -04:00
PangMo5 e4f627baeb fixed life cycle issue
add LazyView
2021-05-28 13:10:01 +09:00
PangMo5 4dae6bc00e add LibraryListViewModel 2021-05-28 12:20:49 +09:00
PangMo5 ed224da0a4 Merge branch 'jellyfin:main' into main 2021-05-28 11:40:55 +09:00
Aiden Vigue 484bd445e6
build 26 2021-05-27 14:55:01 -04:00
PangMo5 0424436114 JellyfinAPI authHeader trim issue clear 2021-05-28 02:44:25 +09:00
PangMo5 3b7778b3cf ResumeItem class to struct
LibraryView NavigationLink Recovery
2021-05-27 21:29:30 +09:00
PangMo5 3b38a20625 LibraryListView separation
Implementing MVVM
2021-05-27 17:16:03 +09:00
Aiden Vigue 1ee7905e4c
start rewriting videoplayerview 2021-05-26 12:58:07 -04:00
Aiden Vigue d2f652b014
add introspect 2021-05-26 11:42:52 -04:00
Aiden Vigue eb895a0805
Start flattening hierarchy 2021-05-26 11:00:22 -04:00
Aiden Vigue 469c32d711
banish Dynatrace 2021-05-25 16:23:23 -04:00
aiden cba149b4b1
Merge pull request #15 from MrTimscampi/settings-refactor
Refactor SettingsView
2021-05-25 16:15:26 -04:00
MrTimscampi b7d393ed3b Refactor SettingsView
Reworks the file to fit better with MVVM and loads bitrates from a JSON file for easier changes
2021-05-25 22:10:34 +02:00
Aiden Vigue efeb1c142e
Switch to paginated libraryview 2021-05-25 14:06:54 -04:00
Aiden Vigue b8869f10c1
performance 2021-05-25 11:08:23 -04:00
Aiden Vigue 1db069bd59 fix orientation bug again 2021-05-25 10:06:13 -04:00
Aiden Vigue b31ff96ddf it plays! 2021-05-25 09:41:19 -04:00
Aiden Vigue 96beaa5771 get ready for adaptable bitrate streaming 2021-05-24 23:04:58 -04:00
Aiden Vigue 62a48a86ce add log out btn 2021-05-24 22:23:29 -04:00
Aiden Vigue c86c08d4bb player fixes 2021-05-24 18:14:11 -04:00
Aiden Vigue 9d425fae84 Fix some subtitles being extracted before needed 2021-05-24 15:53:50 -04:00
Aiden Vigue e8a229eaec Revert "fix bg update"
This reverts commit 324de4beb6.
2021-05-24 15:35:00 -04:00
Aiden Vigue 324de4beb6 fix bg update 2021-05-24 15:28:22 -04:00
Aiden Vigue d61a85da9e changes for build 13 2021-05-23 19:04:27 -04:00
Aiden Vigue bc60710ae4 Finalize public user sign-in screen 2021-05-23 15:27:42 -04:00
Aiden Vigue 50e7d04458 Bug fixes
Fix issue where library was hardcoded to 6 across when in landscape - now uses device width to calculate
Fixes square placeholder images on home screen
Smaller blurhash resolution - less CPU time
2021-05-22 22:33:48 -04:00
Aiden Vigue b1d5c141a7 leaky mem in MovieView 2021-05-22 21:59:47 -04:00
Aiden Vigue bce739614e Fix weird settings bug on iPadOS 2021-05-22 21:21:10 -04:00
Aiden Vigue 28e56c23f1 LMFAO I BROKE THE APP 2021-05-22 19:15:15 -04:00
Aiden Vigue 9e3efbbd1a I forgot what i changed 2021-05-22 18:58:22 -04:00
Aiden Vigue 961e5ff392 Fix background threading issues
Removes duplicate GlobalData structs
Fixes authHeader being passed between thread handlers
Moves async handlers in PlayerView to be user initiated
Fixes duplicate navigationviews to limit mem usage.
2021-05-22 18:58:14 -04:00
Aiden Vigue c7aef09983 nvm! 2021-05-22 18:48:16 -04:00
Aiden Vigue 1389b54b98 Remove strong self references 2021-05-22 18:44:39 -04:00
Aiden Vigue fdea0d4573 cleanup 2021-05-22 18:34:58 -04:00
Aiden Vigue 5d8c608876 Fix wrong orientation mode on app start. 2021-05-22 13:55:21 -04:00
Aiden Vigue 428b932493 Fix subtitle popover not appearing on iPadOS
Also fixes black bars to left and right on devices w/o a notch.
2021-05-22 13:48:46 -04:00
Aiden Vigue 49c8cb0112 Capture some issues w/ SentrySDK 2021-05-22 11:59:35 -04:00
Aiden Vigue ca61e0dd4c Build 8 (1.0.0) 2021-05-22 11:14:07 -04:00
Aiden Vigue b49f796a72 Add fastlane - increase res. a bit
Add dynatrace!


remove


checkin
2021-05-22 10:03:48 -04:00
Aiden Vigue 6c35ab8b19 Fix OoM errors - thanks sentry :) 2021-05-21 21:48:43 -04:00
Aiden Vigue 1e6f85c23e sentry add build no 2021-05-21 19:41:48 -04:00