Commit graph

10192 commits

Author SHA1 Message Date
vishnukvmd df5c776dc8 Simplify state 2023-11-15 02:08:26 +05:30
vishnukvmd 76f3c43ae3 Use a different event to pull from server 2023-11-15 02:03:32 +05:30
vishnukvmd a28219807b Remove extra sync event 2023-11-15 01:36:14 +05:30
vishnukvmd 688b43c75a Listen to changes in the DB and update the cache 2023-11-15 01:16:17 +05:30
vishnukvmd a65ea2e649 Remove code to debug 2023-11-15 00:55:43 +05:30
vishnukvmd b22ccd8d82 v0.8.2 2023-11-15 00:17:01 +05:30
vishnukvmd 4740d723af Simplify scoring function 2023-11-15 00:16:49 +05:30
vishnukvmd ff2b949458 v0.8.1 2023-11-14 23:33:14 +05:30
vishnukvmd ce2e034085 Play with an optimized computeScore method 2023-11-14 23:33:10 +05:30
vishnukvmd 6ad7911f1f Update indexing status in real time 2023-11-14 23:32:03 +05:30
vishnukvmd 98b1c1689d Update key 2023-11-14 22:48:03 +05:30
vishnukvmd 49856e2667 Update path to object box 2023-11-14 22:44:00 +05:30
vishnukvmd ef5a5b7c40 Ignore files that have already been queued 2023-11-14 21:01:16 +05:30
vishnukvmd 7c2bf8bd97 Block back fill on remote sync 2023-11-14 20:50:46 +05:30
vishnukvmd 0d35eb3b27 v0.8.0 2023-11-14 19:49:08 +05:30
vishnukvmd 1f17e892c0 Disable search if magic search is disabled 2023-11-14 19:30:06 +05:30
vishnukvmd db3952bb88 Disable search by default 2023-11-14 19:26:45 +05:30
vishnukvmd 72e4537980 Hide search settings on iOS 2023-11-14 19:23:47 +05:30
vishnukvmd 4684b69a76 Unbreak Android 2023-11-14 19:23:41 +05:30
vishnukvmd 132086c383 Unbreak iOS 2023-11-14 18:36:05 +05:30
vishnukvmd fb092ffa34 Fix issue with select-all button 2023-11-14 18:25:56 +05:30
vishnukvmd 0e76d2bed2 Fix alignment within gallery 2023-11-14 18:16:39 +05:30
vishnukvmd 8950bb0515 Hide maps for search results 2023-11-14 16:34:21 +05:30
vishnukvmd cd296373d2 Reorder methods 2023-11-14 14:34:42 +05:30
vishnukvmd 34028dc5d7 Reduce visibility of method 2023-11-14 14:33:16 +05:30
vishnukvmd 419467cfac Minor refactor 2023-11-14 14:31:48 +05:30
vishnukvmd 794880ab2f Enable Magic search by default 2023-11-14 14:26:40 +05:30
vishnukvmd 197842d10e Update submodule 2023-11-14 14:25:31 +05:30
vishnukvmd e101462eee Decode fetched embeddings on a separate isolate 2023-11-14 14:18:22 +05:30
vishnukvmd 739ef4c21e Refactor code 2023-11-14 13:41:32 +05:30
vishnukvmd c24e8e4952 Increase debouncer duration 2023-11-14 13:36:09 +05:30
vishnukvmd ea76fd2ce8 Warm up the text encoder 2023-11-14 13:34:28 +05:30
vishnukvmd b54f082cb6 Move from SQLite to ObjectBox for storing embeddings 2023-11-14 13:26:54 +05:30
ashilkn bc31578edd add animation between search screens inside indexedStack 2023-11-14 12:39:31 +05:30
ashilkn 9487c846a6 show loading icon when all search sections are getting loaded or reloaded 2023-11-14 12:25:56 +05:30
vishnukvmd b9cd9cf9cd Fix bug when 0 embeddings are returned 2023-11-14 12:12:58 +05:30
ashilkn 91dbd476d2 add comment 2023-11-14 11:32:25 +05:30
ashilkn f267bb3d08 fix: search results from previous query coming up due to race condition 2023-11-14 11:20:15 +05:30
vishnukvmd 289fbc8a11 Move entire score computation to an isolate 2023-11-14 10:14:54 +05:30
vishnukvmd cb82d44d4d Remove verbose logging for Computer 2023-11-14 10:14:17 +05:30
vishnukvmd 3d0fefb715 Merge branch 'main' into clip 2023-11-14 09:35:41 +05:30
Vishnu Mohandas 487e7b0241
Fix typo in path (#1495) 2023-11-13 16:12:11 +05:30
vishnukvmd dc87229625 Fix typo in path 2023-11-13 16:02:46 +05:30
Vishnu Mohandas 00cb438181
Remove submodule (#1494) 2023-11-13 09:33:20 +05:30
vishnukvmd 77bed6d798 Remove submodule 2023-11-13 08:12:00 +05:30
Vishnu Mohandas 58df09ba78
Show option to contact support when verification fails (#1491) 2023-11-12 12:19:00 +05:30
vishnukvmd 4278dcc102 Show option to contact support when verification fails 2023-11-11 19:13:09 +05:30
ashilkn 7b2810391c remove shuffling of results in some search secitons for better UI 2023-11-11 10:20:39 +05:30
ashilkn b6e7aece76 Make search section stateless and stop rebuiding on events 2023-11-11 10:17:38 +05:30
ashilkn 2114dbf441 only listen to FilesUpdatedEvent for reloading all search sections and add debouncer to it + add logging 2023-11-11 07:47:40 +05:30