Commit graph

14440 commits

Author SHA1 Message Date
dependabot[bot]
3d6cb7e876
build: (deps): bump msix from 3.16.9 to 3.16.10
Bumps [msix](https://github.com/YehudaKremer/msix) from 3.16.9 to 3.16.10.
- [Release notes](https://github.com/YehudaKremer/msix/releases)
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/YehudaKremer/msix/commits)

---
updated-dependencies:
- dependency-name: msix
  dependency-version: 3.16.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-31 21:37:16 +00:00
ggurdin
f6420624d1
chore: disable command parsing (#3602) 2025-07-31 14:17:55 -04:00
avashilling
7fb42cc980
fix: limit redaction message (#3600)
* fix: limit redaction message

Doesn't do much since redaction messages aren't currently shown, but will limit them to a reasonable length if they're ever added back

* add pangea tags
2025-07-31 13:51:47 -04:00
avashilling
2d11627d04
fix: row 2 of reactions add normally (#3598)
and loading symbol is always placed at the very end, not the end of the first row
2025-07-31 13:31:20 -04:00
Kelrap
729d1d6b41
Reenable try again button for activity search timeout (#3599) 2025-07-31 13:29:51 -04:00
avashilling
11c219fa50 fix: limit characters and lines so redact message can't be too long
Before, if the user typed too many lines it would overflow past the input box and also leave a very long message in chat. Now, it is limited and won't expand in the input box past 4 lines.
2025-07-31 12:24:36 -04:00
ggurdin
0b3ed17c63
Fix scrollable overlay (#3596)
* chore: fix overlay misalignment for messages without reactions

* chore: fix scrolling for some messages that don't fill screen
2025-07-31 10:43:14 -04:00
ggurdin
d5daec3e6c
chore: re-enable command parsing (#3595) 2025-07-31 10:26:02 -04:00
ggurdin
27546dbb7f
fix: remove null check in onSelectNewToken (#3594) 2025-07-31 10:13:27 -04:00
Kelrap
dbeb36e463
Optimize choreo (#3567)
* Basic setup of choreo changes

* Make unit test for basic bsdiff functionality

* Create class for efficiently storing choreo step edits

* Edited unit test to use ChoreoEdit instead of bsdiff

* Edit ChoreoRecord/Step to use ChoreoEdit

* Test and debug ChoreoRecord

* Accounting for more edge cases

* Remove empty string redundancy in choreo edit

* Save originalText to record instead of step

* Make originalText non-nullable

* Make test run properly with non-nullable originalText change

* make originalText final

* Tweak ChoreoEdit for slightly improved efficiency

* chore: fix how edits are constructed for choreo records

* fix issue with manual changes not being accounted for in fromJSON

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-07-31 10:08:31 -04:00
Alex Katon
34067570d6
chore(translations): Translated using Weblate (Belarusian)
Currently translated at 10.1% (79 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/be/
2025-07-31 16:02:53 +02:00
Ihor Hordiichuk
3c0853b2b1
chore(translations): Translated using Weblate (Ukrainian)
Currently translated at 100.0% (781 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/
2025-07-31 16:02:51 +02:00
Krille-chan
92c5549f74
Merge pull request #2070 from krille-chan/dependabot/pub/desktop_drop-0.6.1
build: (deps): bump desktop_drop from 0.4.4 to 0.6.1
2025-07-31 07:45:37 +02:00
Krille-chan
ee713384bc
Merge pull request #2071 from krille-chan/dependabot/pub/file_picker-10.2.0
build: (deps): bump file_picker from 8.3.7 to 10.2.0
2025-07-31 07:45:28 +02:00
dependabot[bot]
b1bfdb1130
build: (deps): bump file_picker from 8.3.7 to 10.2.0
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 8.3.7 to 10.2.0.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 21:14:25 +00:00
dependabot[bot]
783c5f1ecd
build: (deps): bump desktop_drop from 0.4.4 to 0.6.1
Bumps [desktop_drop](https://github.com/MixinNetwork/flutter-plugins/tree/main/packages) from 0.4.4 to 0.6.1.
- [Release notes](https://github.com/MixinNetwork/flutter-plugins/releases)
- [Commits](https://github.com/MixinNetwork/flutter-plugins/commits/desktop_drop-v0.6.1/packages)

---
updated-dependencies:
- dependency-name: desktop_drop
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 21:14:18 +00:00
ggurdin
ff250e2d7f
chore: don't allow selection of symbol tokens (#3589) 2025-07-30 16:38:57 -04:00
Kelrap
a7054f25a5
Make invite popup dismissable (#3586)
* Make invite popup dismissable

* chore: add pangea comments

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-07-30 09:14:22 -04:00
Krille-chan
779a84c73e
Merge pull request #2056 from krille-chan/dependabot/pub/device_info_plus-11.5.0
build: (deps): bump device_info_plus from 10.1.2 to 11.5.0
2025-07-30 09:49:46 +02:00
dependabot[bot]
e86a9495a8
build: (deps): bump device_info_plus from 10.1.2 to 11.5.0
Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) from 10.1.2 to 11.5.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v11.5.0/packages/device_info_plus)

---
updated-dependencies:
- dependency-name: device_info_plus
  dependency-version: 11.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 09:36:30 +02:00
Krille-chan
10d0caab15
Merge pull request #2064 from krille-chan/krille/github-arm-runner
build: Use github arm runner for linux
2025-07-30 09:36:13 +02:00
Christian Kußowski
a7a4e42647
build: Use github arm runner for linux 2025-07-30 09:13:43 +02:00
Krille-chan
0c2136f793
Merge pull request #2049 from evoL/push-nvxnzqzzxlmr
chore: Bump Flutter version in pubspec.lock
2025-07-30 08:43:41 +02:00
Krille-chan
681e939664
Merge pull request #2062 from krille-chan/dependabot/pub/share_plus-11.0.0
build: (deps): bump share_plus from 10.1.4 to 11.0.0
2025-07-30 08:42:41 +02:00
Krille-chan
981f90eb81
Merge pull request #2063 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2025-07-30 08:32:04 +02:00
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>
2025-07-30 08:30:09 +02:00
Krille-chan
2d3b8bec5d
Merge pull request #2060 from krille-chan/dependabot/pub/sqlcipher_flutter_libs-0.6.7
build: (deps): bump sqlcipher_flutter_libs from 0.6.6 to 0.6.7
2025-07-30 08:27:50 +02:00
Krille-chan
f00c9c3a19
Merge pull request #2061 from krille-chan/dependabot/pub/flutter_webrtc-1.0.0
build: (deps): bump flutter_webrtc from 0.12.12+hotfix.1 to 1.0.0
2025-07-30 08:27:37 +02:00
Frank Paul Silye
69c437791a
chore(translations): Translated using Weblate (Norwegian Bokmål)
Currently translated at 62.7% (490 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-07-30 06:11:35 +00:00
dependabot[bot]
0c0aa03f6f
build: (deps): bump flutter_webrtc from 0.12.12+hotfix.1 to 1.0.0
Bumps [flutter_webrtc](https://github.com/cloudwebrtc/flutter-webrtc) from 0.12.12+hotfix.1 to 1.0.0.
- [Release notes](https://github.com/cloudwebrtc/flutter-webrtc/releases)
- [Changelog](https://github.com/flutter-webrtc/flutter-webrtc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cloudwebrtc/flutter-webrtc/compare/v0.12.12...v1.0.0)

---
updated-dependencies:
- dependency-name: flutter_webrtc
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 21:42:57 +00:00
dependabot[bot]
57f7ab85aa
build: (deps): bump sqlcipher_flutter_libs from 0.6.6 to 0.6.7
Bumps [sqlcipher_flutter_libs](https://github.com/simolus3/sqlite3.dart) from 0.6.6 to 0.6.7.
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](https://github.com/simolus3/sqlite3.dart/compare/sqlcipher_flutter_libs-0.6.6...sqlcipher_flutter_libs-0.6.7)

---
updated-dependencies:
- dependency-name: sqlcipher_flutter_libs
  dependency-version: 0.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 21:42:50 +00:00
Kelrap
c740947551
Shows bot settings on bot DM details page (#3582)
* Shows bot settings on bot DM details page

* chore: show bot settings in DMs with bot settings state event

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-07-29 15:55:25 -04:00
avashilling
1843a2cd84
Darken emojis in word card after use (#3580) 2025-07-29 12:54:09 -04:00
ggurdin
cef27aa4ef
fix: return bot STT from speech to text local (#3581) 2025-07-29 12:48:02 -04:00
avashilling
63c77b067a
fix: construct banner always does cleanup on close (#3573) 2025-07-29 09:12:40 -04:00
avashilling
15d3eb9cd7
fix: update mismatched keys to show xp animation on collection (#3577) 2025-07-29 09:11:39 -04:00
Krille-chan
2471c2e66b
Merge pull request #2058 from krille-chan/dependabot/pub/permission_handler-12.0.1
build: (deps): bump permission_handler from 11.4.0 to 12.0.1
2025-07-29 10:15:45 +02:00
Krille-chan
359108398a
Merge pull request #2057 from krille-chan/dependabot/pub/url_launcher-6.3.2
build: (deps): bump url_launcher from 6.3.1 to 6.3.2
2025-07-29 10:10:40 +02:00
Krille-chan
7a5cb3b7d9
Merge pull request #2055 from krille-chan/dependabot/pub/flutter_map-8.2.1
build: (deps): bump flutter_map from 8.1.1 to 8.2.1
2025-07-29 10:10:06 +02:00
dependabot[bot]
f7df8bd75c
build: (deps): bump permission_handler from 11.4.0 to 12.0.1
Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.4.0 to 12.0.1.
- [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.4.0...permission_handler_v12.0.1)

---
updated-dependencies:
- dependency-name: permission_handler
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 07:58:52 +00:00
Krille-chan
ee6bd75189
Merge pull request #2054 from krille-chan/dependabot/pub/matrix-1.1.0
build: (deps): bump matrix from 1.0.1 to 1.1.0
2025-07-29 09:46:32 +02:00
dependabot[bot]
c2e0d3e0cb
build: (deps): bump url_launcher from 6.3.1 to 6.3.2
Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.2/packages/url_launcher)

---
updated-dependencies:
- dependency-name: url_launcher
  dependency-version: 6.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 07:41:37 +00:00
dependabot[bot]
2618ceac1f
build: (deps): bump flutter_map from 8.1.1 to 8.2.1
Bumps [flutter_map](https://github.com/fleaflet/flutter_map) from 8.1.1 to 8.2.1.
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fleaflet/flutter_map/compare/v8.1.1...v8.2.1)

---
updated-dependencies:
- dependency-name: flutter_map
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 07:30:37 +00:00
dependabot[bot]
cc5259b41f
build: (deps): bump matrix from 1.0.1 to 1.1.0
Bumps [matrix](https://github.com/famedly/matrix-dart-sdk) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/famedly/matrix-dart-sdk/releases)
- [Changelog](https://github.com/famedly/matrix-dart-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/famedly/matrix-dart-sdk/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: matrix
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 07:19:37 +00:00
Christian Kußowski
cb1bbbf0e3
build: Update dependabot config 2025-07-29 09:03:22 +02:00
Krille-chan
bc7a1acc9f
Merge pull request #2052 from krille-chan/dependabot/pub/flutter_local_notifications-19.4.0
build: (deps): bump flutter_local_notifications from 19.3.0 to 19.4.0
2025-07-29 08:54:28 +02:00
Krille-chan
5764cf2a79
Merge pull request #2051 from krille-chan/dependabot/pub/geolocator-14.0.2
build: (deps): bump geolocator from 13.0.4 to 14.0.2
2025-07-29 08:45:56 +02:00
dependabot[bot]
d4fa291e20
build: (deps): bump flutter_local_notifications from 19.3.0 to 19.4.0
Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 19.3.0 to 19.4.0.
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v19.3.0...flutter_local_notifications-v19.4.0)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 19.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 00:03:49 +00:00
dependabot[bot]
85199b69b9
build: (deps): bump geolocator from 13.0.4 to 14.0.2
Bumps [geolocator](https://github.com/baseflow/flutter-geolocator) from 13.0.4 to 14.0.2.
- [Commits](https://github.com/baseflow/flutter-geolocator/compare/geolocator_v13.0.4...geolocator_v14.0.2)

---
updated-dependencies:
- dependency-name: geolocator
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 23:44:32 +00:00
Rafał Hirsch
e93c87e97a
chore: Bump Flutter version in pubspec.lock
This was a result of running `flutter pub get` on Flutter 3.32.8.
2025-07-28 16:41:30 +02:00