Commit graph

1365 commits

Author SHA1 Message Date
ashilkn dca96ce517 Media_kit: Use media_kit for playing live and motion photos 2023-09-13 07:54:42 +05:30
ashilkn f813a8abf6 Revert "Media_kit: Show thumbnail loading state in media_kit's bufferring state"
This reverts commit 15dd3c54a0.
2023-09-13 06:22:50 +05:30
ashilkn d2bbf34795 Revert "Media_kit: Workaround for showing thumbnail when media_kit is buffering"
This reverts commit 9e0eb9e2e6.
2023-09-13 06:18:54 +05:30
Neeraj Gupta f9bc1f0ec6 Check if files are still present before reloading 2023-09-11 09:33:24 +05:30
Neeraj Gupta 062dc1363f Clean up log 2023-09-11 09:23:06 +05:30
Neeraj Gupta c421248636 ZoomableImage: Fix null check 2023-09-11 09:13:51 +05:30
ashilkn c8711c87dd Resolve conflicts and merge main 2023-09-09 12:46:14 +05:30
ashilkn 9e0eb9e2e6 Media_kit: Workaround for showing thumbnail when media_kit is buffering 2023-09-09 12:35:05 +05:30
ashilkn 56fb8cfd84 Remove tflite_flutter_helper from dependencies and comment out related code 2023-09-09 05:57:44 +05:30
ashilkn 15dd3c54a0 Media_kit: Show thumbnail loading state in media_kit's bufferring state 2023-09-07 08:26:16 +05:30
ashilkn a5a39cb2ee Media_kit: Minor UI changes 2023-09-06 17:03:41 +05:30
ashilkn 6c70c039b8 Media_kit: Add hero animation for new video widget 2023-09-06 06:55:24 +05:30
ashilkn d030a6ddd1 Media_kit: Fix wrong state of play/plause button 2023-09-06 06:08:01 +05:30
ashilkn 58a6b2168b Media_kit: sync animations 2023-09-06 06:03:19 +05:30
ashilkn 3bf41328a0 Media_kit: Add pressed state for play, pause and position container 2023-09-05 21:08:24 +05:30
ashilkn 78593549d7 Media_kit: Extract play, pause and duration container to a Widget 2023-09-05 20:44:23 +05:30
ashilkn 6684c94218 Media_kit: Add top margin to center media_kit's loading widget before video is played 2023-09-05 16:14:47 +05:30
ashilkn 9a5d5c0729 Media_kit: Stop pageView from swiping when seeking a video using the seekbar 2023-09-05 16:11:30 +05:30
ashilkn cd45751ab5 Media_kit: Make UI better 2023-09-05 12:25:02 +05:30
ashilkn cff4c68aee Fix null pointer error 2023-09-05 10:46:03 +05:30
ashilkn c190815cf9 Media_kit: Use semi-custom video controls 2023-09-04 18:39:30 +05:30
Neeraj Gupta cff1cec1fe FileInfo: Use formatBytes for showing size 2023-09-02 12:33:09 +05:30
Neeraj Gupta ed43970aac Fix bug in delete when shared files are selected 2023-09-02 12:27:04 +05:30
Neeraj Gupta d8d9c90612
Search: Translated months & update holidays (#1368) 2023-09-01 13:56:59 +05:30
Neeraj Gupta fa7c486d7c Localize holidays & update list 2023-09-01 13:48:50 +05:30
Neeraj Gupta 7545feb48b [l10n]Search: use month name based on locale 2023-09-01 11:00:23 +05:30
Neeraj Gupta 521f534cf6 Mark download dialog dismissible
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-09-01 09:31:11 +05:30
Neeraj Gupta c5f3192972 Remove callback 2023-09-01 09:28:42 +05:30
Neeraj Gupta c0d9d66410 Fix progress callback 2023-09-01 08:42:35 +05:30
Neeraj Gupta df79553bba Fix: dispose progress notifier 2023-08-31 18:06:51 +05:30
ashilkn 14434a25c3 Media_kit: Show loading states when downloading and decrypting video 2023-08-31 15:04:39 +05:30
ashilkn b1529ad5d6 Media_kit: Play vidoes shared from outside the app 2023-08-31 07:07:11 +05:30
ashilkn cd01c219c4 Media_kit: Play videos present in device 2023-08-31 06:51:19 +05:30
ashilkn 08d8e8fb44 Media_kit: Play remote videos 2023-08-31 06:29:46 +05:30
Neeraj Gupta 4e477b8b77 Use l10n string 2023-08-30 18:36:34 +05:30
Neeraj Gupta 7b097bfc42 Optimize check for showCollage 2023-08-30 18:31:18 +05:30
Neeraj Gupta bb820c9357 GalleryOverflow: keep leave album at bottom 2023-08-30 17:08:03 +05:30
Neeraj Gupta 6a0ad1a80a Fix bug in checking for uploaded item 2023-08-30 16:38:22 +05:30
Neeraj Gupta 7d8fcafee4 Merge branch 'main' into add_id_debug 2023-08-30 16:19:34 +05:30
ashilkn de062e8dbc Remove keyboardType for search's textField to enable swipe-type 2023-08-30 13:30:44 +05:30
Neeraj Gupta d1f3e2d313 Fix: Avoid redundant fetch for imageInfo 2023-08-30 11:35:11 +05:30
Neeraj Gupta 6ee182ecec Perf: Avoid redundant computation of imageInfo 2023-08-30 10:32:55 +05:30
Neeraj Gupta 5c9c3531ab Fix: Increase page scroll speed
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-30 09:49:53 +05:30
Neeraj Gupta d271cf05de Fix: Show dimensions from file metadata 2023-08-30 08:53:01 +05:30
Neeraj Gupta 47749f9479 Fix state refresh issue during delete 2023-08-30 04:42:48 +05:30
Neeraj Gupta cb1ebac232 Add genID in debug mode 2023-08-29 19:35:41 +05:30
ashilkn 1578e95bc6 Create widget to test if media_kit is working 2023-08-29 18:47:47 +05:30
Neeraj Gupta dd627408fc Merge branch 'main' into handle_limited_settings 2023-08-29 15:01:57 +05:30
Neeraj Gupta 81e70a5aa7 Hide archive for unuploaded files 2023-08-29 15:01:54 +05:30
ashilkn df761ef736 Pop screen on RangeError in detail_page.dart 2023-08-29 13:24:22 +05:30
Neeraj Gupta 3eeba57e19
Added more file props + live/motion photo indicator (#1348) 2023-08-29 11:52:05 +05:30
ashilkn f1fbb0aac0 Resolve merge conflicts and merge main 2023-08-28 21:28:34 +05:30
ashilkn b8bc279892 Add support for removing an item from a hidden album 2023-08-28 18:27:38 +05:30
ashilkn 1a6d1117b3 Add support for 'Add to hidden album' 2023-08-28 17:22:54 +05:30
Neeraj Gupta b7ac5ab01f Organize imports
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-28 11:28:02 +05:30
Neeraj Gupta 15bac11467 Show toast when ignore reason is not trash 2023-08-28 11:20:30 +05:30
Neeraj Gupta 1173d8c160 Fix lint suggestion
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-28 11:17:17 +05:30
ashilkn a1d7bae702 Show option to move files to hidden album in hidden section on selection and show collectionActionSheet 2023-08-26 11:59:14 +05:30
ashilkn 7d99e12978 Organize imports 2023-08-26 11:14:05 +05:30
Neeraj Gupta 56113ef02b Show icon for live photo in photo viewer 2023-08-25 13:27:46 +05:30
Neeraj Gupta 83a6dbb51e Merge branch 'main' into improve_file_props 2023-08-25 13:09:07 +05:30
Neeraj Gupta 7ae8f5f69d Switch to enteFile prop 2023-08-25 13:05:24 +05:30
Neeraj Gupta 087903d6e6 Make enteFile param non-nullable in thumWidget 2023-08-25 12:44:51 +05:30
Neeraj Gupta 87496fa42c Use file prop to checking metadata edit permission 2023-08-25 12:35:59 +05:30
Neeraj Gupta 6e990f058f refactor 2023-08-25 11:48:06 +05:30
Neeraj Gupta cecbec7636 Organize import 2023-08-25 11:10:22 +05:30
Neeraj Gupta 6ad4a71f23 refactor 2023-08-25 10:57:39 +05:30
Neeraj Gupta f81c92bfee Fix type mistmatch issues 2023-08-25 10:46:16 +05:30
Neeraj Gupta 6b5eea4d9e Fix bug in displaying hint for motion photo play 2023-08-25 10:14:56 +05:30
Neeraj Gupta 3a98af3518 Move packages 2023-08-25 10:09:30 +05:30
Neeraj Gupta d6b08c8e66 Rename: File -> EnteFile 2023-08-24 22:26:24 +05:30
Neeraj Gupta 6aeecbbd0a Rename: FadingApp/FadingBottomBar -> FileApp/FileBottomBar 2023-08-24 21:57:35 +05:30
ashilkn a396f644d2 Check for multiple defaultHiddenCollections and club all to one and delete the rest 2023-08-24 16:33:49 +05:30
Neeraj Gupta fec92b8514
Minor changes (#1341) 2023-08-23 17:29:10 +05:30
ashilkn 0535292088 Add comment 2023-08-23 17:14:52 +05:30
Neeraj Gupta b7e2ddc2d5
Selection sheet tweaks (#1340) 2023-08-23 17:11:33 +05:30
ashilkn 8b40218fed Increase gallery footer's height to to accomodate the new selection bottom sheet 2023-08-23 16:35:43 +05:30
Neeraj Gupta 58b17ac20e Surface reason for ignore on long press 2023-08-23 15:04:49 +05:30
Neeraj Gupta 00f49dd36e Keep a map of ignoreID to reason 2023-08-23 14:26:06 +05:30
Neeraj Gupta 37e5519c95 Perf: Improve hasIgnoredFiles check for deviceFolder 2023-08-23 14:02:00 +05:30
ashilkn 7399004342 Remove suffix from selection action button's text and refactor to show only clickable actions 2023-08-23 10:08:15 +05:30
ashilkn 923bc1d9c4 Remove predefined size for widget enclosing selection actions and animate change in height 2023-08-22 17:30:52 +05:30
ashilkn 4c9e1150e9 Reorder selection options 2023-08-22 16:06:09 +05:30
ashilkn 5732cf35d8 Merge branch 'main' into selection_sheet_tweaks 2023-08-22 12:37:10 +05:30
Neeraj Gupta 95af6474dc
Fix: Do not initiate video_player if widget is not mounted (#1333) 2023-08-21 22:49:14 +05:30
Neeraj Gupta 6c2cd31e8b Fix: Do not initiate video_player if widget is not mounted 2023-08-21 22:47:01 +05:30
Neeraj Gupta 0ad3d57473 Remove commented out code 2023-08-21 22:39:31 +05:30
Neeraj Gupta 10216af80a format 2023-08-21 16:07:09 +05:30
Neeraj Gupta a3b93adbc4 Fix: Handle missing photo permission error 2023-08-21 16:02:33 +05:30
Neeraj Gupta 9d6e3cfa3d Merge branch 'main' into wechat_picker 2023-08-21 12:54:04 +05:30
Neeraj Gupta 3edee600e6 Switch to wechat asset picker 2023-08-21 12:20:41 +05:30
ashilkn 418c8ee374 Resolve conflicts and merge main 2023-08-21 12:01:58 +05:30
Neeraj Gupta 79ed7150a1 Fix state refresh issue 2023-08-21 11:20:07 +05:30
ashilkn c923e63027 Move collage selection option to end of list 2023-08-21 10:21:49 +05:30
ashilkn 2abaf4d7a9 Give bottom selection sheet a fixed height depending on textScaleFactor 2023-08-20 13:53:24 +05:30
ashilkn 445675981b Refactor 2023-08-19 18:18:45 +05:30
ashilkn d3488e1ac8 Refresh state of GalleryAppBar when hiding/unhiding & archiving/unarchiving 2023-08-19 18:12:00 +05:30
ashilkn 585a3095c4 Fix hidden state of hidden section 2023-08-19 18:05:46 +05:30
ashilkn ade28e95c3 Fix bug on renaming hidden album 2023-08-19 17:43:36 +05:30
ashilkn 846352756a Fix bug on sharing hidden album 2023-08-19 17:39:35 +05:30