AppFlowy.IO
ed117c4d31
Create general.yml
2021-11-29 21:46:04 +08:00
appflowy
f9bfe94a6b
fix flowy_tool issues
2021-11-29 20:08:02 +08:00
AppFlowy.IO
180b0cd568
Merge pull request #101 from pdckxd/main
...
[Instruction] Slightly update steps of BUILD_ON_WINDOWS.md
2021-11-28 23:13:42 +08:00
Alex to
172e1ab1de
[Instruction] Slightly update steps of BUILD_ON_WINDOWS.md
...
1. doc\BUILD_ON_WINDOWS.md
- rustup.exe with parameter to install rust without prompt
2. frontend/scripts/makefile/protobuf.toml
- add a sub task to check if protoc is presented in PATH
2021-11-28 20:34:03 +08:00
appflowy
271cd0dd61
mv lib-sqlite to shared-lib
2021-11-27 21:59:20 +08:00
appflowy
3abd5b953e
fix clippy warnings
2021-11-27 19:20:22 +08:00
AppFlowy.IO
8d9cde17a9
Update ci.yaml
2021-11-27 10:14:58 +08:00
AppFlowy.IO
f8f5b7c233
Update ci.yaml
2021-11-27 10:09:38 +08:00
AppFlowy.IO
b83ff2c3c5
Update ci.yaml
2021-11-27 09:58:56 +08:00
AppFlowy.IO
3d93308293
Update ci.yaml
...
add Clippy check
2021-11-27 09:55:28 +08:00
AppFlowy.IO
d010211028
Update ci.yaml
...
add flutter analyze actions
2021-11-27 09:32:10 +08:00
appflowy
f59cf4eb71
remove deprecated flowy_editor
2021-11-26 23:07:35 +08:00
AppFlowy.IO
784d518632
Merge pull request #96 from ljshwyykl/main
...
env file
2021-11-26 23:01:48 +08:00
ljshwyykl
3648a42054
fix conflicts
2021-11-26 09:48:22 +08:00
appflowy
b37e636da3
add Cargo.lock to git
2021-11-25 21:13:10 +08:00
ljshwyykl
0f48d5da53
build doc
2021-11-25 19:33:35 +08:00
ljshwyykl
35d3224d08
.gitignore
2021-11-25 19:26:16 +08:00
ljshwyykl
e2c2a6602a
env file
2021-11-25 19:20:03 +08:00
AppFlowy.IO
08de5da716
Merge pull request #92 from pratikbalar/patch-2
2021-11-25 08:25:39 +08:00
AppFlowy.IO
ac32760bfc
Merge pull request #93 from pdckxd/main
2021-11-25 08:21:12 +08:00
AppFlowy.IO
688ca90ec8
Merge pull request #94 from raydzast/patch-1
2021-11-25 08:20:51 +08:00
Stanislav
038bf41077
Add unzip to requirements
...
When running Step #3 `flutter channel dev` got:
```Missing "unzip" tool. Unable to extract Dart SDK.
Consider running "sudo apt-get install unzip".```
2021-11-24 22:08:28 +03:00
AppFlowy.IO
4a72b7a87c
Update README.md
2021-11-24 23:04:43 +08:00
Alex to
ba5d66cea0
[Instruction] Enhance BUILD_ON_WINDOWS.md to remove choco dependency
...
1. doc\BUILD_ON_WINDOWS.md
2. frontend\scripts\makefile\env.toml
- break down install_targets task into 3 platform specific tasks
- only install necessary targets for specfic platform
2021-11-24 14:07:06 +08:00
Pratik
2c8cce99e8
ci: integrate better with ghactions
2021-11-24 11:21:40 +05:30
AppFlowy.IO
a0c59fd61d
Merge pull request #90 from Hari-07/tooltip
...
Implemented tooltip on toolbar buttons
2021-11-24 10:51:35 +08:00
Harinandan
542622c512
Merge branch 'main' of github.com:Hari-07/appflowy
2021-11-23 21:12:25 +05:30
Harinandan
513df69042
Added tooltip to toolbar buttons
2021-11-23 21:11:49 +05:30
Hari07
5c5f0f6a1e
Merge branch 'AppFlowy-IO:main' into main
2021-11-23 21:08:02 +05:30
AppFlowy.IO
627aac9a15
Merge pull request #87 from pdckxd/main
...
fix path issue in .gitignore
2021-11-23 20:43:29 +08:00
Alex Chen
870aa61080
fix path issue in .gitignore
2021-11-23 20:05:26 +08:00
appflowy
f45608163c
update native protobuf tool version
2021-11-23 20:04:57 +08:00
AppFlowy.IO
fd07d64a7b
Merge pull request #84 from pdckxd/main
...
Untrack auto generated files under windows/flutter/. Add below files …
2021-11-23 19:42:42 +08:00
Alex to
93b7cf481b
Untrack auto generated files under windows/flutter/. Add below files into .gitignore
...
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugin_registrant.h
windows/flutter/generated_plugins.cmake
2021-11-23 19:38:39 +08:00
AppFlowy.IO
ce077c059e
Update ci.yaml
2021-11-23 19:05:37 +08:00
appflowy
054fa4c952
rename some tasks' name
2021-11-23 18:15:33 +08:00
appflowy
ce126fe08d
[rust]: fix some unuse warniings
2021-11-23 18:15:33 +08:00
AppFlowy.IO
7b47fb5c7f
Update ci.yaml
2021-11-23 17:53:08 +08:00
AppFlowy.IO
0d28267386
Update ci.yaml
2021-11-23 17:29:52 +08:00
AppFlowy.IO
76c8aa82ad
Update ci.yaml
...
git clone flutter from dev branch
2021-11-23 17:17:16 +08:00
AppFlowy.IO
8acdb82612
Update ci.yaml
...
fix build issues
2021-11-23 17:10:05 +08:00
AppFlowy.IO
6c9fa781cf
Merge pull request #85 from pratikbalar/patch-1
...
ci: flutter git clone depth 1
2021-11-23 17:00:14 +08:00
AppFlowy.IO
7288224c3e
Update ci.yaml
2021-11-23 16:54:40 +08:00
Pratik
9790251aa2
ci: add depth 1 in flutter git clone
2021-11-23 14:22:42 +05:30
appflowy
1ee5a9402b
remove install_protobuf task from the flowy_dev
2021-11-23 16:41:05 +08:00
appflowy
b2f3570bbf
print the flutter and rust env
2021-11-23 15:30:21 +08:00
Harinandan
fe88e100e2
Added fix for cursor appearing below highlights
2021-11-23 12:22:43 +05:30
AppFlowy.IO
0f0dd5755d
Merge pull request #79 from pdckxd/main
...
[Build] Enhance windows build instruction and cargo make scripts
2021-11-23 14:27:50 +08:00
appflowy
5703d7ea9f
update flutter-quill remote address
2021-11-23 14:26:32 +08:00
appflowy
08635f1984
specify nightly toolchain for rustup-init
2021-11-23 14:26:32 +08:00