diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 8bc770f2d..e3420317a 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -1193,5 +1193,5 @@ "deviceNotFound": "未发现设备", "castInstruction": "在您要配对的设备上访问 cast.ente.io。\n输入下面的代码即可在电视上播放相册。", "deviceCodeHint": "输入代码", - "joinDiscord": "Join Discord" + "joinDiscord": "加入 Discord" } \ No newline at end of file diff --git a/lib/services/search_service.dart b/lib/services/search_service.dart index 26868a1e7..e57424017 100644 --- a/lib/services/search_service.dart +++ b/lib/services/search_service.dart @@ -609,9 +609,6 @@ class SearchService { result[tag] = []; } } - if (result.isEmpty && !showNoLocationTag) { - return searchResults; - } final allFiles = await getAllFiles(); for (EnteFile file in allFiles) { if (file.hasLocation) { diff --git a/pubspec.lock b/pubspec.lock index 61655f435..89c1f491a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1389,8 +1389,8 @@ packages: dependency: "direct main" description: path: "." - ref: HEAD - resolved-ref: "1318dce97f3aae5ec9bdf7491d5eff0ad6beb378" + ref: isolates + resolved-ref: "5f26aef45ed9f5e563c26f90c1e21b3339ed906d" url: "https://github.com/ente-io/onnxruntime.git" source: git version: "1.1.0" diff --git a/pubspec.yaml b/pubspec.yaml index 45d9e6c2b..669195313 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ description: ente photos application # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.8.55+575 +version: 0.8.57+577 publish_to: none environment: @@ -120,7 +120,9 @@ dependencies: # open_file: ^3.2.1 onnxruntime: - git: "https://github.com/ente-io/onnxruntime.git" + git: + url: "https://github.com/ente-io/onnxruntime.git" + ref: "isolates" open_mail_app: ^0.4.5 package_info_plus: ^4.1.0 page_transition: ^2.0.2