Commit Graph

967 Commits (9f0bcd5523eb8ceb5813c1d9347601f6e5e5b548)

Author SHA1 Message Date
krille-chan 19cdde2665
fix: Routing bug when adding second account via password login 1 year ago
Reinhart Previano Koentjoro e741765e22
feat: Dynamic theming for emoji keyboard 2 years ago
gilice 789d91a763 feat/ChatListItem: small changes
- extract hasNotifications to a variable
  this is more clear and potentially faster as we don't
  compute `notifications > 0` multiple times

- make a text style const
2 years ago
krille-chan e20f7f7576
chore: Follow up wrong wording 2 years ago
krille-chan 27d15612d9
refactor: Update to Flutter 3.13.0 2 years ago
krille-chan 6445833283
chore: Follow up select events 2 years ago
krille-chan 98a38113fd
design: Improve invite chat UX 2 years ago
krille-chan 5302383aeb
chore: Follow up display stories bubble 2 years ago
krille-chan c8da41f1af
design: Display last story as tiny message bubble in chat list 2 years ago
krille-chan 6e9d3627cc
feat: Improved mouse support for selecting events 2 years ago
krille-chan 56c7c72f92
chore: Display username in userbottomsheet 2 years ago
Krille 83d5d3ec58
change: Remove widgets feature 2 years ago
Krille 8ed54497f9
chore: Follow up width 2 years ago
Krille f051fc1851
design: Add scale animation hover effects on navrail and story buttons 2 years ago
krille-chan 6c5ffbb783
chore: Follow up correct context 2 years ago
krille-chan 419a9f4aff
chore: Make appbar buttons correct size 2 years ago
krille-chan e229a0450f
feat: Enable beta videocalls for linux 2 years ago
Krille f36d5f8a89
chore: Follow up chat settings 2 years ago
Krille e14173688a
refactor: Space routes to normal room routes 2 years ago
Krille b715eff839
refactor: Migrate from pathsegment routing 2 years ago
krille-chan b7dac8365a
chore: Follow up router fixes 2 years ago
krille-chan 0c69ce0552
chore: Follow up bootstrap buttons 2 years ago
krille-chan fb384462e0
chore: Follow up search UX 2 years ago
krille-chan 62122e5c79
fix: Do not allow empty search server 2 years ago
krille-chan 9238dbcd8d
chore: Follow up navigatorcontext fix 2 years ago
krille-chan 1d934c5353
fix: Bootstrap on first try fails sometimes 2 years ago
krille-chan 0836a5c862
refactor: Change group description to chat description 2 years ago
krille-chan d9c5cbea26
design: New three column layout for wide screens 2 years ago
krille-chan 5e3c62110b
feat: Write and display reason for redacting a message 2 years ago
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 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 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 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 1775552cd4
refactor: update iOS badge on every notification 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 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 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 a06b3e6a9e
fix: Username not visible after edit events 2 years ago
Krille 91fc889bce refactor: Update dependencies 2 years ago
Krille 303181b566 chore: Streamline background gradients 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 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 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