Merge branch 'main' into homewidget

This commit is contained in:
Prateek Sunal 2024-02-10 02:25:41 +05:30 committed by GitHub
commit 490d8af2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 8 deletions

View file

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

View file

@ -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) {

View file

@ -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"

View file

@ -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