Commit Graph

2193 Commits (7865d162d51a9c56e6c3a4c92098d7fe36a66f68)

Author SHA1 Message Date
Krille Fear 77284c6adf Merge branch 'systemnavbarcolor' into 'main'
systemNavigationBarColor ← appBar.backgroundColor

Closes #699

See merge request famedly/fluffychat!613
4 years ago
Krille Fear acc33e0e9b change: Set client ID in invite action link 4 years ago
Steef Hegeman 5884effc7f systemNavigationBarColor ← appBar.backgroundColor
Makes the system navigation bar color (on Android) follow the color of
the appBar (and hence of the spaces bar).

See also https://gitlab.com/famedly/fluffychat/-/issues/699.
4 years ago
Drews Clausen e29f86c15b Added a parameter to skip the "client.isLogged()" check on the MatrixState in the OnePageCard. 4 years ago
Krille Fear 2aa24f254b fix: Well known lookup at login 4 years ago
Krille Fear 265ef0ebb2 refactor: Make most of the utils null safe 4 years ago
Krille Fear a265628432 Merge branch 'krille/update-dependencies-job' into 'main'
fix: Update dependencies with flutter pub upgrade

See merge request famedly/fluffychat!600
4 years ago
Krille Fear d7ec587a8e fix: Update dependencies with flutter pub upgrade 4 years ago
Krille Fear 0a74e5e151 refactor: Make send file dialog null safe 4 years ago
Krille Fear 344e6491d4 change: Do not compress very small images 4 years ago
Krille Fear ec46b15991 refactor: Make user device list item null safe 4 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.
4 years ago
Krille Fear d61e224f1c fix: Hotfix database migration 4 years ago
Krille Fear e33606b912 fix: QR Code scanner in iOS 4 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.
4 years ago
Krille Fear c9c4f2caf9 Merge branch 'krille/fix-open-uris' into 'main'
fix: Open URIs

See merge request famedly/fluffychat!593
4 years ago
Krille Fear 0ecbe842a5 fix: Open URIs 4 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.
4 years ago
Krille Fear a134e06203 feat: Drag&Drop to send multiple files on desktop and web 4 years ago
Krille Fear ab7a75981a Merge branch 'krille/emoji-verification-in-browsers' into 'main'
feat: Emoji verification in browsers

See merge request famedly/fluffychat!575
4 years ago
Krille Fear 2559190355 Merge branch 'krille/fix-chatview-safearea' into 'main'
fix: ChatView safearea on iPad

See merge request famedly/fluffychat!588
4 years ago
Krille Fear b1e1d5ea75 fix: ChatView safearea on iPad 4 years ago
Krille Fear 956ee5bfc6 design: Adaptive switches 4 years ago
Krille Fear 8f47ad654d chore: Adjust image and thumbnail compression 4 years ago
Krille Fear 0d1bb7103f Merge branch 'krille/incoming-uris' into 'main'
fix: Process incoming uris

See merge request famedly/fluffychat!583
4 years ago
Krille Fear 8e9f44bbac Merge branch 'krille/updatesdk' into 'main'
chore: Update SDK

See merge request famedly/fluffychat!582
4 years ago
Krille Fear 5bc41fccbc fix: Process incoming uris 4 years ago
Krille Fear 73dd45f396 chore: Update SDK 4 years ago
Sorunome f072d6ae20 fix: Various multiaccount fixes 4 years ago
Krille Fear 5775f54552 fix: Remove avatar from room 4 years ago
Krille Fear b4f2adadad feat: nicer loading bar 4 years ago
Krille Fear 48c1d41dd4 feat: Fancy chat list loading animation 4 years ago
Krille Fear 8687613510 feat: Emoji verification in browsers 4 years ago
Krille Fear 31335383ba fix: Capture getTimeline exceptions 4 years ago
Krille Fear 5983c83fcf fix: Report sync status error 4 years ago
Krille Fear f6e9940981 chore: Nicer message info dialog 4 years ago
Krille Fear 30410363f4 fix: Give message edits padding 4 years ago
Krille Fear f86c98b78e feat: Open im.fluffychat uris 4 years ago
Krille Fear 42d5c1a497 design: Minor color changes 4 years ago
Krille Fear c68b15935c chore: Minor design changes 4 years ago
Krille Fear daadef7c59 design: Place share button under qr code
This should make the qr code
scanning more reliable.
4 years ago
Krille Fear 6b5b3e6aa5 Merge branch 'krille/edits' into 'main'
design: Display edit marker in new bubbles

See merge request famedly/fluffychat!566
4 years ago
Krille Fear abccbdca19 Merge branch 'krille/image-optimize' into 'main'
refactor: Optimize all images no matter which size

See merge request famedly/fluffychat!565
4 years ago
Krille Fear 05daaf01b1 design: Display edit marker in new bubbles 4 years ago
Krille Fear 0353f9fbb3 refactor: Optimize all images no matter which size 4 years ago
Krille Fear 7a68feb5eb feat: Open im.fluffychat urls 4 years ago
Krille Fear 2778927fdf fix: Automatic key requests 4 years ago
Krille Fear 335fe36130 chore: Update SDK and remove boxes on corruption 4 years ago
Krille Fear 3332cefb1e design: Redesign and simplify bootstrap 4 years ago
Krille Fear 6d21caefa5 Merge branch 'krille/unused-imports' into 'main'
fix: Remove unused imports

See merge request famedly/fluffychat!560
4 years ago
Krille Fear 08670e60f8 fix: Remove unused imports 4 years ago
Krille Fear d23d67cb3d Merge branch 'krille/image' into 'main'
refactor: Use image package to resize images

See merge request famedly/fluffychat!558
4 years ago
Krille Fear b44f309151 refactor: Use image package to resize images 4 years ago
Krille Fear a143b978a3 fix: Minor fixes 4 years ago
Krille Fear ce9d2275a3 fix: Android download 4 years ago
Krille Fear c5f084db87 Merge branch 'krille/homepicker-dark-mode' into 'main'
fix: SSO Button design in dark mode

See merge request famedly/fluffychat!556
4 years ago
Krille Fear ba9e59eaee fix: SSO Button design in dark mode 4 years ago
Krille Fear 53967eb1f0 refactor: Avatar widget 4 years ago
Krille Fear 705d7783a3 Merge branch 'krille/fix-public-room-sheet' into 'main'
fix: Public room bottom sheet design

See merge request famedly/fluffychat!552
4 years ago
Krille Fear b7c5391aef fix: Public room bottom sheet design 4 years ago
Krille Fear 1ca8b63c91 refactor: Make more widgets null safe 4 years ago
Krille Fear d3e25f84cf refactor: Make layouts null safe 4 years ago
Krille Fear 088424af77 fix: Downgrade main.dart 4 years ago
Krille Fear d7d0d04ddb refactor: Migrate utils and main.dart to null safety 4 years ago
Krille Fear 4a518588ab fix: Remove dead code 4 years ago
Krille Fear edbf22eca9 fix: Public room design 4 years ago
Krille Fear af6c9de62d fix: Only mark unread if actually marked 4 years ago
Krille Fear f2f90127d8 fix: Size of bottomsheet 4 years ago
Krille Fear 111d15f86d chore: Clean up bootstrap 4 years ago
Krille Fear e9c549495c Merge branch 'soru/verification-dialog' into 'main'
fix: Show bootstrap dialog in the appropriate places

See merge request famedly/fluffychat!549
4 years ago
Krille Fear 042fd8072b fix: Stickers always in square 4 years ago
Krille Fear 42fa6164e4 change: Move video call button to menu 4 years ago
Krille Fear 879057a54d fix: Dont loose selected events 4 years ago
Krille Fear cbf8e0799e feat: Send reactions to multiple events 4 years ago
Krille Fear 9e641c8ee4 design: Move device ID to menu 4 years ago
Krille Fear d9260a4785 fix: Do display error image widget 4 years ago
Krille Fear 672e51a779 fix: Pass hive cipher 4 years ago
Sorunome 7a08592a1e fix: Show bootstrap dialog in the appropriate places 4 years ago
Krille Fear ba3cf3a91f change: Chat backup dialog as a banner 4 years ago
Krille Fear cd6eac1bec fix: Removing sembast 4 years ago
Krille Fear 45d7113a54 fix: Self sign while bootstrap 4 years ago
Krille Fear 92a894ef34 refactor: Remove sembast 4 years ago
Krille Fear a7a85883ad fix: Use new FluffyBox 0.2.0 4 years ago
Krille Fear 3bdd59d894 fix: Open database on android 4 years ago
Krille Fear 020bfcc753 feat: Set pragmas on desktop as well 4 years ago
Krille Fear b877e81c1d feat: Configure database 4 years ago
Krille Fear 522856dc9b fix: Web 4 years ago
Krille Fear ad21986ae8 fix: Start on Android and Linux 4 years ago
Krille Fear 874473cf99 fix: Use sqlcipher for FluffyBox 4 years ago
Krille Fear 3170371c0c feat: Test FluffyBox store 4 years ago
Krille Fear f1bd1fc58c fix: FluffyBox logs 4 years ago
Krille Fear 622acfaa59 feat: FluffyBox 4 years ago
Krille Fear 1674a3c30f Revert "feat: Use sembast over sqflite"
This reverts commit 2fbf7376f6b464c60efcb3e8448c0beac7131638.
4 years ago
Krille Fear b2341bf5f6 feat: Use sembast over sqflite 4 years ago
Krille Fear f2935e9d9b chore: Disable sembast cooperator at start up 4 years ago
Krille Fear 0bd00c3acd fix: Loglevel for stats 4 years ago
Krille Fear 6c3f1d6f51 chore: Add some stats for app start 4 years ago
Krille Fear 03f0641385 fix: Dont rerun server checks 4 years ago
Krille Fear 377a8ffd1c fix: Set room avatar 4 years ago
Krille Fear 9475840d5f fix: Bubble colors 4 years ago