Commit Graph

2247 Commits

Author SHA1 Message Date
dfa9c04f5a mv kv to flowy-database 2021-12-12 21:18:23 +08:00
54cd9eca8c Merge pull request #135 from MikeWallaceDev/FixBuildSdkSh
Fix build sdk sh
2021-12-12 20:57:41 +08:00
0231ad3adf add doc persistence trait 2021-12-12 16:02:58 +08:00
90e3ba14f1 mv server's DocManager to flowy_collaboration crate 2021-12-12 12:41:16 +08:00
94dc76d1a9 Fix build_sdk.sh
Fixed a typo (aarch64 -> x86)
Since I was here : Capitalized the OS names
2021-12-11 23:38:49 -05:00
66defa85f6 Edited Linux Instructions
Fixed the numbering (Github doesn't do numbering correctly...)
Added step showing how to start coding in VS Code
Changed server step from Optional to TBD
2021-12-11 23:15:11 -05:00
c2f4ee4cac Merge pull request #133 from MikeWallaceDev/linux-docs
Updated Linux build document
2021-12-11 22:29:02 +08:00
31ced8bde7 Removed lines concerning yaml backend 2021-12-11 09:07:24 -05:00
d3bfca10e9 refactor backend editor 2021-12-11 17:48:39 +08:00
d80061461b add flowy-collaboration crate 2021-12-11 13:47:16 +08:00
85cc9b60d9 Merge pull request #132 from irfanbacker/translation-doc-patch
Add translation documentation
2021-12-11 10:16:12 +08:00
c8f6f4861b Marked Arch Linux as being verified (however protobuf isn't working yet)
Restructured the steps to better separate concerns
Added instructions for Arch Linux
Highlighted some steps that may be overlooked by someone who already has Flutter installed (or that I found confusing during installation
Moved environment settings to Step 5
2021-12-10 13:16:41 -05:00
b73f35b18c Add translation guide doc 2021-12-10 23:31:30 +05:30
69ee8aff55 rename flowy-workspace-infra 2021-12-10 22:48:30 +08:00
aeb448c4de mock websocket 2021-12-10 22:18:44 +08:00
34441ee076 add test 2021-12-10 15:15:33 +08:00
d283d29202 [flutter]: switch to stable channel 2021-12-10 14:43:57 +08:00
45d9a0918f add user_id in revision 2021-12-10 11:22:21 +08:00
3fa0f97e74 add pb generation log 2021-12-10 11:22:14 +08:00
909406bf08 fix bugs & add unit test 2021-12-10 11:22:07 +08:00
0172fc71db stop sync after close the view 2021-12-10 11:22:00 +08:00
6b338d4cc5 add feature flowy_unit_test 2021-12-10 11:21:53 +08:00
7ac55f29db refactor tests 2021-12-10 11:21:45 +08:00
4450d4410b send revision periodically 2021-12-10 11:21:39 +08:00
23f4684d3f add revision cache layer 2021-12-10 11:21:31 +08:00
8a9a23ddbe add rich_text crate 2021-12-10 11:21:25 +08:00
2f413a8e67 generic lib-ot 2021-12-10 11:21:17 +08:00
8457682092 refactor backend dir hierarchi 2021-12-10 11:21:06 +08:00
6298a0d96d add core 2021-12-10 11:20:52 +08:00
29c14949cb reanme flowy-workspace to flowy-core 2021-12-10 11:20:29 +08:00
cea83238eb update ignore 2021-12-10 11:20:21 +08:00
e28b1ab8b3 Merge pull request #129 from irfanbacker/i18n-patch
Add i18n support
2021-12-08 08:56:58 +08:00
2aaa076592 Add default en translation for i18n 2021-12-07 23:01:23 +05:30
b8ce9b9afb Setup basic i18n configs 2021-12-07 22:58:50 +05:30
90cac1819a Merge pull request #123 from muzimuzhi/patch-1
docs: s/APGL/AGPL/
2021-12-06 15:06:27 +08:00
a519e96b17 docs: s/APGL/AGPL/ 2021-12-06 14:37:37 +08:00
a935f25344 fix build linux github action 2021-12-06 08:41:14 +08:00
5a89655982 setup flowy sdk server configuration 2021-12-06 08:35:17 +08:00
52d510691f Create ci.yaml 2021-12-06 00:45:07 +08:00
ee9884ba34 Update ci.yaml 2021-12-06 00:44:51 +08:00
90b5eca5d9 fix compile errors 2021-12-05 14:06:10 +08:00
bb07eeb2e2 move network state to lib-infra 2021-12-05 14:06:10 +08:00
b701abed12 Merge pull request #120 from factotvm/capital-improvements
Correct the capitalization of GitHub
2021-12-05 10:50:56 +08:00
2e7ab3000f Correct the capitalization of GitHub
To accomplish this task, I ran the following command (on macOS):

    find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g'

GitHub, for better or worse, decided that the way their company is
spelled is with a capital "G" and a capital "H" and it's their name so
they get to do that if they want.

When I went to check out AppFlowy's web site, I noticed that GitHub
wasn't spelled correctly, and for me, this made the project feel less
than polished and myself reluctant to try it out. However, there is only
one way to find out about the project: I [opened a ticket]. And BAM! It
was resolved in mere hours by @annieappflowy. Nice.

With fresh motivation to check out the project, I downloaded the app
and...found myself staring at the same issue on the first screen of the
app. Well, as I was a bit flippant with the issue I opened up for the
web site misspellings, I decided to fix this one myself.

[opened a ticket]: https://github.com/AppFlowy-IO/appflowy/issues/118
2021-12-04 20:52:12 -05:00
ce8805aff8 fix wanrings 2021-12-04 23:54:14 +08:00
31efacb274 monitor network state 2021-12-04 22:31:30 +08:00
63082418be fix generate pb issues 2021-12-04 17:31:43 +08:00
c649673b2b rename flowy-dispatch structs 2021-12-04 11:26:17 +08:00
76691e3e8c rename ffi func 2021-12-04 10:27:08 +08:00
e7cc11cc44 rename some structs 2021-12-03 22:40:56 +08:00