Commit Graph

3455 Commits (krille/update-lints)

Author SHA1 Message Date
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 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 3 years ago
Gabriel Rodríguez 704ee5ef9c fix: display name contrast in dark mode 3 years ago
Christian Pauly 35174cb859 refactor: Migrate to Flutter 3.7.0 3 years ago
Krille d343c71703 chore: Update Matrix SDK and refactor 3 years ago
Krille 033cc8de31 chore: Follow up leave abandoned DM room 3 years ago
TheOneWithTheBraid 863da6a3be chore: add integration tests for spaces
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille eac784e33b fix: Archive 3 years ago
Krille 8af9af10ae style: Redesign public room bottomsheets 3 years ago
Krille 2df72b5d13 style: New modal bottom sheets 3 years ago
Krille 4376070733 refactor: Same animations everywhere in app 3 years ago
Krille 1c632bead9 style: Animate in out search results 3 years ago
Christian Pauly 06305b8300 feat: Nicer design for abandonded DM rooms 3 years ago
Krille c47ca99aaa chore: Update dependencies 3 years ago
TheOneWithTheBraid 1992d18a64 chore: add integration tests
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille 976c12e471 chore: Change invite link textfield label 3 years ago
Krille e9fb280970 design: More clear chat background and rounded popup menu 3 years ago
Krille 9d393900f8 chore: Follow up dark mode color 3 years ago
Krille 8ef1ff1e1a design: Nicer navigationrail 3 years ago
Krille 2c45552c8e chore: Update flutter_map 3 years ago
Krille 8d8848c0f7 refactor: Stories header with futurebuilder 3 years ago
Krille 50dd924ece chore: Revert push channel changes 3 years ago
Krille 31f3a8b4c5 Revert "fix: Android push notification follow-up"
This reverts commit b24a7d9510c221c7ee685f3e68a213dc83ca8618
3 years ago
Krille 85f4a539d8 chore: Follow up draft fix 3 years ago
Krille 5cf18aabbf refactor: Remove dart from folder name 3 years ago
Krille 25b44f2822 chore: Minor lable fixes 3 years ago
Krille 49b541930a chore: Follow up fix 3 years ago
Krille 6fc8aaa1bb refactor: New private chat 3 years ago
Krille Fear abd9afed7e feat: Store drafts 3 years ago
Krille Fear 5adf1aa3af fix: Hide google services warning after marked 3 years ago
Krille Fear 44532a242b chore: Make audio player dialog not dismissable 3 years ago
Krille Fear a99f596447 chore: Remove deprecated share button 3 years ago
Krille Fear 94c659d891 chore: Remove deprecated share button 3 years ago
Krille Fear 1398612190 chore: Disable audio player on linux 3 years ago
Krille Fear 680dd886d8 feat: Add audio message support to linux 3 years ago
Krille Fear 54dff35ea4 fix: File event design 3 years ago
Krille Fear 720fb01aa6 chore: Minor design adjustments 3 years ago
Krille Fear 20eada7019 fix: Content banner 3 years ago
Krille Fear 7fe0508583 fix: Correct redacted by username 3 years ago
Krille Fear 855e6b5b2c fix: Encryption button is orange in public rooms 3 years ago
Krille Fear 549fc1051e chore: Nicer new chat design 3 years ago
Krille Fear 075a5faa9c chore: Adjust onboarding design 3 years ago
Krille Fear 6c53ab370b fix: Do not setup push on every app resume 3 years ago
Krille Fear 3d3a8f1853 chore: Follow up fix search bar 3 years ago
Krille Fear 9f4d11347c chore: Follow up fix chat list 3 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
3 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>
3 years ago
TheOneWithTheBraid 21c5ffd5b2 fix: Android push notification follow-up
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille 80485c3e22 Merge branch 'braid/cute-events' into 'main'
chore: improve cute events rendering

See merge request famedly/fluffychat!1054
3 years ago
Krille Fear c4e010cf2e chore: Follow up root navigator fix 3 years ago
Krille Fear 8823e959c4 chore: Use correct mono font 3 years ago
Krille Fear 60301db6fe chore: Nicer verification dialog 3 years ago
Krille Fear 46d77bff5d design: New encryption page 3 years ago
Krille Fear ea4f2bffb0 chore: follow up fix 3 years ago
Krille Fear 3898c5e4e5 chore: Follow up start chat label 3 years ago
Krille Fear 135ed4fb17 chore: Follow up homeserver picker input 3 years ago
Krille Fear e04730c904 chore: Add new start chat image 3 years ago
TheOneWithTheBraid 1562f8e7dc chore: improve cute events rendering
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 2f71b0ac1d chore: Add gradient to chat background 3 years ago
Krille Fear a35229bf7d feat: Use Android system accent color 3 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
3 years ago
Krille Fear 7563fd7188 chore: Fix import sorting 3 years ago
Krille 08faeec2ed Merge branch 'improve-story' into 'main'
fix: Improve story page appearance

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

Closes #1006

See merge request famedly/fluffychat!1046
3 years ago
Mantas Kazlauskas dccb3195fe fix location sharing 3 years ago
TheOneWithTheBraid 7806deb46f feat: support Android notification channels
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 00f7e229b8 chore: Add sync status logs 3 years ago
Christian Pauly 2c83fb7a3c chore: Update localizations 3 years ago
Christian Pauly 082fcdb1af fix: Setup push on chat list init 3 years ago
TheOneWithTheBraid fb6dfe6507 fix: homeserver error text not visible in app bar
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly b21375d69a feat: Initial knocking 3 years ago
Christian Pauly 8f64afbed9 fix: Remove deprecated meomry caching of downloaded files 3 years ago
Christian Pauly 32a88d960a fix: Missing mounted check 3 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>
3 years ago
Christian Pauly 38636418c5 fix: Some controls in settings not accessible on iPhone 12 3 years ago
Krille Fear 53aaee9911 refactor: Remove unused dependencies 3 years ago
Christian Pauly 6f224e2282 chore: Follow up fix voip 3 years ago
Christian Pauly 148bc3acb1 fix: Import session on iOS 3 years ago
td f8f03b4443 chore: fix similar error on homeserver picker page 3 years ago
td 681e95dedd fix: incorrect setState inside setState in ChatListController 3 years ago
Christian Pauly 6d6d6c6f04 fix: Settings profile picture 3 years ago
Christian Pauly 559e5f935e chore: Better load first client 3 years ago
Christian Pauly 751cf75384 fix: Set theme after start app 3 years ago
Christian Pauly 2500e74d7e chore: Load room of first client before init GUI 3 years ago
Christian Pauly a737719091 fix: Password not obscure for a second when submitting login textfield 3 years ago
Christian Pauly 0abd6f82f2 fix: Remove emoji picker workaround 3 years ago
Christian Pauly d473a9e663 fix: Push error message 3 years ago
Christian Pauly 3610bf6638 chore: Adjust colors 3 years ago
Christian Pauly d0f400cfe7 chore: Adjust colors 3 years ago
Christian Pauly ed42cb9134 chore: Design enhancements 3 years ago
Christian Pauly 46a9b6e00d chore: Update dependencies 3 years ago
Christian Pauly 65511ca114 chore: Update local notifications package 3 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
3 years ago
Mg138 9ec86d7a68 automatic formatting 3 years ago
Christian Pauly 3e31c9945f chore: Update matrix sdk 3 years ago
Christian Pauly 77d5ca4f0a fix: Share files 3 years ago
Christian Pauly f026976c17 refactor: Minor chatlist refactoring 3 years ago
Krille Fear 6dee9e7ceb chore: Follow up design fix 3 years ago
Mg138 a04b8ad8c7 improved (most) icons/image scaling, including avatar scaling 3 years ago
Krille Fear 253ab86883 chore: Follow up login fix 3 years ago
Krille Fear 55847ba1b1 fix: Hide password at login page 3 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>
3 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
3 years ago
TheOneWithTheBraid 507b5e5638 chore: update WebRTC interface
- fixes "dial" starting when opening FluffyChat

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 6089a3dc24 fix: UIA request handler 3 years ago
Krille Fear 98d2ac021b design: Improve login design 3 years ago
Christian Pauly 796018cae2 chore: Follow up chat list color 3 years ago
Christian Pauly f58bd3170e refactor: No longer need selected of chat list tile 3 years ago
Christian Pauly 5668bfbad8 chore: Follow up nicer state events 3 years ago
Christian Pauly b642f89738 design: Hide unimportant state events instead of folding 3 years ago
Christian Pauly 361f8385a9 chore: Better design chat list items 3 years ago
Krille Fear 4f051a1f60 chore: Update matrix SDK 3 years ago
Christian Pauly 5a74319b19 design: Nicer display notification short texts 3 years ago
Christian Pauly 6f36200e0b chore: Follow up search on spaces tab 3 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
Christian Pauly f983066566 feat: Redesign bootsstrap and offer secure storage support 3 years ago
Christian Pauly ccfda5bc96 feat: New material 3 design 3 years ago
Christian Pauly 4e97d4ba96 chore: Add border to avatars 3 years ago
Christian Pauly df30adb724 fix: Set avatar on only single action available 3 years ago
Christian Pauly b671ae331d chore: Remove permission handler dependency and increase compileSdkVersion 3 years ago
Christian Pauly 2ce48ec563 refactor: Chat view 3 years ago
Christian Pauly 24ee341670 chore: Update SDK 3 years ago
Jayesh Nirve 3d00d9f532 fix: only use custom http client on android 3 years ago
Christian Pauly 1c7b6a4953 fix: Sharing on iOS and iPad 3 years ago
Jayesh Nirve 9f1df557df fix: pass isrg cert to http client 3 years ago
Christian Pauly c249ebb97c refactor: Switch to Hive Collections DB 3 years ago
Christian Pauly 122f351902 refactor: Remove legacy store 3 years ago
Christian Pauly 964a42edf5 chore: Minor design fixes 3 years ago
Christian Pauly aa7ae27d5e chore: Update share_plus 3 years ago
Christian Pauly e5c29eedfe chore: Make error text on email orange and set displayname 3 years ago
TheOneWithTheBraid 216ce892b5 fix: minor design bugs
- fix spaces animation direction
- animate chat list app bar title
- fix ink splash radius in account selector
- fix missing asset fallback in content banner

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid a2e086a0d7 fix: privacy in sign up
- allow no mail registration after dismissing marning banner
- defaultly hide password characters

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 50bdb6a646 feat: include Synapse into integration test
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly f2aed44068 fix: Send sticker without blocking the UI 3 years ago
Christian Pauly c7e2dd4f11 chore: Follow up fix qr code scanner 3 years ago
Christian Pauly dfaba4cacb refactor: Stories header 3 years ago
Christian Pauly 9de43c8d39 refactor: Sharing intent 3 years ago
Krille Fear 1af7a50b73 Merge branch 'krille/story-design' into 'main'
fix: Missing bottom padding in text only stories

See merge request famedly/fluffychat!891
3 years ago
Christian Pauly f72675c351 feat: Better sign up UX and allow signup without password 3 years ago
Christian Pauly 8802613a1f fix: Missing bottom padding in text only stories 3 years ago
Christian Pauly f639e0570c chore: Follow up color fixes 3 years ago
TheOneWithTheBraid 8de72bdbd1 fix: handle matrix.to prefix when starting chat
- remove leading matrix.to beginning from content of the start chat
  matrix.to text field in order to allow simply pasting matrix.to links

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly ea17a28519 fix: Broken dynamic color palette 3 years ago
Krille Fear 05f55b7aad Merge branch 'krille/update-matrix-sdk' into 'main'
refactor: Update Matrix SDK

See merge request famedly/fluffychat!869
3 years ago
Christian Pauly 355abeb17f refactor: Update Matrix SDK 3 years ago
Christian Pauly 15f41f77f0 feat: Initial material you support 3 years ago
Christian Pauly 22ad34ab0a refactor: Upgrade to Flutter 3.0.0 3 years ago
Sorunome 11507c4439 fix: Sentry switch being broken 3 years ago
Christian Pauly 74fa66fbcd chore: Follow up fix unified push 3 years ago
Christian Pauly b23daa2dc1 refactor: Migrate to share_plus 3 years ago
Christian Pauly 943d9adeba chore: Fix download on web 3 years ago
Krille Fear fa32fe827d Merge branch 'braid/spaces-list-fix' into 'main'
fix: always show spaces bottom bar with group/DM separated

See merge request famedly/fluffychat!860
3 years ago
TheOneWithTheBraid 8c13741e00 fix: always show spaces bottom bar with group/DM separated
- always show the spaces bottom bar in case group/DMs are separated

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear d27810703b Merge branch 'krille/fix-ios-share' into 'main'
chore: Follow up fix ios share files

See merge request famedly/fluffychat!859
3 years ago
Christian Pauly 4f126b7708 fix: App crashes on account switch 3 years ago
Krille Fear 0f5dfd9adb Merge branch 'braid/spaces-list-fix' into 'main'
fix: space bottom bar with group/DM separation

See merge request famedly/fluffychat!858
3 years ago
Christian Pauly eccd427a94 chore: Follow up fix ios share files 3 years ago
TheOneWithTheBraid 89ed90d1b4 fix: space bottom bar with group/DM separation
- allow group/DM separation for space bottom bar/drawer
- fix unscrollable overflow of room list

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear d1bcf36b87 Merge branch 'krille/macos-fixes' into 'main'
Krille/macos fixes

See merge request famedly/fluffychat!857
3 years ago
Christian Pauly 65db4e8045 fix: Scan QR Code on iOS 3 years ago
Christian Pauly 2e09aff56b fix: Scan QR Code on iOS 3 years ago
Christian Pauly 3c0cf0d270 chore: Follow up fix listtile select color 3 years ago
Krille Fear 7288be6172 Merge branch 'braid/chat-list-animation' into 'main'
fix: chat list view animation

See merge request famedly/fluffychat!852
3 years ago
Christian Pauly a1052c2b74 fix: Design gltich with floating cancel button over textfield 3 years ago
TheOneWithTheBraid dd0bcf6f0d fix: chat list view animation
- fix the chat list view animation
- move chat list view body to separate file

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 667908f012 Merge branch 'krille/enable-screensharing' into 'main'
feat: Enable screensharing on Mobile

See merge request famedly/fluffychat!851
3 years ago
Krille Fear e99fa27f2f Merge branch 'braid/spaces-fix' into 'main'
fix: spces bottom sheet not scrollable

See merge request famedly/fluffychat!850
3 years ago
Christian Pauly 1537fdf18c feat: Enable screensharing on Mobile 3 years ago
TheOneWithTheBraid 0a6a3529a0 fix: spces bottom sheet not scrollable
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 49caad00c0 chore: defaultly save files on Android
- defaultly save files on Android instead of share
- add dedicated share button for files and images on Android
- use ListTile instead of row to display file event
- update file_picker_cross

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 14a6047fef Merge branch 'braid/spaces-advanced' into 'main'
feat: improve spaces

See merge request famedly/fluffychat!799
3 years ago
TheOneWithTheBraid 44ffaa1b41 feat: improve spaces
- support to show spaces in a list
- add a beautiful animation

This MR makes Spaces much easier to use on desktops and allows to better
find the right space in case they have no avatar.

There will be another MR builting on this work as soon as
https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/merge_requests/58
is merged.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 1ea58105c4 Merge branch 'no-auto-correct-homeserver-in-search' into 'main'
fix: Disable autocorrect in discover homeserver adaptive dialog popup

Closes #515

See merge request famedly/fluffychat!846
3 years ago
Avion f40ede018c fix:Disable autocorrect in homeserver search field 3 years ago
Christian Pauly 5c4615fdde fix: Pictures in stories use wrong shrink algo 3 years ago
Christian Pauly 11f8eb61a1 chore: Login design follow up dark mode fix 3 years ago
Christian Pauly 9325f861af chore: Follow up fixes new login design 3 years ago
Christian Pauly 0693cc5fa6 chore: Fix client logout and update macOS 3 years ago
Christian Pauly 9a310d9636 feat: Onboarding with dynamic homeservers from joinmatrix.org 3 years ago
Christian Pauly ff5fcbc568 chore: Follow up new design fixes 3 years ago
Christian Pauly 87afa8ac3d feat: New onboarding design 3 years ago
Christian Pauly 147d2310d5 chore: Follow up fix push 3 years ago
Christian Pauly 6a3085ed7d chore: Follow up fix hero tag 3 years ago
Christian Pauly 44f2b04c8b chore: Follow up push 3 years ago
Krille Fear fc442852b0 Merge branch 'krille/new-push' into 'main'
refactor: New push

See merge request famedly/fluffychat!823
3 years ago
Christian Pauly aee89a9be0 refactor: New push 3 years ago
Christian Pauly 5e7727f340 feat: Faster image resizing 3 years ago
Christian Pauly f8b28e66b4 fix: Hide markdown in chat list preview and local notifications 3 years ago
Christian Pauly 5a42803ac7 feat: Play audio messages in stories 3 years ago
Christian Pauly 5f0e95d31c fix: Dont display own failed-to-send events in stories 3 years ago
Krille Fear 656023fba5 Merge branch 'sitg-spaces-part-2' into 'main'
Add "Show related DMs in spaces" setting

See merge request famedly/fluffychat!807
3 years ago
20kdc 4398c305d2 feat: Add "Show related DMs in spaces" settings 3 years ago
Krille Fear 238423999b Merge branch 'krille/stories-sorting' into 'main'
chore: Follow up fix stories sorting

See merge request famedly/fluffychat!815
3 years ago
Krille Fear a2c2e82bd7 chore: Follow up fix stories sorting 3 years ago
Krille Fear 30485e0ba2 chore: Minor design improvements for new priv chat page 3 years ago
Krille Fear 59e56ba5ca feat: Display event timestamp if selected 3 years ago
Krille Fear 5e8a38f824 Merge branch 'krille/send-events-design' into 'main'
design: Display icon for failed sent messages

See merge request famedly/fluffychat!813
3 years ago
Krille Fear b429d18f25 design: Display icon for failed sent messages 3 years ago
Krille Fear 45826c826a design: Display own stories at first place and combine with new stories button 3 years ago
Krille Fear 9a794de2b5 Merge branch 'krille/sentry' into 'main'
chore: Use sentry.io

See merge request famedly/fluffychat!811
3 years ago
Krille Fear 3869a53de3 Merge branch 'henri2h/search-remove-diacritics' into 'main'
Search: remove diacritics

See merge request famedly/fluffychat!809
3 years ago
Krille Fear 3aace4206a chore: Use sentry.io 3 years ago
henri2h 6fb4a6c36a feat: remove diacritics 3 years ago
Krille Fear 62b8f16128 chore: Follow up fix image resizer 3 years ago
Krille Fear 1dec5a5abd fix: Image sending 3 years ago
Krille Fear cef13412fb Merge branch 'update-unifiedpush' into 'main'
Upgrade unifiedpush to 4.0.0

See merge request famedly/fluffychat!792
3 years ago
S1m 97e94c6032 chore: Upgrade unifiedpush to 4.0.0 3 years ago
Krille Fear 01fe72d4f1 feat: Use native imaging for much faster thumbnail calc on mobile 3 years ago
Krille Fear c79ef4bf43 Merge branch 'sitg-spaces' into 'main'
Groups/Direct Chats virtual spaces option

See merge request famedly/fluffychat!795
3 years ago
20kdc 919b0822e5 feat: Groups and Direct Chats virtual spaces option 3 years ago
Graeme Power 2922430071 chore: irish language support 3 years ago
Krille Fear 8773dc7099 fix: Widgets dialog crashes 3 years ago
Krille Fear 4eafc1690c fix: Some story layout bugs 3 years ago
Krille Fear db4554b22a Merge branch 'fix_775_room_avatar_flickers' into 'main'
Fix #775: Don't request new thumbnail resolution on every window resize

Closes #775

See merge request famedly/fluffychat!798
3 years ago
Samuel Mezger 8c716c0fe8 fix: Don't request new thumbnail resolution on every window resize 3 years ago
Christian Pauly db88bfbe36 fix: Hide pinned events if event is not accessable or loading 3 years ago
Christian Pauly 514f73999a chore: Display error message on file
send failed
3 years ago
Christian Pauly cc0eba83fd feat: Better image sending experience 3 years ago
Christian Pauly 37d1b49615 fix: Make audioplayer waveforms thinner and better clickable 3 years ago
Krille Fear fdb3dcb2de Merge branch 'braid/widgets-advanced' into 'main'
feat: allow to create widgets

See merge request famedly/fluffychat!785
3 years ago
Krille Fear 4b6efb6d8b Merge branch 'fix/tabLogin' into 'main'
fix: login form supports switching fields via tab

See merge request famedly/fluffychat!787
3 years ago
Christian Pauly 4847215419 fix: Chat view becomes gray for a second on sending reaction 3 years ago
Krille Fear 5247de044e chore: Remove broken voice messages for Linux and Windows 3 years ago
TheOneWithTheBraid 0ddaff75db feat: allow to create widgets
- supported widget types: therpad, jitsi, video, custom
- update Matrix SDK

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Philip Molares fcc0d9d15f fix: login form supports switching fields via tab 3 years ago
Christian Pauly 568e74dedc fix: Add forgotten sendOnEnter 3 years ago
Krille Fear fdaeccbf70 fix: Open room from notification click produces errors 3 years ago
Krille Fear 8e30c9e4b5 design: Make pinned events use less vertical space 3 years ago
Krille Fear 7960b3b0c7 fix: Mark story as read
In some cases stories are not marked as read
for example if the last story got redacted.
This is fixed now.
3 years ago
Krille Fear 026b937043 Merge branch 'fix_720_wide' into 'main'
fix: make fluffy usable at 720 px wide

Closes #622

See merge request famedly/fluffychat!771
3 years ago
Marcel 8cc5d2f0d2 feat: Restrict map zoom to tile server capabilities 3 years ago
Krille Fear 777e24324e Merge branch 'krille/redacted-stories' into 'main'
fix: Hide redacted stories

See merge request famedly/fluffychat!774
3 years ago
Christian Pauly d10f3624c6 fix: Hide redacted stories 3 years ago
Christian Pauly ac4fb8e800 fix: Send read receipts on all taps 3 years ago
Christian Pauly 5eae299910 refactor: Switch to just audio for playing sounds 3 years ago
Raatty dfd78f4068 fix: make fluffy usable at 720 px wide 3 years ago
Krille Fear ab3f50750d chore: Minor story viewer fixes 3 years ago
Krille Fear 9c784fd9f6 chore: Remove story line count and make answering to stories online 3 years ago
Krille Fear 5ef3c88478 Merge branch 'krille/extended-stories' into 'main'
feat: Extended stories

See merge request famedly/fluffychat!757
3 years ago
Christian Pauly 929b8e5c68 fix: Build on macOS 3 years ago
Krille Fear 78ca38c40a feat: Extended stories 3 years ago
TheOneWithTheBraid 824fcfc27c feat: implement keyboard shortcuts
Added shortcuts for the following actions:

- search chats
- start chat
- chat details
- show widgets
- cycle accounts
- switch to account $i
- toggle emoji picker
- send file

Related: #849

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly af21353634 fix: Emojipicker issues 3 years ago
Christian Pauly 291266383b chore: Follow up fix sso on android 3 years ago
Krille Fear 6968830b92 chore: Follow up fix qr code scanner 3 years ago
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 5a5f159fd4 fix: Linux notification not showing when room is open but window in background 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 52e286fe9a Merge branch 'krille/read-marker' into 'main'
fix: Set read marker only on user interaction

See merge request famedly/fluffychat!747
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 58455d6251 fix: Do not use android webview on signup 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
Krille Fear e5587fdea3 chore: Revert legacy store changes 3 years ago
Christian Pauly b9098d7411 chore: Adjust start video call UX 3 years ago
Christian Pauly 33d608b836 chore: Follow up migrate old preferences 3 years ago
Christian Pauly da56d7fb79 chore: Fix keyboard 3 years ago
Christian Pauly ac45ec9402 fix: Use shared preferences for storing custom data 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 1f8cdc0134 fix: Notifications for reactions 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 4 years ago
Krille Fear 97066eed0f chore: FIx share stories 4 years ago
Krille Fear d87c4de5b0 chore: Follow up null safety fixes 4 years ago
Christian Pauly 6e84720f0f design: Improve create story page design 4 years ago
Christian Pauly 2c550fe975 chore: Upgrade to Flutter 2.10 4 years ago
Krille Fear b9986fcad9 Merge branch 'krille/redesign-empty-stories' into 'main'
design: Use IconButton instead of listTile for first story

See merge request famedly/fluffychat!710
4 years ago
Krille Fear c374f4b0db Merge branch 'krille/open-chat-linux-notifications' into 'main'
feat: Open chat button from Linux notification

See merge request famedly/fluffychat!709
4 years ago
Christian Pauly a979bc5bf5 design: Use IconButton instead of listTile for first story 4 years ago
Christian Pauly d154aa524f feat: Open chat button from Linux notification 4 years ago
Christian Pauly c600c74e3e fix: Set image width and height
Uses the thumbnail generation of Matrix SDK.
4 years ago
Christian Pauly 30214daeef feat: Add button to report offensive users to server admins 4 years ago
Jayesh Nirve 734470ecf6 fix: suggestions menu and use empty map in html messages null return 4 years ago
Jayesh Nirve 79bbe5adeb fix: cast error in html messages 4 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 4 years ago
Christian Pauly a49ab34744 chore: Follow up fix filenames 4 years ago
Krille Fear 545d1ceb3b chore: Follow up fix uri encoding 4 years ago
Krille Fear 130b58b24a chore: Follow up fix Play audio and video messages 4 years ago
Krille Fear f2d9c9ecf1 refactor: Make widgets null safe 4 years ago
Krille Fear 89450dc763 fix: linux snap notification avatar 4 years ago
Christian Pauly 8cdf0ed9fe chore: fix Video audio filename 4 years ago
Christian Pauly 9284b7d7ee fix: Videoplayer filenames 4 years ago
Krille Fear 4feb01fc0c chore: Follow up stories fix ios badge 4 years ago
Krille Fear e3f1e551d0 Merge branch 'krille/desktopnotifications' into 'main'
feat: Display room avatar and actions and play sound for linux desktop notifications

See merge request famedly/fluffychat!691
4 years ago
Krille Fear c7e80074ed Merge branch 'linux-seahorse-fix' into 'main'
fix: Seahorse does not properly work on many Linux devices

See merge request famedly/fluffychat!680
4 years ago
Krille Fear 9cc19fc53c chore: Use wooden beaver sound 4 years ago
Krille Fear 9a99072108 feat: Display room avatar and actions and play sound for linux desktop notifications 4 years ago
Krille Fear e14ec8b3ba chore: Add missing localization 4 years ago
Krille Fear 4bff64c86e chore: Story design follow up 4 years ago
Christian Pauly 538c183771 chore: Set retention state for story rooms 4 years ago
Christian Pauly eb77fe0a91 chore: Fix design for smaller screens 4 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
4 years ago
Christian Pauly 8621dde5a9 chore: Display story privacy warning 4 years ago
Christian Pauly 7e2df0ff55 chore: Finetune add story page 4 years ago
TheOneWithTheBraid d5a0d68a33 fix: Seahorse does not properly work on many Linux devices
- stop use of `flutter_secure_storage` for Linux in favor of unencrypted
  storage

Unlike many other platforms, many Linux distributions have built-in
support for FDE or home directory encryption. As long as
`flutter_secure_storage` makes FluffyChat useles on many Linuxes, this
seems to be the only solution until they stop using Seahorse.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
4 years ago
Krille Fear 45424308f6 Merge branch 'restore-bubble-padding' into 'main'
Restore bubble padding

See merge request famedly/fluffychat!679
4 years ago
S1m 7a00dbafad chore: Follow up: Restore bubble padding 4 years ago
S1m 01ce14a714 design: Padding 1st msg 4 years ago
Christian Pauly 0d91badc35 chore: Make color change of stories on editing complete 4 years ago
S1m eb5f329ac8 change: Change * to × in settings view 4 years ago
Krille Fear 04c22f4a94 Merge branch 'bubble-padding' into 'main'
Bubble padding

Closes #670

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

See merge request famedly/fluffychat!631
4 years ago
S1m 78fd5d5192 change: Click on background to clear selected events 4 years ago
S1m ea3b639a00 fix: 2nd bubble padding 4 years ago
Krille Fear c58a72573d chore: Add topic to story rooms 4 years ago
Krille Fear f3aae7bccd chore: Fix file message color follow up 4 years ago
Krille Fear 20d977dc25 feat: Nicer file event design 4 years ago
Krille Fear 7f3c5b8c52 chore: Follow up wrong amplitude 4 years ago
Krille Fear 6a19764055 chore: FIx waveforms on small screens 4 years ago
Christian Pauly e6e6c1a2ff chore: Follow up fix audio player waveform color 4 years ago
Christian Pauly 09fc2d91ab chore: Waveform follow up 4 years ago
Christian Pauly 819f77bb41 feat: Recording dialog with displaying amplitude 4 years ago
Krille Fear 5205e89cdb refactor: Make style settings null safe 4 years ago
Krille Fear 647e8b4e70 chore: Fix button visibility 4 years ago
Krille Fear 6751c65f1f chore: Improve FABs 4 years ago
Christian Pauly 30c8fa9fa0 change: Make audio messages smaller 4 years ago
Krille Fear 3ac8973a9b chore: Delete story only if can redact 4 years ago
Krille Fear 5e9da22cf3 chore: Fix chat list regressions 4 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
4 years ago
Christian Pauly 82df4abf17 feat: Remember homeserver on search page 4 years ago
Christian Pauly e34beeff03 chore: Fix blocklist gets cleared 4 years ago
Christian Pauly 100a264888 chore: Fix video stories 4 years ago
Christian Pauly 3f728e3d19 chore: Fix videoplayer in stories 4 years ago
Christian Pauly 9f4c264aee chore: Fix videoplayer centerized 4 years ago
Christian Pauly 733e4c7d7d chore: enhance stories 4 years ago
Christian Pauly 19114fb51b chore: FIx video compress 4 years ago
Christian Pauly bac79a553b chore: fix video follow up 4 years ago