Commit graph

10661 commits

Author SHA1 Message Date
NullPointer b9116d172f
Fix typo in image encoder 2023-12-22 23:11:30 +05:30
ashilkn 7f3dd9b691 fix: results from pervious stream coming up on UI 2023-12-22 18:45:13 +05:30
ashilkn 3de3b77ae0 use better variable name 2023-12-22 18:44:24 +05:30
ashilkn e5e33b0f7e show search results when querying from stream 2023-12-21 18:25:16 +05:30
ashilkn b7486f3c3b Create new search results stream in every query change wih debouncer. Made the stream available in SearchSuggestionsWidget 2023-12-21 17:41:55 +05:30
Vishnu Mohandas c4b3666572
Initialize OrtEnv in a separate isolate (#1619) 2023-12-21 16:59:26 +05:30
Vishnu Mohandas 2daebda377
Merge branch 'main' into onnx 2023-12-21 16:17:56 +05:30
vishnukvmd 6882ff8874 v0.8.19 2023-12-21 15:31:58 +05:30
vishnukvmd c03cf7cf47 Initialize ORT in a separate isolate 2023-12-21 15:31:49 +05:30
ashilkn 15480b3ecb Created a method that returns search results as a stream of results, instead of awaiting for all results to be ready and sending it over 2023-12-21 14:31:09 +05:30
vishnukvmd 68d504850e Fix all await warnings 2023-12-21 13:04:06 +05:30
Vishnu Mohandas 84aa9b88d2
Show loading state on search tab init (#1617) 2023-12-20 22:43:11 +05:30
ashilkn 775d1efe51 add animation to all sections screen when it first appears after loading state 2023-12-20 20:57:41 +05:30
ashilkn bbec8ed636 minor change to show loading state when the search tab is loading on app start 2023-12-20 20:39:33 +05:30
Vishnu Mohandas cc7d98efc3
use adaptive icons in TitleBarWidget (#1616)
use adaptive icons in TitleBarWidget
2023-12-20 19:48:27 +05:30
ashilkn fcee80f75f use adaptive icons in TitleBarWidget 2023-12-20 19:45:58 +05:30
Vishnu Mohandas 6e97c4bac4
Back button for search suggestions and no results screen when searching (#1615)
Back button for search suggestions and no results screen when searching
2023-12-20 19:33:39 +05:30
ashilkn 23152b6ec0 change paddings 2023-12-20 19:20:05 +05:30
ashilkn 8f0ab0d597 fire ClearAndUnfocusSearchBar instead of findingAncestorStateObject with textController and focusNode to clear and unfocus search bar 2023-12-20 17:43:29 +05:30
ashilkn ae32e4902f added back button for no resuts screen when searching 2023-12-20 17:39:49 +05:30
ashilkn 80657b40f7 add back button on search suggestions screen 2023-12-20 17:35:06 +05:30
Vishnu Mohandas 3e089b3b5b
Remove normalization (#1614) 2023-12-20 16:20:37 +05:30
vishnukvmd cc3034f730 Update translations 2023-12-20 15:19:01 +05:30
vishnukvmd 52943f38ab Remove normalizations 2023-12-20 15:18:58 +05:30
Vishnu Mohandas e73173d850
New Translations (#1612) 2023-12-20 00:24:38 +05:30
Crowdin Bot f3edec5e74 New Crowdin translations by GitHub Action 2023-12-19 12:18:32 +00:00
Vishnu Mohandas 2ed3eec3e6
Init ObjectBox only in the foreground (#1610) 2023-12-19 13:06:16 +05:30
vishnukvmd 292144b910 v0.8.18 2023-12-19 13:05:29 +05:30
Vishnu Mohandas 1501c8c826
Merge branch 'main' into onnx 2023-12-19 13:04:15 +05:30
vishnukvmd 79956502ae Init ObjectBox only in the foreground 2023-12-19 13:03:45 +05:30
Vishnu Mohandas 6f8063fdec
Magic search w/ text encoder (#1605) 2023-12-19 11:27:11 +05:30
Neeraj Gupta 5189038ff0
New Translations (#1609) 2023-12-19 09:56:40 +05:30
Crowdin Bot 98c9aab90e New Crowdin translations by GitHub Action 2023-12-19 00:44:55 +00:00
Vishnu Mohandas 5ba50b421e
Update translations (#1607) 2023-12-19 05:43:35 +05:30
vishnukvmd 08504288de v0.8.17 2023-12-19 00:37:00 +05:30
vishnukvmd 94a5128660 Initialize SSS only when app is in foreground 2023-12-19 00:36:49 +05:30
vishnukvmd 6c242aa1d2 Implement the API to release resources held by ORT 2023-12-19 00:35:45 +05:30
vishnukvmd 836fb97598 Use the file directly to create an OrtSession 2023-12-19 00:35:16 +05:30
vishnukvmd 28d165ad08 v0.8.16 2023-12-18 23:01:55 +05:30
vishnukvmd 418fd2e1bb Display indexing stats to all 2023-12-18 23:01:43 +05:30
vishnukvmd 48f3daec57 Update translations 2023-12-18 22:29:19 +05:30
vishnukvmd b6c8a79a78 Merge branch 'main' into onnx 2023-12-18 22:27:59 +05:30
vishnukvmd b4019f3c50 Refactor commented code 2023-12-18 22:21:01 +05:30
vishnukvmd a5e5c60111 Initialize SSS only if it has been opted-in for 2023-12-18 22:17:19 +05:30
vishnukvmd b27cc6dafd Comment out temp widget 2023-12-18 22:05:09 +05:30
vishnukvmd 4357795d50 Remove unnecessary check 2023-12-18 22:05:03 +05:30
vishnukvmd 961deeab6c Update iOS build config 2023-12-18 22:00:54 +05:30
Ashil 195f84bad0
Add/Edit location data feature (#1593) 2023-12-18 21:43:09 +05:30
Neeraj Gupta 37777b6988
Merge branch 'main' into add_location_data 2023-12-18 21:42:45 +05:30
Neeraj Gupta b882cb4e3a
New Translations (#1602) 2023-12-18 21:41:54 +05:30