ashilkn
598b941dda
[mob][photos] Improve UX on wrong password for in-app public link
2024-11-25 15:58:29 +05:30
laurenspriem
393e3d4fbb
[mob][photos] Refactor more
2024-11-25 15:48:20 +05:30
laurenspriem
2eaf4d198a
[mob][photos] refactor
2024-11-25 15:39:30 +05:30
Aman Raj
55fa554a9f
[mob][photos] fix: download progress dialog non-dismissible
2024-11-25 15:24:20 +05:30
Neeraj Gupta
23c0458968
Lint fix
2024-11-25 15:14:42 +05:30
laurenspriem
695c2cc9e3
[mob][photos] Remove code
2024-11-25 15:02:37 +05:30
Aman Raj
79f19ef0cb
[mob][photos] Minor fix
2024-11-25 14:51:07 +05:30
laurenspriem
33e743386f
[mob][photos] Generate only six thumbnails on build
2024-11-25 14:44:31 +05:30
Neeraj Gupta
e710323c46
[mob] Fix UX issues in edit person
2024-11-25 14:20:54 +05:30
ashilkn
1a4cd454cc
[mob][photos] Fix using app as photo viewer (by sharing from outside app) not working when app is not killed
2024-11-25 11:45:49 +05:30
laurenspriem
88626e4d50
[mob][photos] Rename
2024-11-25 11:35:37 +05:30
laurenspriem
b0cc76c60b
Merge branch 'main' into face_thumbnails
2024-11-25 11:16:22 +05:30
Prateek Sunal
426cd70c31
refactor: simplify error handling and remove unused imports in preview video components
2024-11-25 02:24:40 +05:30
Prateek Sunal
1fa3d87369
fix: show toast about video is playing
2024-11-25 02:24:32 +05:30
Prateek Sunal
8152159583
Merge remote-tracking branch 'origin/main' into mobile-preview-video
2024-11-25 00:05:51 +05:30
laurenspriem
85b7484426
[mob][photos] Reduce max number of thumbnails
2024-11-24 22:56:07 +05:30
laurenspriem
8615180dfe
[mob][photos] use full file
2024-11-24 22:47:55 +05:30
laurenspriem
306c55eef6
[mob][photos] Use full res thumbnails for suggestions
2024-11-24 22:07:40 +05:30
laurenspriem
dd8cef3ddf
[mob][photos] keep face crops for clusters as well
2024-11-23 16:07:11 +05:30
laurenspriem
d1e82b9261
[mob][photos] Store face crop as state
2024-11-23 15:49:26 +05:30
laurenspriem
0cfcb83438
[mob][photos] person face widget disable thumbnail fallback
2024-11-23 13:17:29 +05:30
laurenspriem
5d66029a26
[mob][photos] Quicker cache method
2024-11-23 13:15:34 +05:30
laurenspriem
733fd45d6f
[mob][photos] Consistent face thumbnails in hierarchical
2024-11-23 11:26:27 +05:30
Neeraj Gupta
5786a3cb79
[mob][photos] Fix #2894 - Edited image resolution ( #4153 )
...
## Description
Proposal to fix #2894 so that edited image keep same
dimensions/resolution as original image
The issue was that `FlutterImageCompress.compressWithList` was forcing
the result to be resized using the method's default values {minWidth =
1920, minHeight = 1080}.
It is now forcing the size to be the one right before the compression,
after the potential alterations (flip, rotate, ..).
## Tests
Tested on my Pixel 6a
Built with :
Flutter 3.24.3
JDK 17.0.2
Gradle 7.2
2024-11-23 10:45:34 +05:30
ashilkn
4706fff599
[mob][photos] Fix issue when opening links in app
2024-11-22 21:58:36 +05:30
Simon Dubrulle
562bb0da7a
fix #2894
...
Edited image will keep same dimensions as original image
2024-11-22 15:10:17 +01:00
Simon Dubrulle
193bef6927
extracted most remaining strings + fixed issue where 'magic' items would always show in english in hierarchical search
2024-11-22 12:22:10 +01:00
Neeraj Gupta
f0dd74070e
[mob][auth] Send signup as purpose during registration ( #4133 )
...
## Description
## Tests
2024-11-22 00:56:20 +05:30
Neeraj Gupta
98abac9c77
[mob][auth] Send signup as purpose during registration
2024-11-22 00:52:57 +05:30
Simon Dubrulle
192ee98c76
Merge branch 'main' into extract_strings_and_improve_translations_doc
2024-11-21 13:50:30 +01:00
ashilkn
8c36fdb264
[mob][photos] Fix null check used in null value error
2024-11-21 17:42:56 +05:30
laurenspriem
f737bcc7dc
[mob][photos] toast message when clicking unclustered face
2024-11-21 17:27:35 +05:30
ashilkn
7d96f38e53
[mob][photos] Only show dialog asking for permission to open public link in-app in the android app's independednt and fdroid versions
2024-11-21 17:04:56 +05:30
laurenspriem
f9865e3fbe
Merge branch 'main' into face_thumbnails
2024-11-21 16:31:51 +05:30
ashilkn
45bf98c859
Merge branch 'main' into deeplinks
2024-11-21 15:52:46 +05:30
Neeraj Gupta
eeff11c795
Lint fix
2024-11-21 15:17:40 +05:30
Neeraj Gupta
3db2f75216
Lint fixes
2024-11-21 15:11:09 +05:30
Neeraj Gupta
80e998231e
Show merged clusters
2024-11-21 14:58:33 +05:30
Neeraj Gupta
b586957adc
Show merged photos during edit person
2024-11-21 14:53:03 +05:30
Neeraj Gupta
9e8bbe3a40
Use new shape for faceWidget
2024-11-21 14:10:11 +05:30
Neeraj Gupta
60df8392af
Update review suggestions ui
2024-11-21 13:44:24 +05:30
Neeraj Gupta
fb801fdfa6
Update UI
2024-11-21 12:48:00 +05:30
Neeraj Gupta
d74e5bc723
Update person suggestions ui
2024-11-21 12:28:12 +05:30
Neeraj Gupta
09953bbc34
Merge remote-tracking branch 'origin/main' into save_contact
2024-11-21 11:06:24 +05:30
Neeraj Gupta
5f60db24ea
Support for editing person birthdate and cover
2024-11-21 11:03:29 +05:30
ashilkn
6c7d403d5d
[mob][photos] Fix red screen error caused by the dialog asking for permission to allow opening album links in-app
2024-11-21 08:56:29 +05:30
Simon Dubrulle
8cef4a14b1
[mobile][photos] Extracted hardcoded english strings + improved translations documentation + fixed malformed string that is using placeholder
2024-11-20 22:18:00 +01:00
ashilkn
1db6c99b28
[mob][photos] Handle deep link from public album by opening the album in app
2024-11-20 21:10:02 +05:30
ashilkn
cda749ddfd
[mob][photos] Remove stale code
2024-11-20 20:07:32 +05:30
Neeraj Gupta
5590f72b12
[mob]Support for editing name/birthday for person
2024-11-20 16:41:31 +05:30