Commit graph

14440 commits

Author SHA1 Message Date
Krille-chan
f950034871
Merge pull request #2150 from krille-chan/dependabot/pub/file_picker-10.3.2
build: (deps): bump file_picker from 10.3.1 to 10.3.2
2025-09-01 08:34:46 +02:00
Krille-chan
219f52b808
Merge branch 'main' into weblate-fluffychat-translations 2025-09-01 08:17:08 +02:00
Krille-chan
1f248a897e
Merge branch 'main' into dependabot/pub/image_picker-1.2.0 2025-09-01 08:16:46 +02:00
Krille-chan
14688dfd57
Merge branch 'main' into dependabot/pub/file_picker-10.3.2 2025-09-01 08:16:36 +02:00
Krille-chan
f97ba86e0f
Merge branch 'main' into dependabot/pub/flutter_webrtc-1.1.0 2025-09-01 08:16:24 +02:00
Krille-chan
5b0c67d98a
Merge branch 'main' into dependabot/pub/record-6.1.1 2025-09-01 08:16:14 +02:00
Krille-chan
5bf6039e50
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5 2025-09-01 08:15:48 +02:00
Krille-chan
2f1f04da49
Merge branch 'main' into dependabot/pub/go_router-16.2.1 2025-09-01 08:15:34 +02:00
WilsonLe
6f683b7559 fix choreo api env 2025-09-01 11:49:03 +10:00
WilsonLe
d6f2ae0b81 Merge branch 'main' of https://github.com/pangeachat/client into 3831-refactor-modules-to-topics 2025-09-01 11:48:27 +10:00
Inex Code
6540a6303f
fix: Create a subdirectory in the tmp directory 2025-08-31 17:37:35 +03:00
Christian Kußowski
07a2c9a256
chore: Translate iOS notifications into german 2025-08-31 10:11:43 +02:00
Krille-chan
8df7bf6261
Merge pull request #2173 from krille-chan/krille/iOS-notification-service-extension
feat: Add iOS Notification Service Extension for localizable push not…
2025-08-31 10:08:25 +02:00
Christian Kußowski
c3d8fed8a9
feat: Add iOS Notification Service Extension for localizable push notifications 2025-08-31 09:50:06 +02:00
Frank Paul Silye
44fb1cfede
chore(translations): Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.4% (519 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-08-30 20:01:52 +00:00
dependabot[bot]
8bc4775a37
build: (deps): bump go_router from 16.1.0 to 16.2.1
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 16.1.0 to 16.2.1.
- [Commits](https://github.com/flutter/packages/commits/go_router-v16.2.1/packages)

---
updated-dependencies:
- dependency-name: go_router
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-29 21:10:18 +00:00
Wilson
db374ad102
refactor module to topics (#3835) 2025-08-29 11:59:15 -04:00
Frank Paul Silye
d840d30093
chore(translations): Translated using Weblate (Norwegian Bokmål)
Currently translated at 65.1% (509 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-08-29 15:02:06 +02:00
WilsonLe
d2ce1761d4 fix course plans query 2025-08-29 21:13:44 +10:00
WilsonLe
5f12be32a0 refactor module to topics 2025-08-29 19:41:20 +10:00
Wilson
a62d9f8643
feat: courses repo (#3777) 2025-08-28 12:02:58 -04:00
wcjord
4e3f82331c
Update-sample-course (#3823)
* chore(courses): update test/sample coures

* feat(activity_planner): addition of goals, location, and description to activities

* formatting

* added activity ids and renamed bookMarkId to activityId

* formatting

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-08-27 16:41:03 -04:00
ggurdin
077bbb13f5
fix: don't add null to typed stream (#3819) 2025-08-26 16:47:20 -04:00
Kelrap
5efaf8e7f2
Wrap view elements in SafeArea (#3778)
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-08-26 16:29:01 -04:00
ggurdin
bd39abc54b
chore: padding updates to course chats list (#3818) 2025-08-26 16:25:15 -04:00
ggurdin
44d800762d
chore: use default list tile text sizes in space details more tab (#3817) 2025-08-26 16:13:23 -04:00
ggurdin
4e2d4042be
chore: only show rooms without space parents in main chat list, remove options to add to space and remove from space (#3816) 2025-08-26 16:08:56 -04:00
ggurdin
4b3d58e30b
fix: bring back lazy loading of members, call requestParticipants where full participant list is needed (#3815) 2025-08-26 15:37:17 -04:00
ggurdin
f632f1fbae
3806 course planner feedback (#3808)
* don't make the delete space button red

* decrease room avatar size in space details header

* add custom pin clipper
2025-08-26 10:41:33 -04:00
ggurdin
b5650b1bca
chore: if emoji info is cached, show first emoji in vocab analytics if user hasn't assigned an emoji (#3805) 2025-08-25 17:04:35 -04:00
ggurdin
be771abff1
fix: pick another emoji if duplicate emojis in activities (#3804) 2025-08-25 16:46:38 -04:00
Kelrap
10a7024c64
Check for invite permission for countParticipants button action (#3795)
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-08-25 15:54:12 -04:00
Kelrap
ceebe17ce4
Searches text field contents on switch invite page tab (#3802)
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-08-25 15:49:41 -04:00
avashilling
5c3d728b2a
add close button to analytics requested popup (#3800)
* add close button to analytics requested popup

* sort languages alphabetically in space analytics

* Revert "sort languages alphabetically in space analytics"

This reverts commit 4035ef8aae31e251f9e05e44306f8fa9eef04ab9.
2025-08-25 15:48:43 -04:00
avashilling
8b17d9b4c1
sort space analytics languages alphabetically (#3801)
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-08-25 15:47:24 -04:00
ggurdin
f9ee134cdd
feat: course planner 2025-08-25 15:43:17 -04:00
ggurdin
b5fe810aa1
fix: fully load analytics room member list in analytics request indicator (#3799) 2025-08-25 10:35:45 -04:00
Kelrap
994f684bce
Center space analytics title (#3791) 2025-08-25 09:21:39 -04:00
Kelrap
7d67a064fa
Space analytics overflow fixes (#3794)
* Remove duplicate noDataFound entry in intl_en.arb

* Use lang code instead of full language name

* Remove horizontal padding when button outline isn't shown

* Make request button text wrap, remove padding entirely if outline not shown
2025-08-25 09:21:00 -04:00
Kelrap
50a2005075
Only show space analytics download button on web (#3797) 2025-08-25 09:15:24 -04:00
Christian Kußowski
097f9f02a0
build: Bump version to 2.1.1 2025-08-25 08:38:28 +02:00
Krille-chan
dca037b676
Merge pull request #2124 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2025-08-25 08:36:11 +02:00
Christian Kußowski
6fa6c008f0
refactor: Remove broken push error reporter 2025-08-25 08:35:32 +02:00
Christian Kußowski
c4af7851b0
build: Update macos podfile 2025-08-25 08:35:20 +02:00
Krille-chan
14f479e978
Merge branch 'main' into weblate-fluffychat-translations 2025-08-25 07:15:22 +02:00
Christian Kußowski
0c37ac97d4
chore: Follow up subtitle font style 2025-08-22 11:33:29 +02:00
dependabot[bot]
80e8bb5dfe
build: (deps): bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 21:53:54 +00:00
dependabot[bot]
d620113af5
build: (deps): bump record from 6.0.0 to 6.1.1
Bumps [record](https://github.com/llfbandit/record) from 6.0.0 to 6.1.1.
- [Commits](https://github.com/llfbandit/record/compare/6.0.0...6.1.1)

---
updated-dependencies:
- dependency-name: record
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 21:28:06 +00:00
ggurdin
20b17e5f3d
fix: load full participant list when needed (#3782) 2025-08-21 11:37:08 -04:00
Frank Paul Silye
0e436b15f2
chore(translations): Translated using Weblate (Norwegian Bokmål)
Currently translated at 64.1% (501 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-08-21 11:02:06 +00:00