Commit graph

14440 commits

Author SHA1 Message Date
ggurdin
60d4c5d526
chore: prevent scrolling within 4 pixel area where header overflow could cause unwanted scroll (#3710) 2025-08-13 09:13:41 -04:00
dependabot[bot]
51d891c62c
build: (deps): bump file_picker from 10.2.3 to 10.3.1
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.2.3 to 10.3.1.
- [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.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 23:56:33 +00:00
ggurdin
9016a41c9f
chore: fix substring index issue with emoji characters (#3708) 2025-08-12 16:24:35 -04:00
ggurdin
c9494f69f1
chore: fallback to old activity IDs (#3707) 2025-08-12 15:52:26 -04:00
ggurdin
9e190d483a
chore: use activity IDs from the choreo response (#3706) 2025-08-12 15:34:57 -04:00
ggurdin
f5a2d1114b
chore: make 'generate activities' singular (#3703) 2025-08-12 14:47:28 -04:00
ggurdin
cbc201c0e0
chore: cast data as String in ActivityRoleModel.fromJson to throw error on null userID (#3701) 2025-08-12 13:51:44 -04:00
Kelrap
d82efa2ced
Make objective/topic/mode nullable lists instead of async (#3698)
* Make objective/topic/mode nullable lists instead of async

* Check for mount before setting state

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-08-12 12:12:10 -04:00
ggurdin
b1d9b30b29
Conditionally render participants (#3700)
* chore: only show activity participants in state event widget it user has assigned role

* chore: show participants in activity state event if there are no available roles
2025-08-12 11:49:19 -04:00
ggurdin
1e3529180b
chore: simplify activity summary display, add activity summary widget to chat event list 2025-08-12 11:31:07 -04:00
dependabot[bot]
b3c8c6326d
build: (deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 06:57:35 +00:00
Christian Kußowski
871da6c6a6
build: Update snapcraft version 2025-08-12 08:19:09 +02:00
dependabot[bot]
9dae089a4b
build: (deps): bump msix from 3.16.10 to 3.16.12
Bumps [msix](https://github.com/YehudaKremer/msix) from 3.16.10 to 3.16.12.
- [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/v3.16.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 06:06:21 +00:00
dependabot[bot]
182d2429c0
build: (deps): bump package_info_plus from 8.3.0 to 8.3.1
Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.3.1/packages/package_info_plus)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 05:52:31 +00:00
dependabot[bot]
12f26af3be
build: (deps): bump share_plus from 11.0.0 to 11.1.0
Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v11.1.0/packages/share_plus)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 05:52:20 +00:00
Kelrap
25e72f440d
Use different name color for dark mode (#3694) 2025-08-11 16:19:39 -04:00
Kelrap
ca65c8c2ea
Make Create your space button flexible (#3683)
* Make Create your space button flexible

* Keep row from expanding

* Make buttons unflexible, wrap instead

* Add wrap to keep last 2 buttons together
2025-08-11 13:07:27 -04:00
Kelrap
10d8fc26aa
Change grammar threshold from 25 to 30 (#3689) 2025-08-11 13:04:00 -04:00
ggurdin
14f2401df7
fix: don't set static default roles list (#3686) 2025-08-11 12:01:32 -04:00
krille-chan
a2b397a7a9
chore: Correct runtime type checking for errors 2025-08-11 16:46:16 +02:00
Krille-chan
90acab334f
Merge pull request #2103 from krille-chan/dependabot/pub/http-1.5.0
build: (deps): bump http from 1.5.0-beta.2 to 1.5.0
2025-08-11 16:46:00 +02:00
Krille-chan
6749cc463d
Merge pull request #2102 from krille-chan/dependabot/pub/file_picker-10.2.3
build: (deps): bump file_picker from 10.2.2 to 10.2.3
2025-08-11 16:45:29 +02:00
ggurdin
a5cf44e82d
chore: fix copy for request all dialog (#3679) 2025-08-11 10:44:05 -04:00
ggurdin
4abfd6b091
chore: always reset lastChecked string in choreo on changed listener (#3678) 2025-08-11 10:36:51 -04:00
Kelrap
41ad21e80e
On Find your people page, use mobile layout for narrow column mode windows (#3674)
* On Find your people page, use mobile layout for narrow column mode windows

* chore: wrap button in find you people page on narrow two-column screen widths

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-08-11 09:48:00 -04:00
dependabot[bot]
75a26060e1
build: (deps): bump http from 1.5.0-beta.2 to 1.5.0
Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 1.5.0-beta.2 to 1.5.0.
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.5.0/pkgs)

---
updated-dependencies:
- dependency-name: http
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-08 21:31:49 +00:00
dependabot[bot]
166ea07c1e
build: (deps): bump file_picker from 10.2.2 to 10.2.3
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.2.2 to 10.2.3.
- [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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-08 21:31:38 +00:00
Kelrap
d8ce170b0d
Decrease grammar popup text size in column mode (#3673)
* Decrease grammar popup text size in column mode

* simplify

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-08-08 16:56:54 -04:00
Kelrap
60c1a40e94
Make chat list delete similar to leave (close chat on leave) (#3672) 2025-08-08 16:55:25 -04:00
ggurdin
194c25be25
3671 dont show join wrap up state events instead in activity plan state event show taken untaken roles and below that show users who havent picked a role (#3675)
* chore: add role IDs

* chore: add row of unjoined users to activity plan state event display
2025-08-08 16:37:33 -04:00
ggurdin
d87f86bee1
3667 replace room creation state event with big image (#3670)
* build: reorganize activity-related files

* chore: add roles to instances of activity plan models

* chore: add avatar url to role object

* chore: in activity sessions, replace room creation state event with larger image
2025-08-08 12:21:46 -04:00
wcjord
f5b384f6ff
feat(activity_plan_model): added roles to model (#3669) 2025-08-08 12:00:28 -04:00
ggurdin
af88666549
chore: copy update (#3666) 2025-08-08 11:35:43 -04:00
ggurdin
c2134d2f3e
chore: change activity roles event so admins can finish activity for everyone (#3665) 2025-08-08 11:33:17 -04:00
Krille-chan
1cc1e45e30
Merge pull request #2099 from krille-chan/dependabot/pub/file_picker-10.2.2
build: (deps): bump file_picker from 10.2.1 to 10.2.2
2025-08-08 15:20:08 +02:00
Krille-chan
f7bf696519
Merge pull request #2098 from krille-chan/dependabot/pub/sqlcipher_flutter_libs-0.6.8
build: (deps): bump sqlcipher_flutter_libs from 0.6.7 to 0.6.8
2025-08-08 15:19:54 +02:00
dependabot[bot]
2e61e148d2
build: (deps): bump file_picker from 10.2.1 to 10.2.2
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.2.1 to 10.2.2.
- [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.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-07 21:28:12 +00:00
dependabot[bot]
8dc1876aae
build: (deps): bump sqlcipher_flutter_libs from 0.6.7 to 0.6.8
Bumps [sqlcipher_flutter_libs](https://github.com/simolus3/sqlite3.dart) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](https://github.com/simolus3/sqlite3.dart/compare/sqlcipher_flutter_libs-0.6.7...sqlcipher_flutter_libs-0.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-07 21:27:58 +00:00
ggurdin
32688f332a
chore: exclude bot when checking if activity is finished (#3660) 2025-08-07 15:59:50 -04:00
Kelrap
d09617aa81
Activity loading tweaks (#3636)
* Added activity message when generation is partially successful

* Fix problem with missing intl entries

* Fix error message on timeout, add try again button to partial timeout

* Revert _activityItems.isNotEmpty check on _loading

* Make reversion match previous format

* Fix _setActivityItems failure from empty activity_plans

* Set timeout after first timeout, throw timeout exception for empty activities

* Only show Try again buttons when not currently loading

* fix text align

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-08-07 15:09:06 -04:00
ggurdin
fe5a5ce66a
chore: fix reaction padding for others' messages (#3656) 2025-08-07 14:58:13 -04:00
ggurdin
9b72bd8a09
Sentry (#3655)
* chore: render newlines in html message properly

* chore: log timeouts as warnings

* chore: update log level
2025-08-07 14:25:07 -04:00
ggurdin
d1b7b13ab6
chore: don't set l1 if locale is not valid (#3654) 2025-08-07 12:04:15 -04:00
ggurdin
867004243f
chore: don't lazy load members, account for left memebers when determ… (#3653)
* chore: don't lazy load members, account for left memebers when determining if activity is finished

* chore: always show continue button in unfinished activities
2025-08-07 11:49:57 -04:00
ggurdin
0ac33f96fa
fix: don't put positioned widget in non-stack parent (#3649) 2025-08-07 10:15:09 -04:00
ggurdin
3ca759229b
chore: account for top screen padding when adjusting overlay position on header overflow (#3647) 2025-08-07 09:55:26 -04:00
Christian Kußowski
b1ea6edaee
refactor: Add support for Room version 12 via matrix dart sdk update 2025-08-07 10:28:21 +02:00
Christian Kußowski
f2d0fc28f9
build: Add changelog for 2.1.0 2025-08-07 09:34:31 +02:00
ggurdin
d083e53d47
chore: fix overlay emojis padding (#3646) 2025-08-06 16:10:48 -04:00
Kelrap
f0b3946d52
Move ActivityPinnedMessage to AppBar (#3643) 2025-08-06 16:00:15 -04:00