Commit graph

553 commits

Author SHA1 Message Date
vishnukvmd 71b62a9b09 Resolve review comment 2023-12-26 22:33:51 +05:30
vishnukvmd 68d504850e Fix all await warnings 2023-12-21 13:04:06 +05:30
vishnukvmd b6c8a79a78 Merge branch 'main' into onnx 2023-12-18 22:27:59 +05:30
ashilkn c8c30d0cb0 resolve merge conflicts and merge main 2023-12-18 18:35:32 +05:30
ashilkn 209fac0645 improve logging when viewing items 2023-12-18 13:43:40 +05:30
ashilkn a47fd62676 merge main 2023-12-17 14:49:25 +05:30
vishnukvmd 411ac66a91 Merge branch 'fix_await_warnings' into onnx 2023-12-17 02:51:15 +05:30
vishnukvmd 98a99e43e2 Fix warnings 2023-12-17 02:34:26 +05:30
vishnukvmd 0408275ed0 Merge branch 'main' into onnx 2023-12-16 16:51:53 +05:30
ashilkn a67e479500 Merge branch 'main' into add_location_data 2023-12-15 16:57:37 +05:30
ashilkn 6925e46b5c Remove option to edit location from file info due to state issues 2023-12-15 16:44:54 +05:30
ashilkn 5019ca808e Stop seperating files with og location and ones with not and let user choose which ones to edit/revert on. Updated dialogs shown when user edits/reverts location data 2023-12-15 12:10:25 +05:30
ashilkn 0a6a4c6835 add option to update location for all file types except for videos 2023-12-12 16:54:04 +05:30
ashilkn 1339101d94 show option to edit location data for photos that already have location data 2023-12-12 16:05:54 +05:30
ashilkn a1d4873e88 change name of file and widget used to update location data 2023-12-12 15:33:57 +05:30
Neeraj Gupta eb1d468be2 Improve logs + fix lint for unawaited future 2023-12-12 08:17:18 +05:30
ashilkn 841debe181 Show map inside bottom sheet on clicking 'add location data' 2023-12-10 22:07:32 +05:30
ashilkn ddcd3c6099 create UI of row in file info to add location data manually when location data is absent 2023-12-10 18:22:02 +05:30
Neeraj Gupta d833ba31ed Add support for early validation of photo
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-12-06 13:32:11 +05:30
Neeraj Gupta 9cc515b573 Remove callback on dispose 2023-12-05 21:45:56 +05:30
Neeraj Gupta c015f1b23b Add mount check before setting valueNotifier value 2023-12-05 21:44:39 +05:30
vishnukvmd 54b553909f Merge branch 'main' into clip 2023-12-05 21:13:53 +05:30
Neeraj Gupta 9e75d4c4d2 Merge branch 'main' into pull_down_fix 2023-12-04 10:27:29 +05:30
vishnukvmd 23d46e203b Fix issue that was breaking the pull-down interaction 2023-12-04 10:23:07 +05:30
Neeraj Gupta f56191f70d
Warn for unawaited futures (#1559) 2023-12-02 17:12:52 +05:30
vishnukvmd 27f8bc8aad Remove redundant variable 2023-12-02 00:14:47 +05:30
Neeraj Gupta d95a768edc Fix: Avoid redundant position fix 2023-12-02 00:03:55 +05:30
Neeraj Gupta f66de8829b Fix: Register callback for scaleStateChangedCallback 2023-12-02 00:01:38 +05:30
Neeraj Gupta 1ec2b14df2 Make error field mandatory 2023-11-30 10:49:35 +05:30
Muhammed Ayimen a70a5f95da Simplfied: Vertical drag function 2023-11-22 13:09:15 +09:00
Muhammed Ayimen 1307358934 Updated: Even if the image is not stored locally, vertical drag works 2023-11-21 13:23:28 +09:00
Muhammed Ayimen 97dfb91709 Removed: should _shouldDisableScroll parameter from all the file that have called it 2023-11-21 00:20:50 +09:00
Muhammed Ayimen bb93fe3c70 Removed and updated: Percentage checking and variable declaration convention 2023-11-21 00:03:35 +09:00
Muhammed Ayimen fb599a85b8 Updated: Vertical drag gets disabled, based on a particular zooming value which is calculated by a percentage 2023-11-20 23:28:31 +09:00
Muhammed Ayimen 20a6113562 Removed: scale state controller - pt2 2023-11-20 20:38:10 +09:00
Muhammed Ayimen 557b636ab0 Removed: scale state controller 2023-11-20 20:30:37 +09:00
Muhammed Ayimen f95d5c39de Bug fixed: Zoom image sliding being prevented because of state change callback parameter used inside photo view gallery widget 2023-11-20 17:50:44 +09:00
vishnukvmd 8981e96a8d Merge branch 'main' into clip 2023-11-18 17:06:38 +05:30
ashilkn fbc8d0a155 feat: loop playback of videos 2023-11-18 15:32:36 +05:30
vishnukvmd 6b7579da26 Merge branch 'main' into clip 2023-11-16 19:00:32 +05:30
Muhammed Ayimen d84eefa2ea Added: Extra parameters to the photoViewGalleryPageOption widget 2023-11-16 18:55:44 +09:00
Muhammed Ayimen e22089ff5a Fixed: When we zoom the image, we will be able to slide to next or previous image without being zoomed out, which is similar to google files 2023-11-16 10:26:14 +09:00
vishnukvmd a65ea2e649 Remove code to debug 2023-11-15 00:55:43 +05:30
vishnukvmd 3d0fefb715 Merge branch 'main' into clip 2023-11-14 09:35:41 +05:30
ashilkn 9b1c3c9bd5 feat: swipe up for info on videos 2023-11-10 12:42:12 +05:30
ashilkn bc49b0f0eb feat: swipe up for info on photos 2023-11-10 12:37:13 +05:30
Neeraj Gupta baef66ddd0 Add support for fixing incorrect MP tag
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-11-02 12:15:26 +05:30
vishnukvmd 16951b75be Remove debug statement 2023-10-27 13:04:30 +05:30
vishnukvmd dbcb5691cd Remove code for debugging 2023-10-27 13:04:26 +05:30
vishnukvmd a5e2fff272 Fetch and cache embeddings 2023-10-27 13:04:25 +05:30