MikeWallaceDev
9fc13c7d62
Fixes #141
...
removed the SizedBox. Leaving the size to adjust automatically depending on the footer's content.
2021-12-23 14:03:51 -05:00
Hari07
7270c578e9
Increased height of ActionCell ( #193 )
...
LGTM!
2021-12-22 22:41:19 -05:00
appflowy
b66f46108d
disable sync test
2021-12-20 20:59:33 +08:00
appflowy
e55b79d3e6
Merge branch 'feat/online2'
2021-12-20 15:38:41 +08:00
appflowy
936e133624
rename crates
2021-12-19 21:29:33 +08:00
appflowy
77be3e9c71
send connect message when open the document
2021-12-19 21:17:45 +08:00
fabiograz
79aa20d662
Italian Translation ( #176 )
...
* Italian Translation
* Rename it_it.json to it_IT.json
* Add Italian Translation to app
2021-12-19 01:50:43 -05:00
AppFlowy.IO
baade1f5d4
Merge pull request #179 from MikeWallaceDev/automate_build_sdk_sh
...
Automate build sdk sh
2021-12-18 12:21:30 +08: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
AppFlowy.IO
cdb36f9526
Merge pull request #178 from MikeWallaceDev/add_linux_desktop_file
...
Add linux desktop file
2021-12-18 09:26:44 +08: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
appflowy
405c618d27
rename some struct
2021-12-16 22:24:05 +08:00
appflowy
4a46bf3fa3
refcator web socket message sent logic
2021-12-16 21:31:36 +08:00
Naughtz
a8b42cbc95
Merge branch 'AppFlowy-IO:main' into main
2021-12-14 21:15:11 +08:00
appflowy
013d8f753a
refactor errors
2021-12-14 18:20:07 +08:00
appflowy
72a8f7a9e3
mv websocket to flowy-net crate
2021-12-14 15:31:44 +08:00
Hans
75f021744b
fix spelling
2021-12-14 12:55:49 +08:00
naughtz
a5facab7e3
Add space between English word and Chinese charactor
2021-12-14 11:54:25 +08:00
Mike
5946dd0b7b
Changed string "Untitles" to "Untitled"
2021-12-13 16:50:04 -05:00
naughtz
8adc4501ef
Add i18n/zh-CN support
...
add language support(chinese)
2021-12-13 23:21:37 +08:00
appflowy
5b7e6690f8
test sync
2021-12-13 22:46:35 +08:00
Mike
ab214d4a74
Added missing attributes to markdown renderer
2021-12-12 23:37:34 -05:00
appflowy
df432d11c3
add flowy-net crate
2021-12-12 21:48:52 +08:00
appflowy
d80061461b
add flowy-collaboration crate
2021-12-11 13:47:16 +08:00
appflowy
69ee8aff55
rename flowy-workspace-infra
2021-12-10 22:48:30 +08:00
appflowy
d283d29202
[flutter]: switch to stable channel
2021-12-10 14:43:57 +08:00
appflowy
45d9a0918f
add user_id in revision
2021-12-10 11:22:21 +08:00
appflowy
3fa0f97e74
add pb generation log
2021-12-10 11:22:14 +08:00
appflowy
23f4684d3f
add revision cache layer
2021-12-10 11:21:31 +08:00
appflowy
29c14949cb
reanme flowy-workspace to flowy-core
2021-12-10 11:20:29 +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
appflowy
5a89655982
setup flowy sdk server configuration
2021-12-06 08:35:17 +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
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
76691e3e8c
rename ffi func
2021-12-04 10:27:08 +08:00
N0x
d33f646790
Update emojis to 13.1
2021-12-01 10:16:54 +01:00
appflowy
f59cf4eb71
remove deprecated flowy_editor
2021-11-26 23:07: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
Alex Chen
870aa61080
fix path issue in .gitignore
2021-11-23 20:05:26 +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
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
Alex Chen
dd92d0faf4
[Build] Enhance windows build instruction and cargo make scripts
...
1. doc\BUILD_ON_WINDOWS.md
- add command for building development version
2. .vscode\tasks.json
- Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
- Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
- Change profile name "env.development-windows" to "env.development-desktop-windows-x86"
2021-11-23 08:28:59 +08:00
notd5a-alt
838c85c5f2
changed 2 references to HIde and Show into hide and show
2021-11-22 12:13:45 +00:00
notd5a-alt
9fc5d628b0
changed icon names, removed capitalization and spaces to avoid future problems
2021-11-22 11:53:35 +00:00
appflowy
704035e070
[flutter]: lock flutter package big version
2021-11-20 14:19:38 +08:00
appflowy
55c05364dd
Merge branch 'develop'
2021-11-20 09:35:16 +08:00
appflowy
8f1d62f115
add frontend folder
2021-11-20 09:34:43 +08:00