Commit graph

2736 commits

Author SHA1 Message Date
Christian Pauly
04ce6768ce fix: display space invites in chat list 2021-08-04 09:49:34 +02:00
Christian Pauly
42a7175e3a fix: Selected chat list item color 2021-08-04 09:46:23 +02:00
Raatty
9478fa1f5e fix release upload maybe? 2021-08-04 19:30:11 +12:00
Krille Fear
86acd3bb2c Update pubspec.yaml 2021-08-03 19:43:35 +00:00
Christian Pauly
98bc0517cb chore: Downgrad vrouter even more 2021-08-03 21:05:25 +02:00
Christian Pauly
2ea6ff4fa2 chore: Bump version 2021-08-03 19:47:04 +02:00
Christian Pauly
d0b5f8575a fix: Routing by downgrading vrouter 2021-08-03 19:45:22 +02:00
Christian Pauly
4cf39c196e fix: Hotfix uploading to many OTKs 2021-08-03 16:14:25 +02:00
Christian Pauly
bab39fbcd3 fix: Wrong uri subscription 2021-08-02 18:41:09 +02:00
Christian Pauly
8cda67b9dd change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Jelv
a10f50842d Translated using Weblate (Dutch)
Currently translated at 100.0% (471 of 471 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-08-01 23:36:15 +02:00
Milo Ivir
5493f17a35 Translated using Weblate (Croatian)
Currently translated at 100.0% (471 of 471 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-08-01 23:36:14 +02:00
Brendan Abolivier
073dfd3cc7 Translated using Weblate (French)
Currently translated at 98.0% (462 of 471 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-08-01 23:36:13 +02:00
Priit Jõerüüt
af97edac97 Translated using Weblate (Estonian)
Currently translated at 100.0% (471 of 471 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-08-01 23:36:13 +02:00
Christian Pauly
e671fdf6a4 fix: Add missing null check 2021-08-01 16:06:34 +02:00
Christian Pauly
ae5009e16f fix: Wait for first sync on bootstrap 2021-08-01 16:05:32 +02:00
Christian Pauly
1f8cf9d8dc fix: Wait for first sync on bootstrap 2021-08-01 15:48:27 +02:00
Christian Pauly
21801318eb fix: Missing null check and bootstrap ask 2021-08-01 15:45:41 +02:00
Christian Pauly
597e723515 fix: Logic which rooms belong to a space 2021-08-01 15:33:26 +02:00
Christian Pauly
75e11b0c54 refactor: ChatListView and enforce bootstrap 2021-08-01 15:21:02 +02:00
Jelv
bdae763525 Translated using Weblate (Dutch)
Currently translated at 100.0% (469 of 469 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-08-01 15:07:15 +02:00
Krille Fear
b0cbdc7cc5 Merge branch 'soru/fix-links' into 'main'
fix: Punycode-encode unicode domains for platforms which can't handle them

Closes #343

See merge request famedly/fluffychat!467
2021-08-01 13:06:59 +00:00
Krille Fear
87e271bfd0 Merge branch 'soru/up-update' into 'main'
chore: Support new unifiedpush gateway discovery

Closes #474

See merge request famedly/fluffychat!468
2021-08-01 13:06:18 +00:00
Krille Fear
3390265f37 Merge branch 'soru/replies-font-size' into 'main'
fix: Font size settings did not affect replies

Closes #471

See merge request famedly/fluffychat!469
2021-08-01 13:05:39 +00:00
Sorunome
2175a47e2c fix: Font size settings did not affect replies 2021-08-01 10:10:22 +02:00
Sorunome
b649d975ab chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome
ec18cbbb87 fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly
b36fe86dc3 chore: Update dependencies 2021-08-01 08:20:43 +02:00
Christian Pauly
971d5b25fb feat: Implement new space view 2021-08-01 08:05:40 +02:00
Christian Pauly
a6a18d34f6 feat: Implement basic space editing 2021-08-01 07:54:44 +02:00
Christian Pauly
04d1e2afcb design: Make avatars lighter 2021-08-01 07:47:00 +02:00
Christian Pauly
78222ab55d feat: Light implementation of spaces drawer 2021-08-01 07:45:34 +02:00
NN708
81f224bb98 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (464 of 464 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
2021-08-01 06:33:14 +02:00
Christian Pauly
c14cd8479a refactor: Select chat list item logic 2021-07-31 23:49:30 +02:00
Christian Pauly
29d9a30254 fix: Colored background for transparent avatars 2021-07-31 22:17:18 +02:00
Christian Pauly
7f30eea593 design: Nicer selected mark on chatlists 2021-07-31 20:28:21 +02:00
Christian Pauly
65232c9549 fix: Avatar noPic detection 2021-07-31 20:19:57 +02:00
Christian Pauly
447333b074 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-07-31 17:57:47 +02:00
Sorunome
0fc5ba6d20 Merge branch 'soru/image-pack-creator' into 'main'
chore: cleanup image pack editor to attach metadata and prepare to make it more general

See merge request famedly/fluffychat!466
2021-07-31 15:30:27 +00:00
Christian Pauly
bf4a233a6c Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-07-31 17:13:45 +02:00
Christian Pauly
08230b4a76 chore: Update version 2021-07-31 17:13:40 +02:00
Sorunome
2cc8b395f0 chore: cleanup image pack editor to attach metadata and prepare to make it more general 2021-07-31 17:13:35 +02:00
Krille Fear
b99cadb9e3 Merge branch 'soru/rate-limit-rerender' into 'main'
feat: Rate limit streams so that large accounts have a smoother UI

See merge request famedly/fluffychat!464
2021-07-31 14:57:34 +00:00
Krille Fear
3665eb454c Merge branch 'ios-app-title' into 'main'
Fix app title capitalisation

Closes #179

See merge request famedly/fluffychat!465
2021-07-31 14:57:06 +00:00
Christian Pauly
c5782b1252 fix: No longer hide google services key file 2021-07-31 16:35:02 +02:00
Kája Lišková
05e62ddcb6 Fix capitalisation for macOS app 2021-07-31 07:16:44 -05:00
Kája Lišková
f10130ed05 Fix app title capitalisation 2021-07-31 07:04:08 -05:00
Sorunome
7e1e4e4844 feat: Rate limit streams so that large accounts have a smoother UI 2021-07-31 12:55:02 +02:00
Krille Fear
b225f9c2c8 Update scripts/prepare-android-release.sh 2021-07-31 06:22:56 +00:00
Krille Fear
e1c3045249 Merge branch 'ios-build-script' into 'main'
feat: Create a build script for iOS

See merge request famedly/fluffychat!459
2021-07-30 16:28:38 +00:00