Commit graph

67 commits

Author SHA1 Message Date
Neeraj Gupta 765d7dd631
l10n: extract strings 2023-04-05 15:20:48 +05:30
ashilkn 74bc06b02d Beautify collection gallery 2023-03-07 19:24:26 +05:30
ashilkn f6ec89975f Made it configurable to show file count in CollectionItem 2023-03-07 14:55:23 +05:30
Neeraj Gupta 040b0fa3f1
Exclude hidden files from archive count 2023-02-23 13:23:41 +05:30
Neeraj Gupta 98a22c34a5
Merge branch 'main' into uncategorized 2023-01-18 12:46:16 +05:30
vishnukvmd 49942d9d6e Reduce the number of collections to preload 2023-01-17 14:01:32 +05:30
vishnukvmd 71c851b956 Use the right loading state 2023-01-17 14:00:33 +05:30
Neeraj Gupta ddb27cf438
Fix: create uncat collection if not already created 2023-01-17 13:50:17 +05:30
vishnukvmd b075a51e2a Load collection thumbnails lazily, if there are over 100 of them 2023-01-17 13:18:14 +05:30
Neeraj Gupta fa676f3809
Add uncategorized collection page viewer 2023-01-12 10:52:50 +05:30
Neeraj Gupta 761041c336
Show correct count for uncategorized collection 2023-01-12 10:38:47 +05:30
Neeraj Gupta 6bcadeda0e
Merge branch 'main' into uncategorized 2023-01-09 15:50:50 +05:30
Neeraj Gupta 774136137a
Lint: dart fmt, remove empty lines on top 2023-01-07 18:15:15 +05:30
Neeraj Gupta 0cc7a91af5
Merge branch 'main' into uncategorized 2023-01-06 13:34:30 +05:30
ashilkn caeb3ef84e Resolved merge conflicts 2023-01-05 09:13:43 +05:30
Neeraj Gupta b3571993eb
Merge branch 'main' into uncategorized 2023-01-04 09:47:50 +05:30
ashilkn 3333dc7ab6 Removed adding of downloaded file to ignoredFiles 2023-01-03 16:58:54 +05:30
Neeraj Gupta d6ad004354
NullSafety: Apply dart migrate suggestions + compilation fixes 2022-12-30 17:40:17 +05:30
Neeraj Gupta 5cbb74568e
Apply link suggestions 2022-12-30 08:59:48 +05:30
Neeraj Gupta 454e700c81
NullSafety: Migrate more UI widgets 2022-12-27 23:18:47 +05:30
Neeraj Gupta c07f11813c
NullSafety: Migrate CreateNewAlbumWidget 2022-12-27 23:16:35 +05:30
Neeraj Gupta 436cb843b2
NullSafety: Migrate ArchivedCollectionsButtonWidget 2022-12-27 22:16:59 +05:30
Neeraj Gupta f26b90c970
Add button for uncategorized 2022-12-26 11:51:36 +05:30
Neeraj Gupta b24dfac783
Merge branch 'main' into create_link 2022-12-23 10:23:50 +05:30
Neeraj Gupta 724c4ce8af
DirectorySize:Use loading indicator for progress 2022-12-23 08:24:27 +05:30
Neeraj Gupta ef4ea16e6e
Add current date as collection name for shared links 2022-12-19 15:35:46 +05:30
vishnukvmd e0f6db707c Show uploader avatar for collected files 2022-12-16 12:10:55 +05:30
Neeraj Gupta 29d39488eb
UI Fixes 2022-12-15 22:23:06 +05:30
Neeraj Gupta ff4611b192
hook more options on file selections 2022-12-15 16:54:51 +05:30
Neeraj Gupta c3275fed49
Playing with corner radius 2022-11-21 17:37:24 +05:30
Neeraj Gupta 20fb10fd69
Fix icon for unsynced files 2022-11-17 17:23:32 +05:30
Neeraj Gupta ee510a38d8
Show fav icon for only favorite album 2022-11-17 11:02:24 +05:30
Neeraj Gupta 40b5216573
Always show fav albums first 2022-11-16 22:31:57 +05:30
Neeraj Gupta 34de3f5fc3
Merge pull request #583 from ente-io/empty_albums
Empty albums
2022-11-15 10:54:56 +05:30
Neeraj Gupta 4a203d995e
Fix stale coverphoto to device folder 2022-11-14 10:43:39 +05:30
Neeraj Gupta 943c5edfb6
Add lint rule to warn for unawaited futures 2022-11-06 15:46:14 +05:30
Neeraj Gupta bbbc61fd4e
Merge branch 'master' into empty_albums 2022-11-06 14:45:46 +05:30
Neeraj Gupta 830d8c3d8e
Changes for Hidden 2022-10-31 15:26:59 +05:30
Neeraj Gupta 587c0b5cd9
Support for basic hidden functionality 2022-10-27 12:53:45 +05:30
Neeraj Gupta e04fe51036
Fix on ente section title for light theme 2022-10-26 13:16:36 +05:30
Neeraj Gupta c31ca0bd41
Refactor sectionTitle and define brand textStyle instead of widget 2022-10-19 20:57:40 +05:30
Neeraj Gupta 9678216d48
Update the textStyle for section title 2022-10-19 19:54:20 +05:30
Neeraj Gupta 1d60285ca8
Align device folder name to left 2022-10-19 17:51:44 +05:30
Neeraj Gupta 62bd99d1c8
Show empty albums on colleciton gallery page 2022-10-19 16:58:03 +05:30
Neeraj Gupta e2e9e86ff8
Minor refactor and UI changes 2022-10-19 16:46:27 +05:30
Neeraj Gupta cad69fbdd4
Handle no thumbnail in collection item widget 2022-10-19 15:19:32 +05:30
Neeraj Gupta 070c12e938
CollectionItemWidget: Make null-safe 2022-10-19 14:31:14 +05:30
Neeraj Gupta 2a10e8ceb2
Do not surface error on UI 2022-10-10 04:21:15 +05:30
ashilkn f3213cc848 convert to getters 2022-09-23 07:18:25 +05:30
ashilkn 3e8bfc6f29 remove prefix letter 'k' from constants 2022-09-19 17:22:20 +05:30