ashilkn
ac27a22ddb
[mob][photos] UX improvements in native video player
2024-08-09 20:28:19 +05:30
Prateek Sunal
72cdb2424a
Merge branch 'main' into mobile-panorama-fix
2024-08-09 20:21:49 +05:30
Prateek Sunal
38c3e73638
fix: move panorama icon to middle
2024-08-09 20:18:28 +05:30
ashilkn
e0fbc64f08
[mob][photos] Handle errors
2024-08-09 19:36:59 +05:30
ashilkn
41a304a18c
[mob][photos] log errors from native video player if any
2024-08-09 19:30:07 +05:30
ashilkn
09c3d9e025
[mob][photos] UI fixes on native video player
2024-08-09 19:15:19 +05:30
ashilkn
03f0db92ad
[mob][photos] Remove unnecessary delay
2024-08-09 19:08:59 +05:30
ashilkn
1e7c1396e0
[mob][photos] Delete cache only on iOS
2024-08-09 19:03:03 +05:30
ashilkn
6b8473a958
[mob][photos] UI fix for play pause button
2024-08-09 18:58:29 +05:30
ashilkn
c4770e8645
[mob][photos] Refactoring
2024-08-09 18:19:08 +05:30
Aman Raj Singh Mourya
2d768c9c61
[mob][photos] Fallback for no device lock found for guest view and extracted strings
2024-08-09 16:44:44 +05:30
ashilkn
46a7880f05
[mob][photos] Extract strings
2024-08-09 12:41:04 +05:30
ashilkn
762daa6bd5
[mob][photos] Change icon of guest view
2024-08-09 12:33:45 +05:30
Prateek Sunal
fb2c17c510
fix: update panorama package to support sensor tweaks
2024-08-09 02:32:14 +05:30
Aman Raj Singh Mourya
5925dfb3fc
[mob][photos] Minor fixes
2024-08-08 21:41:46 +05:30
ashilkn
eaf6147f2b
Merge branch 'main' into guest_view
2024-08-08 12:12:12 +05:30
Prateek Sunal
b6602d052f
Merge remote-tracking branch 'origin/main' into mobile-panorama-fix
2024-08-08 04:01:24 +05:30
Prateek Sunal
7cafa9ccb6
fix(mob/panorama): add background pattern
2024-08-08 04:00:59 +05:30
Aman Raj Singh Mourya
b7bd8c83ba
[mob][photos] Swipe lock for multiple files
2024-08-08 00:44:27 +05:30
ashilkn
3652430b59
[mob][photos] Set volume to full in native video player
2024-08-07 18:57:27 +05:30
ashilkn
553e62dfae
[mob][photos] Minor UI enhancements on native video player controls
2024-08-07 17:55:55 +05:30
ashilkn
a4c0c8b999
[mob][photos] Show duration and current position in duration in the native video player
2024-08-07 17:44:19 +05:30
ashilkn
7910d92d34
[mob][photos] Theme changes to seek bar
2024-08-07 16:00:13 +05:30
ashilkn
551c151f1e
[mob][photos] Seek bar minor improvement
2024-08-07 15:47:50 +05:30
ashilkn
af758d4e85
[mob][photos] Make dragging of seek bar interactive, both in the seek bar widget and in the video
2024-08-07 15:39:09 +05:30
ashilkn
7795625708
[mob][photos] Move SeekBar and PlayPauseButton widgets to separate files
2024-08-07 15:07:52 +05:30
ashilkn
c572fc171c
[mob][photos] Make seeking work (only when seeking ends)
2024-08-07 14:58:38 +05:30
ashilkn
d452d1acb0
[mob][photos] Stop animating seek bar after being seeked when video is paused
2024-08-07 14:57:28 +05:30
ashilkn
4c02e8ffa3
[mob][photos] Create seek bar that moves with video and animate the seek bar between each second with also handling edge cases
...
The native video player package that is used only emits an event at each second when the video is played. For a good looking seek bar, have animate it in between seconds
2024-08-07 12:31:15 +05:30
ashilkn
4abbb5c591
[mob][photos] Fix unexpected behaviour of play pause button
2024-08-06 16:34:56 +05:30
ashilkn
5351377ae7
[mob][photos] Make play pause controls for native video player
2024-08-06 16:29:16 +05:30
Neeraj Gupta
67c2d94d5e
Merge branch 'main' into clip_face_integration
2024-08-06 13:29:58 +05:30
ashilkn
51f0cfff06
Merge branch 'main' into use_native_video_player
2024-08-06 11:32:50 +05:30
Ashil
b8cb480d23
[mob][photos] Fix bug in parsing rotation metadata from video using FFProbe ( #2595 )
...
### Description
Parse width and height of video correctly using FFProbe by
- Considering both `coded_height` & `height` + `coded_width` + `width`
keys to parse height and width of video. Came across two videos where
`coded_width` and `coded_height` were both `0` where as `height` and
`width` had the correct values.
- Parse `rotation` from `side_data_list` and consider `rotation` for
accurate (i.e, not flipped) dimensions.
Have made sure the correct height and width of the video is shown on the
video's file info. Sometimes there could be a slight difference from
what a user would expect, if the `coded_side` is different from `side`
(`side` is `width` or `height`). Will be fixing this in future.
Ref:
https://superuser.com/questions/1523944/whats-the-difference-between-coded-width-and-width-in-ffprobe
2024-08-06 11:25:13 +05:30
Prateek Sunal
d9bd96ce34
Merge remote-tracking branch 'origin/main' into mobile-panorama-fix
2024-08-06 02:31:52 +05:30
ashilkn
2916bcfda8
[mob][photos] chore
2024-08-05 18:24:29 +05:30
ashilkn
e1713851b3
[mob][photos] Show accurate height and width in file info for a video
2024-08-05 15:09:16 +05:30
ashilkn
4f3fe73daa
[mob][photos] Fix getVideoPropsAsync failing in native video player because a normal file and not the origin file was being passed to it in case of locally available vidoes
2024-08-02 13:33:32 +05:30
Aman Raj Singh Mourya
ea585903b7
Merge branch 'quick_links' of https://github.com/ente-io/ente into quick_links
2024-08-01 20:17:32 +05:30
Aman Raj Singh Mourya
42c508b9ce
[mob][photos] Use string for ValueKey
2024-08-01 20:16:56 +05:30
ashilkn
2fd960eb0e
Merge branch 'main' into quick_links
2024-08-01 20:10:43 +05:30
Aman Raj Singh Mourya
e72c858315
[mob][photos] Fixed animation
2024-08-01 19:55:47 +05:30
Aman Raj Singh Mourya
2af07d9211
[mob][photos] Added animation
2024-08-01 19:55:19 +05:30
Aman Raj Singh Mourya
5f40b2e251
[mob][photos] Extracted strings
2024-08-01 19:31:21 +05:30
Aman Raj Singh Mourya
1c1135a9b2
[mob][photos] Minor UI changes
2024-08-01 19:03:25 +05:30
ashilkn
31318f10d6
[mob][photos] Set aspect ratio of video
2024-08-01 18:38:34 +05:30
Aman Raj Singh Mourya
105ab79cdb
[mob][photos] Changed dialog copy
2024-08-01 18:19:27 +05:30
ashilkn
9b5b1d297b
[mob][photos] Start integrating native_video_player
2024-08-01 15:52:41 +05:30
ashilkn
d5b5b9bd51
[mob][photos] Rename VideoWidgetNew to VideoWidgetMediaKit
2024-08-01 14:53:38 +05:30
Aman Raj Singh Mourya
ba9d656b38
[mob][photos] Added dialog box for confirmation
2024-07-31 19:47:08 +05:30