Commit graph

11438 commits

Author SHA1 Message Date
ggurdin
3be53cc398
Merge pull request #873 from pangeachat/871-autoplay-translation-on-by-default
set auto-play IT to true by default
2024-10-31 11:19:15 -04:00
ggurdin
61397d1228
Merge branch 'main' into 871-autoplay-translation-on-by-default 2024-10-31 11:18:21 -04:00
ggurdin
a7b6003c89
comment out references to itAutoPlay setting 2024-10-31 11:17:51 -04:00
WilsonLe
b5fd9bed4b fix bot not responding when new user creates an account and start dm with bot 2024-10-31 17:18:05 +07:00
Krille-chan
83f5a63b91
Merge pull request #1439 from krille-chan/krille/new-login-design
design: New login design
2024-10-31 09:44:31 +01:00
Krille-chan
facaf37876
Merge pull request #1441 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2024-10-31 09:26:26 +01:00
Krille
3c5855c2d1
design: New login design 2024-10-31 09:25:10 +01:00
ggurdin
66e7eb79fa
don't run languageAssistance after dismissing IT 2024-10-30 16:56:50 -04:00
ggurdin
35e3bbc3fe
Merge pull request #879 from pangeachat/877-ignoring-gets-zero-points
no xp for ign, more minus xp for inc, dont show 0 xp constructs
2024-10-30 16:00:54 -04:00
William Jordan-Cooley
7f9c0047fb no xp for ign, more minus xp for inc, dont show 0 xp constructs 2024-10-30 15:22:34 -04:00
ggurdin
2c75090a06
removed freeze-analytics comments 2024-10-30 15:12:40 -04:00
ggurdin
61aed51d15
always show the choreographer send button 2024-10-30 15:11:26 -04:00
ggurdin
9af29d1d0c
start language assistance on enter 2024-10-30 15:06:37 -04:00
ggurdin
d1d078e2b8
set auto-play IT to true by default 2024-10-30 12:43:07 -04:00
ggurdin
e93d643985
Merge pull request #872 from pangeachat/870-some-small-tweaks-in-chat-details
updated some copy
2024-10-30 12:22:40 -04:00
ggurdin
b4bfafe11b
updated some copy 2024-10-30 12:21:54 -04:00
ggurdin
e6a2a3a6d0
Merge pull request #869 from pangeachat/subscription-update
call setCustomerSubscription after configuring subscription info
2024-10-29 15:53:36 -04:00
ggurdin
4e6ac3348c
call setCustomerSubscription after configuring subscription info 2024-10-29 15:52:44 -04:00
ggurdin
1d7f54624b
Merge pull request #868 from pangeachat/subscription_updates
some refactoring to subscriptions, added auto 1-day pretrial
2024-10-29 15:22:23 -04:00
ggurdin
d0caf01e4d
some refactoring to subscriptions, added auto 1-day pretrial 2024-10-29 15:20:55 -04:00
v1s7
44f984605f
Translated using Weblate (Russian)
Currently translated at 99.7% (670 of 672 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2024-10-29 18:10:25 +00:00
josé m
55247258c9
Translated using Weblate (Galician)
Currently translated at 100.0% (672 of 672 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2024-10-29 18:10:24 +00:00
ggurdin
c8865b12a4
Merge pull request #866 from pangeachat/disable-encryption
explicitly set enableEncryption to false when creating a new group chat
2024-10-29 11:22:56 -04:00
ggurdin
a0bced5ae7
explicitly set enableEncryption to false when creating a new group chat 2024-10-29 11:22:14 -04:00
ggurdin
ebbc03068a
Merge pull request #864 from pangeachat/update-sdk
update sdk version
2024-10-29 10:52:16 -04:00
ggurdin
b843f85f1c
update sdk version 2024-10-29 10:51:51 -04:00
ggurdin
0d6601dd93
Merge pull request #863 from pangeachat/freezing
update matrix dart sdk version and filter out old analytics data type…
2024-10-29 10:04:30 -04:00
ggurdin
7a4e321d14
bump version 2024-10-29 10:04:07 -04:00
ggurdin
9dbac76a2b
update matrix dart sdk version and filter out old analytics data type from sync 2024-10-29 10:03:11 -04:00
ggurdin
40bb014eb2
Merge pull request #862 from pangeachat/sentry
don't call fetchOwnProfile is userID is null
2024-10-29 09:12:35 -04:00
Krille-chan
a18e2c4db7
Merge pull request #1437 from krille-chan/dependabot/bundler/ios/rexml-3.3.9
build(deps): bump rexml from 3.3.6 to 3.3.9 in /ios
2024-10-29 13:09:50 +01:00
Krille
6c548ec350
chore: Follow up emoji only messages 2024-10-29 10:25:59 +01:00
Krille
189493e074
design: Highlight emoji only messages 2024-10-29 10:11:51 +01:00
ggurdin
a76eb8cbe9
better handling for localizations in instruction popups 2024-10-28 16:31:09 -04:00
ggurdin
70fd9e9f2e
check if mounted before setState in message.dart 2024-10-28 16:21:25 -04:00
ggurdin
2a4f5e3462
don't try to set read marker if userID is null 2024-10-28 16:07:15 -04:00
ggurdin
4c4ebcb272
don't call fetchOwnProfile is userID is null 2024-10-28 16:04:16 -04:00
ggurdin
80fc7a896b
Merge pull request #861 from pangeachat/stack-overflow-fix
don't call messagesSinceUpdate from clearMessagesSinceUpdate repeatedly
2024-10-28 15:56:41 -04:00
ggurdin
c5f0d2188e
Merge branch 'main' into stack-overflow-fix 2024-10-28 15:56:22 -04:00
ggurdin
811c981148
don't call messagesSinceUpdate from clearMessagesSinceUpdate repeatedly 2024-10-28 15:55:56 -04:00
ggurdin
4c52380ce4
Merge pull request #848 from pangeachat/ls-in-detection-and-tokens
Ls-in-detection-and-tokens
2024-10-28 15:35:14 -04:00
ggurdin
f9e1f65dd0
Merge branch 'main' into ls-in-detection-and-tokens 2024-10-28 15:32:57 -04:00
ggurdin
2127fbe265
Merge pull request #860 from pangeachat/not-actually-manual
allow sending if in manual igc mode
2024-10-28 15:31:50 -04:00
William Jordan-Cooley
a3c5ab15d8 allow sending if in manual igc mode 2024-10-28 14:53:10 -04:00
dependabot[bot]
51edfedef0
build(deps): bump rexml from 3.3.6 to 3.3.9 in /ios
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 18:46:16 +00:00
Krille-chan
c4ecaa6571
Merge pull request #1433 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2024-10-26 18:11:42 +02:00
Krille
a422d470da
chore: Do not request thousands of users on invite page 2024-10-26 18:05:21 +02:00
Krille
41782c497e
chore: Nicer invite selection view 2024-10-26 18:00:24 +02:00
Christian
7e8716ac80
Translated using Weblate (German)
Currently translated at 100.0% (672 of 672 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2024-10-26 15:57:41 +00:00
Krille-chan
cb32608674
Merge pull request #1418 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2024-10-26 11:20:42 +02:00