Commit Graph

919 Commits

Author SHA1 Message Date
appflowy
e069bfb057 test with batch set and batch get revision 2022-01-03 19:49:25 +08:00
appflowy
463cab6eee fix warnings 2022-01-03 19:49:25 +08:00
appflowy
64ea2d4f31 [backend]: refactor document persistence 2022-01-03 19:49:25 +08:00
appflowy
777082c879 mv revision to flowy-collaborate 2022-01-03 19:49:25 +08:00
appflowy
cb4398eab0 config document kv store 2022-01-03 19:49:25 +08:00
appflowy
eb601932ea add backend kv store 2022-01-03 19:49:25 +08:00
AppFlowy.IO
da4f7f40e7
Merge pull request #209 from Poly-Pixel/update-device-info-plus
Update device_info_plus to version 3.2.1
2022-01-03 19:43:21 +08:00
Poly-Pixel
da1ed0c320
Update device_info_plus to version 3.2.1 2022-01-02 13:49:36 -05:00
Mike Wallace
dd5d745c31
Theme Toggle Button for AppFlowy. Created by @rileyhawk1417 (#206)
* Added Theme Toggle
* Modified translations
2022-01-02 12:54:49 -05:00
Mike Wallace
cd85f3f464
Added a line to update the pacman repository database 2021-12-28 15:10:53 -05:00
Mike Wallace
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
Poly-Pixel
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
Mike Wallace
c2196c7dba
Update application_widget.dart
changed the default back to light theme.
2021-12-24 13:35:31 -05:00
Sean Riley Hawkins
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
AppFlowy.IO
547be89b72
Merge pull request #197 from MikeWallaceDev/fix_application_menu_size_141
Fix application menu size
2021-12-24 17:08:33 +08:00
Mike Wallace
e0e48f1e99
Deleted doc file, it's in the wiki now. (#198)
Move the scripts to the script folder.
2021-12-23 23:47:33 -05:00
Rushi Chaudhari
3d67c0698a
Added support for docker image in docs/docker-buildfiles (#164)
* added docker

* updated cleaner dockercompose

* readme

* changed docker readme

* noconfirm removed
2021-12-23 14:30:03 -05:00
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
b25db57fca fix warnings. 2021-12-21 14:00:42 +08:00
appflowy
adce96f15b fix generate pb bugs 2021-12-21 14:00:42 +08:00
appflowy
d9421f70a0 refactor backend directory 2021-12-21 14:00:41 +08:00
Mike Wallace
b04111e5a3
Add files via upload 2021-12-20 22:41:06 -05:00
Mike Wallace
b22b8ab3a0
Added two images for the wiki 2021-12-20 21:16:26 -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
d3a00b14b0 enable local web socket 2021-12-20 15:37:37 +08:00
appflowy
ef491f4276 mv lib-sqlite to rust-lib 2021-12-20 14:26:26 +08:00
Pablo Castellano
f0b61546fe
Fix command in README (#182)
LGTM again!!  :D
2021-12-19 23:09:38 -05:00
appflowy
16c702b1e1 fix listen on websocket error 2021-12-20 12:06:17 +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
987a246c80 send user connect message 2021-12-18 18:35:45 +08: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
7a264dba6a 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

# Conflicts:
#	frontend/scripts/build_sdk.sh
2021-12-17 22:48:07 -05:00
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
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
1744938a51 fix bugs 2021-12-18 00:23:26 +08:00
Mike Wallace
913da7ce5b
Add files via upload
Added AppFlowy title image
2021-12-16 14:05:42 -05:00
Mike
a93d7e1987 Just fixed some grammar 2021-12-16 12:01:26 -05:00
appflowy
405c618d27 rename some struct 2021-12-16 22:24:05 +08:00
Annie
6f5e19d053
Merge pull request #160 from MikeWallaceDev/add_linux_to_readme
Improved the main README.md
2021-12-16 21:37:12 +08:00
appflowy
4a46bf3fa3 refcator web socket message sent logic 2021-12-16 21:31:36 +08: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