Commit Graph

6006 Commits

Author SHA1 Message Date
Kilu.He
2c66634c89
feat: support invitation page (#6300) 2024-09-15 13:45:13 +08:00
Nathan.fooo
609ea27c42
fix: write/load database/document collab (#6308)
* chore: post document collab after create

* chore: write database rows

* chore: fix test

* chore: fix test

* chore: bump collab

* chore: fix get related row

* chore: try to fix open database error

* chore: update client api
2024-09-15 00:02:17 +08:00
Nathan.fooo
aafdb80455
chore: bump collab that removes timeout when loading row (#6296) 2024-09-13 14:08:39 +08:00
Mathias Mogensen
4888d5d528
fix: media option improvements (#6260)
* feat: hide file names option

* chore: copywriting fixes

* fix: mobile cell

* feat: browse all images in a cell in viewer

* chore: unused variable

* fix: dialogs on download file

* feat: upload multiple files at once

* test: improve test coverage

* fix: missing format of rust files from merge
2024-09-13 00:12:13 +02:00
Nathan.fooo
21cc130e4e
chore: unfinalized rows (#6283)
* chore: unfinalized rows

* chore: blocking read

* chore: fix test

* chore: clippy
2024-09-12 22:27:11 +08:00
Annie
a02de1a435
chore: update README.md (#6286)
* chore: Update README.md

added links to App Store and Play Store

* Update README.md

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-09-12 21:23:41 +08:00
Mathias Mogensen
477683d454
fix: card rebuild issue (#6277) 2024-09-12 15:27:32 +08:00
Lucas.Xu
340f37e00d
chore: update appflowy_editor version (#6282)
* chore: update connectivity_plus

* chore: update appflowy_editor

* chore: enable editor log when enableDocumentInternalLog is true

* chore: update podfile.lock

* Revert "chore: update podfile.lock"

This reverts commit 41dbcad8c1.

* fix: compile

* chore: revert hotkey changes

* chore: revert network_monitor change
2024-09-12 14:40:19 +08:00
Richard Shiue
eea3004a97
feat(flutter_desktop): colored column names in kanban board (#6270)
* feat: colored column names in kanban board

* fix: rename group event

* chore: add comment for rough design

* chore: revert unintentional changes

* fix: use new colors and use new delete confirmation dialog
2024-09-12 09:32:23 +08:00
Nathan.fooo
f59772756a
chore: adjust num of preload rows (#6280)
* chore: concurrent load rows

* chore: update client api

* chore: fix build
2024-09-12 08:47:49 +08:00
Lucas.Xu
1cf4f493db
feat: ai writer on multi-lines of text (#6267)
* feat: ai writer on multi-lines of text

* feat: use flutter_bloc to manage ai response

* feat: integrate smart_edit_bloc

* fix: bloc not found

* feat: support 'fix spelling and grammer'

* fix: add log to address ai generate issue
2024-09-11 20:15:27 +08:00
Kilu.He
c5a9dea721
feat: update iOS download link (#6276) 2024-09-11 11:24:01 +08:00
Nathan.fooo
7d2719dd71
fix: filter rows sometime not working (#6272) 2024-09-10 23:41:06 +08:00
Lucas.Xu
2ef896fb4a
feat: support moving cursor using keyboard gesture on mobile (#6239)
* fix: invalid value when inserting image

* feat: support moving cursor using keyboard gesture on mobile

* fix: invalid value when inserting image
2024-09-10 16:33:16 +08:00
Lucas.Xu
a0c6fb2fe8
fix: the last block of a doc is randomly moved to the first position of the doc (#6264) 2024-09-10 16:32:51 +08:00
Mathias Mogensen
ee3054b355
fix: more default image extensions (#6250)
* fix: more default image extensions

* fix: add and comment default image extensions
2024-09-10 16:32:36 +08:00
Lucas.Xu
bfe6d25322
chore: update version to 0.7.0 (#6266) 2024-09-10 16:32:14 +08:00
Nathan.fooo
055af03320
chore: check collab before saving collab to disk (#6261)
* chore: check collab before saving collab to disk
2024-09-10 07:56:13 +08:00
Annie
879d73a27a
chore: update CHANGELOG.md incl v0.6.9 (#6256) 2024-09-09 21:55:52 +08:00
Annie
6721caf2fa
chore: Update README.md (#6243)
change mobile screenshots layout
2024-09-09 21:02:25 +08:00
Mathias Mogensen
7bd876bf85
feat: file block on mobile (#6245)
* feat: file block on mobile

* chore: analyzer issues

* chore: cleanup after review
2024-09-09 19:47:33 +08:00
Lucas.Xu
2f3c9c11b1
feat: collect row page collabs (#6215)
* fix: invalid value when inserting image

* feat: collect row document collabs

* fix: code review

* fix: invalid value when inserting image

* chore: remove database_row_metas
2024-09-09 19:40:52 +08:00
Nathan.fooo
5d42d03e15
chore: bump collab (#6246)
* chore: bump collab

* chore: bump client api
2024-09-09 18:56:20 +08:00
Lucas.Xu
38d69c0b58
fix: android file permission issue (#6244)
* fix: invalid value when inserting image

* fix: upgrade share_plus version and use temp dir as android export log path

* fix: only noto emoji on Linux

* chore: upgrade android minSdkVersion to 29
2024-09-09 17:09:54 +08:00
Richard Shiue
7a0c6a829b
fix: hover color in different color schemes (#6240) 2024-09-09 13:44:56 +08:00
Richard Shiue
d1d485ee94
fix: incorrect colors for switch workspace button (#6228)
* fix: incorrect colors for switch workspace button

* chore: apply code style suggestions
2024-09-09 13:44:41 +08:00
Annie
1b15b8fa64
chore: update CHANGELOG.md (#6184) 2024-09-09 13:42:54 +08:00
Mathias Mogensen
614f3ce81b
feat: media launch review (#6198)
* fix: unexpected thrown exceptions~

* fix: wrap toggle rebuild

* fix: copywriting + checkbox group

* fix: only show item menu on hover

* feat: click to open image in viewer

* feat: improve row detail ux

* fix: add delete confirmation dialog

---------

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-09-09 13:42:23 +08:00
Nathan.fooo
006ea02bfe
chore: fix database rows filter and sort (#6241)
* chore: fix database rows filter and sort

* chore: fix ios build

* chore: fix task id

* chore: fmt

* chore: ios build
2024-09-09 12:54:44 +08:00
Kilu.He
3caf84b8a0
fix: modified some behavior of template (#6242) 2024-09-09 12:06:22 +08:00
zkkv
a002cb7428
chore: update ru-RU translations (#6141)
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-09-09 09:49:45 +08:00
rensawamo
96e39d0257
chore: update jp-JP translations (#6224)
* feat: pull upstream

* fix: revision

* chore: update jp-JP translations
2024-09-09 09:30:01 +08:00
Lucas.Xu
944da858a8
fix: redirect to login page after deleting account on Android (#6206) 2024-09-09 09:28:29 +08:00
CanonNi
53a2b7cb6e
chore: update zh-CN translations (#6201)
* chore: update translations with Fink 🐦

* chore: update translations with Fink 🐦

* chore: update translations with Fink 🐦
2024-09-09 09:27:05 +08:00
Richard Shiue
ec799afb7d
fix: more checklist multiline issues (#6229)
* fix: more checklist multiline issues

* chore: add comment

* chore: apply code style improvments
2024-09-09 09:22:08 +08:00
Mathias Mogensen
06c356c7a1
fix: space button rebuild issue (#6235) 2024-09-08 21:58:00 +02:00
nathan
dbe17aa4e8 chore: update logs 2024-09-08 23:38:24 +08:00
Nathan.fooo
187c5892ea
fix: move group row (#6233)
* chore: fix group notification

* chore: clippy

* Revert "fix: newly-created group rows appear out of order (#6212)"

This reverts commit decc438b8a.

* chore: revamp function

* chore: update test

* chore: workaround to fix filter or sort don't show result after opening database

* chore: fix test
2024-09-08 22:21:34 +08:00
Annie
c8be43134c
chore: Update README.md (#6231)
two mobile images per row
2024-09-08 16:48:41 +08:00
Richard Shiue
e615e7a304
fix: unhiding group throws exception (#6217) 2024-09-08 16:48:17 +08:00
Annie
e3cd9a09f3
chore: Update README.md (#6230)
Part I: update product screenshots
2024-09-08 16:39:10 +08:00
Richard Shiue
decc438b8a
fix: newly-created group rows appear out of order (#6212)
* fix: newly-created group rows appear out of order

* test: fix tests

* fix: dont re-insert nor insert into no-status

* fix: clippy
2024-09-08 14:48:55 +08:00
Kilu.He
a1793b53dd
fix: open duplicate entrance and fixed some issues (#6216) 2024-09-07 13:35:51 +08:00
Mathias Mogensen
2b9b8c19a9
fix: flowy hover isselected check (#6223) 2024-09-07 01:39:49 +02:00
Richard Shiue
91173f707e
fix: cannot drag newly-created board cards (#6207) 2024-09-07 00:20:13 +08:00
Kilu.He
a1bc9246b1
fix: apple login on web (#6213) 2024-09-06 14:46:05 +08:00
Kilu.He
3e91be4960
fix: hide toast (#6210) 2024-09-06 12:28:49 +08:00
Kilu.He
9930efdc84
fix: toast issues (#6209) 2024-09-06 12:27:08 +08:00
Kilu.He
93ca6ac906
feat: support gallery block (#6205) 2024-09-06 11:49:50 +08:00
Lucas.Xu
c400fdc01d
fix: launch review 0.6.9 issues (#6203)
* chore: replace teamspaces with workspaces

* fix: set delete account button height to 32

* feat: use 'deletemyaccount' as confirmation text

* fix: remove input text after closing account deletion dialog

* feat: replace the existing error page with the new style

* fix: update photo library usage description

* chore: remove beta

* feat: add more acceptable confirm texts

* feat: optimize account deletion UX
2024-09-06 10:39:10 +08:00