Neeraj Gupta
|
be6ca79c2d
|
move
|
2025-03-03 17:21:31 +05:30 |
|
Neeraj Gupta
|
3bf715fd46
|
[mob] Move
|
2025-03-03 17:00:50 +05:30 |
|
Neeraj Gupta
|
137a5cd772
|
Switch to flagService for mlConsent
|
2025-03-03 14:58:54 +05:30 |
|
Neeraj Gupta
|
f8e2714315
|
[mob] Use flagservice for map consent
|
2025-03-03 14:30:52 +05:30 |
|
Neeraj Gupta
|
8516d8364c
|
[mob] Remove unused file
|
2025-03-01 10:48:03 +05:30 |
|
Neeraj Gupta
|
d98fbd6dc5
|
[mob] Clean up
|
2025-02-28 13:13:16 +05:30 |
|
ashilkn
|
1e05c9d701
|
[mob][photos] Log stacktrace
|
2025-02-25 18:56:39 +05:30 |
|
ashilkn
|
e61d212ad0
|
[mob][photos] Handle errors/exceptions in getThumbnailFileOfPerson
|
2025-02-25 17:13:09 +05:30 |
|
ashilkn
|
6c67f11cc0
|
Merge branch 'main' into person_linking_improvements
|
2025-02-24 16:37:14 +05:30 |
|
ashilkn
|
708b17cef3
|
[mob][photos] Resolve merge conflicts and merge main
|
2025-02-20 18:35:40 +05:30 |
|
ashilkn
|
1746db0d44
|
[mob][photos] Gracefully handle no avatar of recent file for face in UI where every getThumbnailFileOfPerson is used
|
2025-02-20 17:38:37 +05:30 |
|
Prateek Sunal
|
7743a4af98
|
chore: move date related utils to date_time_util.dart
|
2025-02-20 17:35:07 +05:30 |
|
Prateek Sunal
|
d2764fe7e1
|
chore: delete redundant files
|
2025-02-20 17:33:13 +05:30 |
|
ashilkn
|
af676e6107
|
[mob][photos] Refactor
|
2025-02-20 17:20:41 +05:30 |
|
ashilkn
|
11c75dc5c8
|
[mob][photos] Log info
|
2025-02-20 16:58:27 +05:30 |
|
Prateek Sunal
|
c5dab37dfa
|
feat: use media kit directly for preview, instead of video_player proxy
|
2025-02-20 15:23:31 +05:30 |
|
Prateek Sunal
|
c37deecb96
|
chore: extract out some functions
|
2025-02-20 13:55:37 +05:30 |
|
Prateek Sunal
|
d2a4634f02
|
fix: callbacks
|
2025-02-20 13:55:22 +05:30 |
|
Prateek Sunal
|
82fdae9253
|
fix: seek bar & buffering
|
2025-02-19 20:36:30 +05:30 |
|
Prateek Sunal
|
7fc42bed64
|
fix: add playbackCallback to hideStuff properly
|
2025-02-19 18:32:47 +05:30 |
|
Neeraj Gupta
|
8c81a377c0
|
Lint fixes
|
2025-02-18 14:08:10 +05:30 |
|
Neeraj Gupta
|
a0025ab09b
|
[mob] Lint fixes
|
2025-02-18 13:48:28 +05:30 |
|
Neeraj Gupta
|
3ff8d04d7b
|
[mob] Mark collection owner, sharee and publicUrls as non-nullable field
|
2025-02-13 15:36:20 +05:30 |
|
Ashil
|
dc9292b280
|
[mob][photos] Join link confirmation dialog (#5046)
|
2025-02-12 21:21:27 +05:30 |
|
Ashil
|
cf43bd6698
|
[mobile][photos] Fix: show account owner's email in 'Link email' screen if it's not assigned to any person yet (#5045)
|
2025-02-12 21:19:57 +05:30 |
|
Ashil
|
fb0128369a
|
[mob][photos] Join link confirmation dialog (#5046)
|
2025-02-12 20:23:16 +05:30 |
|
ashilkn
|
b1d2de712b
|
[mob][photos] Show confirmation dialog before joining public link
|
2025-02-12 20:08:12 +05:30 |
|
ashilkn
|
1c6efd4985
|
[mob][photos] Use better names
|
2025-02-12 19:42:21 +05:30 |
|
ashilkn
|
defd88050d
|
[mobile][photos] Fix: show account owner's email in 'Link email' screen if it's not assigned to any person yet
|
2025-02-12 19:40:04 +05:30 |
|
Neeraj Gupta
|
1b0d481b45
|
[mob] Fix creationTime parsing
|
2025-02-11 19:56:54 +05:30 |
|
Neeraj Gupta
|
7621041ce0
|
Revert "[mob] Fix exif time parsing (#4985)"
This reverts commit 5b17711b55e9e8995454121e3a209ee5e8c9b3c1, reversing
changes made to 85bf3eebcb5ac197ce6a5901cbc8db1d03be0113.
|
2025-02-11 18:27:17 +05:30 |
|
Neeraj
|
5b17711b55
|
[mob] Fix exif time parsing (#4985)
## Description
## Tests
|
2025-02-11 16:56:31 +05:30 |
|
Ashil
|
85bf3eebcb
|
[mob][photos] Fix: FileAppbar buttons not working on some screens (#5022)
## Description
The Appbar was getting cut off at the bottom, likely due to a larger top
inset on certain screens, which makes the AppBar buttons unclickable
(have received reports on the favourite button being unclickable).
This change ensures that the Appbar remains useable on all screens.
#### Before
<img
src="https://github.com/user-attachments/assets/9611aae5-0671-4767-b5b6-22bac1f9d8f3"
width="320">
#### After
<img
src="https://github.com/user-attachments/assets/8a360440-1d92-4168-a0e6-b8151b2a2788"
width="320">
|
2025-02-11 16:14:00 +05:30 |
|
Neeraj
|
ceb3046a02
|
[mob] Avoid reloading all files from DB on Upload events (#4974)
## Description
## Tests
|
2025-02-11 16:09:04 +05:30 |
|
ashilkn
|
45f1549079
|
[mob][photos] Fix: FileAppbar buttons not working on some screens
|
2025-02-11 15:50:42 +05:30 |
|
Neeraj
|
1bb8facc56
|
fix(mob): streaming changes (#4992)
## Description
Many issues fixed that were hindering streaming experience.
## Tests
|
2025-02-10 13:08:57 +05:30 |
|
Prateek Sunal
|
b2d02c6a26
|
fix: add l10n, routing changes
|
2025-02-08 05:12:58 +05:30 |
|
Prateek Sunal
|
e0cbe47052
|
fix: stream size issues
|
2025-02-08 04:59:57 +05:30 |
|
ashilkn
|
e07a24a192
|
[mob][photos] Use leading debouncer where ever necessary for better UX
|
2025-02-07 17:17:38 +05:30 |
|
Prateek Sunal
|
38ae9e2b19
|
fix: buffering indicator
|
2025-02-07 16:11:08 +05:30 |
|
Prateek Sunal
|
afb139a301
|
Merge commit 'f65ab4a5a0ef53470673ca2c038df181075702f7' into streaming-prtk
|
2025-02-07 15:30:50 +05:30 |
|
Prateek Sunal
|
d193efbe14
|
fix: queuing order, locals, preview status tap, remove cache preview button, refresh indicator
|
2025-02-07 15:06:55 +05:30 |
|
Neeraj Gupta
|
d363f37592
|
[mob] Fix creationTime parsing
|
2025-02-07 12:26:52 +05:30 |
|
ashilkn
|
cf3cfe7275
|
[mob][photos] Resolve conflicts and merge main
|
2025-02-05 20:23:44 +05:30 |
|
ashilkn
|
edc39f3fd8
|
[mob][photos] Extract strings
|
2025-02-05 20:17:54 +05:30 |
|
ashilkn
|
1e50f52801
|
[mob][photos] Throw exception and instruction on what to do instead if GenericSearchResult.previewThumbnail() is used when ResultType is 'shared'(which is the case for contacts search)
|
2025-02-05 17:37:21 +05:30 |
|
ashilkn
|
46c941fb8c
|
[mob][photos] Use first letter avatar for contact in contacts section and all contacts screen if no person is linked to contact
|
2025-02-05 17:28:13 +05:30 |
|
Neeraj Gupta
|
e3833044e9
|
[mob] Avoid reloading all files from DB on Upload events
|
2025-02-05 16:37:54 +05:30 |
|
Prateek Sunal
|
e0789b0d5a
|
[mob][preview] add support for video streaming (#4253)
|
2025-02-04 17:25:08 +05:30 |
|
Prateek Sunal
|
c59dd66c0d
|
fix: logic of displayling size, height and width
|
2025-02-04 15:13:05 +05:30 |
|