appflowy
9a40fc9974
chore: lazy load row data
2022-03-17 20:59:21 +08:00
appflowy
4730ca9302
chore: refactor grid block
2022-03-17 17:25:43 +08:00
appflowy
1237962ab2
chore: config notification of grid
2022-03-16 21:19:51 +08:00
appflowy
7fd06361b3
fix: git protocol security issue
2022-03-16 17:39:36 +08:00
appflowy
694c612c67
fix: event handler not found for ApplyDocDelta
2022-03-16 16:34:38 +08:00
appflowy
8c148e3b67
chore: save text cell data & insert row
2022-03-16 16:10:35 +08:00
appflowy
47081f3095
chore: update grid test
2022-03-15 19:00:28 +08:00
appflowy
50f32521c5
chore: rename trait
2022-03-15 11:07:18 +08:00
appflowy
46be04f94e
chore: config update cell
2022-03-14 23:16:25 +08:00
appflowy
196d254278
chore: add row test
2022-03-14 17:24:25 +08:00
appflowy
572e38ec1c
chore: config grid row changeset
2022-03-13 11:07:29 +08:00
appflowy
baa70f2ee6
chore: add grid unit test
2022-03-12 22:52:24 +08:00
appflowy
1e6d82c0ec
chore: add field builder
2022-03-12 21:53:49 +08:00
appflowy
6579940dc8
chore: create default grid
2022-03-12 10:47:34 +08:00
appflowy
df399d3f35
feat: support option enum in pb
2022-03-11 22:07:01 +08:00
appflowy
e11176436d
chore: grid block meta editor
2022-03-11 21:36:00 +08:00
appflowy
9a791974b4
chore: config grid rev persistence
2022-03-10 22:27:19 +08:00
appflowy
cea7d30a53
chore: config BlockMetaPad
2022-03-10 21:43:23 +08:00
appflowy
7ac6a1dc89
chore: rename struct
2022-03-10 17:14:10 +08:00
appflowy
e45be3b81e
chore: add grid meta
2022-03-10 12:01:31 +08:00
appflowy
fe8811392b
feat: config cells
2022-03-09 19:37:33 +08:00
appflowy
321682717c
chore: opti row rebuild
2022-03-09 12:11:27 +08:00
appflowy
00db755c29
feat: add cloumn bloc
2022-03-09 09:31:06 +08:00
appflowy
808d848f62
feat: cell border
2022-03-08 22:58:43 +08:00
appflowy
54cf451826
feat: config textfield cell
2022-03-08 15:25:56 +08:00
appflowy
0502eec717
chore: config plugin display
2022-03-07 20:51:13 +08:00
appflowy
733b6f7176
feat: disable grid
2022-03-06 22:02:09 +08:00
appflowy
05441f865e
feat: show grid
2022-03-06 21:31:18 +08:00
appflowy
9bb516786e
fix: make grid with view_id
2022-03-06 11:28:24 +08:00
appflowy
264166fa29
chore: impl view data processor
2022-03-06 09:25:34 +08:00
gaganyadav80
628e53adc1
feat: adds drag-drop support to sidebar pages
...
1. On mobile it uses ReorderableDelayedDragStartListener (like long press)
2. On desktop it uses ReorderableDragStartListener (instantly)
2022-03-06 01:53:15 +05:30
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
11ceb96f65
feat: return rows and fields
2022-03-05 17:52:25 +08:00
appflowy
8029f1035d
chore: impl handler logic
2022-03-05 10:59:44 +08:00
appflowy
d0b457c007
feat: integrate grid into flowy-sdk
2022-03-04 22:09:16 +08:00
appflowy
49807a0b57
feat: config grid db
2022-03-04 18:13:17 +08:00
appflowy
67e6b091a5
feat: config grid plugin
2022-03-04 18:13:17 +08:00
appflowy
477fa5f4f6
feat: config grid bloc
2022-03-04 18:13:17 +08:00
appflowy
0bbf17f776
feat: add grid widget
2022-03-04 18:13:16 +08:00
appflowy
03f34b143d
feat: add grid event
2022-03-04 18:13:16 +08:00
appflowy
4187e99433
feat: add grid struct
2022-03-04 18:13:13 +08:00
appflowy
84afc50cd3
chore: rename classes
2022-03-04 18:12:46 +08:00
MikeWallaceDev
be14a6b0ad
refactor: renamed helper.dart to notification_helper.dart
2022-03-01 11:31:20 -05:00
MikeWallaceDev
31467d3e98
refactor: move resolvers to /startup
2022-03-01 11:31:20 -05:00
MikeWallaceDev
c2f2ad24db
refactor: Empty out infrastructure folder
...
move router.dart to user/presentation
move network_monitor.dart to core
move deps_resolver.dart to user/presentation
2022-03-01 11:31:20 -05:00
MikeWallaceDev
853d9e8968
refactor: put UserSettings business logic in a service
2022-03-01 11:31:20 -05:00
MikeWallaceDev
33c758e711
refactor: put Auth business logic in a service
2022-03-01 11:31:20 -05:00
appflowy
b16b61f46c
chore: merge main
2022-03-01 21:09:52 +08:00
appflowy
d1ce1686a4
chore: merge main
2022-03-01 16:26:09 +08:00
appflowy
7a36fed778
refactor: remove domain folder
2022-03-01 16:17:09 +08:00
MikeWallaceDev
64d651ab13
refactor: move markdown to application
...
created a core folder
2022-02-28 23:56:41 -05:00
MikeWallaceDev
4180765dc6
refactor: Put DocShare business logic in a service
2022-02-28 23:45:17 -05:00
MikeWallaceDev
afab7f23c4
refactor: Put User business logic in a service
2022-02-28 23:37:41 -05:00
MikeWallaceDev
289b3e31e7
refactor: Put View business logic in a service
2022-02-28 23:06:36 -05:00
MikeWallaceDev
871d0bb7be
refactor: put Workspace business logic in a service
2022-02-28 22:38:11 -05:00
appflowy
156d38179a
fix: add default value of serde
2022-03-01 11:22:39 +08:00
MikeWallaceDev
a979037644
refactor: put App business logic in a service.
2022-02-28 21:42:46 -05:00
appflowy
b6de0caad6
refactor: show plugin
2022-03-01 10:25:21 +08:00
MikeWallaceDev
95d33c75a5
refactor: Put Trash business logic in service
2022-02-28 21:17:08 -05:00
MikeWallaceDev
6509247fbd
refactor: put document business logic into service
2022-02-28 21:02:46 -05:00
Mike Wallace
8128283ad4
Merge pull request #396 from peter-gy/main
...
Add Hungarian translation
2022-02-28 20:09:13 -05:00
Mike Wallace
9112bbbcd3
Merge pull request #393 from ikipm/main
...
Add catalan translation
2022-02-28 19:59:45 -05:00
appflowy
8747457836
refactor: add plugins
2022-03-01 00:23:04 +08:00
Péter Ferenc Gyarmati
d9f7b1047d
feature: add Hungarian translation
2022-02-28 11:46:01 +01:00
appflowy
74831964a6
feat: update view properties
2022-02-28 16:00:43 +08:00
ikipm
d00425d50b
feature: Added catalan translation
2022-02-27 13:41:26 -05:00
luz paz
5d09e1509d
fix: various typos
...
Found via `codespell -q 3 -S *.svg,./frontend/app_flowy/assets/translations -L bloc,crate,homestate,nd,ot,ser`
2022-02-27 13:14:14 -05:00
Lays Rodrigues
8f50d0c6dc
feat: add portuguese translation
...
Signed-off-by: Lays Rodrigues <laysrodriguessilva@gmail.com>
2022-02-27 10:28:58 -05:00
appflowy
23ccfa54b5
feat: config new ViewType
2022-02-26 18:35:42 +08:00
appflowy
d18e06a9ef
feat: migrate ViewType::Doc to ViewType::QuillDocument
2022-02-26 18:28:09 +08:00
appflowy
c843571e3d
feat: add new view_type, kanban
2022-02-26 17:28:23 +08:00
appflowy
d6770c6690
chore: delete freeze files
2022-02-26 16:49:55 +08:00
Aquitano / Thomas Breindl
e9226243df
Merge branch 'main' of https://github.com/Aquitano/appflowy
2022-02-25 11:51:11 -05:00
Aquitano / Thomas Breindl
2d7d61bdaa
Renamed de_DE.json to de-DE.json
2022-02-25 11:51:11 -05:00
Aquitano
3eacf70edd
Updated german translation
...
changes were suggested by lguenth
2022-02-25 11:51:11 -05:00
Aquitano / Thomas Breindl
cebf097fb2
Added german translations
...
+ added de_DE.json
+ registered german locale
2022-02-25 11:51:11 -05:00
appflowy
6078e46d3d
refactor: rename structs
2022-02-25 23:30:02 +08:00
MikeWallaceDev
8bdcb43332
fix: improve French Canadian translation
2022-02-24 21:22:27 -05:00
Mehdi Bertul
f8f77db79b
Fix the translation to fr-FR ( Closes #369 ) ( #371 )
...
* fix: rename fr.json to fr-FR.json
* fix: the translation mistakes in fr-FR.json
* fix: added french language to system
Co-authored-by: MikeWallaceDev <mike@wallacehub.com>
2022-02-24 20:48:47 -05:00
appflowy
ed9a48fc1c
chore: rename struct property
2022-02-24 23:19:41 +08:00
appflowy
93695dc4be
chore: rename structs
2022-02-24 20:36:24 +08:00
appflowy
b855a1199d
Merge branch 'main' into refactor_document
2022-02-24 17:29:29 +08:00
Nathan.fooo
959b2db9a3
Merge pull request #376 from gaganyadav80/emoji_picker
...
feat: add emoji picker
2022-02-24 17:18:17 +08:00
appflowy
67a3ba6b34
chore: merge main
2022-02-24 16:49:14 +08:00
Nathan
74ca10cf28
Merge branch 'main' of github.com:AppFlowy-IO/appflowy
2022-02-24 16:17:45 +08:00
nathan
4bcc05fc8a
chore: add code gen introductions
2022-02-24 16:17:02 +08:00
Nathan.fooo
c5759baea4
Merge pull request #374 from hieugao/refactor/remove-freezed-files
...
Remove `freezed` files
2022-02-24 16:15:43 +08:00
Hieu
d05e4bbc82
chore: ignore freezed
files
2022-02-24 12:56:54 +07:00
gaganyadav80
6ffa1ad191
feat: add emoji picker
...
1. files are under lib/workspace/presentation/widgets/emoji_picker/
2. add icon for emoji picker button on toolbar.
3. handles case when no emoji is found for the given query.
2022-02-24 02:09:51 +05:30
Pualoo
3a2424cda3
fix: DocBanner overflow issue#354
2022-02-23 14:33:08 -03:00
appflowy
c1237452ab
refactor: rename some class names
2022-02-23 22:32:27 +08:00
Hieu
a0654d8a41
chore: disable invalid_annotation_target
warning
2022-02-23 20:39:29 +07:00
Hieu
a829d2ac61
refactor: remove freezed
files
2022-02-23 20:33:17 +07:00
xurunkang
a6221d34cb
chore: move CHANGELOG.md to the root dir
2022-02-21 15:59:04 +08:00
appflowy
e3d9d4c42a
chore: rename some enum
2022-02-20 16:34:15 +08:00
appflowy
22742c904b
chore: rename some classes
2022-02-20 16:12:43 +08:00
appflowy
9012494e1f
chore: update launch option
2022-02-20 09:59:52 +08:00
appflowy
c9424c5d55
Merge branch 'main' into bloc_test
2022-02-20 08:49:53 +08:00
appflowy
cdec567cbb
feat: separate develop, release, test working directory
2022-02-20 08:35:52 +08:00
appflowy
e9ba9ad149
ci: add .appflowy_dev
2022-02-20 08:06:53 +08:00
appflowy
bf7e1b9829
ci: add build flowy_sdk deps
2022-02-19 23:26:38 +08:00
appflowy
0b0cbe192b
ci: run flutter test on ci
2022-02-19 23:19:33 +08:00
Joel Tony
0acb7063ed
Add 'fr'
2022-02-19 17:45:34 +05:30
Joel Tony
cf1ecaf89b
Create fr.json
2022-02-19 15:48:59 +05:30
appflowy
2781809f87
chore: await Sytem launch
2022-02-19 17:12:44 +08:00
appflowy
6fc8197468
feat: build flowy_sdk as dylib on macOS
2022-02-19 16:59:36 +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
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
a7819c6456
chore: delete dart_event.dart
2022-02-16 18:11:25 +08:00
appflowy
373407fd57
ci: fix potential ci error
2022-02-16 18:09:43 +08:00
Nathan.fooo
91b1430e7b
Merge pull request #337 from AppFlowy-IO/auto_gen_dart_event
...
Auto gen dart event
2022-02-16 16:11:09 +08:00
Nathan.fooo
7335119933
Merge pull request #334 from dadyarri/fix-typo-in-ru-translate
...
fix typo in ru translate
2022-02-16 15:29:05 +08:00
appflowy
5a0f87fe02
ci: add missing file
2022-02-16 12:27:41 +08:00
appflowy
2a6ce12a55
ci: fix ci errors
2022-02-16 12:22:26 +08:00
appflowy
0aed86737f
feat: add dart_event.dart to gitignore
2022-02-16 11:16:24 +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
bf3a0b6e5b
feat: add flowy_clean command to remove the build.rs cache
2022-02-15 22:37:13 +08:00
Daniil
e9712540a1
style: fix typo in ru translate
2022-02-14 14:31:37 +03:00
xurunkang
bcf9e83fd7
feat: support automated release by Github CI. (macOS/Linux)
2022-02-14 12:21:10 +08:00
Annie
257ea11ce6
Merge pull request #299 from gustavosr98/main
...
Added spanish [Venezuela] translations
2022-02-13 12:50:08 +08:00
appflowy
9b8c110a66
refactor: optimize protobuf code gen process
2022-02-13 12:04:34 +08:00
Nathan.fooo
4ba1ba00a5
Revert "ci: test web hook"
2022-02-10 15:28:52 +08:00
appflowy
bf36cbccbb
ci: test web hook
2022-02-10 15:19:44 +08:00
appflowy
487e5035bb
ci: fix flutter warnings
2022-02-09 22:22:31 +08:00
appflowy
f872c6c1f8
ci: fix flutter warnings
2022-02-09 21:56:46 +08:00
appflowy
5809758539
refactor: rename error-code to flowy-error-code in case of ambiguous
2022-02-09 19:26:06 +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
Gustavo Sanchez
ecf2598be7
Merge branch 'main' into main
2022-02-07 16:12:11 -04:00
Gustavo Sanchez
e1f6e483e7
Merge branch 'main' into main
2022-02-05 16:35:25 -04:00
MikeWallaceDev
1796d0a448
fix: put back Russian language
...
set EasyLocalization to not save language locally.
2022-02-05 13:13:48 -05:00
appflowy
62bafce0b2
fix: fallback to supported locale if easy_localization doesn't support device locale
2022-02-05 22:01:51 +08:00
appflowy
e9ba1e1886
fix: fallback to supported locale if easy_localization doesn't support device locale
2022-02-05 21:50:49 +08:00
appflowy
592e91bed4
style: supportedLocales list
2022-02-05 11:23:10 +08:00
appflowy
0758db971b
refactor: remove unuse imports
2022-02-05 11:16:46 +08:00
appflowy
662220ab8a
fix: add toolbar tooltip language display issue
2022-02-05 11:16:46 +08:00
appflowy
18407a0e47
fix: new doc button's langauge display issue
2022-02-05 11:16:46 +08:00
Daniil Golubev
cb57d20bfb
Added russian translations ( #287 )
...
* Added russian translations
* Register russian locale
2022-02-04 21:46:57 -05:00
appflowy
ec4d69e5b8
fix: collapse button display color in dark mode
2022-02-05 10:26:51 +08:00
Nathan.fooo
e65a320c00
Merge pull request #306 from MikeWallaceDev/refactor_languange_remove_enum
...
Refactored Language settings to remove AppLanguage enum
2022-02-05 09:39:51 +08:00
MikeWallaceDev
5519dcd525
refactor: language settings to remove applanguage enum
...
Fixes : #290
app now uses Locale directly
list of languages is now generated from EasyLocalization
2022-02-04 20:09:41 -05:00
appflowy
ea0179536d
fix: show_menu icon on dark mode
2022-02-04 15:54:36 +08:00
Gustavo Sanchez
062873a1fe
Add i18n support for Spanish (Venezuela)
2022-02-02 19:17:34 -04:00
appflowy
728d60239a
added reset appearance setting
2022-02-01 12:15:11 +08:00
appflowy
df5e178c6c
remove unuse codes
2022-02-01 11:29:11 +08:00
appflowy
be806e301c
read device locale as default locale setting
2022-02-01 09:12:59 +08:00
appflowy
8127e47cea
remove redundant interfaces
2022-01-31 10:18:34 +08:00
appflowy
99cadf98d2
remove app interface
2022-01-31 10:18:34 +08:00
appflowy
aaca3ba90d
remove workspace interface
2022-01-31 10:18:34 +08:00
appflowy
6e8c3c821a
remove splash interface
2022-01-31 10:18:34 +08:00
appflowy
f709bb6a6d
remove iAuth interface
2022-01-31 10:18:34 +08:00
appflowy
fcc6f51b3b
rename folder event
2022-01-30 10:33:21 +08:00
appflowy
a48031df7c
return stream subscription
2022-01-30 10:33:05 +08:00
appflowy
3a1136a8fb
update setting icon
2022-01-29 22:55:44 +08:00
appflowy
513423a9be
fix undo redo issue
2022-01-29 22:47:09 +08:00
appflowy
5a3099e323
fix apps refresh issue and share button layout issue
2022-01-29 22:22:34 +08:00
appflowy
595cfed892
added missing translation
2022-01-29 10:50:14 +08:00
appflowy
d7b936a017
fixed language switching issue
2022-01-29 09:24:04 +08:00
Harinandan
835a64ca75
Added language to be observed to application widget
2022-01-28 22:10:11 +05:30
Harinandan
214946cbbc
Created UI for Langauge Switching
2022-01-28 22:09:32 +05:30
Harinandan
8e14f8b9f1
Added language to appearance model
2022-01-28 22:09:15 +05:30
Harinandan
95247bc5fb
Refactored Language file
2022-01-28 22:08:57 +05:30
Harinandan
578bf963f7
Added language options to Appearance Model
2022-01-28 21:10:13 +05:30
Harinandan
6ea43cd5e5
Created AppLanguage class
2022-01-28 21:03:03 +05:30
appflowy
1c6b78e7d4
fix link button color on dark mode
2022-01-28 22:48:15 +08:00
appflowy
beb844da17
fix trash_page display issues on dark mode
2022-01-28 21:38:19 +08:00
appflowy
ef8624e87c
update dark mode bg3 color
2022-01-28 21:32:45 +08:00
appflowy
564af73076
fix view listen issue because of the notifier didn't dispose.
2022-01-28 21:29:09 +08:00
appflowy
814f9f4c19
save language
2022-01-28 18:48:09 +08:00
appflowy
1c2c1e6250
save theme setting
2022-01-28 18:38:13 +08:00
appflowy
8449f736e7
add user appearance setting
2022-01-28 18:38:09 +08:00
Mike Wallace
17e82f98d5
Merge branch 'main' into rename_translation_files
2022-01-27 19:57:30 -05:00
AppFlowy.IO
774d9ddcf6
Merge pull request #276 from MikeWallaceDev/add_french_translation
...
Add French Canadian translation
2022-01-28 08:54:51 +08:00
MikeWallaceDev
e98972cebc
Renamed language files to correct format (using a dash)
2022-01-27 19:16:17 -05:00
MikeWallaceDev
c9c2ea74ad
Add French Canadian translation
2022-01-27 19:02:37 -05:00
MikeWallaceDev
e77e6d275f
changed permissions from 755 to 644
2022-01-27 14:18:41 -05:00
appflowy
2fa99a563c
rename flowy-core to flowy-folder that manages the workspace,app,view
2022-01-27 20:43:43 +08:00
appflowy
eff62b24fb
fix under_line and strike_through line issue
2022-01-27 16:40:38 +08:00
appflowy
6b314ea283
fix dark mode theme color
2022-01-27 16:15:46 +08:00
appflowy
8eaec5e58c
fix compact bugs & update unit tests
2022-01-27 10:20:09 +08:00
appflowy
4cdf3e3e3e
compact the revsions
2022-01-25 22:51:32 +08:00
MikeWallaceDev
44af890f05
Fix Italian translation
...
settings were not in the correct json group.
2022-01-24 15:17:45 -05:00
appflowy
48e9e75cc7
revert flutter quill to v0.0.2
2022-01-24 20:12:04 +08:00
appflowy
7f8c0ed53f
add missing it_IT.json from https://github.com/AppFlowy-IO/appflowy/pull/265/files
2022-01-24 18:17:20 +08:00
appflowy
bba8f8ae01
fix fmt and clippy warnings
2022-01-24 17:56:58 +08:00
appflowy
a9eec5baed
solver conflicts
2022-01-24 17:32:40 +08:00
appflowy
10d99bdd8b
fix init folder manager bugs
2022-01-23 22:33:47 +08:00
nathan
dccbd45a00
switch to stable channel
2022-01-23 11:34:41 +08:00
AppFlowy.IO
2031368ac3
Revert "Update it_IT.json"
2022-01-23 08:26:39 +08:00
appflowy
23c4924532
config folder sync on backend
2022-01-22 22:41:24 +08:00
appflowy
ccb7d0181f
add folder sync test
2022-01-22 20:59:32 +08:00
fabiograz
222067ec5a
Update it_IT.json
...
Replaced literal strings with translation
2022-01-22 01:55:22 +01:00
appflowy
1e66aae051
add server folder manager
2022-01-21 21:41:24 +08:00
Mike Wallace
dc05a4cc65
Merge branch 'main' into settings-modal
2022-01-20 21:38:22 -05:00
Harinandan
2317f1682c
Cleaned up imports
2022-01-20 08:39:46 +05:30
Harinandan
8c17e96c51
Replaced literal strings with translation
2022-01-20 08:37:47 +05:30
Harinandan
c1ccad104b
Fixed adaptive Size issue
2022-01-20 08:13:38 +05:30
Harinandan
907b10b783
Added constrained box
2022-01-19 23:52:12 +05:30
Harinandan
fd98b192af
Added adaptive theme and change theme button
2022-01-19 14:11:33 +05:30
Harinandan
0ed1847672
Refactor Settings Menu Element into seperate file
2022-01-19 10:29:02 +05:30
Harinandan
03e58a90d2
Cleanup imports
2022-01-19 10:27:35 +05:30
Harinandan
01d2860948
Basic Setup of Settings Dialog
2022-01-19 10:26:46 +05:30
nathan
cfeb408bab
lock connectivity_plus version
2022-01-18 21:58:40 +08:00
appflowy
13aba928c3
config folder ws
2022-01-14 21:46:55 +08:00
appflowy
3964508cd8
add flowy-sync crate
2022-01-14 16:25:41 +08:00
appflowy
f9b552395b
trait for flowy-core persistence
2022-01-14 09:09:36 +08:00
appflowy
dac86ef857
refactor flowy-core pb
2022-01-13 14:48:41 +08:00
Sean RIley Hawkins
2ae4762de8
Removed unused imports & Refactored
2022-01-10 17:26:46 +02:00
Sean RIley Hawkins
95378dd73a
Refactored Values
2022-01-10 17:26:12 +02:00
Sean RIley Hawkins
5e56f5e0ec
Fixed Dark Mode Bugs
2022-01-09 13:22:17 +02:00
appflowy
08a43c03d4
config af log filter
2022-01-09 16:13:08 +08:00
appflowy
287698be9e
enable local ws
2022-01-09 11:17:38 +08:00
fabiograz
28d8a3a269
Update it_IT.json
...
Changed: lightMode, darkMode, instruction1, instruction2, instruction4
2022-01-07 23:42:12 +01:00
AppFlowy.IO
2a134bcb40
fix light theme issues ( #215 )
...
* fix light theme issues
* rm hoverColor in ThemeData
2022-01-06 12:18:35 -05:00
appflowy
956ad1b590
replace tag with ref commit-hash to fix some cache issue
2022-01-06 14:42:17 +08:00
appflowy
1cfcbbc35b
add patch for flutter-quill to fix the checkbox customize issue
2022-01-06 14:08:45 +08:00
appflowy
33d82a5104
fix migrate to flutter_bloc 8.0 CI errors
2022-01-05 10:46:17 +08:00
appflowy
2e047de2a2
update flutter_bloc version to 8.0.1
2022-01-04 23:11:51 +08:00
appflowy
b354fb79c8
migrate to flutter_bloc 8.0
2022-01-04 22:44:52 +08:00
appflowy
12e8424e8a
send document ping
2022-01-03 19:50:08 +08:00
appflowy
df5266d7c9
fix https://github.com/AppFlowy-IO/appflowy/issues/196
2022-01-03 19:50:08 +08:00
appflowy
a654623c12
mv sync seq to revision manager
2022-01-03 19:50:08 +08:00
appflowy
09ef0927f7
save create default workspace data
2022-01-03 19:50:08 +08:00
appflowy
45821f00a2
rename some structs
2022-01-03 19:50:08 +08:00
appflowy
f17f0dd6cf
fix compile errors
2022-01-03 19:50:08 +08:00
appflowy
152cb17701
fix bugs
2022-01-03 19:50:08 +08:00
appflowy
a0e6c61f50
config virtual net
2022-01-03 19:50:08 +08:00
appflowy
bbc9190bc0
add virtual net
2022-01-03 19:50:08 +08:00
appflowy
0c7c3621d7
separate DocumentWSData into DocumentWSClientData and DocumentWSServerData
2022-01-03 19:50:07 +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
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
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
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