فهرست منبع

Merge branch 'main' into homewidget

Prateek Sunal 1 سال پیش
والد
کامیت
490d8af2cc
4فایلهای تغییر یافته به همراه7 افزوده شده و 8 حذف شده
  1. 1 1
      lib/l10n/intl_zh.arb
  2. 0 3
      lib/services/search_service.dart
  3. 2 2
      pubspec.lock
  4. 4 2
      pubspec.yaml

+ 1 - 1
lib/l10n/intl_zh.arb

@@ -1193,5 +1193,5 @@
   "deviceNotFound": "未发现设备",
   "castInstruction": "在您要配对的设备上访问 cast.ente.io。\n输入下面的代码即可在电视上播放相册。",
   "deviceCodeHint": "输入代码",
-  "joinDiscord": "Join Discord"
+  "joinDiscord": "加入 Discord"
 }

+ 0 - 3
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) {

+ 2 - 2
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"

+ 4 - 2
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