Commit graph

5093 commits

Author SHA1 Message Date
ashilkn fd04d83118 Use correct icon to unhide a photo 2023-08-10 20:00:45 +05:30
ashilkn e7b5a94703 Verify lock to open hidden collections from inside the hidden section 2023-08-10 18:33:56 +05:30
ashilkn 0ce4ee6b5a Show hidden collections inside hidden section 2023-08-10 18:03:02 +05:30
ashilkn c1a3af08de Hide an incoming shared collection from it's gallery's appBar 2023-08-10 16:02:16 +05:30
ashilkn eb67fd3db2 Show correct progress dialog and toast text when changing visibility 2023-08-10 15:29:18 +05:30
Ashil 5c6430553f
Redesign selection sheet (#1306) 2023-08-10 14:57:02 +05:30
ashilkn 9c4fe5293e Hide an owned collection from the gallery's appBar 2023-08-10 12:08:04 +05:30
ashilkn d30c1fa216 Use ClampingScrollPhysics in SelectionActionButton's scrollable area without overscroll indicator 2023-08-09 18:35:22 +05:30
ashilkn 3b3ec826ad Minor changes 2023-08-09 18:33:19 +05:30
ashilkn f633652f16 Add shadow to selection sheet on it's first child 2023-08-09 18:00:44 +05:30
ashilkn 8c315cc933 Add share button to selection actions 2023-08-09 17:49:27 +05:30
ashilkn 344fce0a02 Account for textScaleFactor when computing size of widest word in lableText 2023-08-09 17:25:31 +05:30
ashilkn b1514adbe8 Change min width of SelectionActionButton widget to width of widest word in it's labelText if widest is greater than default 2023-08-09 16:52:02 +05:30
ashilkn 47dc47566a Add extra padding on bottom of albums tab depending on device's bottom padding 2023-08-09 16:47:28 +05:30
ashilkn dae66c4945 Refactor 2023-08-09 16:02:23 +05:30
ashilkn 1fbc25c394 Use existing logic to show relevant selection actions upon selection 2023-08-09 15:51:35 +05:30
Ashil 092bf64d06
Remove unnecessary popping of Navigator stack (#1300) 2023-08-09 15:07:38 +05:30
ashilkn aadfce89d0 Add padding at ends of scrollview 2023-08-09 13:07:21 +05:30
ashilkn 25922ea3d6 Add pressed state for SelectionOptionButton 2023-08-09 13:03:36 +05:30
ashilkn 5e03a0d602 Fix bottom padding of selection sheet 2023-08-09 12:23:31 +05:30
ashilkn 090733591d Create dummy UI of new selection sheet 2023-08-09 12:10:28 +05:30
ashilkn 24582b3c71 Remove bottom shadow from home gallery 2023-08-08 18:42:35 +05:30
ashilkn e37e4957ca Remove code irrelevant to new bottom selection sheet 2023-08-08 15:42:05 +05:30
Neeraj Gupta 9ae658c954
Revamp Quick link options (#1299) 2023-08-08 12:20:16 +05:30
Ashil b8bdc1fe60
Fix video playback (#1301) 2023-08-07 18:28:39 +05:30
ashilkn 8252f85045 Extract String 2023-08-07 15:45:14 +05:30
ashilkn 4229a4d02e Remove comment 2023-08-07 15:26:08 +05:30
ashilkn 02263038e1 Remove unwanted popping of Navigator stack 2023-08-07 15:23:44 +05:30
ashilkn 60956dd50c Show error dialog when video download fails 2023-08-04 17:48:01 +05:30
ashilkn 4d9d780974 Use ValueListenableBuilder to rebuild only circular progress on video playback and not the entire screen 2023-08-04 17:09:50 +05:30
Neeraj Gupta 2611c28fdf Route to mangage link for quick links 2023-08-04 14:05:27 +05:30
Neeraj Gupta e99b5e0fd7 ManageLink: Show link copy and share option 2023-08-04 13:56:44 +05:30
Neeraj Gupta c95cdbc1f3 QuickLink: Add remove link option
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-04 13:29:27 +05:30
Neeraj Gupta d968ef64db Fix state refresh issue on converting to album
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-04 13:11:23 +05:30
Neeraj Gupta bdd47e61a3 Extract string and update icon
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-04 13:03:52 +05:30
Neeraj Gupta ab4ffc7ace Automatically trash quick link collection on remove link 2023-08-04 12:55:03 +05:30
Neeraj Gupta 67f137b9c7 Update gallery options for quick links 2023-08-04 12:42:13 +05:30
Neeraj Gupta fd749534d9 Add quick link gallery type
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-08-04 12:23:58 +05:30
Neeraj Gupta 0d37467a7f Remove redundant state refresh 2023-08-04 11:49:27 +05:30
Neeraj Gupta b6061522d2 Add toggle for email verification 2023-08-04 09:54:54 +05:30
Neeraj Gupta 1a21119a01 Trigger email verification when emailMFA enabled 2023-08-04 09:35:31 +05:30
ashilkn a36f16fd85 Increase max width of settings drawer 2023-08-02 16:57:45 +05:30
ashilkn 40b74cfe6e Expand storage card on bigger screens 2023-08-02 16:54:21 +05:30
ashilkn 63e8ba48c9 Refactor figuring out to or not to autoPlay vidoes 2023-08-02 12:03:17 +05:30
ashilkn 663f23f5b7 Remove unnecessarily calling preloadFile() 2023-08-02 11:49:02 +05:30
ashilkn 745b511d69 Remove implementing PreferredSizeWidget in FadingAppBar 2023-08-02 11:44:46 +05:30
ashilkn ae12ed8b16 Refactoring: Remove setState in onPageChanged of PageView to avoid unnecessary rebuilds on PageView. Rebuilt appBar and bottomBar using valueListenableBuilders instead 2023-08-02 11:22:38 +05:30
ashilkn 3cbd35b1f5 Add comment 2023-08-01 19:00:31 +05:30
ashilkn fe7570e83e Refactoring step 1: Remove use of variable to check if swiping has happened after opening a photo 2023-08-01 18:34:53 +05:30
ashilkn 692e342b63 Follow best practice: Avoid storing widgets in memory 2023-08-01 05:09:14 +05:30
ashilkn 9cfef6bc9a Dispose valueNotifier 2023-08-01 04:54:14 +05:30
ashilkn 110be65242 Remove unused imports 2023-08-01 04:53:52 +05:30
Neeraj Gupta 61e817828c Fix typo 2023-07-26 15:49:11 +05:30
Neeraj Gupta 07b57f8dcd Make sectionType a required param 2023-07-26 15:48:45 +05:30
Neeraj Gupta 55344923cb Fix UI refresh 2023-07-26 15:45:58 +05:30
Neeraj Gupta f411c89617 Fix fresh for shared collections in list view 2023-07-26 15:37:28 +05:30
Neeraj Gupta 0df738b755 Fix position of icon 2023-07-26 10:31:41 +05:30
Neeraj Gupta 4ee4b5b2fe Address review comments 2023-07-25 14:10:07 +05:30
Neeraj Gupta c5ea4d0f2b Fix padding 2023-07-25 14:06:22 +05:30
Neeraj Gupta f7162f3fe0 Fix: Show link for shared albums with link 2023-07-25 14:05:04 +05:30
Neeraj Gupta 10e2a1b32a Merge branch 'main' into login_v2 2023-07-25 14:01:09 +05:30
Neeraj Gupta 2b62835e36 Add icon for reset to default 2023-07-24 13:32:26 +05:30
Neeraj Gupta bd5f66b8ba Use same close model for add_photos_sheet 2023-07-24 13:26:21 +05:30
Neeraj Gupta 3c77f3e981 Cover: Support for resetting to default 2023-07-24 13:23:47 +05:30
Neeraj Gupta 5b953d1a8c Modify BottomOfTitleBarWidget to show close button 2023-07-24 13:17:32 +05:30
Neeraj Gupta c20788726f Refactor: Change to support resetting cover 2023-07-24 13:08:00 +05:30
ashilkn 84644bbf1c Merge main 2023-07-24 09:42:10 +05:30
ashilkn 6d053d164f Add comments for better understanding 2023-07-21 21:09:01 +05:30
ashilkn f48a48f03c Remove unused widget 2023-07-21 16:45:25 +05:30
ashilkn 38f5a0b9de Move init of logger from build method to on widget's init and store it in state 2023-07-21 16:38:49 +05:30
ashilkn 5d028f918d Merge branch 'main' into delete_account_screen_fixes 2023-07-21 15:12:20 +05:30
ashilkn 5886ff3c45 Change paddings 2023-07-21 15:07:48 +05:30
ashilkn badf01fc39 Show dialog after freeing up space and deduping 2023-07-21 14:38:10 +05:30
ashilkn 2d0c1dbf5c Remove janky confetti animation 2023-07-21 13:56:43 +05:30
ashilkn e7b781830b Add divider at bottom of shared section 2023-07-20 16:57:48 +05:30
ashilkn f6635f5bca Minor UI change 2023-07-20 16:20:46 +05:30
ashilkn cbf7fc9059 Add comments 2023-07-20 16:00:24 +05:30
ashilkn 70103c19bd Fix jumping of title in appbar on hero animation 2023-07-20 15:39:46 +05:30
ashilkn e0d3fe191c Set initial scroll offset for on ente's view all 2023-07-20 15:15:30 +05:30
ashilkn 66c2dc0a30 Merge branch 'horizontal_grid' into horizontal_grid_changes 2023-07-20 11:58:46 +05:30
Neeraj Gupta 2f41ae72db Fix animation issue 2023-07-20 11:49:13 +05:30
ashilkn ee2180f587 Change copy 2023-07-19 18:55:17 +05:30
ashilkn 6762a8b1e4 Only show 'invite your friends to ente' when incoming shared albums are empty 2023-07-19 18:54:42 +05:30
ashilkn a7205222d1 Layout changes to quick link section in shared section 2023-07-19 18:15:20 +05:30
ashilkn 200a0a4c32 Change sectionTitle copies on shared albums section 2023-07-19 16:05:34 +05:30
ashilkn 6aaa43f0d4 Adjust layout of grids in shared collections section 2023-07-19 15:59:54 +05:30
ashilkn 57515ee506 Adjust paddings in layout 2023-07-19 15:41:36 +05:30
Neeraj Gupta 8ae121cf06 Reset password from in-memory 2023-07-19 14:45:08 +05:30
Neeraj Gupta b6142c80cf Handle SRPNotSetupErr + fix bug in SRP setup 2023-07-19 14:35:26 +05:30
Neeraj Gupta b432dffbf5 Support for setting up SRP for existing users 2023-07-19 13:03:39 +05:30
ashilkn a1adcc703f Update UI of Outgoing albums empty state 2023-07-19 12:14:19 +05:30
ashilkn 127f717472 Implement UI from design for empty state of 'incoming shared albums' section 2023-07-19 11:51:45 +05:30
ashilkn 59a16f14c9 Added hero animation for gird titles 2023-07-19 10:38:40 +05:30
Neeraj Gupta 788a6f62da Update SRP on change password 2023-07-18 21:31:45 +05:30
Neeraj Gupta 554beb7139 Update method name 2023-07-18 21:00:42 +05:30
ashilkn 03b6c21d42 Use sliver for albums section and album gird views 2023-07-18 18:59:59 +05:30
Neeraj Gupta 351a699919 SRP: Redirect to Recover password page 2023-07-18 17:58:45 +05:30
ashilkn c81bb06a3a Use sliver and sliver appbar in view all of on device section 2023-07-18 17:54:49 +05:30
Neeraj Gupta 0206752de7 Fix UI 2023-07-18 17:51:49 +05:30
Neeraj Gupta 0ebd1d1b67 Change OTT copy for forgot password 2023-07-18 17:35:30 +05:30
Neeraj Gupta e92f1e54b1 Show email id on login page 2023-07-18 17:14:53 +05:30
ashilkn 03644ccc90 Made albums in view all of on device section flexible in size, removing the fixed dimensions 2023-07-18 16:38:58 +05:30
ashilkn fe74c0f7c1 Refactor by extracting helper methods to widgets 2023-07-18 16:04:46 +05:30
ashilkn 8f980a2192 Merge branch 'main' into horizontal_grid 2023-07-18 14:45:12 +05:30
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