Neeraj Gupta
e82cda1e82
[mob] Fix bug in discarding remote embedding
2024-04-10 10:10:53 +05:30
Vishnu Mohandas
13a78ce84a
[mobile] New translations ( #1282 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-app )
2024-04-10 08:03:42 +05:30
ashilkn
83d122341f
Migrate getAllLocalAndUploadedFiles from sqflite to sqlite_async
2024-04-09 17:48:53 +05:30
ashilkn
785beeb9b3
Migrate getFilesInCollection from sqflite to sqlite_async
2024-04-09 17:40:22 +05:30
Neeraj Gupta
c8154784f1
[mob] Minor fixes
2024-04-09 16:37:54 +05:30
ashilkn
1ec941b022
Migrate getAllPendingOrUploadedFiles from sqflite to sqlite_async
2024-04-09 16:12:37 +05:30
Ashil
628d13ea53
[mobile][photos] Use sqlite async for fetching all files for search ( #1391 )
...
## Description
Using [sqlite_async](https://pub.dev/packages/sqlite_async ) has
increased query speed by about 5x and has removed GC logs like:
`Background concurrent copying GC freed 424845(20MB) AllocSpace objects,
183(4932KB) LOS objects, 37% free, 39MB/63MB, paused 144us,44us total
128.048ms`, which has improved performance of the app.
Tried using [sqlite3](https://pub.dev/packages/sqlite3 ), which reduced
query speed by 10x and removed the GC log, but introduced some jank
since it blocks the UI.
Converting the fetched rows to `EnteFile` now runs on an isolate to
avoid blocking the UI.
## Tests
Did manual testing to see difference in jank.
2024-04-09 15:17:48 +05:30
Neeraj Gupta
52038b8972
[mob] Sync removed clusters from a person
2024-04-09 15:00:57 +05:30
Neeraj Gupta
d43ed15cdf
[mob] Add support for syncing multile clusters for a person
2024-04-09 14:48:05 +05:30
vishnukvmd
99b248f7fa
v0.8.77
2024-04-09 13:00:39 +05:30
Neeraj Gupta
8cb3bf255c
[mob] Fix active plan highlight
2024-04-09 12:31:55 +05:30
Neeraj Gupta
7cec46ef3d
[mob] Allow manual upload of videos when global video upload is disabled
2024-04-09 09:32:37 +05:30
Neeraj Gupta
c6a0af7cbc
[mob]Hide file overflow item if no action is available
2024-04-09 09:16:11 +05:30
Neeraj Gupta
24f7b191b4
[mob] reduce clustering threshold
2024-04-09 09:04:07 +05:30
Crowdin Bot
af27149a74
New Crowdin translations by GitHub Action
2024-04-09 01:55:54 +00:00
vishnukvmd
9cface7902
v0.8.76
2024-04-08 15:53:21 +05:30
laurenspriem
acb3e05fc8
Merge remote-tracking branch 'origin/mobile_face' into mobile_face
2024-04-08 15:25:50 +05:30
laurenspriem
4cb15268e9
[mob] Cleaner handling of decoded image dimensions
2024-04-08 15:24:14 +05:30
vishnukvmd
191d19a0fc
ente -> Ente
2024-04-08 14:55:28 +05:30
Neeraj Gupta
250cb33bc9
[mob] Use localFileserver to serving files
2024-04-08 14:37:30 +05:30
laurenspriem
eeedf8b3c2
[mob] Trailing commas
2024-04-08 14:05:38 +05:30
ashilkn
feb8deb648
add comments
2024-04-08 13:37:00 +05:30
ashilkn
4a4a53f994
Move performance profiling script files to mobile/scripts
2024-04-08 13:33:24 +05:30
ashilkn
504f23fe4e
add comments to app_init_test script
2024-04-08 13:30:52 +05:30
ashilkn
f81fb5b626
write perf test for app init
2024-04-08 13:21:29 +05:30
Neeraj Gupta
b6aec20b22
[mob] Update log
2024-04-08 09:45:34 +05:30
Neeraj Gupta
0b08afdbe2
[mob] Use linear clustring for breaking up clusters
2024-04-08 08:52:00 +05:30
Neeraj Gupta
412e93c9fa
[mob][face] Fix handling of case when noCluster id is assigned
2024-04-08 08:18:58 +05:30
Neeraj Gupta
67f26a1551
[mob][face] Add debug hook to delete all people to cluster mapping
2024-04-08 07:46:22 +05:30
Neeraj Gupta
2d58558737
[mob] Add support for removing people to cluster mapping
2024-04-08 07:43:08 +05:30
Neeraj Gupta
4a2b5fe27d
[mob] Face: Ignore embeddings without image dims & bad landmarks
2024-04-07 16:12:59 +05:30
Neeraj Gupta
3d452c4e98
[mob] Logging changes
2024-04-07 16:11:07 +05:30
Neeraj Gupta
b00ab0541e
[mob] Handle error and empty face in visibility detector
2024-04-07 16:09:34 +05:30
Neeraj Gupta
cbc7034d47
[mob] Discard old fileEmbeddings
2024-04-06 04:00:48 +05:30
Neeraj Gupta
d19d7ffe79
[mob][face] Storage width/height along with area and visibility
2024-04-06 03:49:03 +05:30
Neeraj Gupta
6c02b03426
[mob] Lint fixes
2024-04-06 01:50:45 +05:30
Neeraj Gupta
2ae37682e7
[mob] Fix bug in handling err for clustering
2024-04-05 18:49:01 +05:30
Neeraj Gupta
f261ee7184
[mob] Hide smaller clusters only when there are more than 2 clusters
2024-04-05 18:48:44 +05:30
Neeraj Gupta
add66569dd
Merge branch 'main' into mobile_face
2024-04-05 18:24:44 +05:30
Neeraj Gupta
bb3a37adf5
[mob] Fetch remote entities before running clustering
2024-04-05 16:04:58 +05:30
Neeraj Gupta
7c6001321f
Merge branch 'mobile_face' into mobile_face_feedback_sync
2024-04-05 16:03:32 +05:30
Neeraj Gupta
1b9c81c50c
Merge branch 'mobile_face' of https://github.com/ente-io/auth into mobile_face
2024-04-05 16:00:09 +05:30
Neeraj Gupta
1996d86835
[mob] Persist remote feedback before running clustering
2024-04-05 15:59:53 +05:30
laurenspriem
0c72fd2a69
[mob] Add more validation for clustering
2024-04-05 15:50:52 +05:30
laurenspriem
723253a12c
[mob] Fix issue with random photo entering cluster
2024-04-05 15:49:35 +05:30
Neeraj Gupta
18f202d3e4
[mob] Fixed bug in parsing json
2024-04-05 14:37:59 +05:30
laurenspriem
0777013b93
[mob] Show face area info in debug mode
2024-04-05 14:34:47 +05:30
laurenspriem
04a33e6f65
[mob] Show face visibility score in debug mode
2024-04-05 14:20:28 +05:30
laurenspriem
f1a7256a14
[mob] Fix wrong y-coordiantes being stored for faces
2024-04-05 14:01:26 +05:30
laurenspriem
78af84450a
[mob] Show debug info on blur
2024-04-05 13:45:19 +05:30