Neeraj Gupta
a0025ab09b
[mob] Lint fixes
2025-02-18 13:48:28 +05:30
ashilkn
788d3b979a
[mob][photos] Fix selection not working when clicking on public link and android app does a cold start
2024-11-26 16:07:42 +05:30
ashilkn
d514a8ea40
[mob][photos] Fix minor issues with selection in in-app link view
2024-11-25 20:41:00 +05:30
ashilkn
8541eaee60
[mob][photos] Use better names
2024-11-25 20:33:52 +05:30
ashilkn
7d6688adff
[mob][photos] Use better names to avoid potential confusion
2024-11-25 18:50:08 +05:30
ashilkn
8c36fdb264
[mob][photos] Fix null check used in null value error
2024-11-21 17:42:56 +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
2d7e58d743
[mob][photos] Stop passing to GalleryFileWidget as it's no longer needed
2024-09-27 18:41:12 +05:30
ashilkn
fa3a9f4f52
[mob][photos] Stop passing sort order to DetailPage since DetailPage uses files in GalleryFilesState which updates when sort order changes in gallery
2024-09-27 18:41:12 +05:30
ashilkn
3361c1f149
[mob][photos] Stop using async loader in details page. Instead use the list of files in gallery from the GalleryState inherited widget
2024-09-27 18:41:12 +05:30
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