Neeraj Gupta
a2d022f751
[mob] UI Changes
2024-11-19 17:53:23 +05:30
ashilkn
a86b6dddd4
[mob][photos] Resolve merge conflicts and merge main
2024-11-18 18:24:05 +05:30
Neeraj Gupta
179e586671
[mob] Refactor
2024-11-15 15:18:29 +05:30
ashilkn
10f9638f24
[mob][photos] Chore
2024-11-08 18:30:29 +05:30
ashilkn
8965f1cd09
[mob][photos] Fix: Cast not working on android (Pair with PIN option)
2024-11-08 18:27:35 +05:30
ashilkn
25b26ec303
[mob][photos] Workaround for a UX issue
2024-11-07 23:31:48 +05:30
ashilkn
88440400c2
[mob][photos] Fix loading state not appearing when the first filter is added in hierarchical search
2024-11-07 23:29:24 +05:30
ashilkn
52663ae218
[mob][photos] Add comment
2024-11-07 22:00:34 +05:30
ashilkn
c5aecaf501
[mob][photos] Remove unused method
2024-11-07 21:54:11 +05:30
ashilkn
655d9602e0
[mob][photos] Dispose all notifiers of SearchFilterDataProvider after use
2024-11-07 21:47:58 +05:30
ashilkn
b83b7ad295
[mob][photos] Use better names
2024-11-07 20:23:34 +05:30
ashilkn
ae3b784463
[mob][photos] Improvements on PeopleBanner shown in hierarchical search
2024-11-07 19:59:14 +05:30
ashilkn
93fd05818a
[mob][photos] Show 'Add a name' banner if an unnamed cluster is applied in hierarchical search
...
If there are multiple applied unnamed clusters, the banner will be shown for the first one
2024-11-07 18:35:21 +05:30
ashilkn
724b9620be
[mob][photos] chore
2024-11-05 19:45:29 +05:30
ashilkn
30cde90a68
[mob][photos] Only add initialGalleryFilter to filters to avoid in recommendations list when there are no applied filters
...
This resolves a bug: If 'A' is the initialGalleryFilter and a filter 'B' is applied (in this state both A and B filters are applied), and then the filter 'A' is removed, in recommendations, filter 'A' is not recommended since it's passed as a filter to avoid in recommendations
2024-11-05 16:18:49 +05:30
ashilkn
b036079249
[mob][photos] Do not show any face filters in recommendations when an 'Only them' filter is applied
2024-11-04 17:49:20 +05:30
ashilkn
e6813aa042
[mob][photos] When an 'only them' filter is added, remove all individual face filters from applied list
2024-10-29 20:20:31 +05:30
ashilkn
1c3bdb6d69
Merge branch 'main' into hierarchical_search
2024-10-25 09:58:37 +05:30
ashilkn
a29f9db35d
[mob][photos] Show loading state in gallery from when a filter is applied to when all computation related to it finishes
2024-10-25 09:10:51 +05:30
ashilkn
ae5ae0c770
[mob][photos] Enable hierarchical search for uncategorized album
2024-10-25 08:34:55 +05:30
ashilkn
567ae6aa41
Revert "[mob][photos] Change leading width of appbar when filters are applied"
...
This reverts commit 925abee3c52f1a8874f4f1b84d5a8946222f7e28.
2024-10-25 08:23:38 +05:30
ashilkn
925abee3c5
[mob][photos] Change leading width of appbar when filters are applied
2024-10-24 21:10:52 +05:30
ashilkn
96cba31c29
[mob][photos] Chore
2024-10-24 17:54:01 +05:30
ashilkn
8c708530ef
[mob][photos] Perf improvements to hierarchical search
...
Normal search and hierarchical search needs slightly different set of files. Refactored code in such a way that the elements in both these lists are references of a elements in a list of all files and hence reducing the memory needed for search and hierarchical search combined. Files used for hierarchical search contain only uploaded files now, rather than mix of uploaded and un-uploaded, reducing iterations required for hierarchical search
2024-10-24 17:17:50 +05:30
ashilkn
24bb6f28a9
Merge branch 'main' into deeplinks
2024-10-24 14:16:33 +05:30
ashilkn
e7525ff5ea
[mob][photos] Elevate app bar which has filters when gallery is scroll underneath to it (only visible in light theme)
2024-10-23 18:21:39 +05:30
Neeraj Gupta
e4647c07d5
[mob] Fix autoLanguage detection
2024-10-23 17:25:57 +05:30
ashilkn
37f2b9f70e
[mob][photos] Fix filters getting squished a bit because of it's size constrain and it's outer stroke width
2024-10-23 16:39:11 +05:30
ashilkn
1e868ac624
[mob][photos] Add 'isApplied' state to filters, change UI for applied filters
2024-10-22 17:17:00 +05:30
ashilkn
2d6bd7f5a5
[mob][photos] Only show most relevant filters in app bar as recommendation and capped to max 16
2024-10-22 15:20:48 +05:30
ashilkn
8a130b52c2
[mob][photos] Improve UI of appbar when there are added filters
2024-10-21 08:34:57 +05:30
ashilkn
f63e8b51d9
[mob][photos] Use service locators where ever necessary
2024-10-19 22:44:08 +05:30
ashilkn
3716eb3d30
[mob][photos] Make MagicResultScreen hierarchical searchable
2024-10-19 22:22:06 +05:30
ashilkn
59333b700c
[mob][photos] Make UI of Appbar and filter chips better
2024-10-19 22:01:07 +05:30
ashilkn
641aaf9d56
[mob][photos] Resolve merge conflicts and merge main
2024-10-18 20:27:42 +05:30
ashilkn
0c185d3446
[mob][photos] Resolve merge conflicts and merge main
2024-10-18 19:04:21 +05:30
ashilkn
c8990d8f40
[mob][photos] Make filters useable (make them appear on appbar) in named people page
2024-10-18 09:50:10 +05:30
ashilkn
fd9269ccdf
[mob][photos] Make sure AppliedFilters or RecommendedFilters widget is not used when a gallery is not hierarchical searchable
2024-10-18 09:41:13 +05:30
Neeraj Gupta
5cff4357ee
[mob] ServiceLocator for updateService
2024-10-17 15:31:28 +05:30
ashilkn
6252753512
Merge branch 'main' into hierarchical_search
2024-10-17 08:47:00 +05:30
Ashil
7dbc1f9389
[mob][photos] Fix system back gesture closing the app when triggered after closing a modal ( #3723 )
...
Closes #3613
Resolves issues in #3524 which are reproducible after a modal is closed
(like bottom sheets, dialogs etc).
2024-10-16 09:49:14 +05:30
ashilkn
0a8d403ea0
[mob][photos] Fix system back gesture closing the app when triggered after closing a modal
2024-10-16 09:09:07 +05:30
Neeraj Gupta
2e15cb35bc
[mob] Handle invalid logger name
2024-10-15 15:18:26 +05:30
Aman Raj Singh Mourya
45ba65682c
[mob][photos] hide owner avatar if file is from a public link
2024-10-08 13:32:15 +05:30
ashilkn
7504e01bf7
[mob][photos] Enable hierarchical search in location screen
2024-10-07 20:14:46 +05:30
ashilkn
af8d630060
[mob][photos] Use GalleryAppBar widget on location screen
2024-10-07 20:05:46 +05:30
ashilkn
f1535f901f
[mob][photos] Pass better string for FileTypeFilter. Also, do it in such a way that name() of HierarchicalSearchFilter doesn't need a BuildContext parameter
2024-10-07 17:04:16 +05:30
ashilkn
e6590a7190
[mob][photos] Wrap GalleryFilesState over SharedPublicCollectionPage to fix error
2024-10-07 15:03:38 +05:30
ashilkn
27bce439c4
Merge branch 'main' into deeplinks
2024-10-07 14:24:51 +05:30
ashilkn
4b72817864
[mob][photos] Make initialGalleryFilter non-nullable and make a a required parameter of SearchFilterDataProvider
2024-10-03 08:47:35 +05:30