laurenspriem
3786c9def9
[mob][photos] Suggestions change parameters
2024-04-23 13:37:53 +05:30
laurenspriem
6fe8dc7c66
[mob][photos] Check big and medium clusters first for suggestions
2024-04-23 12:18:19 +05:30
laurenspriem
9e87b4a2cc
[mob][photos] Highlight face in cluster
2024-04-23 11:58:39 +05:30
Laurens Priem
dad427a498
[mob][photos] Fix issues with face thumbnail ( #1523 )
...
## Description
See commits.
2024-04-23 11:21:38 +05:30
ashilkn
4c25997bb6
[mob] use layoutBuilder in face thumbnail
2024-04-23 11:15:46 +05:30
laurenspriem
6a0a9bad1e
[mob][photos] Clustering time logs
2024-04-23 09:56:46 +05:30
ashilkn
731610ed94
[mob] Refactor
2024-04-23 08:30:59 +05:30
ashilkn
e875eb1389
[mob] Remove unnecessary ShapeDecoration and width constrain
2024-04-23 08:27:47 +05:30
ashilkn
3253a2bf26
[mob] Remove unnecessary LayoutBuilder
2024-04-23 08:26:29 +05:30
ashilkn
8225697e43
Merge branch 'mobile_face' into fix_face_thumbnail
2024-04-23 07:49:59 +05:30
laurenspriem
f49ede4a74
[mob][photos] Small fix in detecting sideways faces
2024-04-22 18:07:50 +05:30
laurenspriem
9cdd4fd713
[mob][photos] Face thumbnail generation from widgets
2024-04-22 17:24:34 +05:30
laurenspriem
fa466d715f
[mob][photos] Improve suggestions by improving speed and preferring big clusters
2024-04-22 16:40:31 +05:30
ashilkn
c1587cc5ea
[mob] Remove redundant clippling and anti aliasing for performance gain
2024-04-22 11:52:39 +05:30
ashilkn
ae046e33b4
[mob] fix: face thumbnails getting cropped on the edges because the image uses BoxFit.cover
2024-04-22 11:45:54 +05:30
laurenspriem
37ab467da5
[mob][photos] Remove blur ranking debug option
2024-04-22 11:35:40 +05:30
Neeraj Gupta
cc682a0a09
Merge branch 'mobile_face' of https://github.com/ente-io/auth into mobile_face
2024-04-20 16:01:08 +05:30
Neeraj Gupta
864f8444d5
Merge branch 'main' into mobile_face
2024-04-20 15:59:36 +05:30
Neeraj Gupta
b9c82fb427
[mob][photos] Bump version 0.8.84+604
2024-04-20 15:45:04 +05:30
Neeraj Gupta
04a381fa51
[mob][photos] Use 100 as batchSize for copy
2024-04-20 15:44:43 +05:30
Neeraj Gupta
3e5648dae4
[mob][photos][internal] Enable fav + add to album action for shared files ( #1484 )
...
## Description
https://github.com/ente-io/ente/assets/254676/7ec2f82a-d0d1-4dbe-8836-87d1ffd793f6
## Tests
- [x] Hide Shared Item on Home Page If user has copied it.
- [x] Keep the fav state on the UI
- [x] Client side hash based dedupe works for copied items. Items are
linked to existing item instead of uploading duplicate entries
2024-04-20 15:33:54 +05:30
Neeraj Gupta
5e2c6f84f1
[mob][photos] Use internal flag check
2024-04-20 15:28:22 +05:30
Neeraj Gupta
72ddbbdf79
[mob][photos] Add assert to ensure copy is enabled for internal users
2024-04-20 15:21:26 +05:30
ashilkn
b10e212e0f
[mob] use flutter v3.19.3
2024-04-20 15:11:09 +05:30
laurenspriem
edf99385dc
[mob][photos] Precompute cluster summaries incrementally during clustering
2024-04-20 14:38:46 +05:30
laurenspriem
cde17441d6
[mob][photos] Forgot one import
2024-04-20 13:35:53 +05:30
laurenspriem
4ac295e1e2
[mob][photos] Remove ClusterResult old deprecated code
2024-04-20 13:35:02 +05:30
laurenspriem
a0502886b6
[mob] Minimum size argument for getting all cluster summaries
2024-04-20 13:26:47 +05:30
laurenspriem
7be1b63822
[mob] Clean up linear clustering method
2024-04-20 12:24:20 +05:30
Ashil
a6e3d6de97
[mob][photos] Bump up to v0.8.83 ( #1494 )
2024-04-20 11:32:31 +05:30
Neeraj Gupta
c165b9ee9c
[mob][photos] Lint
2024-04-20 11:31:09 +05:30
Neeraj Gupta
e2aae744be
[mob][photos] Fix ownerID for copied items
2024-04-20 11:30:40 +05:30
Neeraj Gupta
9a34fdce05
[mob][photos] Enable add to option for shared photos for internal users
2024-04-20 11:30:20 +05:30
laurenspriem
01aecb9742
[mob] store sideways face boolean in local face table
2024-04-19 18:13:35 +05:30
Ashil
8113b70441
[mob][photos] Remove code related to sqlite3 ( #1490 )
2024-04-19 18:11:52 +05:30
Ashil
c4c513a1d7
[mob][photos] Use sqlite_async instead of sqlite3 ( #1489 )
...
## Description
Using both `sqlite_async` and `sqlite3` for querying at the same time
was throwing this error:
`error: SqliteException(5): while executing, database is locked,
database is locked (code 5)`
So, have used `sqlite_async` everywhere.
## Tests
- [x] Tested all changes
2024-04-19 16:56:40 +05:30
Neeraj Gupta
fc5705dd7b
[mob][photos] Add additional check for fileType
2024-04-19 16:46:42 +05:30
Neeraj Gupta
01822b760d
[mob][photos] Dedupe using hash before copying
2024-04-19 16:45:29 +05:30
laurenspriem
a0fa90cb50
[mob] Remove faceArea and faceVisibility from local DB
2024-04-19 16:43:41 +05:30
laurenspriem
6d3e1325c4
[mob] Update face widget
2024-04-19 16:35:33 +05:30
laurenspriem
4095b14589
[mob] Conservative threshold for combination of low score and blur
2024-04-19 15:57:11 +05:30
Neeraj Gupta
02890a100b
[mob][photos] Lint fix
2024-04-19 15:56:49 +05:30
Neeraj Gupta
f55fd36579
[mob][photos] Fix: Pass copy of EnteFile to avoid modification in original
2024-04-19 15:54:49 +05:30
Neeraj Gupta
08040d9154
[mob][photos] Use loading indicator instead of blocking progress
2024-04-19 15:52:41 +05:30
laurenspriem
a92081e703
[mob] Only analyze clustering in debugMode
2024-04-19 15:20:29 +05:30
laurenspriem
f3f85e81ca
[mob] Rename constant
2024-04-19 15:08:10 +05:30
laurenspriem
ecc1bc9980
[mob] Use more conservative cluster threshold for sideways faces
2024-04-19 14:58:52 +05:30
Neeraj Gupta
564ca77a8b
Merge remote-tracking branch 'origin/main' into mobile_save_a_copy
2024-04-19 14:57:19 +05:30
Neeraj Gupta
136f53b581
[mob][photos] Fix: Remove fav action on shared photos
2024-04-19 14:53:41 +05:30
Ashil
937267ed72
[mob] perf: avoid unnecessary frame builds and computations when toggling full fullscreen when viewing a file ( #1487 )
2024-04-19 14:17:01 +05:30