Nathan.fooo
0d8adaa921
Feat/http server adapt ( #1754 )
2023-01-30 11:11:19 +08:00
Nathan.fooo
347245aaa1
Refactor/dart notification ( #1740 )
...
* refactor: notification send
* refactor: rename dart-notify to flowy-notification
* ci: fix clippy wanrings
* ci: fix rust code converage
2023-01-26 15:40:23 +08:00
Nathan.fooo
d77c41013f
chore: build tauri from vscode launch ( #1720 )
...
* chore: build tauri from vscode launch
* fix: unit test
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-18 11:22:13 +08:00
Nathan.fooo
f64346c955
Feat/tauri ( #1716 )
...
* feat: support tauri desktop
* chore: support call flowy sdk command
* chore: switch to svelte
* chore: gen js protobuf
* chore: import js protobuf
* chore: call flowy sdk handler
* chore: update scipts
* chore: create index.ts
* chore: track files
* chore: gen ts event
* chore: replace application icon
* chore: migrate to react
* chore: fix wanrings
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
Nathan.fooo
6a36bcd31d
chore: add sqlite feature flag ( #1683 )
...
* chore: add sqlite feature flag
* chore: fix clippy warings
* ci: fix clippy
* chore: add rev file persistence
* ci: fix clippy
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-12 13:09:08 +08:00
Nathan.fooo
37f269b08b
Chore/rename flowy sdk ( #1679 )
...
* chore: run flutter create on flowy_sdk
* chore: rename flowy-sdk to flowy-core
* chore: rename flowy_sdk to appflowy_backend
* chore: fix windows build
* chore: replace bloctest with test
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: vedon <vedon.fu@gmail.com>
2023-01-08 12:10:53 +08:00
Lucas.Xu
c05c1e191c
chore: upgrade minimum support flutter version, >= 3.3.0 ( #1551 )
...
* feat: upgrade flutter version to 3.3.0 for appflowy_editor and appflowy_editor_plugin
* feat: upgrade flutter version to 3.3.0 for appflowy
* feat: upgrade flutter version to 3.3.0 for CI
* chore: update flutter version in ci workflows
* chore: fix warnings
* chore: fix unuse import
* chore: support cargo make dart_unit_test on windows platform
* fix: copy to sandbox errors
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 23:26:27 +08:00
Nathan.fooo
35a93939fe
fix: send dart notification ( #1629 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 22:34:38 +08:00
Nathan.fooo
436291c01a
fix: update build.rs with cfg flag control ( #1627 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 17:21:19 +08:00
Nathan.fooo
aa5f052ecf
Refactor/crate directory ( #1621 )
...
* chore: fix wanrings
* chore: remove protobuf ref in flowy-error-code
* chore: remove protobuf ref in lib-ws
* refactor: remove protobuf trait in flowy http model
* refactor: remove flowy-error-code crate
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
Lucas.Xu
5d7008edd7
feat: Customize the storage folder path ( #1538 )
...
* feat: support customize folder path
* feat: add l10n and optimize the logic
* chore: code refactor
* feat: add file read/write permission for macOS
* fix: add toast for restoring path
* feat: fetch apps and show them
* feat: fetch apps and show them
* feat: implement select document logic
* feat: l10n and add select item callback
* feat: add space between tile
* chore: move file exporter to settings
* chore: update UI
* feat: support customizing folder when launching the app
* feat: auto register after customizing folder
* feat: l10n
* feat: l10n
* chore: reinitialize flowy sdk when calling init_sdk
* chore: remove flowysdk const keyword to make sure it can be rebuild
* chore: clear kv values when user logout
* chore: replace current workspace id key in kv.db
* feat: add config.name as a part of seesion_cache_key
* feat: support open folder when launching
* chore: fix some bugs
* chore: dart fix & flutter analyze
* chore: wrap 'sign up with ramdom user' as interface
* feat: dismiss settings view after changing the folder
* fix: read kv value after initializaing with new path
* chore: remove user_id prefix from current workspace key
* fix: move open latest view action to bloc
* test: add test utils for integration tests
* chore: move integration_test to its parent directory
* test: add integration_test ci
* test: switch to B from A, then switch to A again
* chore: fix warings and format code and fix tests
* chore: remove comment out codes
* chore: rename some properties name and optimize the logic
* chore: abstract logic of settings file exporter widget to cubit
* chore: abstract location customizer view from file system view
* chore: abstract settings page index to enum type
* chore: remove the redundant underscore
* test: fix integration test error
* chore: enable integration test for windows and ubuntu
* feat: abstract file picker as service and mock it under integration test
* chore: fix bloc test
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-20 11:14:42 +08:00
nathan
44f9254c0a
chore: add codegen crate
2022-12-01 15:17:55 +08:00
nathan
bf36ef7fd9
chore: update documentation
2022-12-01 10:59:22 +08:00
nathan
96c427e869
refactor: rename flowy-dispatch structs
2022-12-01 09:26:16 +08:00
Nathan.fooo
a0a16cc493
feat: config grid filter in backend & add tests
...
* chore: add search crate
* chore: add task order test
* chore: enable timeout
* add task crate
* chore: run filter task
* chore: run filter task
* chore: filter rows
* chore: cache filter result
* chore: filter rows when open a grid
* chore: add tests
* test: add number filter test
* test: add checkbox fitler test
* chore: fix test
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-13 22:23:57 +08:00
Nathan.fooo
882d5535e6
Extract protobuf structs from flowy-sync crate ( #1425 )
...
* refactor: extract data model from flowy-sync crate
* chore: rename lib-infra features
2022-11-08 21:13:28 +08:00
Lucas.Xu
ad9a4b7d71
Integrate appflowy editor ( #1040 )
2022-10-22 21:57:44 +08:00
Nathan.fooo
8dff9dc67c
chore: disable log in bloc test ( #1336 )
2022-10-22 20:58:33 +08:00
Nathan.fooo
f1a5726fcb
Feat: add appflowy editor in backend ( #1320 )
...
* chore: remove update attributes
* chore: format code
* chore: extension for transaction
* refactor: add document editor trait
* chore: add appflowy_document editor
* chore: add document serde
* chore: add new document editor
* chore: add tests
* chore: add more test
* chore: add test
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-20 11:35:11 +08:00
nathan
27f4cf2d12
chore: add vendored_openssl feature
2022-09-18 09:30:59 +08:00
Sean Riley Hawkins
69e3aed6b5
Android vscode workflow ( #912 )
...
* fix: fix linux build
* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
* feat: ⭐ configured android vscode workflow
* chore: clean up android vscode
* fix: fixed typo
* chore: remove unused code
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-01 12:27:09 +08:00
appflowy
d4678f6233
chore: ignore shared-lib proto files
2022-06-17 17:14:24 +08:00
appflowy
ed138abcc3
chore: provider default for FlowyConfig propertis
2022-06-17 11:27:00 +08:00
appflowy
16e1387a8e
chore: add description for FlowyConfig
2022-06-17 11:19:49 +08:00
appflowy
736f21ef8a
refactor: remove the protobuf's model folder
2022-06-16 08:21:31 +08:00
appflowy
94276d438d
chore: ignore rust's protobuf crate
2022-06-15 19:58:18 +08:00
appflowy
4b71c474e4
refactor: separate proto file from src folder
2022-06-15 19:40:18 +08:00
appflowy
298b80f4c5
chore: fix dependabot alerts for crassbeam-utils and regex
2022-06-14 20:47:31 +08:00
appflowy
b282a14b58
chore: add sync feature
2022-04-14 21:57:00 +08:00
appflowy
953af35029
chore: rename struct property
2022-04-09 07:35:35 +08:00
appflowy
fc4ed6c057
fix: grid header cell refresh after field was changed
2022-04-08 22:38:38 +08:00
appflowy
1c1e955151
chore: set error_task script
2022-03-07 08:30:59 +08:00
appflowy
05441f865e
feat: show grid
2022-03-06 21:31:18 +08:00
appflowy
1b80934899
chore: impl view data processor
2022-03-05 22:30:42 +08:00
appflowy
5c155a07bf
feat: move handles to flowy-block crate
2022-03-05 21:15:10 +08:00
appflowy
06967d8057
fix: path issue on windows
2022-02-17 20:10:29 +08:00
nathan
ceaf1ccc21
feat: fix windows build erros
2022-02-17 16:32:10 +08:00
appflowy
373407fd57
ci: fix potential ci error
2022-02-16 18:09:43 +08:00
appflowy
afd8335e95
chore: cache dart_event.dart file
2022-02-16 11:13:14 +08:00
appflowy
cd013529d4
chore: write dart_event file
2022-02-16 11:05:43 +08:00
appflowy
0933935071
refactor: add code_gen crate
2022-02-15 22:18:34 +08:00
appflowy
68dfde4cf8
ci: cargo test without default features
2022-02-09 21:39:12 +08:00
appflowy
4b63170e56
refactor: read cache proto info
2022-02-09 18:17:06 +08:00
appflowy
7646f984e0
refactor: generate x.proto file using build.rs
2022-02-09 09:57:03 +08:00
appflowy
d0b02cb4fd
refactor: generate dart pb files with feature flag: dart
2022-02-08 16:24:59 +08:00
appflowy
9135b92a39
refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
appflowy
680d130986
refactor: remove unuse crate references
2022-02-07 10:47:09 +08:00
appflowy
f709bb6a6d
remove iAuth interface
2022-01-31 10:18:34 +08:00
NewPan
2090c36f71
feat: use once_cell for perf.
2022-01-30 15:17:30 +08:00
appflowy
fcc6f51b3b
rename folder event
2022-01-30 10:33:21 +08:00
Nathan.fooo
195bb9edcb
Revert "feat: use once_cell for perf."
2022-01-30 09:10:26 +08:00
NewPan
3e3ac9503c
feat: use once_cell for perf.
2022-01-29 22:32:25 +08:00
MikeWallaceDev
e77e6d275f
changed permissions from 755 to 644
2022-01-27 14:18:41 -05:00
appflowy
bba8f8ae01
fix fmt and clippy warnings
2022-01-24 17:56:58 +08:00
nathan
cfb589dda1
fix format and clippy warnings
2022-01-23 12:14:00 +08:00
appflowy
1e0cef41a9
init server with dispatcher's runtime
2022-01-09 11:17:48 +08:00
appflowy
287698be9e
enable local ws
2022-01-09 11:17:38 +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
appflowy
5a89655982
setup flowy sdk server configuration
2021-12-06 08:35:17 +08:00
appflowy
ce8805aff8
fix wanrings
2021-12-04 23:54:14 +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
c4088622f8
rust fmt
2021-11-29 22:01:46 +08:00
appflowy
3abd5b953e
fix clippy warnings
2021-11-27 19:20:22 +08:00
appflowy
8e994a954e
add shared-lib folder
2021-11-20 10:52:39 +08:00
appflowy
8f1d62f115
add frontend folder
2021-11-20 09:34:43 +08:00