Commit graph

454 commits

Author SHA1 Message Date
Neeraj Gupta e64bfafa8f Extract strings 2024-02-02 17:31:36 +05:30
Neeraj Gupta 4e32d4a83b Enable cast for internal users 2024-02-02 14:49:24 +05:30
Neeraj Gupta 1b1993603b Extract strings 2024-02-02 14:47:32 +05:30
Neeraj Gupta 307419703e Add support for playing album on TV 2024-02-02 13:57:54 +05:30
ashilkn cbdcac4440 use a better variable name 2024-01-29 15:04:21 +05:30
ashilkn 89e1b78f44 fix: incorrect number of selected files on selecting all from a grid after deleting items from it 2024-01-29 14:51:39 +05:30
ashilkn cd88c96641 remove unused globalKey 2024-01-26 15:58:36 +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
Neeraj Gupta 7f7dcfe863 Extract string 2023-12-18 08:30:59 +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
Neeraj Gupta 2a24d2f031 Add option to clean up uncaterogized album 2023-12-12 08:17:18 +05:30
Neeraj Gupta e42ffb48c4 Linter warning fixes 2023-12-12 08:17:18 +05:30
vishnukvmd 54b553909f Merge branch 'main' into clip 2023-12-05 21:13:53 +05:30
ashilkn df809e9112 fix: gallery UI not updating after delete, hide and archive 2023-12-04 18:48:11 +05:30
Vishnu Mohandas 700de0dd8b
fix: deleting of items not reflecting on UI (#1560) 2023-12-02 17:16:12 +05:30
Neeraj Gupta f56191f70d
Warn for unawaited futures (#1559) 2023-12-02 17:12:52 +05:30
ashilkn df10e49964 fix: deleting of items not reflecting on UI 2023-12-02 17:04:01 +05:30
ashilkn 8b39716f5c cancel debouncers on disposing widget 2023-12-01 15:55:16 +05:30
ashilkn 6a759d8b96 perf: add debouncer to reload and force reload event listeners in gallery 2023-12-01 13:27:42 +05:30
Neeraj Gupta 1ec2b14df2 Make error field mandatory 2023-11-30 10:49:35 +05:30
vishnukvmd 6b7579da26 Merge branch 'main' into clip 2023-11-16 19:00:32 +05:30
vishnukvmd fb092ffa34 Fix issue with select-all button 2023-11-14 18:25:56 +05:30
vishnukvmd 0e76d2bed2 Fix alignment within gallery 2023-11-14 18:16:39 +05:30
ashilkn 9257a2afbf clip title of galleryAppBar + remove rename from clicking galleryAppBar 2023-11-08 14:24:52 +05:30
ashilkn bfed936dfc update comment 2023-10-05 19:07:42 +05:30
ashilkn f44013349f fix(gallery): groups in gallery show old state when scrolling back to them after updation 2023-10-05 18:53:43 +05:30
Neeraj Gupta f34539a84d Fix: Reload uncategorized gallery on sort order change
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-09-14 09:22:02 +05:30
Neeraj Gupta f9bc1f0ec6 Check if files are still present before reloading 2023-09-11 09:33:24 +05:30
Neeraj Gupta bb820c9357 GalleryOverflow: keep leave album at bottom 2023-08-30 17:08:03 +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
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 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 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
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 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