Commit Graph

4362 Commits

Author SHA1 Message Date
7e7254b306 1. fix the potential infinite loop when composing delta. Because of calculating the wrong code unit offset.
2. add test of calculating Chinese character
2022-01-09 11:23:37 +08:00
c456687a18 1. rename flowy_str functions
2. mv the document_test to flowy_document crate
2022-01-09 11:23:31 +08:00
1e0cef41a9 init server with dispatcher's runtime 2022-01-09 11:17:48 +08:00
287698be9e enable local ws 2022-01-09 11:17:38 +08:00
28d8a3a269 Update it_IT.json
Changed:  lightMode, darkMode, instruction1, instruction2,  instruction4
2022-01-07 23:42:12 +01:00
2a134bcb40 fix light theme issues (#215)
* fix light theme issues
* rm hoverColor in ThemeData
2022-01-06 12:18:35 -05:00
956ad1b590 replace tag with ref commit-hash to fix some cache issue 2022-01-06 14:42:17 +08:00
1cfcbbc35b add patch for flutter-quill to fix the checkbox customize issue 2022-01-06 14:08:45 +08:00
9ca2d60f3f correct the document delta by removing unnecessary op 2022-01-06 12:55:30 +08:00
b239f28d10 Added Windows script for langage generation (#212) 2022-01-05 14:17:27 -05:00
4fd9388b79 fix clippy warnings 2022-01-05 23:28:52 +08:00
a488944d2c Saving the revision in serial 2022-01-05 23:15:55 +08:00
85ad90fc51 Try to fix quill-editor load document error. Because Document can only contain insert operations 2022-01-05 22:39:07 +08:00
33d82a5104 fix migrate to flutter_bloc 8.0 CI errors 2022-01-05 10:46:17 +08:00
2e047de2a2 update flutter_bloc version to 8.0.1 2022-01-04 23:11:51 +08:00
1846f86dd7 fix fmt warnings 2022-01-04 22:54:13 +08:00
b354fb79c8 migrate to flutter_bloc 8.0 2022-01-04 22:44:52 +08:00
96f6a1d37c remove unuse code 2022-01-04 22:44:52 +08:00
3fd3389f62 add aliases for protobuf struct 2022-01-04 22:44:52 +08:00
661940f728 fix test bugs 2022-01-03 19:50:08 +08:00
951584c2ab [backend]: fix reset document bugs 2022-01-03 19:50:08 +08:00
1a869c0003 config ping test 2022-01-03 19:50:08 +08:00
12e8424e8a send document ping 2022-01-03 19:50:08 +08:00
df5266d7c9 fix https://github.com/AppFlowy-IO/appflowy/issues/196 2022-01-03 19:50:08 +08:00
a654623c12 mv sync seq to revision manager 2022-01-03 19:50:08 +08:00
09ef0927f7 save create default workspace data 2022-01-03 19:50:08 +08:00
45821f00a2 rename some structs 2022-01-03 19:50:08 +08:00
282ed9067a remove some passthrough funcs 2022-01-03 19:50:08 +08:00
f17f0dd6cf fix compile errors 2022-01-03 19:50:08 +08:00
152cb17701 fix bugs 2022-01-03 19:50:08 +08:00
049b8828fe generic kv 2022-01-03 19:50:08 +08:00
a0e6c61f50 config virtual net 2022-01-03 19:50:08 +08:00
bbc9190bc0 add virtual net 2022-01-03 19:50:08 +08:00
0c7c3621d7 separate DocumentWSData into DocumentWSClientData and DocumentWSServerData 2022-01-03 19:50:07 +08:00
2b9ce79ed4 refactor flowy-collaboration directories 2022-01-03 19:50:07 +08:00
95e0418d97 compare revisions 2022-01-03 19:50:07 +08:00
e069bfb057 test with batch set and batch get revision 2022-01-03 19:49:25 +08:00
463cab6eee fix warnings 2022-01-03 19:49:25 +08:00
64ea2d4f31 [backend]: refactor document persistence 2022-01-03 19:49:25 +08:00
777082c879 mv revision to flowy-collaborate 2022-01-03 19:49:25 +08:00
cb4398eab0 config document kv store 2022-01-03 19:49:25 +08:00
eb601932ea add backend kv store 2022-01-03 19:49:25 +08:00
da1ed0c320 Update device_info_plus to version 3.2.1 2022-01-02 13:49:36 -05:00
dd5d745c31 Theme Toggle Button for AppFlowy. Created by @rileyhawk1417 (#206)
* Added Theme Toggle
* Modified translations
2022-01-02 12:54:49 -05:00
cd85f3f464 Added a line to update the pacman repository database 2021-12-28 15:10:53 -05:00
bda6840523 Remove generated files (#202)
* deleted generated directory from file system

* Removed generated language files from source control
Files are now generated when building the app or by launching "Generate Language Files"

added /lib/generated/ to git .ignore
added a task to generate language files
call task from build script

* added pub get to workflow
2021-12-25 20:23:02 -05:00
bc645af3e2 Add debug info button (#189)
* Add debug info button

* Get rid of extra line

* Upgrade to device_info_plus 3.2.0 & format debug info

* Remove unused import

* Use locale translation mechanism
2021-12-24 19:10:09 -05:00
c2196c7dba Update application_widget.dart
changed the default back to light theme.
2021-12-24 13:35:31 -05:00
6325bd300b [FR] Dark Mode (#185)
* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Fixed text color switch

* Configured accent color for trash page

* Configured hover color for dark mode

* Configured container colors for dark mode

* Configured text to switch with themes

* Added values to change with theme

* Configured to work with theme colors

* Text not affected by theme

* Theme can be changed here

* Used gray instead of white color

* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Fixed text color switch

* Configured accent color for trash page

* Configured hover color for dark mode

* Configured container colors for dark mode

* Configured text to switch with themes

* Restored deleted file

* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Fixed text color switch

* Configured accent color for trash page

* Configured hover color for dark mode

* Configured container colors for dark mode

* Configured text to switch with themes

* Rewrote to change with light and dark mode 🔧

* Changed files to match theme switches

* Configured accent color for trash page

* Removed file

* Used theme.dart colors

* Removed comments and added colors

* Refactored and added hover colors

* removed generated files
fixed warnings

Co-authored-by: MikeWallaceDev <mike@wallacehub.com>
2021-12-24 13:20:48 -05:00
547be89b72 Merge pull request #197 from MikeWallaceDev/fix_application_menu_size_141
Fix application menu size
2021-12-24 17:08:33 +08:00