Commit Graph

2892 Commits (5213b189c11ccda21c18cc36a431f7710c563d3c)

Author SHA1 Message Date
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
Krille 50dd924ece chore: Revert push channel changes 2 years ago
Krille 31f3a8b4c5 Revert "fix: Android push notification follow-up"
This reverts commit b24a7d9510c221c7ee685f3e68a213dc83ca8618
2 years ago
Krille 85f4a539d8 chore: Follow up draft fix 2 years ago
Krille 5cf18aabbf refactor: Remove dart from folder name 2 years ago
Krille 25b44f2822 chore: Minor lable fixes 2 years ago
Krille 49b541930a chore: Follow up fix 2 years ago
Krille 6fc8aaa1bb refactor: New private chat 2 years ago
Krille Fear abd9afed7e feat: Store drafts 2 years ago
Krille Fear 5adf1aa3af fix: Hide google services warning after marked 2 years ago
Krille Fear 44532a242b chore: Make audio player dialog not dismissable 2 years ago
Krille Fear a99f596447 chore: Remove deprecated share button 2 years ago
Krille Fear 94c659d891 chore: Remove deprecated share button 2 years ago
Krille Fear 1398612190 chore: Disable audio player on linux 2 years ago
Krille Fear 680dd886d8 feat: Add audio message support to linux 2 years ago
Krille Fear 54dff35ea4 fix: File event design 2 years ago
Krille Fear 720fb01aa6 chore: Minor design adjustments 2 years ago
Krille Fear 20eada7019 fix: Content banner 2 years ago
Krille Fear 7fe0508583 fix: Correct redacted by username 2 years ago
Krille Fear 855e6b5b2c fix: Encryption button is orange in public rooms 2 years ago
Krille Fear 549fc1051e chore: Nicer new chat design 2 years ago
Krille Fear 075a5faa9c chore: Adjust onboarding design 2 years ago
Krille Fear 6c53ab370b fix: Do not setup push on every app resume 2 years ago
Krille Fear 3d3a8f1853 chore: Follow up fix search bar 2 years ago
Krille Fear 9f4d11347c chore: Follow up fix chat list 2 years ago
The one with the Braid edefa24514 Merge branch 'braid/room-list-fixes' into 'main'
fix: minor issues in room list

See merge request famedly/fluffychat!1056
2 years ago
TheOneWithTheBraid 71c61ad214 fix: minor issues in room list
- allow to discard focus of search field
- properly circle the search field's progress indicator
- always keep search sections visible in order to workaround annoying
  behavior: When quickly searching for a chat and one is fast at
clicking on a room, it often happens that server side results just drop
in at this moment and one clicks at the wrong item -> with a static
height as now set, this no longer happens.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
TheOneWithTheBraid 21c5ffd5b2 fix: Android push notification follow-up
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Krille 80485c3e22 Merge branch 'braid/cute-events' into 'main'
chore: improve cute events rendering

See merge request famedly/fluffychat!1054
2 years ago
Krille Fear c4e010cf2e chore: Follow up root navigator fix 2 years ago
Krille Fear 8823e959c4 chore: Use correct mono font 2 years ago
Krille Fear 60301db6fe chore: Nicer verification dialog 2 years ago
Krille Fear 46d77bff5d design: New encryption page 2 years ago
Krille Fear ea4f2bffb0 chore: follow up fix 2 years ago
Krille Fear 3898c5e4e5 chore: Follow up start chat label 2 years ago
Krille Fear 135ed4fb17 chore: Follow up homeserver picker input 2 years ago
Krille Fear e04730c904 chore: Add new start chat image 2 years ago
TheOneWithTheBraid 1562f8e7dc chore: improve cute events rendering
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Krille Fear 2f71b0ac1d chore: Add gradient to chat background 2 years ago
Krille Fear a35229bf7d feat: Use Android system accent color 2 years ago
Krille ce15ca3576 Merge branch 'braid/homeserver-appbar' into 'main'
fix: homeserver error text not visible in app bar

See merge request famedly/fluffychat!1042
2 years ago
Krille Fear 7563fd7188 chore: Fix import sorting 2 years ago
Krille 08faeec2ed Merge branch 'improve-story' into 'main'
fix: Improve story page appearance

See merge request famedly/fluffychat!1051
2 years ago
DeeJayBro 8b8f4ccd65 fix desktop scroll with touchpad 2 years ago
Reinhart Previano Koentjoro 49b0938e1e fix: Improve story page appearance 2 years ago
Krille db219a8735 Merge branch 'fixed' into 'main'
fix location sharing

Closes #1006

See merge request famedly/fluffychat!1046
2 years ago
Mantas Kazlauskas dccb3195fe fix location sharing 2 years ago
TheOneWithTheBraid 7806deb46f feat: support Android notification channels
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Christian Pauly 00f7e229b8 chore: Add sync status logs 2 years ago
Christian Pauly 2c83fb7a3c chore: Update localizations 2 years ago
Christian Pauly 082fcdb1af fix: Setup push on chat list init 2 years ago
TheOneWithTheBraid fb6dfe6507 fix: homeserver error text not visible in app bar
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Christian Pauly b21375d69a feat: Initial knocking 2 years ago
Christian Pauly 8f64afbed9 fix: Remove deprecated meomry caching of downloaded files 2 years ago
Christian Pauly 32a88d960a fix: Missing mounted check 2 years ago
TheOneWithTheBraid d90b02bc17 feat: implement cute events
Cute events help against social distancing. You can send googly eyes,
hugs and cuddles.

Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Christian Pauly 38636418c5 fix: Some controls in settings not accessible on iPhone 12 2 years ago
Krille Fear 53aaee9911 refactor: Remove unused dependencies 2 years ago
Christian Pauly 6f224e2282 chore: Follow up fix voip 2 years ago
Christian Pauly 148bc3acb1 fix: Import session on iOS 2 years ago
td f8f03b4443 chore: fix similar error on homeserver picker page 2 years ago
td 681e95dedd fix: incorrect setState inside setState in ChatListController 2 years ago
Christian Pauly 6d6d6c6f04 fix: Settings profile picture 2 years ago
Christian Pauly 559e5f935e chore: Better load first client 2 years ago
Christian Pauly 751cf75384 fix: Set theme after start app 2 years ago
Christian Pauly 2500e74d7e chore: Load room of first client before init GUI 2 years ago
Christian Pauly a737719091 fix: Password not obscure for a second when submitting login textfield 2 years ago
Christian Pauly 0abd6f82f2 fix: Remove emoji picker workaround 2 years ago
Christian Pauly d473a9e663 fix: Push error message 2 years ago
Christian Pauly 3610bf6638 chore: Adjust colors 2 years ago
Christian Pauly d0f400cfe7 chore: Adjust colors 2 years ago
Christian Pauly ed42cb9134 chore: Design enhancements 2 years ago
Christian Pauly 46a9b6e00d chore: Update dependencies 2 years ago
Christian Pauly 65511ca114 chore: Update local notifications package 2 years ago
Krille Fear 5e5aaa8ff9 Merge branch 'main' into 'main'
Improve (most) icons and image scaling, including avatar scaling

See merge request famedly/fluffychat!1022
2 years ago
Mg138 9ec86d7a68 automatic formatting 2 years ago
Christian Pauly 3e31c9945f chore: Update matrix sdk 2 years ago
Christian Pauly 77d5ca4f0a fix: Share files 2 years ago
Christian Pauly f026976c17 refactor: Minor chatlist refactoring 2 years ago
Krille Fear 6dee9e7ceb chore: Follow up design fix 2 years ago
Mg138 a04b8ad8c7 improved (most) icons/image scaling, including avatar scaling 2 years ago
Krille Fear 253ab86883 chore: Follow up login fix 2 years ago
Krille Fear 55847ba1b1 fix: Hide password at login page 2 years ago
TheOneWithTheBraid 2926f44d66 chore: remove dependency overrides
- Flutter foreground task plugin was merged
- Connectivity Plus plugin was merged

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
The one with the Braid 4fd9a3ff82 Merge branch 'braid/webrtc-dialer-init' into 'main'
chore: update WebRTC interface

See merge request famedly/fluffychat!1016
2 years ago
TheOneWithTheBraid 507b5e5638 chore: update WebRTC interface
- fixes "dial" starting when opening FluffyChat

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Christian Pauly 6089a3dc24 fix: UIA request handler 2 years ago
Krille Fear 98d2ac021b design: Improve login design 2 years ago
Christian Pauly 796018cae2 chore: Follow up chat list color 2 years ago
Christian Pauly f58bd3170e refactor: No longer need selected of chat list tile 2 years ago
Christian Pauly 5668bfbad8 chore: Follow up nicer state events 2 years ago
Christian Pauly b642f89738 design: Hide unimportant state events instead of folding 2 years ago
Christian Pauly 361f8385a9 chore: Better design chat list items 2 years ago
Krille Fear 4f051a1f60 chore: Update matrix SDK 2 years ago
Christian Pauly 5a74319b19 design: Nicer display notification short texts 2 years ago
Christian Pauly 6f36200e0b chore: Follow up search on spaces tab 2 years ago
Christian Pauly d09d0a7ba5 chore: Follow up navigationrail fixes 3 years ago
Christian Pauly 17dc6ee3a8 chore: Add unread badge to navigation rail and adjust design 3 years ago
Christian Pauly cdd5a9e821 chore: Follow up add backbutton support 3 years ago
Christian Pauly b2d7d487e3 chore: Follow up fixes 3 years ago
Christian Pauly 324a096cea chore: Add keys to roomlist and stories header 3 years ago
Krille Fear 9e64cc64dc Merge branch 'td/voip' into 'main'
feat: background and terminated calls [android]

Closes #874

See merge request famedly/fluffychat!911
3 years ago
Christian Pauly f851b3e67d refactor: Chat list body code 3 years ago
Christian Pauly f1a495b8cd chore: Follow up fixes spaces 3 years ago
td 34b039a6c0 feat: background and terminated calls [android] 3 years ago
Christian Pauly 92fa413156 fix: Popup menu without elevation 3 years ago
Christian Pauly 9aa9426d86 chore: Sort subspaces on top 3 years ago
Christian Pauly 30841b01cb chore: Minor follow up fixes 3 years ago
Christian Pauly 635543a7d0 chore: Follow up spaces fix 3 years ago
Christian Pauly e71dabca6e feat: New navigation design 3 years ago
Christian Pauly 5aea0c31fa feat: Automatic key requests and better key error dialog 3 years ago
Christian Pauly 5629f14d5a fix: Styling and notification settings 3 years ago
Christian Pauly 67e8dedd5d fix: add missing command localizations 3 years ago
Christian Pauly d45a1c23b2 chore: Update matrix sdk 3 years ago
Krille Fear 6c9c53707d Merge branch 'krille/flutter-update' into 'main'
chore: Update to flutter 3.3.0

See merge request famedly/fluffychat!1002
3 years ago
Christian Pauly 977b0c19c6 chore: Update to flutter 3.3.0 3 years ago
Christian Pauly 7eac054323 chore: Adjust bubble color in dark mode 3 years ago
Christian Pauly b742fb9bda design: Move chat backup header to settings 3 years ago
Christian Pauly dc0bd2f5b2 chore: Follow up fix systemuioverlaystyle 3 years ago
Christian Pauly 1085bddcd2 chore: Migrate back to collection 3 years ago
Christian Pauly a1912e5818 chore: Revert hive collections changes 3 years ago
Christian Pauly 8224d89c0c chore: Revert database switch 3 years ago
Christian Pauly 3c890557ac chore: Change Hive database path 3 years ago
Christian Pauly c37bda8bb4 chore: Follow up fix systemui overlay style 3 years ago
Christian Pauly 5731851d60 chore: formatting 3 years ago
Christian Pauly 2ef03b09dd fix: secure storage on iOS was not setting up correctly 3 years ago
Christian Pauly eb1c3e1c43 chore: Follow up fix systemoverlaystyle 3 years ago
Christian Pauly 8e55227afc fix: Do not display push events for unknown event types 3 years ago
Christian Pauly d081645eb3 refactor: App widget 3 years ago
Krille Fear 8fc4fcbecd Revert "chore: Revert database switch"
This reverts commit 1f8eaecc0c0c5a1941508a61205080d7c49d74ae
3 years ago
Christian Pauly ad895537a6 chore: Revert database switch 3 years ago
Christian Pauly 7b65a50a4e chore: Migrate back to flutter hive collections 3 years ago
Christian Pauly ef763846d0 fix: Sharing on iPad 3 years ago
Krille Fear 49cb6b1370 Merge branch 'braid/mxid-account-deactivate' into 'main'
chore: ask for MXID before deleting account

See merge request famedly/fluffychat!993
3 years ago
Christian Pauly 7b5d0b9737 fix: Move unread badge under the back button in chat view 3 years ago
Christian Pauly b8acb3e519 chore: Make header bar in chat list thinner 3 years ago
Christian Pauly 37a6d3fc70 chore: Follow up theme fix 3 years ago
TheOneWithTheBraid 0a62f01f10 chore: ask for MXID before deleting account
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 214f0f4805 refactor: Simplify themes and remove dead code 3 years ago
Christian Pauly 11c8e83275 fix: Linux crash on secure storage usage 3 years ago
Christian Pauly 59e245ecc9 chore: Migrate from Hive 2.2.1 back to FluffyBox 3 years ago
Krille Fear fcecc55261 Merge branch 'krille/update-dependenciess' into 'main'
chore: Update dependencies

See merge request famedly/fluffychat!985
3 years ago
Christian Pauly 7a74a8a93f chore: Update dependencies 3 years ago
Christian Pauly 51474d83a4 chore: Follow up remove native implementations for web for now 3 years ago
Christian Pauly da7e433ea3 chore: Update SDK and add webworker support for web 3 years ago
Christian Pauly 84ad3b88d4 chore: Remove error logging with sentry 3 years ago
Christian Pauly c4ec6ebb3f chore: Move share icon in drawer to the header 3 years ago
Christian Pauly ba3b86d48a chore: Revert onRoomUpdate logic 3 years ago
Christian Pauly 9d7bc52513 fix: Do not rebuild chat view twice on each message 3 years ago
Christian Pauly 52fe7132cf fix: Add missing SafeArea to homeserver picker 3 years ago
Christian Pauly 3bbbf8349e chore: Fix lint 3 years ago
Christian Pauly 267ab92507 chore: Remove unnecessary stream subscriptions 3 years ago
Christian Pauly f5985e3e49 chore: Cache string colors 3 years ago
Christian Pauly 4c129968f4 fix: Wait for init before showing room on web start 3 years ago
Krille Fear e1a8648c24 Merge branch 'braid/spaces-hierarhy-fix' into 'main'
fix: errors in space hierarchy

See merge request famedly/fluffychat!978
3 years ago
TheOneWithTheBraid 36726f8a3e fix: errors in space hierarchy
- fix suggestions of joined rooms
- fix missing spaces when parent not joined

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 1b43fd581a Merge branch 'fix-forwarding' into 'main'
Fixed Issue #973

Closes #973

See merge request famedly/fluffychat!980
3 years ago
Christian Pauly 7f92d218f8 chore: Adjust onboarding design 3 years ago
Jorge Menjivar 2f3b9378c5 Fixed Issue #973 3 years ago
Christian Pauly fe9850b313 chore: Move connection status header to bottom 3 years ago
The one with the Braid 99cc9f068b Merge branch 'braid/windows' into 'main'
chore: Windows support

See merge request famedly/fluffychat!949
3 years ago
TheOneWithTheBraid 542115a1ee chore: Windows support
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 45393700ec chore: Adjust onboarding design 3 years ago
Christian Pauly 9784f1cc0a chore: Follow up fix secure storage 3 years ago
Christian Pauly 983066e4a7 chore: Adjust design 3 years ago
Christian Pauly 1c7424bd18 chore: Minor design adjustment 3 years ago
Christian Pauly 9334e88aff chore: Make push helper more stable 3 years ago
Christian Pauly 59a0520f38 chore: Make push helper more fail safe 3 years ago
Christian Pauly 68a3de318c feat: Display timeline of messages in android notification 3 years ago
Christian Pauly a1bf8d9f90 chore: Follow up flickering avatars 3 years ago
Christian Pauly e7b851dda2 fix: Permission chooser dialog on iOS 3 years ago
Christian Pauly 8d30c95333 chore: Follow up mxc image fixes 3 years ago
Christian Pauly 01c930fb66 chore: Follow up fix mxc Image 3 years ago
Krille Fear e961bdaac7 Merge branch 'krille/fix-null-checks' into 'main'
fix: Missing null checks in chat details view

See merge request famedly/fluffychat!968
3 years ago
Christian Pauly 26cd07b900 fix: Missing null checks in chat details view 3 years ago
Christian Pauly 20c37cb51a refactor: Simplify MxcImage and replace CachedNetworkImage 3 years ago
Krille Fear 8d0ca2d769 Merge branch 'krille/add-reaction-loading-dialog' into 'main'
fix: Dont display loading dialog when adding reaction

See merge request famedly/fluffychat!966
3 years ago
Christian Pauly f284d42eca fix: Dont display loading dialog when adding reaction 3 years ago
Christian Pauly 897868b9ec fix: Clearing push triggered when only one room got seen 3 years ago
TheOneWithTheBraid 41df4c4cb3 refactor: move start chat FAB to implementation file
- moved the start chat FAB to an own implementation file
- added some required animation to the FAB

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid d71c25aa80 fix: Follow up for spaces hierarchy
- fix endless spinner
- fix rooms shon twice
- fix spaces accidentally opened as rooms
- add missing spaces header to spaces view

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 855c735aef feat: implement space hierarchy
- implement spaces hierarchy
- create expandable navigation drawer tiles
- display suggested rooms below joined rooms when in space
- everything works nested
- fix shared preferenced conflic with debug builds on Linux
- add [`package:async`](https://pub.dev/packages/async)

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 2619395821 chore: Follow up fix 3 years ago
Christian Pauly dfe7a1c831 feat: Implement deleting pushers in app 3 years ago
TheOneWithTheBraid 4b5bba1457 feat: Emoji related fixes
- adds Emoji autocomplete following popular `:` hotkey
- adds Famedly's famous smart Emojis (tm)
- syncs recent Emojis with SDK

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 5f5a08f729 feat: introduce extended integration tests
- test both FLOSS and non-floss builds
- test on Synapse, Dendrite and Conduit
- remove Synapse-specific test
- add static Release mode app launch test

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 56ba2341f4 feat: implement session dump
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly ec74524234 chore: Adjust search bar design 3 years ago
TheOneWithTheBraid 35f7aa56e9 chore: remove snapping sheet
- remove snapping sheet

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly f831bd0260 refactor: Remove presence status feature 3 years ago
Christian Pauly f289d83a14 chore: Follow up chatlist appbar design 3 years ago
Christian Pauly 2fe40d34b9 chore: Follow up appbar design 3 years ago
Christian Pauly 227e85fe8a chore: Adjust appbar design 3 years ago
Christian Pauly dec28087ee chore: Follow up sdk update fix 3 years ago
Christian Pauly 384a21bef7 refactor: Remove duplicated imports 3 years ago
Christian Pauly 765583dbbe feat: Send multiple images at once 3 years ago
Christian Pauly fae0436f4e refactor: Encryption button 3 years ago
Christian Pauly 22ffe8b934 chore: Follow up search fix 3 years ago
Christian Pauly 4dfe06aed2 fix: Unread bubble is invisible in dark mode 3 years ago
Christian Pauly 153e333693 chore: Update SDK 3 years ago
Christian Pauly f1ebc81cf6 chore: Adjust design 3 years ago
Christian Pauly 1fb1558565 chore: Design follow up fixes 3 years ago
Christian Pauly fd2f7114d6 chore: Design follow up fixes 3 years ago
Christian Pauly 378a0b9781 chore: Enhance invitiation UX 3 years ago
Christian Pauly 5558877c34 chore: Add fancy hero animations 3 years ago
Christian Pauly 4e95e45c5f chore: Pinned events design 3 years ago
Christian Pauly c4c594adf1 chore: Minor design improvements 3 years ago
Christian Pauly 78664e8dbd chore: Always display header elevation in chat 3 years ago