Commit graph

1983 commits

Author SHA1 Message Date
vishnukvmd 7e2ead40f8 Change live photo name 2021-08-06 14:22:07 +05:30
vishnukvmd 18b6372835 Use await instead of chaining call backs 2021-08-06 14:14:32 +05:30
vishnukvmd ff10eb1ca4 Ignore permission checks if the app is in the background 2021-08-06 14:09:39 +05:30
vishnukvmd 17735685b4 Accept param to determine if live photo overlay should be rendered 2021-08-06 01:05:40 +05:30
vishnukvmd cfc5095749 Fix lint warnings 2021-08-06 01:05:09 +05:30
vishnukvmd 1f47f2d538 Move live-photo icon to top-right 2021-08-06 00:55:15 +05:30
Neeraj Gupta 9a1a750702 remove redundant null check 2021-08-05 22:58:16 +05:30
Neeraj Gupta 8c39bd5b92 Enable live photo in debug mode only 2021-08-05 22:57:00 +05:30
Neeraj Gupta 9b7548efa9 Reuse ZoomableImage widge in Live image widget 2021-08-05 22:06:02 +05:30
Neeraj Gupta 10405c7794 Fix bug in downloading live photo 2021-08-05 21:48:07 +05:30
Neeraj Gupta 6c0db4841a Remove test toast 2021-08-05 20:26:58 +05:30
Neeraj Gupta 0ef4e5ad78 Fail livephoto upload if videoUrl is missing 2021-08-05 20:23:54 +05:30
Neeraj Gupta c602499837 Save both video and image for livePhoto on download 2021-08-05 19:56:35 +05:30
Neeraj Gupta 0b26fe47b5 Formatting changes 2021-08-05 18:34:14 +05:30
Neeraj Gupta ac4cdd1d55 Minor changes in zoomableLiveImage widget 2021-08-05 18:22:32 +05:30
Neeraj Gupta 512247a515 Merge remote-tracking branch 'origin/master' into live_photos 2021-08-05 15:09:52 +05:30
Neeraj Gupta 8a88bbfb2e Check if local file exists before deleting in db 2021-08-05 04:58:26 +05:30
Neeraj Gupta abe969cec0 minor fix to avoid edge-cases 2021-08-05 04:41:58 +05:30
Neeraj Gupta 495c202cde Merge branch 'master' of github.com:ente-io/frame 2021-08-05 04:28:22 +05:30
Neeraj Gupta 46d3b34574 Fix bug in thumbnail lookup 2021-08-05 04:27:59 +05:30
vishnukvmd 0e6a7a090e Remove loader from the lock screen 2021-08-05 03:45:46 +05:30
vishnukvmd 30daf73bf1 Ignore invalid files whose thumbnails cannot be fetched 2021-08-05 02:43:30 +05:30
vishnukvmd ba61af7fa2 Increase size of thumbnails 2021-08-05 02:42:13 +05:30
vishnukvmd d5054da486 Log number of local IDs discovered 2021-08-05 02:16:58 +05:30
vishnukvmd a5190d24f6 Ensure that collection for a path is owned by the user 2021-08-05 02:01:12 +05:30
vishnukvmd 503593e8c4 Log localID and modification time to help with deduplication 2021-08-05 01:39:00 +05:30
vishnukvmd c5ca9c4886 Add the file's generatedID to logs to help in deduplication 2021-08-05 01:03:57 +05:30
vishnukvmd 8ac22e8d08 Prevent double-lockscreens while accessing sensitive information 2021-08-04 23:03:59 +05:30
vishnukvmd 5674926a1f Ensure that callbacks are attached only on app start 2021-08-04 22:57:06 +05:30
vishnukvmd 7bb6f1840e Stop existing authentication attempts if any before issuing a new one 2021-08-04 21:40:34 +05:30
vishnukvmd a70f42ea93 Show indicator for live photos 2021-08-04 20:03:21 +05:30
Neeraj Gupta 41f404c487 Share both img and video for live photo 2021-08-04 19:18:50 +05:30
Neeraj Gupta 7569b4260e Identify livePhoto based on subTypes 2021-08-04 19:15:34 +05:30
Neeraj Gupta b6994e9e53 Stop playing video when not tapped 2021-08-04 18:59:20 +05:30
Neeraj Gupta 7c13c296c4 Support saving image of live photo 2021-08-04 18:37:37 +05:30
Neeraj Gupta 82fa67ef9e Minor refactoring 2021-08-04 15:54:53 +05:30
Neeraj Gupta acffc4f269 Add widget for live images 2021-08-04 11:34:36 +05:30
Neeraj Gupta 3530c36d50 FileInfo: Treat livePhoto as image and show exif 2021-08-03 20:11:40 +05:30
Neeraj Gupta 771ceda332 LivePhoto: download and unzip livePhoto content 2021-08-03 20:11:40 +05:30
Neeraj Gupta 854a021cc8 Bug fix in livephoto upload flow 2021-08-03 20:11:40 +05:30
Neeraj Gupta 85f3eb2bff Refactor download & decrypt logic in separate util 2021-08-03 20:11:40 +05:30
Neeraj Gupta 5e38786fe1 LivePhoto: Support for uploading image & video in zipped format 2021-08-03 20:11:40 +05:30
Neeraj Gupta 740ed01f9e Add livePhoto fileType 2021-08-03 20:11:40 +05:30
Neeraj Gupta 661c51415b Bugfix: Fix video download 2021-08-03 20:09:43 +05:30
vishnukvmd a181322f6c Add missing newline 2021-07-31 12:10:22 +05:30
vishnukvmd e577321d6b Remove unused event 2021-07-31 12:09:28 +05:30
vishnukvmd 275a213309 Filter out billing plans that aren't relevant to the device 2021-07-31 11:38:50 +05:30
vishnukvmd cf699872ce Increment the number of retry attempts correctly 2021-07-31 11:38:50 +05:30
Neeraj Gupta 002937975d Refactor: use getInt(FileType) instead of duplicating switchCase 2021-07-30 01:57:12 +05:30
vishnukvmd 47c8beb374 Send file and thumbnail sizes to the server for verification 2021-07-29 21:46:44 +05:30