Commit Graph

125 Commits

Author SHA1 Message Date
appflowy
35e27b579f chore: number field 2022-03-27 22:38:50 +08:00
appflowy
b65b4796d2 fix: add event after bloc close 2022-03-26 22:05:26 +08:00
appflowy
16598650ff chore: lazy load cell 2022-03-26 20:27:32 +08:00
appflowy
90e7873135 chore: create field 2022-03-25 15:02:43 +08:00
appflowy
3fdf922f81 chore: config create field pannel 2022-03-24 17:09:05 +08:00
appflowy
694963a47d chore: add update field and create field handler 2022-03-23 22:10:31 +08:00
appflowy
188302d4ba chore: config field editor 2022-03-22 20:51:15 +08:00
appflowy
05bcd38534 chore: render rows 2022-03-18 17:14:46 +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
8c148e3b67 chore: save text cell data & insert row 2022-03-16 16:10:35 +08:00
appflowy
50f32521c5 chore: rename trait 2022-03-15 11:07:18 +08:00
appflowy
7ac6a1dc89 chore: rename struct 2022-03-10 17:14:10 +08:00
appflowy
fe8811392b feat: config cells 2022-03-09 19:37:33 +08:00
appflowy
00db755c29 feat: add cloumn bloc 2022-03-09 09:31:06 +08:00
appflowy
54cf451826 feat: config textfield cell 2022-03-08 15:25:56 +08:00
appflowy
9bb516786e fix: make grid with view_id 2022-03-06 11:28:24 +08:00
appflowy
67e6b091a5 feat: config grid plugin 2022-03-04 18:13:17 +08:00
appflowy
84afc50cd3 chore: rename classes 2022-03-04 18:12:46 +08: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
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
appflowy
156d38179a fix: add default value of serde 2022-03-01 11:22:39 +08:00
appflowy
b6de0caad6 refactor: show plugin 2022-03-01 10:25:21 +08: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
ikipm
d00425d50b feature: Added catalan translation 2022-02-27 13:41:26 -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
Aquitano / Thomas Breindl
cebf097fb2 Added german translations
+ added de_DE.json
+ registered german locale
2022-02-25 11:51:11 -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
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
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
2c3aade0f9 refactor: remove unuse code 2022-02-19 13:52:52 +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
592e91bed4 style: supportedLocales list 2022-02-05 11:23:10 +08:00
Daniil Golubev
cb57d20bfb
Added russian translations (#287)
* Added russian translations

* Register russian locale
2022-02-04 21:46:57 -05: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
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
be806e301c read device locale as default locale setting 2022-02-01 09:12:59 +08:00
appflowy
f709bb6a6d remove iAuth interface 2022-01-31 10:18:34 +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
appflowy
564af73076 fix view listen issue because of the notifier didn't dispose. 2022-01-28 21:29:09 +08:00
appflowy
1c2c1e6250 save theme setting 2022-01-28 18:38:13 +08:00
Mike Wallace
17e82f98d5
Merge branch 'main' into rename_translation_files 2022-01-27 19:57:30 -05: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
appflowy
b354fb79c8 migrate to flutter_bloc 8.0 2022-01-04 22:44:52 +08: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
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
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
naughtz
8adc4501ef Add i18n/zh-CN support
add language support(chinese)
2021-12-13 23:21:37 +08:00
Irfan Backer
b8ce9b9afb Setup basic i18n configs 2021-12-07 22:58:50 +05:30
appflowy
31efacb274 monitor network state 2021-12-04 22:31:30 +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