mertalev
d414c2789a
fix looping
2024-12-01 16:11:26 -05:00
mertalev
b15e01e2b6
fix hdr playback on android
2024-12-01 00:14:55 -05:00
mertalev
fa3156e6ee
remove video_player
2024-11-21 20:24:34 -05:00
mertalev
2ece3d3822
fix map marker -> galleryviewer
2024-11-18 10:34:16 -05:00
mertalev
128f19efa5
fix live photo play button not updating
2024-11-18 10:21:38 -05:00
mertalev
20b1572b8e
remove unused import
2024-11-17 16:18:39 -05:00
mertalev
2ab1bbabac
increase bottom bar opacity to account for hdr
2024-11-17 16:17:34 -05:00
mertalev
7e74b8d1bb
fix no audio in silent mode on ios
2024-11-17 15:51:37 -05:00
mertalev
dec514bd6d
local orientation on ios is unreliable; prefer remote
2024-11-17 14:59:39 -05:00
mertalev
0a77a65044
refactor: move exif search from aspect ratio to orientation
2024-11-17 13:53:06 -05:00
mertalev
4d1d902773
make aspect ratio logic reusable, optimizations
2024-11-17 10:45:19 -05:00
mertalev
60715059f7
ensure dimensions for memory cards
2024-11-17 00:02:22 -05:00
mertalev
aa890c0858
faster initialization for remote videos
2024-11-16 23:51:48 -05:00
mertalev
03211c43f9
increase delay for hero animation
2024-11-16 23:34:48 -05:00
mertalev
381fe5c2fd
maybe fix duplicate key error
2024-11-16 22:26:22 -05:00
mertalev
937fb4e30e
fix duplicate key error
2024-11-16 21:31:13 -05:00
mertalev
71e058af2e
error handling for async calls
2024-11-16 20:57:42 -05:00
mertalev
6c8f7b7e6d
use visibility for motion videos
2024-11-16 20:35:11 -05:00
mertalev
b0a2a6ac13
improved motion photo handling
2024-11-16 20:19:08 -05:00
mertalev
d1c7ed5464
fix stack handling
2024-11-16 20:19:08 -05:00
mertalev
3b9a3d4037
use current asset provider and loadAsset
2024-11-16 20:19:08 -05:00
Alex
613ce513cd
chore: generate router page
2024-11-16 20:19:08 -05:00
mertalev
caee381721
extra smooth seeking, add comments
2024-11-16 20:19:08 -05:00
mertalev
e59912e16e
linting
2024-11-16 20:19:08 -05:00
mertalev
0010eda67f
fix controls when swiping between image and video
2024-11-16 20:19:08 -05:00
mertalev
190dbb0042
await things
2024-11-16 20:19:08 -05:00
mertalev
dbca16e352
slightly lower delay
2024-11-16 20:19:08 -05:00
mertalev
64e23a3b5c
higher res placeholder for local videos
2024-11-16 20:19:08 -05:00
Alex
5766551447
use correct ref to build android
2024-11-16 20:19:08 -05:00
mertalev
7d5294f7ef
fixed referencing uninitialized orientation
2024-11-16 20:19:08 -05:00
Alex
973b146d06
transitive dependencies
2024-11-16 20:19:08 -05:00
mertalev
3da28a4685
removed unnecessary import
2024-11-16 20:19:08 -05:00
mertalev
de61abb3aa
refactor aspect ratio calculation
2024-11-16 20:19:08 -05:00
mertalev
bef9a1eae7
clean up logging
2024-11-16 20:19:08 -05:00
mertalev
49c4d7cff9
refinements and fixes
...
fix orientation for remote assets
wip separate widget
separate video loader widget
fixed memory leak
optimized seeking, cleanup
debug context pop
use global key
back to one widget
fixed rebuild
wait for swipe animation to finish
smooth hero animation for remote videos
faster scroll animation
2024-11-16 20:19:08 -05:00
shenlong-tanwen
3272ad4a7b
fix: handle remote asset orientation
2024-11-16 20:19:08 -05:00
shenlong-tanwen
46a8e9084a
fix: aspect ratio
2024-11-16 20:19:08 -05:00
Alex
5e8ee6dc5f
turn on volume when video plays
2024-11-16 20:19:08 -05:00
shenlong-tanwen
9c470def18
fix: handle buffering
2024-11-16 20:19:08 -05:00
shenlong-tanwen
5ebac69647
refactor: native_video_player
2024-11-16 20:19:08 -05:00
Alex
6f3ceb58b8
stateful widget
2024-11-16 20:19:08 -05:00
Alex
a346a37743
splitup the player
2024-11-16 20:19:08 -05:00
Alex
a8994ffb22
add native player library
2024-11-16 20:19:08 -05:00
Matthew Momjian
4b5657c21e
docs: get asset owner by ID from database ( #14174 )
...
asset owner
2024-11-16 14:43:32 -05:00
weathondev
f5c4af73aa
feat: adding photo & video storage space to server stats ( #14125 )
...
* expose detailed user storage stats + display them in the storage per user table
* chore: openapi & sql
* fix: fix test stubs
* fix: formatting errors, e2e test and server test
* fix: upper lower case typo in spec file
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-11-15 16:38:57 -06:00
Michel Heusschen
24ae4ecff1
fix(web): don't refresh panorama viewer when modifying asset ( #14163 )
2024-11-15 16:30:38 -06:00
Michel Heusschen
64a7baec8c
refactor(web): remove reactivity triggers ( #14164 )
2024-11-15 16:28:28 -06:00
Mert
caf6c0996d
refactor(mobile): backup info box ( #14171 )
...
split up backup info box into separate widgets
2024-11-15 17:16:52 -05:00
Lena Tauchner
6729782c3f
fix(cli): Concurrency not fully using queue potential ( #11828 )
2024-11-15 13:09:56 -05:00
Michel Heusschen
a60209db3e
fix(web): prevent infinite loop when modifying stacked asset ( #14162 )
2024-11-15 07:16:56 -05:00