Commit Graph

574 Commits (krille/update-sdk)

Author SHA1 Message Date
Krille Fear 053a537a12 chore: Improve reset password UX 3 years ago
Krille Fear 7263787197 fix: Reset password 3 years ago
Krille Fear 5851dc5460 chore: Change login input label to email or username 3 years ago
Krille Fear 74100bd777 chore: Make webRTC opt-in 3 years ago
Krille Fear c0244c66ab chore: Better call UX sounds and timeline design 3 years ago
Lanna Michalke e46307cd82 fix: display WebRTC call overlay in web 3 years ago
Krille Fear 8d4e9e40b0 fix: Load story avatars faster 3 years ago
Krille Fear 0e55c50c34 Merge branch 'krille/direct-chat-calls' into 'main'
chore: Hide call button for group chats

See merge request famedly/fluffychat!748
3 years ago
Krille Fear 73b68cf0b4 chore: Hide call button for group chats 3 years ago
Krille Fear 7f0bd867ec fix: Set read marker only on user interaction 3 years ago
Krille Fear 04ba24b6a6 chore: Do not create VoipPlugin on not supported platforms 3 years ago
Krille Fear ffb63e6ff6 chore: Add call sound 3 years ago
Christian Pauly 71af35fade chore: Webrtc follow up fixes 3 years ago
Krille Fear b7795d12ec Merge branch 'krille/fix-appbar' into 'main'
chore: Follow up fix app bar

See merge request famedly/fluffychat!742
3 years ago
Christian Pauly e8761ff637 chore: Follow up fix app bar 3 years ago
Christian Pauly 34a1aef71a chore: Follow up fix pinned event ids 3 years ago
Christian Pauly 472783c306 design: Redesign chat app bar 3 years ago
Christian Pauly b9098d7411 chore: Adjust start video call UX 3 years ago
Christian Pauly da56d7fb79 chore: Fix keyboard 3 years ago
TheOneWithTheBraid 34600ac165 feat: implement WebRTC calls
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 61749a0e6a chore: Follow up pinned events allow unpin via appbar button 3 years ago
Christian Pauly 9c36a52308 refactor: Remove deprecated jitsi call generator 3 years ago
TheOneWithTheBraid b1d1744df8 feat: implement an emoji keyboard
- add button to show emoji keyboard
- change database directory for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 0f448af5dc Apply 1 suggestion(s) to 1 file(s) 3 years ago
Krille Fear 18300eba89 Apply 1 suggestion(s) to 1 file(s) 3 years ago
TheOneWithTheBraid 704fd404b1 feat: implement pinned messages
- render pinned events on the chat top
- support scroll up for several pinned messages
- ask to unpin messages
- add button to pin message
- fix some null-safety issues
- fix the Linux database directly for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 9cf105e68e fix: Reply on stories with empty string 3 years ago
Christian Pauly ec6f761539 refactor: SSO Login and remove flutter in app view 3 years ago
Christian Pauly 9a594824bb feat: Display indicator for unread muted rooms 3 years ago
Christian Pauly 28c5c8211f chore: Update SDK 3 years ago
Serra Allgood 4888f7528d fix: SSO in web 3 years ago
Christian Pauly ced37f02ec chore: Hide FAB story buttons on focus 3 years ago
TheOneWithTheBraid 31bec1a0d8 feat: implement retreiving widgets
- display a bottom sheet with widgets
- open widgets in a browser
- fixes in .gitignore
- Windows UWP build files

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 0e2506cd2b design: Improve story header design 3 years ago
Krille Fear 97066eed0f chore: FIx share stories 3 years ago
Krille Fear d87c4de5b0 chore: Follow up null safety fixes 3 years ago
Christian Pauly 6e84720f0f design: Improve create story page design 3 years ago
Christian Pauly a979bc5bf5 design: Use IconButton instead of listTile for first story 3 years ago
Christian Pauly c600c74e3e fix: Set image width and height
Uses the thumbnail generation of Matrix SDK.
3 years ago
Christian Pauly 30214daeef feat: Add button to report offensive users to server admins 3 years ago
Jayesh Nirve 734470ecf6 fix: suggestions menu and use empty map in html messages null return 3 years ago
Jayesh Nirve 79bbe5adeb fix: cast error in html messages 3 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 3 years ago
Christian Pauly a49ab34744 chore: Follow up fix filenames 3 years ago
Krille Fear 545d1ceb3b chore: Follow up fix uri encoding 3 years ago
Krille Fear 130b58b24a chore: Follow up fix Play audio and video messages 3 years ago
Krille Fear f2d9c9ecf1 refactor: Make widgets null safe 3 years ago
Christian Pauly 8cdf0ed9fe chore: fix Video audio filename 3 years ago
Christian Pauly 9284b7d7ee fix: Videoplayer filenames 3 years ago
Krille Fear 4feb01fc0c chore: Follow up stories fix ios badge 3 years ago
Krille Fear e14ec8b3ba chore: Add missing localization 3 years ago
Krille Fear 4bff64c86e chore: Story design follow up 3 years ago
Christian Pauly eb77fe0a91 chore: Fix design for smaller screens 3 years ago
Krille Fear 595e841c28 Merge branch 'krille/display-story-privacy-warning' into 'main'
chore: Display story privacy warning

See merge request famedly/fluffychat!684
3 years ago
Christian Pauly 8621dde5a9 chore: Display story privacy warning 3 years ago
Christian Pauly 7e2df0ff55 chore: Finetune add story page 3 years ago
S1m 01ce14a714 design: Padding 1st msg 3 years ago
Christian Pauly 0d91badc35 chore: Make color change of stories on editing complete 3 years ago
S1m eb5f329ac8 change: Change * to × in settings view 3 years ago
Krille Fear 04c22f4a94 Merge branch 'bubble-padding' into 'main'
Bubble padding

Closes #670

See merge request famedly/fluffychat!670
3 years ago
S1m cfb668f940 feat: Change the bubble padding in style settings 3 years ago
Krille Fear f543da1575 Merge branch 'background-click' into 'main'
Click on background to clear selected events

See merge request famedly/fluffychat!631
3 years ago
S1m 78fd5d5192 change: Click on background to clear selected events 3 years ago
S1m ea3b639a00 fix: 2nd bubble padding 3 years ago
Krille Fear f3aae7bccd chore: Fix file message color follow up 3 years ago
Krille Fear 20d977dc25 feat: Nicer file event design 3 years ago
Krille Fear 7f3c5b8c52 chore: Follow up wrong amplitude 3 years ago
Krille Fear 6a19764055 chore: FIx waveforms on small screens 3 years ago
Christian Pauly e6e6c1a2ff chore: Follow up fix audio player waveform color 3 years ago
Christian Pauly 09fc2d91ab chore: Waveform follow up 3 years ago
Christian Pauly 819f77bb41 feat: Recording dialog with displaying amplitude 3 years ago
Krille Fear 5205e89cdb refactor: Make style settings null safe 3 years ago
Krille Fear 647e8b4e70 chore: Fix button visibility 3 years ago
Krille Fear 6751c65f1f chore: Improve FABs 3 years ago
Christian Pauly 30c8fa9fa0 change: Make audio messages smaller 3 years ago
Krille Fear 3ac8973a9b chore: Delete story only if can redact 3 years ago
Krille Fear 5e9da22cf3 chore: Fix chat list regressions 3 years ago
Krille Fear b76f458b47 Merge branch 'krille/remember-server-search' into 'main'
feat: Remember homeserver on search page

See merge request famedly/fluffychat!651
3 years ago
Christian Pauly 82df4abf17 feat: Remember homeserver on search page 3 years ago
Christian Pauly e34beeff03 chore: Fix blocklist gets cleared 3 years ago
Christian Pauly 100a264888 chore: Fix video stories 3 years ago
Christian Pauly 3f728e3d19 chore: Fix videoplayer in stories 3 years ago
Christian Pauly 9f4c264aee chore: Fix videoplayer centerized 3 years ago
Christian Pauly 733e4c7d7d chore: enhance stories 3 years ago
Christian Pauly b6195e617e chore: Change story background color 3 years ago
Christian Pauly acd05d574b chore: Fix reply to story 3 years ago
Christian Pauly 60a0f95ae2 chore: Center story images 3 years ago
Christian Pauly c0e2f66bf6 feat: Save files images and videos 3 years ago
Christian Pauly 7417a3bd32 chore: Remove player options 3 years ago
Christian Pauly ea1939317c fix: Videoplayer 3 years ago
Christian Pauly 0820fc7086 chore: Play stories videos full 3 years ago
Christian Pauly ab9d7fcc7d feat: Enable compression and thumbnails for videos 3 years ago
Christian Pauly f5124aa503 chore: Add video background 3 years ago
Christian Pauly bbcd1ff7b0 chore: Go back to chewie 3 years ago
Dependency Update Bot b088461140 chore: Update dependencies 3 years ago
Christian Pauly 8a371d53b9 feat: Better in app video player 3 years ago
Christian Pauly 7e5259bb4b chore: Story invite follow up 3 years ago
Christian Pauly 47dce8292f chore: FIx first story invite 3 years ago
Christian Pauly 0cf7a6f57f chore: Fix analyzer 3 years ago
Christian Pauly 394f0f091c chore: Clickable links in stories 3 years ago
Christian Pauly 06f073d053 chore: Follow up seen by users 3 years ago
Christian Pauly 4d616d62d7 chore: Pause on display receipts 3 years ago
Christian Pauly a9901795a4 chore: Follow up 3 years ago
Christian Pauly 65fee254a8 chore: Localized reply exception 3 years ago
Christian Pauly e15ba4f6bc chore: Fix textfield focus 3 years ago
Christian Pauly f28aeedd4a chore: Add replies and hold to show 3 years ago
Christian Pauly 74a3d0d52e chore: Set correct stories start position 3 years ago
Christian Pauly 7daf34c13e chore: Display stories seenByUsers 3 years ago
Christian Pauly 09f66917e4 chore: Fix try to enter story room first 3 years ago
Christian Pauly 22b8741918 chore: Fix spaces 3 years ago
Christian Pauly 1a5f70d94c chore: Fix stories invites 3 years ago
Christian Pauly 4aa2da5fae chore: Fix spaces 3 years ago
Christian Pauly 5d11a62d36 feat: Share to story 3 years ago
Christian Pauly 443e2e548f chore: Improve stories 3 years ago
Christian Pauly 8370f35649 chore: Improve stories 3 years ago
Christian Pauly 1c62c26f30 feat: Settings for stories 3 years ago
Christian Pauly 70cfe7f233 followup: Improve stories 3 years ago
Krille Fear 231a2e26f9 feat: Stories 3 years ago
Krille Fear 20228380be design: Use more adaptive elements
This uses iOS styled Sliders and share
icons on iOS.
3 years ago
Christian Pauly 065ce95937 refactor: Make more files null safe 3 years ago
Krille Fear 55f988ec22 Merge branch 'emoji+' into 'main'
Add + button to pick reaction

Closes #614

See merge request famedly/fluffychat!629
3 years ago
S1m e780413032 feat: Add static + button to pick reaction 3 years ago
Krille Fear 005b80bc8f Merge branch 'fix-scrolldown' into 'main'
Show scrollDownButton if selectedEvents is empty

Closes #558

See merge request famedly/fluffychat!630
3 years ago
S1m 6c1a76f2ea fix: Show scrollDownButton only if selectedEvents is empty 3 years ago
Krille Fear 5983b98223 Merge branch 'video-record' into 'main'
Add button to record a video on Android

Closes #449

See merge request famedly/fluffychat!626
3 years ago
S1m 3bd96b73a2 feat: Add button to record a video on Android 3 years ago
Krille Fear 4c976bcf8e Merge branch 'animations' into 'main'
Improved animations in chat view when changing account

See merge request famedly/fluffychat!538
3 years ago
The one with the Braid 76972c863c design: Improved animations in chat view when changing account 3 years ago
Krille Fear 6343cdeb60 Merge branch 'mp4-android' into 'main'
Play video without thumbnail if none

Closes #668

See merge request famedly/fluffychat!625
3 years ago
S1m 608c8e624f fix: Play video without thumbnail if none 3 years ago
S1m 07aef677c6 design: Remove redundant voice message button 3 years ago
Dependency Update Bot f8512071cd chore: Update dependencies 3 years ago
S1m b832b00c06 Increase font size granularity
Fix #594
3 years ago
Krille Fear 768720e22d fix: Better thumbnails
This checks if the image is png or
jpg and therefore doesnt remove
transparancy. It also encodes
thumbnails with higher resolution
to make them less ugly.
3 years ago
Krille Fear 5e51a53c38 Merge branch 'rizzek/fix-missing-video-bubble-issue698' into 'main'
Show message bubble on download only video attachments

Closes #698

See merge request famedly/fluffychat!611
3 years ago
Drews Clausen 6aa294c99c fix: Show message bubble on download only video attachments 3 years ago
Steef Hegeman 3c14cbe017 refactor: /command hints add tooltips, test for missing hints, script to generate glue code, hints for dm, create, clearcache, discardsession 3 years ago
Krille Fear acc33e0e9b change: Set client ID in invite action link 3 years ago
Krille Fear 2aa24f254b fix: Well known lookup at login 3 years ago
Krille Fear 0a74e5e151 refactor: Make send file dialog null safe 3 years ago
Krille Fear 344e6491d4 change: Do not compress very small images 3 years ago
Krille Fear ec46b15991 refactor: Make user device list item null safe 3 years ago
Krille Fear 585eefa9de design: Make not joined participants transparent in list
This should make it easier to distinguish
between actual participants of a
room and users who have been
invited, who are knocking or who
have been banned.
3 years ago
Krille Fear e33606b912 fix: QR Code scanner in iOS 3 years ago
Sorunome f4d723c0b1 fix: Thumbnails in the image bubble not always showing a cached thumbnail
When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading.
3 years ago
Krille Fear c9c4f2caf9 Merge branch 'krille/fix-open-uris' into 'main'
fix: Open URIs

See merge request famedly/fluffychat!593
3 years ago
Krille Fear 0ecbe842a5 fix: Open URIs 3 years ago
Sorunome d838fedaa7 fix: Properly position the pointer in the map bubble and add attribution
Prior the pointer in the map bubble wasn't offsetted upwards, so the center
of the icon marked the point, rather than the point of the icon as one would
expect.
Additionally, attribution to the OpenStreetMap project has been added.
3 years ago
Krille Fear a134e06203 feat: Drag&Drop to send multiple files on desktop and web 3 years ago
Krille Fear 2559190355 Merge branch 'krille/fix-chatview-safearea' into 'main'
fix: ChatView safearea on iPad

See merge request famedly/fluffychat!588
3 years ago