Commit Graph

837 Commits

Author SHA1 Message Date
Mike
fc74b2b962 Build system will now detect OS and pass it down to build_sdk.sh.
build_sdk.sh will now automatically choose the correct cargo-make command line based on the OS
2021-12-17 22:31:01 -05:00
Mike
d445aeb304 Build system will now detect OS and pass it down to build_sdk.sh.
build_sdk.sh will now automatically choose the correct cargo-make command line based on the OS
2021-12-17 22:21:11 -05:00
Mike
327fa0c811 Makefile.toml
- Removed duplicate BUILD_FLAG

flutter.toml
task copy-to-product-linux now copies desktop file and icon
- Added create-release-archive task
- Implemented create-release-archive-linux. Windows and Mac remain to be done.

Added appflowy.desktop.temp file.
2021-12-17 14:34:35 -05:00
Mike
a93d7e1987 Just fixed some grammar 2021-12-16 12:01:26 -05:00
Mike
9b85349650 Forgot to hit Ctrl-S on my last change! 2021-12-15 21:09:35 -05:00
Mike
b413fade91 Added AppFlowy logo at top of page
Simplified and removed a lot of duplication
Change the order of things to make the contributions go from easy to hardest
There were many redundant sentences. Like explaining what to put in a Bug Report when we already have a template for that. People can see. :D
2021-12-15 20:56:21 -05:00
Mike
72a851bd7e Fixed some grammar 2021-12-15 19:15:51 -05:00
Mike
4a49669cc5 Put the steps for existing translations first, this will be the most used case.
Simplified the wording of the 'add new language' case.
2021-12-15 17:41:02 -05:00
Mike
869399eb16 Added references to the Linux and Windows build instructions
Added temporary instructions for how to install on Linux and Windows
2021-12-15 16:30:50 -05:00
Mike
5946dd0b7b Changed string "Untitles" to "Untitled" 2021-12-13 16:50:04 -05:00
AppFlowy.IO
bf344685e6
Merge pull request #137 from MikeWallaceDev/ExportToMarkdown
Added missing attributes to markdown renderer
2021-12-13 19:40:05 +08:00
Mike
ab214d4a74 Added missing attributes to markdown renderer 2021-12-12 23:37:34 -05:00
AppFlowy.IO
54cd9eca8c
Merge pull request #135 from MikeWallaceDev/FixBuildSdkSh
Fix build sdk sh
2021-12-12 20:57:41 +08:00
Mike
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
Mike
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
AppFlowy.IO
c2f4ee4cac
Merge pull request #133 from MikeWallaceDev/linux-docs
Updated Linux build document
2021-12-11 22:29:02 +08:00
Mike
31ced8bde7 Removed lines concerning yaml backend 2021-12-11 09:07:24 -05:00
AppFlowy.IO
85cc9b60d9
Merge pull request #132 from irfanbacker/translation-doc-patch
Add translation documentation
2021-12-11 10:16:12 +08:00
Mike
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
Irfan Backer
b73f35b18c Add translation guide doc 2021-12-10 23:31:30 +05:30
appflowy
d283d29202 [flutter]: switch to stable channel 2021-12-10 14:43:57 +08:00
AppFlowy.IO
e28b1ab8b3
Merge pull request #129 from irfanbacker/i18n-patch
Add i18n support
2021-12-08 08:56:58 +08:00
Irfan Backer
2aaa076592 Add default en translation for i18n 2021-12-07 23:01:23 +05:30
Irfan Backer
b8ce9b9afb Setup basic i18n configs 2021-12-07 22:58:50 +05:30
Annie
90cac1819a
Merge pull request #123 from muzimuzhi/patch-1
docs: s/APGL/AGPL/
2021-12-06 15:06:27 +08:00
muzimuzhi
a519e96b17
docs: s/APGL/AGPL/ 2021-12-06 14:37:37 +08:00
appflowy
a935f25344 fix build linux github action 2021-12-06 08:41:14 +08:00
appflowy
5a89655982 setup flowy sdk server configuration 2021-12-06 08:35:17 +08:00
AppFlowy.IO
52d510691f
Create ci.yaml 2021-12-06 00:45:07 +08:00
AppFlowy.IO
ee9884ba34
Update ci.yaml 2021-12-06 00:44:51 +08:00
appflowy
90b5eca5d9 fix compile errors 2021-12-05 14:06:10 +08:00
appflowy
bb07eeb2e2 move network state to lib-infra 2021-12-05 14:06:10 +08:00
Annie
b701abed12
Merge pull request #120 from factotvm/capital-improvements
Correct the capitalization of GitHub
2021-12-05 10:50:56 +08:00
Daniel Thompson
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
appflowy
ce8805aff8 fix wanrings 2021-12-04 23:54:14 +08:00
appflowy
31efacb274 monitor network state 2021-12-04 22:31:30 +08:00
appflowy
63082418be fix generate pb issues 2021-12-04 17:31:43 +08:00
appflowy
c649673b2b rename flowy-dispatch structs 2021-12-04 11:26:17 +08:00
appflowy
76691e3e8c rename ffi func 2021-12-04 10:27:08 +08:00
appflowy
e7cc11cc44 rename some structs 2021-12-03 22:40:56 +08:00
appflowy
6fa7b0632a optimaze docker image size 2021-12-03 18:13:38 +08:00
appflowy
2514a65617 add rust-toolchain of backend 2021-12-03 18:13:38 +08:00
AppFlowy.IO
643bb25e2b
Update README.md 2021-12-03 12:49:05 +08:00
AppFlowy.IO
67ef72ee41
Merge pull request #110 from 0xN0x/main
Update emojis to 13.1
2021-12-03 10:56:16 +08:00
AppFlowy.IO
719c2d10c7
Merge pull request #115 from pratikbalar/main
ci: correct spell, github-actions based  ...
2021-12-03 10:55:07 +08:00
Pratik Balar
0999263902 ci: correct spell, github-actions based ...
- github-actions based flutter checkout
- fix 80 column ruler.
2021-12-02 23:20:03 +05:30
AppFlowy.IO
83b30a2185
set POSTGRES_PORT to 5433 2021-12-02 22:40:24 +08:00
AppFlowy.IO
31d3ffb664
Update backend_general.yml 2021-12-02 22:22:46 +08:00
appflowy
739333c29c fix clippy warnings of backend 2021-12-02 21:55:23 +08:00
appflowy
24ea68c605 build backend docker image 2021-12-02 21:55:23 +08:00