Commit Graph

1195 Commits

Author SHA1 Message Date
appflowy
82ac2a5d79 ci: generate language files and install pb tools 2022-02-09 20:35:07 +08:00
appflowy
5809758539 refactor: rename error-code to flowy-error-code in case of ambiguous 2022-02-09 19:26:06 +08:00
appflowy
93863462a2 fix: pass unit test 2022-02-09 19:17:15 +08:00
appflowy
7cceafa432 style: fix warnings 2022-02-09 18:39:58 +08:00
appflowy
4b63170e56 refactor: read cache proto info 2022-02-09 18:17:06 +08:00
appflowy
1c3c519b14 refactor: cache proto file info 2022-02-09 13:08:49 +08:00
appflowy
7646f984e0 refactor: generate x.proto file using build.rs 2022-02-09 09:57:03 +08:00
Nathan.fooo
32e0b5e96d
Merge pull request #314 from AppFlowy-IO/fix_dart_pb
ci: fix dart pb
2022-02-09 08:02:58 +08:00
appflowy
30bedb337f ci: export path to CI 2022-02-09 07:32:59 +08:00
appflowy
832db73410 ci: add logs 2022-02-09 07:23:57 +08:00
appflowy
837666d36d ci: fix dart pb 2022-02-09 01:14:54 +08:00
Nathan.fooo
10187ce049
Merge pull request #312 from AppFlowy-IO/fix_ci
feat: install protoc-gen-dart if not installed
2022-02-09 01:08:26 +08:00
appflowy
68b0730dda ci: disable dart pb gen 2022-02-09 00:47:43 +08:00
appflowy
1ab3f42477 ci: install protoc binary 2022-02-08 23:52:00 +08:00
appflowy
15d91d3cbe ci: export path 2022-02-08 23:05:28 +08:00
appflowy
f55de1fd17 feat: install protoc-gen-dart if not installed 2022-02-08 22:42:00 +08:00
Nathan.fooo
014ff27881
install protoc_plugin 2022-02-08 22:34:02 +08:00
appflowy
dd3f1d0b24 ci: install protobuf code gen tool 2022-02-08 21:43:31 +08:00
appflowy
561aa348e9 fix: add futures-core crate features 2022-02-08 21:22:11 +08:00
Nathan.fooo
79d30eb84d
Merge pull request #311 from AppFlowy-IO/opti_pb_gen
Opti protobuf code gen
2022-02-08 16:34:39 +08:00
appflowy
d0b02cb4fd refactor: generate dart pb files with feature flag: dart 2022-02-08 16:24:59 +08:00
appflowy
9135b92a39 refactor: generate the pb files using build.rs 2022-02-08 14:36:59 +08:00
Gustavo Sanchez
ecf2598be7
Merge branch 'main' into main 2022-02-07 16:12:11 -04:00
appflowy
59aed762e7 ci: fix compile errors 2022-02-07 16:04:35 +08:00
appflowy
337161c3d7 style: config log 2022-02-07 15:51:19 +08:00
appflowy
9f8e3b09c3 fix: compile errors 2022-02-07 15:48:01 +08:00
appflowy
0c6903f793 refactor: refactor some crates with http_server 2022-02-07 15:34:46 +08:00
appflowy
084e9c5f6f refactor: refactor some crates with http_server 2022-02-07 15:33:46 +08:00
appflowy
680d130986 refactor: remove unuse crate references 2022-02-07 10:47:09 +08:00
Nathan.fooo
248473dddf
Merge pull request #310 from AppFlowy-IO/remove_backend
feat: remove backend
2022-02-06 21:26:16 +08:00
appflowy
67dff1720b feat: remove backend 2022-02-06 11:48:43 +08:00
Nathan.fooo
cac0dcaf7f
Merge pull request #308 from MikeWallaceDev/fix_readd_russian_language
fix: put back Russian language
2022-02-06 11:42:13 +08:00
Nathan.fooo
c5aefeb45e
Merge pull request #307 from MikeWallaceDev/fix_makefile_for_commitlint
fix: makefile for commitlint
2022-02-06 11:41:30 +08:00
Gustavo Sanchez
e1f6e483e7
Merge branch 'main' into main 2022-02-05 16:35:25 -04:00
MikeWallaceDev
1796d0a448 fix: put back Russian language
set EasyLocalization to not save language locally.
2022-02-05 13:13:48 -05:00
MikeWallaceDev
f1a8919772 fix: removed comments 2022-02-05 12:39:35 -05:00
MikeWallaceDev
28e3cb35b8 fix: makefile for commitlint
Fixed the Linux part.
2022-02-05 12:32:12 -05:00
appflowy
62bafce0b2 fix: fallback to supported locale if easy_localization doesn't support device locale 2022-02-05 22:01:51 +08:00
appflowy
e9ba1e1886 fix: fallback to supported locale if easy_localization doesn't support device locale 2022-02-05 21:50:49 +08:00
appflowy
0d47397851 feat: config commitlint & ignore commitlint auto generated files 2022-02-05 16:34:29 +08:00
appflowy
592e91bed4 style: supportedLocales list 2022-02-05 11:23:10 +08:00
appflowy
0758db971b refactor: remove unuse imports 2022-02-05 11:16:46 +08:00
appflowy
662220ab8a fix: add toolbar tooltip language display issue 2022-02-05 11:16:46 +08:00
appflowy
18407a0e47 fix: new doc button's langauge display issue 2022-02-05 11:16:46 +08:00
Daniil Golubev
cb57d20bfb
Added russian translations (#287)
* Added russian translations

* Register russian locale
2022-02-04 21:46:57 -05:00
appflowy
a6f675c1d9 fix: locale data deserializere error 2022-02-05 10:27:43 +08:00
appflowy
ec4d69e5b8 fix: collapse button display color in dark mode 2022-02-05 10:26:51 +08:00
Nathan.fooo
e65a320c00
Merge pull request #306 from MikeWallaceDev/refactor_languange_remove_enum
Refactored Language settings to remove AppLanguage enum
2022-02-05 09:39:51 +08:00
MikeWallaceDev
5519dcd525 refactor: language settings to remove applanguage enum
Fixes: #290
app now uses Locale directly
list of languages is now generated from EasyLocalization
2022-02-04 20:09:41 -05:00
Nathan.fooo
92b3f3e769
Merge pull request #303 from AppFlowy-IO/feat/commit_lint
Feat/commit lint
2022-02-04 20:27:42 +08:00