ggurdin
7ab96467b3
fix: fix calculation of completed activities ( #3986 )
2025-09-15 12:07:54 -04:00
ggurdin
29315990e3
chore: on new token update, clear whole new token cache in case there are identical tokens ( #3985 )
2025-09-15 11:25:59 -04:00
avashilling
617030cd78
3873 add superlatives for most vocab grammar and xp ( #3977 )
...
* add grammar and vocab superlatives
- adds superlatives to the summary cards for each user
- WIP, doesn't include XP superlative yet and it continuously reinitializes state which reloads the superlatives
* get analytic superlatives from saved state event
Revert activity user summaries widget to stateless, get info from saved state event instead of awaiting it, and fix some spacing issues.
* add xp superlative
- simplify 3 loop logic into one
- change from constant updates to only generate superlatives on analytics save
* sort imports
* put analytics loading inside buttonControlledCarouselView
* delete commented out code
* return superlative map instead of setting value
2025-09-15 10:57:17 -04:00
ggurdin
6c05ffaf2a
feat: always show new tokens with green underlines ( #3984 )
2025-09-15 10:46:20 -04:00
ggurdin
47f4740e63
chore: topic is completed if user has finished number of activities equal to number of 2 person activities in topic ( #3983 )
2025-09-15 10:26:09 -04:00
Krille-chan
48efd2f784
Merge pull request #2206 from weblate/weblate-fluffychat-translations
...
Translations update from Hosted Weblate
2025-09-15 08:01:19 +02:00
Frank Paul Silye
07e721594f
chore(translations): Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 71.8% (561 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-09-15 07:02:10 +02:00
jamazi
5f56fe3304
chore(translations): Translated using Weblate (Arabic)
...
Currently translated at 89.2% (697 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/
2025-09-15 07:02:09 +02:00
krille-chan
9224a7aea4
chore: Adjust status header design
2025-09-14 12:33:19 +02:00
Krille-chan
9989246d97
Merge pull request #2204 from krille-chan/dependabot/pub/device_info_plus-12.1.0
...
build: (deps): bump device_info_plus from 12.0.0 to 12.1.0
2025-09-13 18:52:13 +02:00
Krille-chan
fdceefb700
Merge pull request #2205 from weblate/weblate-fluffychat-translations
...
Translations update from Hosted Weblate
2025-09-13 18:51:52 +02:00
Frank Paul Silye
2d2a48357d
chore(translations): Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 71.1% (556 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-09-13 05:02:13 +02:00
sunniva
ca350b19db
chore(translations): Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 71.1% (556 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-09-13 05:02:12 +02:00
LucasMZ
044290db73
chore(translations): Translated using Weblate (Spanish)
...
Currently translated at 99.6% (778 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2025-09-13 05:02:11 +02:00
Kimby
a8bbbbcbd7
chore(translations): Translated using Weblate (Spanish)
...
Currently translated at 99.6% (778 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2025-09-13 05:02:10 +02:00
dependabot[bot]
da68b5feb1
build: (deps): bump device_info_plus from 12.0.0 to 12.1.0
...
Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus ) from 12.0.0 to 12.1.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases )
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v12.1.0/packages/device_info_plus )
---
updated-dependencies:
- dependency-name: device_info_plus
dependency-version: 12.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-12 21:08:25 +00:00
ggurdin
94e55d9940
update activity launch page buttons, sort activities in topics by number of participants ( #3974 )
2025-09-12 14:53:26 -04:00
ggurdin
7348e655f4
3962 usability test todos ( #3973 )
...
* in new course pages, show images
* in space analytics, if no available languages, pick user's l2
* chore: add cooldown on ping participants
* replace image loading icon with shimmer
2025-09-12 14:03:08 -04:00
ggurdin
c831d6964d
feat: add edit course page ( #3971 )
2025-09-12 13:15:38 -04:00
ggurdin
95bff8a2f0
chore: increase size of text in archived activity popup ( #3970 )
2025-09-12 12:54:18 -04:00
ggurdin
ecbeb4c6f5
fix: always reload course on ID change ( #3969 )
2025-09-12 12:43:16 -04:00
ggurdin
a7dcd8719b
chore: adjust actvity participant text colot ( #3968 )
2025-09-12 12:38:13 -04:00
ggurdin
4aa37c2d9f
fix: on cancel registration, pop future loading dialog ( #3967 )
2025-09-12 12:32:21 -04:00
ggurdin
3b3e1bfe4e
fix: show bot avatar in open roles indicator ( #3966 )
2025-09-12 12:20:34 -04:00
ggurdin
ee20bc6469
fix: put back pangea controller init in chat list ( #3965 )
2025-09-12 12:05:25 -04:00
Kelrap
9e2992a207
Add period to end of languageLevelA2Desc ( #3959 )
2025-09-12 11:37:19 -04:00
Kelrap
7e057c0b48
Wrap invite course avatar in MapClipper ( #3957 )
...
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-09-12 10:21:07 -04:00
ggurdin
40137c226a
some activity / invite page tweaks ( #3958 )
2025-09-12 10:12:12 -04:00
Krille-chan
ec3d0eda81
Merge pull request #2195 from krille-chan/dependabot/pub/wakelock_plus-1.3.3
...
build: (deps): bump wakelock_plus from 1.3.2 to 1.3.3
2025-09-12 08:57:04 +02:00
Krille-chan
d65feb4a99
Merge pull request #2198 from krille-chan/dependabot/pub/share_plus-12.0.0
...
build: (deps): bump share_plus from 11.1.0 to 12.0.0
2025-09-12 08:56:56 +02:00
Krille-chan
7dc160da99
Merge pull request #2199 from krille-chan/dependabot/pub/device_info_plus-12.0.0
...
build: (deps): bump device_info_plus from 11.5.0 to 12.0.0
2025-09-12 08:56:38 +02:00
Krille-chan
c923efb4e8
Merge pull request #2200 from krille-chan/dependabot/pub/file_picker-10.3.3
...
build: (deps): bump file_picker from 10.3.2 to 10.3.3
2025-09-12 08:56:28 +02:00
Krille-chan
3c5bab30b3
Merge pull request #2201 from weblate/weblate-fluffychat-translations
...
Translations update from Hosted Weblate
2025-09-12 08:56:21 +02:00
Frank Paul Silye
7571124a27
chore(translations): Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 69.7% (545 of 781 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
2025-09-12 00:01:35 +02:00
dependabot[bot]
4d91aa138b
build: (deps): bump file_picker from 10.3.2 to 10.3.3
...
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker ) from 10.3.2 to 10.3.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/compare/v10.3.2...v10.3.3 )
---
updated-dependencies:
- dependency-name: file_picker
dependency-version: 10.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 21:10:30 +00:00
dependabot[bot]
c8fd6a66f5
build: (deps): bump device_info_plus from 11.5.0 to 12.0.0
...
Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus ) from 11.5.0 to 12.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases )
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v12.0.0/packages/device_info_plus )
---
updated-dependencies:
- dependency-name: device_info_plus
dependency-version: 12.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 21:10:22 +00:00
dependabot[bot]
11e54ec496
build: (deps): bump share_plus from 11.1.0 to 12.0.0
...
Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus ) from 11.1.0 to 12.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases )
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v12.0.0/packages/share_plus )
---
updated-dependencies:
- dependency-name: share_plus
dependency-version: 12.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 21:10:13 +00:00
ggurdin
7d46892a39
3927 analytics tweaks ( #3953 )
...
* analytics page updates
* add back download buttons
2025-09-11 15:24:55 -04:00
ggurdin
141d3c5175
reload space hierarchy on invite update ( #3949 )
2025-09-11 12:15:56 -04:00
Kelrap
96b4142b34
Set thumbVisibility true for grammar activity scrolling ( #3942 )
...
* Set thumbVisibility true for grammar activity scrolling
* always show scrollbar
---------
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-09-11 11:45:36 -04:00
Wilson
4680c186b0
fix: Correctly fetch activity images ( #3943 )
...
* fix fetching images and parsing url
* small fix for getting activity image URLs
---------
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-09-11 11:32:58 -04:00
ggurdin
5397ba0a68
chore: don't show ping unread badge ( #3946 )
2025-09-11 11:01:19 -04:00
ggurdin
0cad8e7991
feat: join activity session on open app via ping ( #3944 )
2025-09-11 10:51:14 -04:00
dependabot[bot]
04a4395d3d
build: (deps): bump wakelock_plus from 1.3.2 to 1.3.3
...
Bumps [wakelock_plus](https://github.com/fluttercommunity/wakelock_plus ) from 1.3.2 to 1.3.3.
- [Commits](https://github.com/fluttercommunity/wakelock_plus/compare/wakelock_plus_1.3.2...wakelock_plus_1.3.3 )
---
updated-dependencies:
- dependency-name: wakelock_plus
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 21:11:10 +00:00
ggurdin
0a29d07f74
chore: update messaging in subscription management ( #3937 )
2025-09-10 15:59:56 -04:00
ggurdin
39e01c320b
fix: when fetching translation, only consider a message to have included IT if the sent message body matches the message at the end of choreo ( #3936 )
2025-09-10 14:10:57 -04:00
ggurdin
b6e357bf5f
fix: fix null check error in activity role tooltip ( #3935 )
2025-09-10 14:00:11 -04:00
ggurdin
98406c70f8
chore: hide activity role tooltip when it bar is open ( #3933 )
2025-09-10 13:35:00 -04:00
ggurdin
c24e0db30f
fix: don't show join message when user dismisses activity role goal message ( #3932 )
2025-09-10 13:23:16 -04:00
ggurdin
5cc19833d3
fix: add analytics listener to activity stats menu ( #3931 )
2025-09-10 13:14:59 -04:00