Neeraj Gupta
90a1481cdf
[mob] refactor
2024-07-24 15:31:39 +05:30
ashilkn
d282ef2eae
[mob][photos] Show video duration only on GalleryFileWidget and show a centered play icon otherwise
2024-06-18 17:06:55 +05:30
Neeraj Gupta
ac3c6b10a5
Gallery: Support for group by size
2024-05-27 18:03:26 +05:30
Neeraj Gupta
5e4d530b93
[mob] Fix range calculation while refresh lazy gallery group
2024-05-23 15:18:02 +05:30
Neeraj Gupta
643b77e81e
Fix title for month
2024-05-23 14:18:37 +05:30
Neeraj Gupta
cff695dd02
[mob] Fix title for month grouping
2024-05-04 12:35:33 +05:30
Neeraj Gupta
5f9b0d11f2
[mob] Gallery: Support grouping by day/week/month/year
2024-05-04 12:31:08 +05:30
Neeraj Gupta
e75be714d9
[mob] Refactor groupHeader to use groupType
2024-05-04 12:07:58 +05:30
Neeraj Gupta
cc74e08155
[mob] Add groupType with common extn methods
2024-05-04 11:56:29 +05:30
Ashil
6ef1da68e0
[photos][mobile] Performance improvement ( #1080 )
...
## Description
Stack has `clipBehaviour = Clip.hardEdge` by default. This is necessary
if content inside the stack is overflowing it's boundary and it has to
be clipped. Clipping is expensive so it's worth removing it when it
makes sense.
In this case of `GalleryFileWidget`, content doesn't overflow the
Stack's boundary so the clip operation can be removed by setting
`clipBehaviour = Clip.none`.
2024-03-13 13:52:03 +05:30
Ashil
773f4cdca2
[mobile][photos] Fix missing hero animation ( #1064 )
...
## Description
Sometimes, when opening an image from gallery, the hero animation fails
to happen. This PR fixes this issue.
https://github.com/ente-io/ente/assets/77285023/2ee40ec8-58d0-4ca1-82fb-1be96581137b
## Tests
- [x] Didn't break hero animations of videos, it almost stays the same.
2024-03-13 11:20:20 +05:30
Manav Rathi
41b2581b8f
Move into mobile/
2024-03-01 12:25:37 +05:30