laurenspriem
fd6c521649
[mob][photos] Decouple face embedding fetch from indexing
2024-07-03 16:55:21 +05:30
laurenspriem
16e6812319
[mob][photos] Embedding normalization function
2024-07-02 17:34:22 +05:30
laurenspriem
d15138de9b
[mob][photos] Minor change
2024-07-02 15:30:49 +05:30
laurenspriem
351d5f85ac
[mob][photos] Minor change
2024-07-02 14:27:37 +05:30
laurenspriem
6622441b38
[mob][photos] Add todo
2024-07-02 13:32:36 +05:30
laurenspriem
9b41180b2d
[mob][photos] Run clip in separate isolate
2024-06-29 12:13:41 +05:30
laurenspriem
8381598944
[mob][photos] Refactor getting file path
2024-06-28 18:47:50 +05:30
laurenspriem
393ed91e86
[mob][photos] Use centercrop instead of empty pixels
2024-06-28 18:27:52 +05:30
laurenspriem
d7e1b737d8
[mob][photos] Use existing image utils for clip preprocessing
2024-06-28 18:20:35 +05:30
laurenspriem
33ab69e2d8
Merge branch 'main' into face_cleanup
2024-06-24 17:50:16 +05:30
laurenspriem
897245d6c1
[mob][photos] Cleanup alignment
2024-06-22 18:23:53 +05:30
laurenspriem
7c535adff1
[mob][photos] Make blur detection static method
2024-06-22 00:36:07 +05:30
laurenspriem
e2da01dd5b
[mob][photos] Simplify SimilarityTransform
2024-06-19 18:06:24 +05:30
Neeraj Gupta
1a9e1d7d77
Reduce error noise
2024-06-19 16:20:37 +05:30
Neeraj Gupta
3321d58455
reduce error noise
2024-06-19 16:05:04 +05:30
laurenspriem
848f3a0f6b
[mob][photos] Cleanup image utils
2024-06-18 18:17:40 +05:30
laurenspriem
7edfc15b67
[mob][photos] Cleanup ImageMlIsolate
2024-06-18 17:56:20 +05:30
Aman Raj Singh Mourya
6bd307a2cd
Optimize image upload by using XFile.fromData instead of saving to file
2024-06-08 14:09:00 +05:30
ashilkn
78ce353069
Merge branch 'send_link_button_change' into fix_broken_share_ipad
2024-06-05 13:46:52 +05:30
ashilkn
b62e5a5f82
Merge branch 'main' into send_link_button_change
2024-06-05 13:45:57 +05:30
ashilkn
419a4a78cf
[mob][photos] Fix share outside of ente not working at multiple places on iPad
...
For the ios share sheet to be shown properly on iPad, the position of the button that triggered it needs to be known, which requires BuildContext and GlobalKey of the button, which is difficult to pass from some parts of code. So to make it work, we pass a default point on the screen so that the share sheet at least shows up
2024-06-05 12:54:53 +05:30
ashilkn
79838bd49d
[mob][photos] fix shareText not working (regression)
2024-06-05 11:46:51 +05:30
ashilkn
5723654ee0
[mob][photos] Fix send link not working on iPad
2024-06-05 11:19:10 +05:30
Neeraj Gupta
f876ba627e
Merge branch 'main' into generic_group_by
2024-06-04 12:44:00 +05:30
ashilkn
3d0a810f26
[mob][photos] Upgrade share_plus
2024-06-04 12:11:04 +05:30
ashilkn
4f2dd7ccdf
Merge branch 'main' into send_link_button_change
2024-06-03 15:21:59 +05:30
Aman Raj Singh Mourya
ebf83b7bba
[mob][photos] merge placeholder_for_link2
2024-06-03 12:15:43 +05:30
Aman Raj Singh Mourya
7f816e80a2
[mob][photos] share placeholder with link when sharing 2nd draft
2024-05-30 12:48:07 +05:30
Neeraj Gupta
dafdeca7e4
[mob] Log file details on decryption Error
2024-05-30 11:50:56 +05:30
Aman Raj Singh Mourya
25d13d531d
Merge branch 'main' into placeholder_for_link2
2024-05-29 12:44:03 +05:30
laurenspriem
853f291de3
[mob][photos] Fix face thumbnail generation pool issue
2024-05-28 16:20:33 +05:30
ashilkn
99cf23d286
[mob][photos] Resolve conflicts and merge main
2024-05-27 18:03:01 +05:30
Aman Raj Singh Mourya
acf7b3a865
Merge branch 'main' into placeholder_for_link
2024-05-27 14:39:37 +05:30
Aman Raj Singh Mourya
8f1119525b
[mob][photos] placeholder for link 1st draft
2024-05-27 14:38:48 +05:30
Neeraj Gupta
bcf3084d97
Merge branch 'main' into generic_group_by
2024-05-27 11:54:37 +05:30
Ashil
e203a8378e
[mob][photos] Trigger send logs if app is stuck in spalsh screen for >= 15 seconds ( #1796 )
2024-05-27 11:31:18 +05:30
laurenspriem
7a6fa1cd80
Merge remote-tracking branch 'origin/main' into migrate_files_db_to_sqlite_async
2024-05-24 18:23:32 +05:30
laurenspriem
d4af7792d4
[mob][photos] Forgot this in previous commit
2024-05-24 16:40:14 +05:30
laurenspriem
7b0f5909b5
[mob][photos] Ente wakelock utility
2024-05-24 16:39:24 +05:30
ashilkn
a470ed4dfa
Merge branch 'main' into migrate_files_db_to_sqlite_async
2024-05-24 14:39:46 +05:30
laurenspriem
4fa59ce258
[mob][photos] Common ml util for getting indexable files across faces and clip
2024-05-24 09:56:10 +05:30
Neeraj Gupta
22ff318249
[mob] Fix bug in daysInSameWeek check
2024-05-23 15:11:41 +05:30
ashilkn
ee348f5585
Merge branch 'main' into migrate_files_db_to_sqlite_async
2024-05-21 18:34:48 +05:30
Neeraj Gupta
c21a0cfdb4
[mob] Lint fix
2024-05-21 17:46:23 +05:30
Neeraj Gupta
241c755446
Merge branch 'main' into generic_group_by
2024-05-21 17:45:27 +05:30
laurenspriem
71d3427879
[mob][photos] Logging
2024-05-21 16:56:00 +05:30
ashilkn
cae3748995
[mob][photos] Resolve conflicts and merge main
2024-05-21 16:32:03 +05:30
laurenspriem
0d43c0d326
Merge remote-tracking branch 'origin/main' into mobile_face
2024-05-21 14:06:04 +05:30
laurenspriem
1b46e159da
[mob][photos] Put x and y instead of xMin and yMin in embeddingsJSON
2024-05-21 14:03:19 +05:30
Neeraj Gupta
ee7c1bafc3
Enable remote fetch
2024-05-20 17:29:09 +05:30