Commit graph

183 commits

Author SHA1 Message Date
Neeraj Gupta e23c633511 Replace empty Contains with SizedBox.shrink 2023-06-07 12:21:19 +05:30
Neeraj Gupta 26a161df03 Refactor: rename + extract widget in separate files 2023-06-01 00:31:58 +05:30
ashilkn b3e2e52dc1 Move LazyLoadingGallery to viewer/gallert/component 2023-05-05 15:44:35 +05:30
ashilkn ab85c96b4b Resolved merge conflicts 2023-05-05 11:47:36 +05:30
Neeraj Gupta f48cf52de8
Extract strings for days 2023-05-04 15:49:47 +05:30
Neeraj Gupta a3e76f9bcb
Create component for day widget 2023-05-04 15:38:13 +05:30
ashilkn 366c117cdf Refactored LazyLoadingGridView again 2023-05-03 18:17:21 +05:30
ashilkn 8c4cd43357 Fixed regression: Selection not working 2023-05-03 17:45:07 +05:30
ashilkn ffae7d3538 Refactored LazyLoadingGridView 2023-05-03 16:04:59 +05:30
ashilkn 02ab63f843 Refactored LazyLoadingGallery 2023-05-03 15:22:06 +05:30
ashilkn a525d067d5 open file if selectedFiles.isNotEmpty in gallery on long press + select file on onTap in 'pick center point' sheet 2023-04-07 17:57:36 +05:30
ashilkn d632cdfb6f Removed selectAll option when selection is limited to one file 2023-04-07 10:49:00 +05:30
ashilkn a9726b222f Modify LazyLoadingGridView to support single file selection 2023-04-04 16:50:15 +05:30
ashilkn 686e930b68 Enable opening of file in gallery of 'Add location' sheet 2023-03-27 10:05:00 +05:30
ashilkn 9fa8da177d Added padding between missing GridViews 2023-03-23 20:59:26 +05:30
ashilkn 9ec9e98e28 Made it configurable to make Gallery scrollable or not 2023-03-22 18:31:33 +05:30
ashilkn 47f6a5d68e Added code to make collate by day configurable in Gallery and used it in 'Add location' sheet 2023-03-21 07:20:55 +05:30
ashilkn 34b2a0ccd1 Made selectedFiles nullable and added null aware operators in Gallery and LazyLoadingGallery 2023-03-20 20:45:10 +05:30
Muhesh7 16a82b62d1 feat(file_viewer): implement file view handler 2023-02-22 16:32:56 +05:30
Muhesh7 cb1fffa421 refactor: implement singelton instance of intent-action 2023-02-08 22:36:43 +05:30
Muhesh7 ad63290d47 feat[gallery_extention]: integrate handler for gallery pick intent 2023-02-08 22:35:45 +05:30
vishnukvmd d3ab60e261 Add prefix to the key to reduce the possibility of collisions 2023-01-17 13:33:14 +05:30
vishnukvmd a4861bd5c4 Set the correct key within VisibilityDetector 2023-01-17 11:44:18 +05:30
vishnukvmd c2df1050f4 Style the placeholder thumbnails correctly 2023-01-12 15:54:18 +05:30
Neeraj Gupta 143ae3f702
Merge pull request #796 from ente-io/fix_blank_grids
Always break into sub-galleries with a number that's divisible by the photo-grid-size
2023-01-09 20:01:32 +05:30
vishnukvmd d3672375f9 Always break into sub-galleries with a number that's divisible by the photo-grid-size 2023-01-09 19:52:25 +05:30
Neeraj Gupta 774136137a
Lint: dart fmt, remove empty lines on top 2023-01-07 18:15:15 +05:30
Neeraj Gupta 257aa67d08
Lint: Remove redundant cast 2023-01-07 17:45:56 +05:30
Neeraj Gupta bc4e759e01
NullSafety: Fix select files & download 2022-12-30 23:54:25 +05:30
Neeraj Gupta d6ad004354
NullSafety: Apply dart migrate suggestions + compilation fixes 2022-12-30 17:40:17 +05:30
Neeraj Gupta 145a911242
NullSafety: Migrate place_holder_widget.dart 2022-12-27 17:55:24 +05:30
Neeraj Gupta 76ee912f25
Merge pull request #718 from ente-io/optimize_sub_gallery
Reduce sub gallery limits in case of larger thumbnails
2022-12-19 12:40:42 +05:30
vishnukvmd c7a30a3bc2 Reduce sub gallery limits in case of larger thumbnails 2022-12-19 12:36:14 +05:30
ashilkn fda6ccd69b Fixed selection bug on files towards the right of the grid 2022-12-19 11:56:25 +05:30
Neeraj Gupta 45f0d120e2
Use ascii sum for computing hash for avatar color 2022-12-19 09:58:23 +05:30
Neeraj Gupta ee67f50c72
Tweak selection color for files with userAvatar 2022-12-17 09:23:14 +05:30
vishnukvmd 09a1106f2b Show avatars only when files aren't selected 2022-12-16 13:41:26 +05:30
vishnukvmd e0f6db707c Show uploader avatar for collected files 2022-12-16 12:10:55 +05:30
Neeraj Gupta 817dfc3afa
Change gridTitle padding based on gridSize 2022-12-07 11:55:18 +05:30
Neeraj Gupta 379db6701a
Use small font when photoGridSize > 5 2022-12-07 11:52:48 +05:30
Neeraj Gupta a0b22cd3a1
Refactor: Pass photoGridSize from gallery to inner widgets 2022-12-07 11:49:41 +05:30
vishnukvmd fcb9924bfe Expand the range of photo grid size 2022-12-07 10:50:41 +05:30
vishnukvmd 81df5d07a7 Use injected columns instead of reading from LocalSettings 2022-12-07 09:40:53 +05:30
vishnukvmd 4822392511 Fix placeholder grid cache 2022-12-07 09:38:42 +05:30
vishnukvmd 75408ad02b Fix stutter while scrolling 2022-12-07 09:27:54 +05:30
vishnukvmd 8066b2aa2c Album Grid -> Photo Grid 2022-12-07 08:48:41 +05:30
vishnukvmd d9daaeef9f Replace Configuration with LocalSettings 2022-12-07 07:04:50 +05:30
vishnukvmd 7133930af4 Merge branch 'master' into grid 2022-12-06 23:29:03 +05:30
vishnukvmd 78fa988b9e Load large thumbnails in case there are lesser grids 2022-12-06 23:27:54 +05:30
vishnukvmd 14afc4259c Revert changes added for the pinch-to-zoom gesture 2022-12-06 23:22:01 +05:30