Commit graph

6851 commits

Author SHA1 Message Date
ashilkn f122075073 Minor changes 2023-01-27 10:31:30 +05:30
ashilkn 0bf0b53a78 Made 'item' of AlbumListItemWidget non-nullable 2023-01-25 18:17:28 +05:30
ashilkn 5ea2c7942e Added top inner stroke to the bottom most widget of CreateCollectionSheet 2023-01-25 18:12:24 +05:30
ashilkn 587ab02c43 Created separate components for NewAlbumListItem and AlbumListItem 2023-01-25 18:00:04 +05:30
ashilkn 038557eda9 Removed unessential Navigator.pop()s 2023-01-25 16:53:20 +05:30
ashilkn dacd1bfab5 Avoid instantiating Logger on every build 2023-01-25 16:37:47 +05:30
ashilkn 2bcfc37de3 Merge branch 'main' into redesign-add-to-album 2023-01-25 10:40:52 +05:30
ashilkn ae0e0a8d44 Removed library prefix 2023-01-25 10:27:40 +05:30
Vishnu Mohandas 118f29e4f6
Merge pull request #816 from ente-io/clear_cache_on_logout
Clear the cache of upload URLs once the user logs out
2023-01-24 22:20:53 +05:30
ashilkn 48301e14e8 Removed unused code 2023-01-24 21:21:15 +05:30
ashilkn 6cd796a913 Revert "Minor change"
This reverts commit 1f6a5faf41.
2023-01-24 20:38:25 +05:30
ashilkn 2acb810a5a Added option to configure if NoThumbnailWidget should have a border or not 2023-01-24 12:50:43 +05:30
ashilkn 1f6a5faf41 Minor change 2023-01-24 12:24:47 +05:30
ashilkn 56405d2418 Updated copy of title of CreateCollectionSheet on restore & unhide 2023-01-24 12:20:13 +05:30
ashilkn fd22e2a707 Made option to create new album configurable in CreateCollectionSheet 2023-01-24 12:05:37 +05:30
ashilkn c0ed18c2a7 Bug fix : Multiple CreateCollectionSheets coming up due to gallery rebuild when keyboard is in view 2023-01-24 11:22:13 +05:30
ashilkn 3eda8e8f2f Replaced the CreateCollectionPage with the new CreateCollectionSheet on sharing from outside ente 2023-01-24 11:10:15 +05:30
ashilkn 5b37498621 Replaced the CreateCollectionPage with the new CreateCollectionSheet on restore 2023-01-23 18:39:02 +05:30
ashilkn 6d7b0bc694 Replaced the CreateCollectionPage with the new CreateCollectionSheet on move, add & unhide 2023-01-23 18:26:07 +05:30
ashilkn 4b0d1c430c Removed unused method 2023-01-23 17:48:49 +05:30
ashilkn e7ad1e7cc2 Tweaked bottom whitespace of the 'Cancel' button to look good on different screens 2023-01-23 17:44:31 +05:30
ashilkn d842485065 Added onTap to create new album in CreateCollectionSheet 2023-01-23 16:25:26 +05:30
vishnukvmd e51cf98e09 Clear the cache of upload URLs once the user logs out 2023-01-23 12:22:28 +05:30
ashilkn dede6b9b24 Throw error if item is not passed in AlbumListItem if isNew false 2023-01-22 17:43:49 +05:30
ashilkn 4229f32f55 Added 'New album' AlbumListItem in CreateCollectionSheet 2023-01-21 10:11:54 +05:30
ashilkn 5b8f21806b Improved scroll interaction 2023-01-21 09:37:38 +05:30
ashilkn 97805cebb9 Improved implementation of border of AlbumListItem + minor layout change in CreateCollecitonSheet 2023-01-21 09:25:28 +05:30
ashilkn 1f347ec46a Added scrollBar to list of collections in CreateCollectionSheet 2023-01-21 08:57:03 +05:30
ashilkn 803bcf5fb1 Added 'Cancel' button in CreateCollectionSheet 2023-01-21 07:41:59 +05:30
ashilkn 20dd52d5e5 Change for testing code 2023-01-20 20:27:45 +05:30
ashilkn bddd0669d9 Added onTap to AlbumListItems in CreateCollectionSheet 2023-01-20 17:53:02 +05:30
ashilkn 97a7e3f707 UI tweaks to CreateCollectionSheet 2023-01-20 17:24:14 +05:30
ashilkn 4fbeccecda Added constraints to CreateCollectionSheet 2023-01-20 16:52:46 +05:30
ashilkn 35a0f5b206 Imporve stroke of AlbumListItemWidget 2023-01-20 13:11:05 +05:30
ashilkn ed9c745cc2 Added new album varient in AlbumListItemWidget 2023-01-20 12:51:34 +05:30
ashilkn 278fec90c4 Gave stroke inside of AlbumlistItemWidget by using the border of another container stacked on top 2023-01-20 10:58:10 +05:30
ashilkn e030c8fd03 Replaced old scrollable list of collecitons with new one 2023-01-19 18:39:49 +05:30
ashilkn 2d0ef80a3a Made AlbumListItem component 2023-01-19 18:36:20 +05:30
ashilkn 065193ed04 Made CreateCollectionSheet with new header and old scroll content which has collections 2023-01-19 16:23:23 +05:30
ashilkn 34186ebf70 Created a new component for the bottom part of TitleBarWidget 2023-01-19 13:56:42 +05:30
Neeraj Gupta 98c26bd3ac
Merge pull request #807 from ente-io/uncategorized 2023-01-18 12:51:49 +05:30
Neeraj Gupta 98a22c34a5
Merge branch 'main' into uncategorized 2023-01-18 12:46:16 +05:30
Vishnu Mohandas 46ec158a18
Merge pull request #815 from ente-io/fix_zoom
Set the zoom-scale correctly once full-res image has loaded
2023-01-18 12:45:05 +05:30
vishnukvmd 661b1ceb0e Fix condition to skip image load 2023-01-18 12:05:57 +05:30
Neeraj Gupta 9eb39b8c0b
Update copy 2023-01-18 10:47:04 +05:30
vishnukvmd 83ae85b74a Be less verbose 2023-01-17 21:13:04 +05:30
vishnukvmd 169831dec7 Prevent multiple load image calls 2023-01-17 21:09:48 +05:30
vishnukvmd bb89a1ddf3 Remove listener after fetching image info 2023-01-17 21:09:15 +05:30
ashilkn 24195fdbc6 Merge branch 'main' into redesign-add-to-album 2023-01-17 20:50:48 +05:30
Ashil 37d3017c3d
Merge pull request #812 from ente-io/fix_gallery
Prevent wasteful thumbnail fetch requests
2023-01-17 20:48:31 +05:30