Commit Graph

2999 Commits (dfb09f443bfa08f7bba1e4e18d16c0dd9b7548e5)

Author SHA1 Message Date
krille-chan b27af74918
chore: Follow up design changes 2 years ago
krille-chan c74242118b
chore: Follow up design changes 2 years ago
krille-chan 92337a8bbf
chore: Follow up design changes 2 years ago
krille-chan a9448f293c
chore: Follow up design changes 2 years ago
krille-chan 9e13bd8dfd
design: Big redesign of three column mode to advanced two column mode 2 years ago
Krille f442bb89f9
chore: follow up routing 2 years ago
Krille 6420f1d385
design: Chat list design adjustments 2 years ago
Krille 7faa01f67a
design: Redesign style page 2 years ago
Krille 6bd518fa36
refactor: Remove bubble size slider 2 years ago
Krille d6b48091c4
refactor: Make router static 2 years ago
Krille d2247018e6
fix: Cancel search on back button tap on android 2 years ago
Krille c42ce8d1db
chore: Follow up user bottm sheet 2 years ago
Krille 9e0acdfd5f
chore: Follow up user bottom sheet 2 years ago
krille-chan 010ae8fb09
chore: Follow up user bottom sheet 2 years ago
krille-chan 924e4bce23
design: Nicer user bottom sheet 2 years ago
krille-chan 195694a252
design: Move chatbackup in adaptive bottom sheet 2 years ago
krille-chan 8826815f8e
chore: Follow up preserve state in 3 column mode 2 years ago
krille-chan 9c3e13cf68
chore: Follow up page transition 2 years ago
krille-chan ee957ab1f6
refactor: Migrate routes to go router 2 years ago
Krille 739edde729
refactor: Replace vrouter with gorouter 2 years ago
Krille 73c38a52bc
design: iOS related adjustments for onboarding 2 years ago
krille-chan 18b270a15c
fix: Cancel notifications for read rooms and clear app badge on iOS 2 years ago
krille-chan 39adb55b3d
fix: Click on notification does not open room 2 years ago
Krille 1775552cd4
refactor: update iOS badge on every notification 2 years ago
Krille 374d23e79a
fix: Set iOS badge 2 years ago
gilice eba3eeee25 feat: small performance tweaks for Message
It is the widget most often built, so every small bit helps.
- replace a List with an array (should be easier to optimize for the
  compiler)
- remove a Padding widget and use the parent Container's padding instead
2 years ago
Bnyro 57b026b913 feat: option to not send typing notifications 2 years ago
Krille-chan e94fe74473
krille/import emoji improvements (#468)
* refactor: Move GUI into Popupmenu
* refactor: Reuse save file method from MatrixFile
2 years ago
The one with the braid 0c70017cd8
feat: support import of Emoji packs as zip file
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
krille-chan 4da9963bd0
docs: Update new issue link 2 years ago
krille-chan 982b58a473
docs: Update github links 2 years ago
krille-chan 69a98d447a
chore: Login page follow up 2 years ago
krille-chan cc873e77fb
design: Redacted events with opacity 2 years ago
krille-chan ee12843d65
design: Style bottom navigation bar in backgroundcolor 2 years ago
krille-chan b798b6dd39
design: Login page follow up 2 years ago
krille-chan b667e22d19
design: Adjust message button design 2 years ago
krille-chan 4929858ae4
design: Improve login UI 2 years ago
krille-chan fcfe19889c
design: Increase time limit between chat environments 2 years ago
krille-chan ee6a16604e
chore: Design follow up 2 years ago
krille-chan c4bc626b09
design: Slightly adjust chat design 2 years ago
ShootingStarDragons f0cc00c04a fix: code cannot be wrap
I think it is a wrong fix for link, '\n' should not be replaceAll,
so I think this should be reverted
2 years ago
Krille bc73a5da95
fix: Reset audioplayer when played until the end 2 years ago
ShootingStarDragons 2ae4551bcc feat: paste image from clipboard 2 years ago
Matias 8b342d6751 Fix L10n missing from Calling's context 2 years ago
krille-chan 7c3eff67bc
chore: Follow up fix redaction translation 2 years ago
krille-chan a06b3e6a9e
fix: Username not visible after edit events 2 years ago
Krille 0069d6c2a2
docs: Replace gitlab references 2 years ago
Krille 91fc889bce refactor: Update dependencies 2 years ago
Krille 2e03108f54 design: Adjust open url dialog design a little bit 2 years ago
Malin Errenst dfb6cac65e Merge branch 'malin/group-notification-channels' into 'main'
feat: Added grouping to message notification channels

See merge request famedly/fluffychat!1134
2 years ago
Krille 303181b566 chore: Streamline background gradients 2 years ago
Malin Errenst a2e143cefd feat: Added grouping to message notification channels 2 years ago
Krille-chan 780986340f Merge branch 'braid/cute-events' into 'main'
fix: overflow in cute events

See merge request famedly/fluffychat!1132
2 years ago
TheOneWithTheBraid b435de8859 feat: add button to copy url in open dialog
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
The one with the braid 3956b7a754 fix: overflow in cute events
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
2 years ago
Krille c0da82f1c9 refactor: More reliable request history/future timeline mechanism 2 years ago
Krille bcf0d5e238 feat: New simplified login process with more prominent SSO and nicer layout 2 years ago
Krille 9bccbc786f chore: Follow up scrolldownbutton style 2 years ago
Krille a7cd290067 design: Replace anime images with neutral cupertino icons 2 years ago
Krille 36cc2c23a1 Merge branch 'braid/emoji-placeholder' into 'main'
fix: custom emote placeholder

See merge request famedly/fluffychat!1127
2 years ago
Krille c59486ca90 fix: Scroll up and scroll down buttons in chat list 2 years ago
Krille 000e595d8b refactor: Use AnimatedSize for FAB 2 years ago
Krille 4f55561269 feat: Display progress value for initial sync 2 years ago
TheOneWithTheBraid 465d5fc3ef fix: custom emote placeholder
- place emote loading spinner in the position as the emote itself
- add key to preview in order to ensure proper states aligned

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Krille f4107a8344 chore: Update dependencies 2 years ago
Krille 40c622ebe6 refactor: Update flutter_html 2 years ago
Krille 847bda89e8 fix: User pills 2 years ago
Krille 2bb28bc821 feat: Allow ruby tags in html 2 years ago
Krille e08445ee51 fix: Remove wrong rendered linebreak in html 2 years ago
Krille 3856745ce4 fix: Try to reload timeline on IOException 2 years ago
Krille 2995e5035d chore: Follow up linkify inside html 2 years ago
Krille f2601c638b chore: Follow up linkify in html message 2 years ago
Krille 5c5d162fd6 chore: Enhance room pills 2 years ago
Krille ad93f71d05 chore: Ask for storage persistence 2 years ago
Krille 5627e50c8f Revert "refactor: Update dependencies"
This reverts commit 2bb0dce7a15d4831eb30c39fc7ba5d863cbcd55e
2 years ago
Krille c2495eb1a7 refactor: Update dependencies 2 years ago
Krille f7b9c9abb2 chore: Follow up missing cache key 2 years ago
Krille ec9aff28c8 chore: do not humanize links 2 years ago
Krille d6bd765d66 chore: Follow up img tag 2 years ago
Krille 01b61d031f chore: Follow up update matrix sdk 2 years ago
Krille a8538d7488 chore: Follow up html messages mxc images 2 years ago
Krille d5e8d9939d fix: Do not unnecessary request all members in public rooms 2 years ago
Krille 1d72ab512a chore: Readd support for html tables 2 years ago
Krille 6b0c853721 chore: Follow up html styling 2 years ago
Krille 2713b28516 chore: Disable img for now in html messages 2 years ago
Krille f9ee44b7bd chore: Add missing blockquote style 2 years ago
Krille 796a6fdae1 refactor: Reimplement flutter matrix html locally 2 years ago
Krille 7dde6250e1 Merge branch 'filenametolong' into 'main'
filename is too long and over the widget

See merge request famedly/fluffychat!1103
2 years ago
Skying 1088eb0500 fix: Too long file name cause a render overflow 2 years ago
Krille 4597d03475 chore: Follow up clean up 2 years ago
fbievan 3aa43ac8bc feat: Add toggle to mute notifications from chat groups 2 years ago
Krille 2a1a68de22 feat: Implement new error reporting tool when critical features break like playing audio or video messages or opening a chat 2 years ago
Malin Errenst e754df49d2 refactor: Use DateTime for weekday localization 2 years ago
Krille cb0fe173d9 chore: Minor code clean up 2 years ago
Krille 540cbb499e Merge branch 'dart3' into 'main'
migrate to dart 3.0/flutter 3.10

Closes #1203

See merge request famedly/fluffychat!1114
2 years ago
lauren n. liberda 1e0988dd4c builds: migrate to dart 3.0/flutter 3.10 2 years ago
Lauren N. Liberda 21244ea8b4 fix "Unhandled Exception: VRouter.of(context) was called with a context which does not contain a VRouter."
fixes #1163
2 years ago
Krille bdcc2f6340 perf: Use valuenotifier to not rebuild chatlist 2 years ago
Krille 72921505fe fix: Scroll down button 2 years ago
Krille 55de4387f2 build: Update dependencies 2 years ago
Krille 46a630c390 Merge branch 'main' into 'main'
fix: Quick account switching

Closes #1186

See merge request famedly/fluffychat!1111
2 years ago
Krille 5a5895aea4 fix: Scrolldown button 2 years ago
JHansen ae4dee8133 Fix read reciepts 2 years ago
JHansen 71bd195c62 Fix Quick account switching 2 years ago
Krille db4410ac14 fix: Chats do not load 2 years ago
Krille 942fac427c feat: Permission dialog before open link in browser 2 years ago
Krille 6a3c729a64 chore: Follow up file download type fix 2 years ago
Krille a5a3ed4a0d style: Make emptypage logo bigger 2 years ago
Krille a5d0c4795a chore: Load chat at last read marker 2 years ago
Krille 4a00f1faae chore: Follow up push android priority and channels 2 years ago
Krille b44f70486f fix: Set fcm priority to max on android 2 years ago
Krille cce5900d71 chore: Follow up jump to event 2 years ago
Krille e7b0f02d2d chore: ScrollToEventId duration for jump in timeline 2 years ago
Krille e838253ba6 chore: Follow up sso for desktop 2 years ago
Krille 9b230f9fc1 Merge branch 'flutterwebauto2' into 'main'
feat: change to flutterwebauth2

See merge request famedly/fluffychat!1100
2 years ago
Krille 14c2bf0508 chore: Follow up jump to unread message 2 years ago
Krille e690f1e14c refactor: Not nullable room in ChatPage 2 years ago
Krille 217b952c45 refactor: Client in ChatPage 2 years ago
Krille af71649da6 refactor: Use correct Matrix instance 2 years ago
Krille d630238142 feat: Add read marker 2 years ago
noob_tea ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2 years ago
Krille f88837232b chore: Follow up lastreadeventisvisible marker 2 years ago
Krille 5c70dd39bc feat: Jump to last read event 2 years ago
Krille c00a6e3d00 feat: Use fragmented timeline to jump to event 2 years ago
Krille 2b75a4626d chore: Follow up new sliverappbar in chatlist 2 years ago
Krille a76bb64d21 chore: Follow up styling 2 years ago
Krille 61c4d0e61f style: Use SliverList for chatlist 2 years ago
ShootingStarDragons b9104f243e feat: change to flutterwebauth2 2 years ago
Krille 82bd96104a chore: Follow up android download dir 2 years ago
Krille 686a5764c2 chore: Follow up download android 2 years ago
Krille d9aa2f8e44 refactor: Switch to file_picker package and get rid of some dependency overrides 2 years ago
Krille 5606cb8252 chore: Follow up redesign listtiles in user bottom sheet 2 years ago
Krille fc675aebaa style: Move chats to top 2 years ago
Krille 841c081e08 fix: Join public room 2 years ago
Krille ae99606531 style: Minor adjustments for modal bottom sheets 2 years ago
Christian Kußowski 6e747c3153 chore: Update matrix sdk to 0.18.0 2 years ago
Christian Kußowski d235f3e511 chore: Follow up qr code width 2 years ago
Nicolas Werner 906f8c3161 fix: type error in emote pack list in rooms with only non-default packs
If a room has emote packs, but none of them have an empty state key, we
insert 'null' to also add a default pack people can easily edit.
However, in that case we initialized the Map<String, Event?> variable
with a Map<String, Event>. As such assigning null will throw. Converting
manually with Map.of fixes that.

fixes #1138
2 years ago
Krille 038f6bd9ff refactor: Remove unused dependency 2 years ago
Christian Pauly 1aaf2f9a15 chore: Fix formatting 2 years ago
Malin Errenst ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2 years ago
Krille c1bc6d1090 style: Adjust new chat page 2 years ago
Krille 8f77f133a3 chore: Lookup l10n in pushhelper if null 2 years ago
fabienli 2c835966a4 Default hardcoded message when l10n is not available 2 years ago
Christian Pauly 55b46f2b85 style: Adjust key verification dialog 2 years ago
Christian Pauly c11ab56b1f chore: Follow up formatting 2 years ago
Marcus Hoffmann d318a2948f utils/url_launcher: force opening http(s) links in external browser
The (mobile) platform implementations for url_launcher default to
opening any http(s) link inside a webview instead of the platform
browser. This seems to be a longer-time problem for iOS
(https://gitlab.com/famedly/fluffychat/-/issues/519) but very recently
started to affect Android as well.

Force url_launcher to always use an external application (the browser,
most likely, but possibly other apps might handle those links as well)
as opening links from a messaging app in a webview provides terrible UX.

(For instance a link might lead to some webpage where you start to fill
in some info but then you need to ask someone via the messanger but
can't go back without closing the webview and losing all state. Or if
you happen to re-launch FluffyChat via the home-screen than it goes back
to the home view and the webview state is completely lost as well.)
2 years ago
Krille f8052c9cae chore: Update matrix package to 0.17.0 2 years ago
Krille 1489b60687 chore: Follow up chat encryption desgin 2 years ago
Christian Pauly 4d8244d391 style: Encryption page adjustments 2 years ago
Christian Pauly aefe047682 style: Bootstrap design adjustments 2 years ago
Christian Pauly 339276b94a style: Use robotomono to display device keys 2 years ago
Christian Pauly 41f847ccbf chore: Follow up fix audioplayer on android 2 years ago
Christian Pauly 02de389b5d refactor: Remove syncstatus verbose logs 2 years ago
Krille 49bf5bdb0a chore: Follow up audioplayer on linux 2 years ago
Krille df3f6dd2c1 refactor: Store cached files in tmp directory so OS will clear file cache from time to time 2 years ago
Christian Pauly e2aa5584a2 style: Link underline color 2 years ago
Christian Pauly ab23ba6c2c refactor: Do only instantiate AudioPlayer() object when in use 2 years ago
Christian Pauly c24295580b feat: Enable audioplayer for web and linux 2 years ago
Christian Pauly aff10ab0ed fix: Display error when user tries to send too large file 2 years ago
Christian Pauly 96cacac084 chore: Follow up settings page design 2 years ago
Christian Pauly f20a2ea339 style: Use emojis on web as well 2 years ago
Krille f0e765c3ce style: Make invite page more pretty 2 years ago
Krille 5bd0689172 style: Enhance user device settings design 2 years ago
Krille c089262ea9 chore: Display warning when logout without backup 2 years ago
Krille a0baa747ca chore: Follow up style adjustments 2 years ago
Krille da6ac90cf2 chore: Follow up remove hero animation 2 years ago
Krille fce7475801 chore: Follow up formatting 2 years ago
Krille 9c802c905b chore: Follow up settings page 2 years ago
Krille 05f72815b3 style: Enhanced chat details design 2 years ago
Krille 7d4bc6262f chore: Follow up secrity settings design 2 years ago
Krille 7c777c0b7b style: Give chat list list tiles rounded corners 2 years ago
Krille 5d53a37e2e style: New settings design 2 years ago
Krille 5940ad5054 style: Make adaptive bottom sheets scrollable by default 2 years ago
Krille 0b7799357a style: Nicer chips in encryption settings and icons showing device status 2 years ago
Christian Pauly ffd7904f3a refactor: Use dynamic color package instead of system theme 2 years ago
Christian Pauly 763828e216 chore: Follow up dividercolor 2 years ago
Christian Pauly 541775d675 fix: Set room visibility on group creation 2 years ago
Christian Pauly 39b830d0c1 fix: Notification settings 2 years ago
Christian Pauly b176811f7c design: Adjust design to new material 3 capabilities of Flutter 3.7 2 years ago
Gabriel Rodríguez d226bf6020 fix: avatar color 2 years ago
Gabriel Rodríguez 704ee5ef9c fix: display name contrast in dark mode 2 years ago
Christian Pauly 35174cb859 refactor: Migrate to Flutter 3.7.0 2 years ago
Krille d343c71703 chore: Update Matrix SDK and refactor 2 years ago
Krille 033cc8de31 chore: Follow up leave abandoned DM room 2 years ago
TheOneWithTheBraid 863da6a3be chore: add integration tests for spaces
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Krille eac784e33b fix: Archive 2 years ago
Krille 8af9af10ae style: Redesign public room bottomsheets 2 years ago
Krille 2df72b5d13 style: New modal bottom sheets 2 years ago
Krille 4376070733 refactor: Same animations everywhere in app 2 years ago
Krille 1c632bead9 style: Animate in out search results 2 years ago
Christian Pauly 06305b8300 feat: Nicer design for abandonded DM rooms 2 years ago
Krille c47ca99aaa chore: Update dependencies 2 years ago
TheOneWithTheBraid 1992d18a64 chore: add integration tests
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Krille 976c12e471 chore: Change invite link textfield label 2 years ago
Krille e9fb280970 design: More clear chat background and rounded popup menu 2 years ago
Krille 9d393900f8 chore: Follow up dark mode color 2 years ago
Krille 8ef1ff1e1a design: Nicer navigationrail 2 years ago
Krille 2c45552c8e chore: Update flutter_map 2 years ago
Krille 8d8848c0f7 refactor: Stories header with futurebuilder 2 years ago