Commit Graph

66 Commits

Author SHA1 Message Date
Kristen McWilliam
6b8c7d7bc6
fix: use window_manager to set minimum window size (#1791)
* fix: use window_manager to set minimum window size

Resolves #762
Resolves #1559

* refactor: only init WidgetsFlutterBinding once

* fix: set window minimum size

Was meant to be setMinimumSize not setSize

* fix: windows manager crash on macOS

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-02-09 14:42:18 +08:00
Nathan.fooo
5004729b72
chore: remove appflowy-board (#1819) 2023-02-07 20:56:11 +08:00
Lucas.Xu
8c0b8a875c
Fix grid board plugin issues (#1809)
* fix: #1799 Click : to view the original database UI text

* fix: #1798 Referenced icon is missing
2023-02-06 15:12:01 +08:00
Richard Shiue
707ea4c8c8
chore: add calendar_view package (#1690)
* chore: add calendar_view package

* chore: improve calendar navigator

* style: improve readability

* chore: localization and moving constants
2023-01-13 21:35:20 +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
Nathan.fooo
17def1ffab
chore: enable rust_unit_test on windows (#1630) 2023-01-02 12:31:31 +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
Lucas.Xu
c6c164d347 feat: integrate divider, code block, and math equation into appflowy 2022-12-01 19:26:00 +08:00
nathan
1ba299815e feat: implement checklist UI 2022-11-30 15:14:27 +08:00
Nathan.fooo
182bfae5ad
fix: filter UI bugs (#1489)
* chore: remove the add filter button if there is no filters can not be added

* fix: update field info after filter was changed

* chore: update filter choicechip ui

* chore: insert and delete one by one to keep the delete/insert index is right

* chore: show filter after creating the default filter

* chore: update textfield_tags version to calm the warnings

* chore: try to fix potential fails on backend test

Co-authored-by: nathan <nathan@appflowy.io>
2022-11-27 14:47:11 +08:00
Onyedika Israel Ukwueze
a1e0282df0
fix: NetworkType null safety issues (#1435)
* fix: Networktype null safety issues

Networktype returns nulls when the connectivity result is vpn resulting to null safety issues.
Implemented a case for when the connectivity result is vpn to resolve this issue.

* chore: update connectivity_plus_platform_interface ^1.2.2

* chore: update network state on Rust side

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-11-13 11:57:47 +08:00
Nathan.fooo
42c2c4738a
chore: remove flutter quill (#1426) 2022-11-09 11:07:29 +08:00
Lucas.Xu
aa58c79dbb
feat: support markdown export and customize save path (#1339) 2022-10-23 15:05:51 +08:00
Lucas.Xu
ad9a4b7d71
Integrate appflowy editor (#1040) 2022-10-22 21:57:44 +08:00
Nathan.fooo
230eb5fd55
fix: run bloc_test (#1286)
* fix: run bloc_test

* fix: dart_test ci  workflow

Co-authored-by: nathan <nathan@appflowy.io>
2022-10-15 23:34:56 +08:00
appflowy
164cde50d3 chore: upgarde dart sdk version to 2.17.0 2022-09-07 10:15:32 +08:00
Vincent Chan
9b5184cd72 Merge branch 'main' into feat/flowy-overlay 2022-09-01 14:37:16 +08:00
appflowy
c19b7cf856 chore: update packages's flutter_lint version 2022-08-31 11:15:35 +08:00
appflowy
3b6117fa9f chore: udpate textstyle_extensions version 2022-08-31 09:44:46 +08:00
appflowy
410d150360 chore: adjust flutter lint 2.0 2022-08-31 09:28:08 +08:00
appflowy
a2d8fe9e80 chore: run dart fix --apply 2022-08-31 09:19:31 +08:00
appflowy
94a440f773 chore: update flutter packages 2022-08-31 09:00:57 +08:00
Vincent Chan
406f185ab7 feat: field action sheet use popover 2022-08-29 17:45:08 +08:00
Naughtz
6dca0fddf9
Merge branch 'main' into #692 2022-08-22 11:06:44 +08:00
Lucas.Xu
bbc9b5e902 chore: update flutter svg 2022-08-18 18:59:59 +08:00
Lucas.Xu
78ce606daf chore: add appflowy_editor as appflowy's dependency 2022-08-18 18:03:39 +08:00
Nathan.fooo
05ee4d3302
Merge pull request #778 from ENsu/add_icon_setting_360
Add icon setting 360
2022-08-12 16:47:12 +08:00
Nathan.fooo
2853831442
Merge branch 'main' into #692 2022-08-09 13:52:19 +08:00
appflowy
0abd62829c chore: update pubspec path 2022-08-08 19:59:17 +08:00
Naughtz
88423c1e86 feature: Shortcut for collapse the left sidebar #692 2022-08-08 16:36:26 +08:00
appflowy
a333f558f4 chore: rename flowy_board to appflowy_board 2022-08-08 10:27:58 +08:00
Ian Su
65e41dca88 feat: pick icon in settings dialog 2022-08-06 22:38:03 +08:00
appflowy
20f34dc952 Merge branch 'main' into feat/board_ui_temp 2022-08-04 23:33:39 +08:00
appflowy
516e894c6a chore: borad ui 2022-07-25 17:21:37 +08:00
mastergyp
ab414b77f6 fix: unable to run build_runner - The getter 'imports' isn't defined for the class 'PrefixElement' 2022-07-22 08:57:33 +08:00
appflowy
10365217ca chore: copy property to pasteboard 2022-06-01 15:22:18 +08:00
appflowy
896123860d chore: update flutter sdk version 2022-05-25 16:45:13 +08:00
appflowy
2698fb43ad chore: upgrade to flutter 3.0 2022-05-25 16:05:50 +08:00
appflowy
6dbb708991 chore: repalce sliver header with single scroll view 2022-04-15 15:55:46 +08:00
appflowy
2fa6adeee6 chore: move field 2022-04-13 14:24:54 +08:00
appflowy
8a94644add chore: config date cell ui 2022-04-09 15:57:12 +08:00
appflowy
1abf0b565f chore: cell highlight 2022-04-04 11:10:41 +08:00
appflowy
5d007c5359 chore: grid setting list 2022-04-03 10:53:31 +08:00
appflowy
3fdf922f81 chore: config create field pannel 2022-03-24 17:09:05 +08:00
appflowy
188302d4ba chore: config field editor 2022-03-22 20:51:15 +08:00
appflowy
7fd06361b3 fix: git protocol security issue 2022-03-16 17:39:36 +08:00
appflowy
c1237452ab refactor: rename some class names 2022-02-23 22:32:27 +08:00
appflowy
c559c5cc6b feat: config bloc test 2022-02-19 16:48:57 +08:00
appflowy
2c3aade0f9 refactor: remove unuse code 2022-02-19 13:52:52 +08:00
appflowy
6e8c3c821a remove splash interface 2022-01-31 10:18:34 +08:00