Merge branch 'main' into homewidget
This commit is contained in:
commit
490d8af2cc
4 changed files with 7 additions and 8 deletions
|
@ -1193,5 +1193,5 @@
|
|||
"deviceNotFound": "未发现设备",
|
||||
"castInstruction": "在您要配对的设备上访问 cast.ente.io。\n输入下面的代码即可在电视上播放相册。",
|
||||
"deviceCodeHint": "输入代码",
|
||||
"joinDiscord": "Join Discord"
|
||||
"joinDiscord": "加入 Discord"
|
||||
}
|
|
@ -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) {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue