Commit graph

4938 commits

Author SHA1 Message Date
Neeraj Gupta 552a8fa852 Autofill password if in memory 2023-07-18 11:06:43 +05:30
Neeraj Gupta 51c56b52da Add support for login via password 2023-07-18 08:17:29 +05:30
Ashil b8e0c62a63
Cache one placeholder to be used for all children of grid (#1283) 2023-07-17 15:41:23 +05:30
ashilkn cfa39ef56b Cache one placeholder to be used for all children of grid 2023-07-17 15:16:09 +05:30
Neeraj Gupta d91215c36d Make password mode as required parameter 2023-07-17 13:37:07 +05:30
ashilkn 33f1ab13ea Convert List<File> to Set<File> lazily and not on init 2023-07-17 10:27:30 +05:30
Neeraj Gupta 35fd2992c7 Temp commit 2023-07-15 16:35:06 +05:30
ashilkn d74a5166db Store set of files in state of widget rather than converting to set from list in multiple places 2023-07-14 14:52:15 +05:30
ashilkn cd17473c56 Refactor and optimize commit 48f45961 2023-07-13 12:51:45 +05:30
ashilkn 95446e7a26 Use better names for memebers and it's parameters for better readability in SelectedFiles 2023-07-13 12:22:20 +05:30
ashilkn a453316e1c Dispose valueNotifier 2023-07-13 11:54:46 +05:30
ashilkn 48f45961b6 Fix State-loss of 'Select all' button for a group when scrolling it out and in of view 2023-07-13 11:37:42 +05:30
ashilkn 9317ca615c Refactor file selection 2 2023-07-12 17:59:15 +05:30
ashilkn a41986d2ea Refactor file selection 1 2023-07-12 16:02:37 +05:30
ashilkn 9ef9963161 Remove UniqueKey() for LazyGroupGallery 2023-07-11 12:20:37 +05:30
ashilkn f10fad2b8f Remove UniqueKey which was stopping framework from reusing element of LazyGridView on rebuild. This is the right fix compared to the previous commit, both solve the same bug. 2023-07-11 12:06:43 +05:30
ashilkn 0cc6bb78cc Gallery perf: Remove unneccesary reloads of subGroup on updates in it's group 2023-07-10 18:49:39 +05:30
ashilkn 0f6eb2f2c2 Remove ExcludeSemantics widgets which exists down the tree from a Parent ExcludeSemantics widget 2023-07-10 12:11:23 +05:30
ashilkn 21e836643b Exclude semantics to improve performance of gallery 2023-07-10 10:13:50 +05:30
ashilkn a4b6ea66ae Use better variable name 2023-07-07 21:44:12 +05:30
ashilkn 76eb0d52b3 Remove unnecessary GlobalKey 2023-07-07 19:03:45 +05:30
ashilkn db9148b7ac Remove unused method 2023-07-07 15:53:11 +05:30
Neeraj Gupta 0545d401d6 Merge branch 'main' into horizontal_grid 2023-07-07 11:20:57 +05:30
Neeraj Gupta 0e92818615 Increase padding 2023-07-06 13:55:08 +05:30
Neeraj Gupta c7437ce0b1 Add invite button at bottom to share tab 2023-07-06 13:49:58 +05:30
Neeraj Gupta 8b5905dbd8 Remove unused imports 2023-07-06 13:30:18 +05:30
Neeraj Gupta a3282bfc53 Use cached value for collection_count 2023-07-06 13:29:31 +05:30
Neeraj Gupta baa2138d1f Cache collectionFileCount to avoid UI flicker post heroAnimation 2023-07-06 13:26:38 +05:30
Neeraj Gupta 1831ed4bdd Fix position of share icon
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-06 12:55:55 +05:30
Neeraj Gupta eefac71cba Fix position and size for moreCount
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-06 12:30:18 +05:30
ashilkn 507130d4a7 Extract strings in map 2023-07-06 09:42:17 +05:30
Ashil f795613e78
Detail page fixes (#1264) 2023-07-06 09:20:50 +05:30
ashilkn eb3b1666db Remove a comment 2023-07-04 18:40:01 +05:30
ashilkn 3ca74d51a3 Detail page: Partial solution for popping of seekbar on seeking video 2023-07-04 17:46:56 +05:30
ashilkn 82059ab59c Refactoring 2023-07-04 11:39:05 +05:30
Neeraj Gupta 1284e50c4f Improve tap are for view all
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-04 11:11:41 +05:30
Neeraj Gupta accf4e5533 Fix padding 2023-07-04 09:33:00 +05:30
Neeraj Gupta ea68d5738d Add hero animations for other items on collection thum 2023-07-04 09:27:22 +05:30
Neeraj Gupta 5520a3a624 Use flex grid view while listing collections 2023-07-04 09:11:49 +05:30
ashilkn d2908466d9 Use null aware operator instead of checking for null in if condition 2023-07-03 20:07:09 +05:30
Neeraj Gupta 6e26823e64 Merge branch 'main' into horizontal_grid 2023-07-03 18:49:53 +05:30
Neeraj Gupta 8a4da7b1de Fix bug in showing pinned album indicator 2023-07-03 18:49:15 +05:30
Neeraj Gupta 5cc8709cf1 onEnte: Show vertical grid with limit on collecitons count 2023-07-03 18:16:23 +05:30
ashilkn 3890ab7f0c Detail page: Remove use of GlobalKeys for top and bottom bar and use ValueNotifier instead to update UI state 2023-07-03 18:11:44 +05:30
ashilkn f139d20f04 Details page: Initialize and dispose pageController properly 2023-07-03 16:34:37 +05:30
Neeraj Gupta fcbb2552e0 Show video playback error for internal builds only 2023-07-03 15:32:55 +05:30
Neeraj Gupta b2632cd1ea Hide view all if there are less than 5 items 2023-07-03 15:18:57 +05:30
Neeraj Gupta bec98f7f8b Add View all at the bottom for onEnte section 2023-07-03 15:17:32 +05:30
Neeraj Gupta d9bb0cffaa Minor refactor 2023-07-03 13:54:49 +05:30
Neeraj Gupta a6429fffcb Improve UX for creating new album 2023-07-03 12:30:05 +05:30
Neeraj Gupta 5cfd6b3ff5 Add EmptyAlbumState 2023-07-03 12:18:16 +05:30
Neeraj Gupta 276b62fae6 Merge branch 'main' into horizontal_grid 2023-07-03 10:36:25 +05:30
Neeraj Gupta 4948d82441 Merge branch 'add_photos_hook' into horizontal_grid 2023-07-03 10:29:24 +05:30
Neeraj Gupta d0cf8165db
Surface video playback error on UI (#1189) 2023-07-03 09:44:14 +05:30
vishnukvmd a6ca98bb41 Merge branch 'main' into sharing_notifications 2023-06-30 18:22:55 +05:30
ashilkn aa5e622693 Map: Change padding of fitBounds of markers 2023-06-30 14:06:55 +05:30
ashilkn d6b96bd64e Map gallery: Add animation to make flicker of gallery less obvious 2023-06-30 13:53:06 +05:30
Neeraj Gupta b1be14a70d Update icons 2023-06-30 11:38:53 +05:30
Neeraj Gupta fb3d2dae74 Extracted string 2023-06-30 10:32:59 +05:30
Neeraj Gupta 2860a56198 Show icon for pinned albums 2023-06-30 10:29:39 +05:30
Neeraj Gupta 0df67d570f Show pinned collection on top in collection_action_sheet 2023-06-30 10:23:09 +05:30
Neeraj Gupta 2184d617dc Show pinned albums on top 2023-06-30 10:17:10 +05:30
Neeraj Gupta 604ab25531 Add support for pinning albums 2023-06-30 10:01:15 +05:30
Neeraj Gupta 14db193bbb Fix alignment + minor bug fix 2023-06-29 17:10:58 +05:30
Neeraj Gupta 8dca264f2f Update free trial string for playstore 2023-06-29 17:00:06 +05:30
Neeraj Gupta ac246ef51f Hide two months free text for playstore 2023-06-29 16:58:59 +05:30
Neeraj Gupta 9ef881944b Add padding to handle large strings CaptionWidget 2023-06-29 12:29:20 +05:30
Neeraj Gupta 0c978791a0 De: Fix overflow issue for DE language 2023-06-29 11:58:45 +05:30
Neeraj Gupta 9c64496f50 Fix text alignment 2023-06-29 11:46:08 +05:30
Neeraj Gupta 16e5b4fcfb
Undo gallery optimization and german lang (#1243) 2023-06-29 09:25:16 +05:30
Neeraj Gupta 3ffb94022b
Map improvements (#1245) 2023-06-29 09:12:35 +05:30
Neeraj Gupta 59ce71c9c4 Undo gallery optimization and german lang 2023-06-28 19:02:01 +05:30
ashilkn 15e222653a Remove unnecessary variable 2023-06-28 17:09:35 +05:30
ashilkn f7d99db50c Map gallery: Minor layout change 2023-06-28 17:05:23 +05:30
ashilkn 57dced22fe Map gallery: Add removal event types 2023-06-28 16:24:21 +05:30
ashilkn cd51a17699 Map gallery: Fix state issue with FileSelectionOverlay 2023-06-28 14:18:05 +05:30
Neeraj Gupta 648fa26d34 Change buttonStyle 2023-06-28 13:36:14 +05:30
Neeraj Gupta ca6a718925 Fix: Specify initial name during collection rename
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-28 13:17:37 +05:30
Neeraj Gupta d914275392 CollectionEmptyState: Show add photos button 2023-06-28 13:15:17 +05:30
Neeraj Gupta cff0a5a325 Extract string
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-28 12:58:40 +05:30
Neeraj Gupta 39800de742 AddToCollection: Upload to uncategorized if files are not already uploaded 2023-06-28 11:56:43 +05:30
vishnukvmd 1b0e8afa08 On tapping the notification, navigate to the collection to which photo was uploaded 2023-06-28 11:06:36 +05:30
Neeraj Gupta 8d7070d3d7 Add support for adding files from device 2023-06-28 10:21:14 +05:30
Neeraj Gupta cea5bab174 Hide current colleciton files from the list 2023-06-27 16:58:16 +05:30
Neeraj Gupta 16f45f7dba Fix add more photos within collection 2023-06-27 16:56:16 +05:30
Neeraj Gupta 68c66c0ff1 Gallery: Add support for selection mode 2023-06-27 15:43:39 +05:30
Neeraj Gupta 13e43af7f6 Rename GallerySortOrder->GalleryContextState 2023-06-27 14:51:00 +05:30
Neeraj Gupta 1833afb53a Add trailing comma 2023-06-27 14:45:25 +05:30
Neeraj Gupta 715fe5bf9e Minor refactor 2023-06-27 14:04:58 +05:30
Neeraj Gupta 5107268e5e Extracted string 2023-06-27 13:54:22 +05:30
Neeraj Gupta 4e4777ce8b Extracted string 2023-06-27 13:46:44 +05:30
Neeraj Gupta 0420e50515 Use extracted string 2023-06-27 13:27:22 +05:30
Neeraj Gupta 79069960e8 Fix UI refresh for returning user 2023-06-26 19:48:15 +05:30
Neeraj Gupta 553acf212b Fix hero animation 2023-06-26 14:50:01 +05:30
Neeraj Gupta 93d9cb28e3 DeviceFolder: Fix hero tag animation for iOS swipe back 2023-06-26 14:38:45 +05:30
Neeraj Gupta f219cd4f8b Fix hero tag for iOS swipe navigation 2023-06-26 14:28:15 +05:30
ashilkn 417bc88349 Map gallery: Use other debouncer in map 2023-06-26 12:24:04 +05:30
Neeraj Gupta 7fa2fb8a58 Use horizontal list for shared with me 2023-06-26 09:46:11 +05:30
ashilkn 1b2c43f501 Map gallery: Do not send visible images data in stream if the data hasn't changed 2023-06-26 06:56:56 +05:30
vishnukvmd cf2124912c Refactor constant name 2023-06-25 18:04:00 +05:30
vishnukvmd 03d2a95501 Add setting to disable notifications 2023-06-25 17:59:35 +05:30
ashilkn bcf77e7d88 Map gallery: Fixed state issue with gallery 2023-06-25 09:58:35 +05:30
ashilkn 6f2c3c3e56 Map gallery: Fixed broken UI for FileSelectionOverlay 2023-06-25 03:13:11 +05:30
Neeraj Gupta 612b3718bf Fix hero tag conflict 2023-06-24 21:57:34 +05:30
ashilkn 233a005927 Map gallery: Improve UI/UX 2023-06-24 21:53:39 +05:30
Neeraj Gupta a55dda78e9 Use sharee avator instead of Manage participants text 2023-06-24 21:49:55 +05:30
Neeraj Gupta ef32e6d82f Modify UI for QuickLinkAlbumItem 2023-06-24 21:30:07 +05:30
Neeraj Gupta f60b55d0f9 Rename OutgoingAlbumItem to QuickLinkAlbumItem 2023-06-24 20:59:23 +05:30
Neeraj Gupta c49bd74792 Outgoing items: Add view all 2023-06-24 20:54:20 +05:30
Neeraj Gupta a838a50160 Modify outgoing items to use horizontal scrolling 2023-06-24 20:48:38 +05:30
Neeraj Gupta f17b7ab060 Rendering sharing info on AlbumRowItem 2023-06-24 20:35:46 +05:30
Neeraj Gupta d333f46b34 Show sharees bubbles on album cover 2023-06-24 19:27:57 +05:30
ashilkn a6311912c0 Map gallery: Retain only selected files that are in view when scrolling map 2023-06-24 17:28:09 +05:30
ashilkn ba433d8eae Map gallery: Increase height of pull up gallery by bottom unsafe area's height 2023-06-24 17:26:39 +05:30
ashilkn 02b814216e Map Gallery: UI changes 2023-06-24 16:47:31 +05:30
Neeraj Gupta 4b9945732f Show quick links in separate section 2023-06-24 14:55:35 +05:30
Neeraj Gupta c7da48f597 refactor + format 2023-06-24 14:42:08 +05:30
Neeraj Gupta 1a8ab229ff All view all support for device albums 2023-06-24 12:47:53 +05:30
Neeraj Gupta 0eebeb341f Fix padding
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-24 12:33:36 +05:30
Neeraj Gupta e79d8bd9b7 Refactor: move constants up
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-24 12:17:38 +05:30
ashilkn bffd440d19 Map Gallery: Increase elevation of FileSelectionOverlay 2023-06-24 12:15:04 +05:30
ashilkn 0b206ecd72 Map Gallery: Added file selection overlay 2023-06-24 11:52:17 +05:30
ashilkn 3e543bdcb5 Map Gallery: Removed rebuilds on snapping DraggableScrollableSheet to it's initial size 2023-06-24 11:41:31 +05:30
Neeraj Gupta e3f576df24 Rename 2023-06-24 11:35:23 +05:30
Neeraj Gupta 833f141b76 Move device widget inside collections/device 2023-06-24 11:29:11 +05:30
ashilkn a6d979905b Map Gallery: Removed rebuilds on resizing bottom sheet caused by ScrollablePositionedList.builder 2023-06-23 21:12:04 +05:30
Neeraj Gupta 41d3040e2e Fix title alignment 2023-06-23 19:13:15 +05:30
ashilkn 7940ddaa9c Remove unnecessary LayoutBuilder in HugeListView 2023-06-23 19:07:44 +05:30
Neeraj Gupta 785b013603 AlbumRowItemWidget: Handle incoming collection check internally 2023-06-23 18:53:43 +05:30
Neeraj Gupta 267228a104 Remove redundant parameter 2023-06-23 18:06:51 +05:30
Neeraj Gupta a66b3538b2 Add SectionTitleRow widget 2023-06-23 17:54:26 +05:30
Neeraj Gupta 683edb15fe Disable shrink wrapping 2023-06-23 17:20:07 +05:30
Neeraj Gupta eb1314fdc3 Show Album section with plusIcon + refactor 2023-06-23 17:12:22 +05:30
Neeraj Gupta 010620784d Fix margin for device_folders_grid_view
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-23 17:04:55 +05:30
ashilkn 376549173b Removed Expanded widget which was throwing an exception 2023-06-23 16:10:27 +05:30
Neeraj Gupta 6c3ca134a0 Rename 2023-06-23 15:49:32 +05:30
Neeraj Gupta 52a89a0a12 AlbumRowItem: Add support for showing incoming collections
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-23 15:41:40 +05:30
ashilkn bb2ecf51e7 Map: Replace gridView with Gallery widget 2023-06-23 15:41:12 +05:30
Neeraj Gupta 271ee3628e Remove redundant row widget 2023-06-23 15:23:42 +05:30
Neeraj Gupta 4e4f756dcf AlbumFileCount: Fix calculation of offset for boxConstraint 2023-06-23 15:09:41 +05:30
ashilkn 83a5fe1911 Map: Moved pull up gallery to different file 2023-06-23 15:07:38 +05:30
ashilkn c909fbca0c Map: Implemented Pull-Up gallery differently to fix lazyloading issues 2023-06-23 14:41:03 +05:30
Neeraj Gupta 7b3c29e8d4 Improve horizontal grid 2023-06-23 14:31:04 +05:30
Neeraj Gupta 9aab109d72 Fix the album cover thumbnail to 160 2023-06-23 13:57:58 +05:30
Neeraj Gupta ee272b9e76 Show fileCount beside album name 2023-06-23 13:22:37 +05:30
Neeraj Gupta bc665e0ce1 Remove unused variable
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-23 13:12:50 +05:30
Neeraj Gupta b087758c60 Merge branch 'main' into horizontal_grid 2023-06-23 01:25:07 +05:30
Neeraj Gupta 828bea11c3 Remove unused widget 2023-06-23 01:23:30 +05:30
Neeraj Gupta f6d3888835 Always show popupMenu below the sort button 2023-06-23 01:07:15 +05:30
Neeraj Gupta 3adfa0d676 Minor fixes 2023-06-23 00:43:30 +05:30