Commit Graph

788 Commits (e0db8c7462124bf653cd0756fcacceeda427716b)

Author SHA1 Message Date
Inex Code 6540a6303f
fix: Create a subdirectory in the tmp directory 3 months ago
Christian Kußowski 6fa6c008f0
refactor: Remove broken push error reporter 3 months ago
ShootingStarDragons b020c90ac5 feat: support xdp selector for linux
use xdp selector
3 months ago
krille-chan a2b397a7a9
chore: Correct runtime type checking for errors 3 months ago
dependabot[bot] 1503f89357
build: (deps): bump unifiedpush from 5.0.2 to 6.0.2
Bumps unifiedpush from 5.0.2 to 6.0.2.

---
updated-dependencies:
- dependency-name: unifiedpush
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
imnotlxy d2c2fd48d4 fix: Avoid using MediaQuery.of() 4 months ago
dependabot[bot] 163c3352db
build: (deps): bump share_plus from 10.1.4 to 11.0.0
Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) from 10.1.4 to 11.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v11.0.0/packages/share_plus)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Christian Kußowski 2797974d45
fix: Use retry http client 4 months ago
Christian Kußowski 140d27ff7b
chore: Better error handling for push notifications 4 months ago
krille-chan a37810c061
fix: Open database crashes on start 4 months ago
krille-chan 9e416eefa1
fix: Delete database correctly after corruption 4 months ago
krille-chan 933119a308
refactor: Remove unused dependencies 4 months ago
krille-chan 9643242cc8
refactor: Make notification avatars rounded 4 months ago
Christian Kußowski 4afd9684c9
build: Use gradle in kotlin 4 months ago
Christian Kußowski 103cb8328d
feat: Collapse all state events by default 5 months ago
Christian Kußowski 3d0a3ee226
fix: Workaround for reversed width and height of compressed videos sent from Android 5 months ago
Christian Kußowski 033feed6b1
refactor: New message context menu 5 months ago
Christian Kußowski 72f0b821a7
build: Follow up vodozemac web 5 months ago
Christian Kußowski e548d8f895
refactor: sdk 1.0 5 months ago
Christian Kußowski 647ed04901
chore: Follow up voice message localization 6 months ago
Christian Kußowski 5fb882955c
chore: Follow up create check list UX 6 months ago
Christian Kußowski c445a6a294
feat: Add feature flag for refresh tokens 6 months ago
Christian Kußowski c65c6f7e09
chore: Follow up formatting 6 months ago
Christian Kußowski 40cceb2176
chore: Simplify voiceMessage getter 6 months ago
Christian Kußowski b8547c4792
build: Upgrade to flutter 3.22 6 months ago
Christian Kußowski d4332d5705
ci: Experimental check for duplicate workflow 6 months ago
Christian Kußowski 2f8547869f
chore: Let users decide for the title in error reporter 6 months ago
Christian Kußowski 15543275c4
chore: Follow up push avatars 6 months ago
krille-chan 7b5a9c10c6
refactor: Reduce notification avatar size to 128 6 months ago
krille-chan e7034184d6
chore: Follow up crop circle notification avatars 6 months ago
krille-chan 1305171219
chore: Crop shortcut file on android and cache it 6 months ago
Krille-chan a74c00f41c
Merge pull request #1802 from MoonlightWave-12/improve-file-selection-for-videos-and-images
Make more file-types visible when selecting images or videos to send
6 months ago
MoonlightWave-12 51449fc724
chore: Format lib/utils/file_selector.dart 6 months ago
Christian Kußowski 55705d761d
feat: Move videoplayer into multi image viewer
Also fixes video thumbnails

Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
6 months ago
krille-chan a2e5a940bd
feat: Check markdown checkboxes in messages 6 months ago
Christian Kußowski 8664f21ad8
build: Update matrix dart sdk to 0.40.0
Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
6 months ago
Krille 89fb866cde
refactor: Display thread messages like replies as a thread fallback
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille 856a53a310
chore: Do not store event from push in database
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
MoonlightWave-12 c4226f3fcf
fix: Change `PNGs` to `PNG` for consistency in file-selector
for consistency.
7 months ago
MoonlightWave-12 380639496d
feat: Show all supported image-/video-files when sending images or videos 7 months ago
MoonlightWave-12 0c27757154
feat: Show WebM-videos when choosing video-files for sending 7 months ago
MoonlightWave-12 635f92f0c1
fix: Show WebP-images with a file-extension written in lower-case
when choosing an image to send.
7 months ago
krille-chan 8c75e31612
chore: Follow up message design 7 months ago
Krille 6edfb40207
chore: Follow up scaffold dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille 64ba93d8ea
chore: Nicer scaffold dialog for column mode
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille c01e4ba797
refactor: Move public room bottom sheet into dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille 3594fa4f6d
refactor: Implement avatar image viewer and adjust design
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille 7e8f223eff
refactor: Replace user bottom sheet with menu and small dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille a12c48fae6
refactor: Replace user bottom sheet with menu and small dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
7 months ago
Krille 5a96438ceb
refactor: Migrate more config options to config viewer
Signed-off-by: Krille <c.kussowski@famedly.com>
8 months ago