Skip to content

Commit 1967913

Browse files
authored
Merge branch 'main' into main
2 parents 3d8fd6f + bdf4e60 commit 1967913

File tree

84 files changed

+1665
-1416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1665
-1416
lines changed

frontend/Makefile.toml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extend = [
1414
on_error_task = "catch"
1515

1616
[tasks.catch]
17-
run_task = {name = ["restore-crate-type"]}
17+
run_task = { name = ["restore-crate-type"] }
1818

1919
[env]
2020
RUST_LOG = "info"
@@ -42,8 +42,8 @@ PRODUCT_NAME = "AppFlowy"
4242
CRATE_TYPE = "staticlib"
4343
SDK_EXT = "a"
4444
APP_ENVIRONMENT = "local"
45-
FLUTTER_FLOWY_SDK_PATH="app_flowy/packages/flowy_sdk"
46-
PROTOBUF_DERIVE_CACHE="../shared-lib/flowy-derive/src/derive_cache/derive_cache.rs"
45+
FLUTTER_FLOWY_SDK_PATH = "app_flowy/packages/flowy_sdk"
46+
PROTOBUF_DERIVE_CACHE = "../shared-lib/flowy-derive/src/derive_cache/derive_cache.rs"
4747

4848
[env.development-mac-arm64]
4949
RUST_LOG = "info"
@@ -139,8 +139,7 @@ LINUX_ARCH = "arm64"
139139
APP_ENVIRONMENT = "production"
140140

141141
[tasks.echo_env]
142-
script = [
143-
'''
142+
script = ['''
144143
echo "-------- Env Parameters --------"
145144
echo CRATE_TYPE: ${CRATE_TYPE}
146145
echo BUILD_FLAG: ${BUILD_FLAG}
@@ -151,8 +150,7 @@ script = [
151150
echo APP_ENVIRONMENT: ${APP_ENVIRONMENT}
152151
echo ${platforms}
153152
echo ${BUILD_ARCHS}
154-
'''
155-
]
153+
''']
156154
script_runner = "@shell"
157155

158156
[env.production-ios]
@@ -166,6 +164,14 @@ BUILD_FLAG = "debug"
166164
TARGET_OS = "android"
167165
CRATE_TYPE = "cdylib"
168166
FLUTTER_OUTPUT_DIR = "Debug"
167+
FEATURES = "flutter,openssl_vendored"
168+
169+
[env.production-android]
170+
BUILD_FLAG = "release"
171+
TARGET_OS = "android"
172+
CRATE_TYPE = "cdylib"
173+
FLUTTER_OUTPUT_DIR = "Release"
174+
FEATURES = "flutter,openssl_vendored"
169175

170176
[tasks.setup-crate-type]
171177
private = true
@@ -192,11 +198,9 @@ script = [
192198
script_runner = "@duckscript"
193199

194200
[tasks.test-build]
195-
condition = { env_set = [ "FLUTTER_FLOWY_SDK_PATH"] }
196-
script = [
197-
"""
201+
condition = { env_set = ["FLUTTER_FLOWY_SDK_PATH"] }
202+
script = ["""
198203
cd ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/rust-lib/flowy-net
199204
cargo build -vv --features=dart
200-
""",
201-
]
205+
"""]
202206
script_runner = "@shell"

frontend/app_flowy/assets/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@
213213
"aquaColor": "Aqua",
214214
"blueColor": "Blue",
215215
"deleteTag": "Delete tag",
216-
"colorPannelTitle": "Colors",
217-
"pannelTitle": "Select an option or create one",
216+
"colorPanelTitle": "Colors",
217+
"panelTitle": "Select an option or create one",
218218
"searchOption": "Search for an option"
219219
},
220220
"menuName": "Grid"

frontend/app_flowy/assets/translations/es-VE.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
"aquaColor": "Agua",
202202
"blueColor": "Azul",
203203
"deleteTag": "Borrar etiqueta",
204-
"colorPannelTitle": "Colores",
205-
"pannelTitle": "Selecciona una opción o crea una",
204+
"colorPanelTitle": "Colores",
205+
"panelTitle": "Selecciona una opción o crea una",
206206
"searchOption": "Buscar una opción"
207207
},
208208
"menuName": "Grid"
@@ -218,4 +218,4 @@
218218
"openSidebar": "Open sidebar",
219219
"closeSidebar": "Close sidebar"
220220
}
221-
}
221+
}

frontend/app_flowy/assets/translations/fr-FR.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
"aquaColor": "Aqua",
200200
"blueColor": "Bleu",
201201
"deleteTag": "Supprimer l'étiquette",
202-
"colorPannelTitle": "Couleurs",
203-
"pannelTitle": "Sélectionnez une option ou créez-en une",
202+
"colorPanelTitle": "Couleurs",
203+
"panelTitle": "Sélectionnez une option ou créez-en une",
204204
"searchOption": "Rechercher une option"
205205
},
206206
"menuName": "Grille"
@@ -212,4 +212,4 @@
212212
"timeHintTextInTwentyFourHour": "12:00"
213213
}
214214
}
215-
}
215+
}

frontend/app_flowy/assets/translations/id-ID.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
"aquaColor": "Air",
203203
"blueColor": "Biru",
204204
"deleteTag": "Hapus tag",
205-
"colorPannelTitle": "Warna",
206-
"pannelTitle": "Pilih opsi atau buat baru",
205+
"colorPanelTitle": "Warna",
206+
"panelTitle": "Pilih opsi atau buat baru",
207207
"searchOption": "Cari opsi"
208208
},
209209
"menuName": "Grid"

frontend/app_flowy/assets/translations/ja-JP.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
"aquaColor": "水色",
192192
"blueColor": "",
193193
"deleteTag": "選択候補を削除",
194-
"colorPannelTitle": "",
195-
"pannelTitle": "選択候補を検索 または 作成する",
194+
"colorPanelTitle": "",
195+
"panelTitle": "選択候補を検索 または 作成する",
196196
"searchOption": "選択候補を検索"
197197
}
198198
},

0 commit comments

Comments
 (0)