Krille
f24b3ee09b
style: Minor adjustments for modal bottom sheets
2023-03-15 19:31:14 +01:00
Christian Kußowski
3b6321383e
chore: Update matrix sdk to 0.18.0
2023-03-15 09:44:51 +01:00
Oğuz Ersen
8888fd5884
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2023-03-12 21:07:57 +01:00
Luna
0accfe4a26
Translated using Weblate (Polish)
...
Currently translated at 99.2% (550 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pl/
2023-03-12 21:07:56 +01:00
Christian Kußowski
535081b483
chore: Follow up qr code width
2023-03-12 17:39:04 +01:00
Christian Kußowski
0f10dfaf91
chore: Update build number
2023-03-12 17:21:17 +01:00
Krille
f0ac88c9ee
Merge branch 'nico/fix-emote-rooms-without-default' into 'main'
...
fix: type error in emote pack list in rooms with only non-default packs
Closes #1138
See merge request famedly/fluffychat!1098
2023-03-11 16:54:38 +00:00
Krille
f4d13e86b6
chore: disable webrtc on linux again
2023-03-11 17:47:52 +01:00
Nicolas Werner
303ccbe965
fix: type error in emote pack list in rooms with only non-default packs
...
If a room has emote packs, but none of them have an empty state key, we
insert 'null' to also add a default pack people can easily edit.
However, in that case we initialized the Map<String, Event?> variable
with a Map<String, Event>. As such assigning null will throw. Converting
manually with Map.of fixes that.
fixes #1138
2023-03-11 15:05:08 +01:00
Christian
ade164d824
Translated using Weblate (Polish)
...
Currently translated at 83.3% (462 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pl/
2023-03-11 07:04:09 +01:00
Luna
e40c86c7e6
Translated using Weblate (Polish)
...
Currently translated at 83.3% (462 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pl/
2023-03-11 06:43:50 +01:00
Very Able
a87946a34b
Translated using Weblate (German)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2023-03-11 06:43:50 +01:00
Krille
863c5f1c13
Merge branch 'eighthave-main-patch-71793' into 'main'
...
docs: let f-droid.org show the right language to the user
See merge request famedly/fluffychat!1092
2023-03-11 05:43:44 +00:00
Krille
6d21b54c62
Merge branch 'no-key-typo-fix' into 'main'
...
Fix typo (loose->lose)
See merge request famedly/fluffychat!1094
2023-03-11 05:42:54 +00:00
Krille
c984a272b3
Merge branch 'malin/flutter-3-7-7' into 'main'
...
chore: Update to Flutter 3.7.7
See merge request famedly/fluffychat!1096
2023-03-11 05:41:49 +00:00
Malin Errenst
6cf0903af3
chore: Update to Flutter 3.7.7
2023-03-10 11:35:50 +01:00
Krille
16a533cf40
refactor: Remove unused dependency
2023-03-09 20:34:32 +01:00
Krille
3e8d14a53f
chore: Switch back to main webrtc
2023-03-09 20:32:59 +01:00
Anonimas
1925578a86
Translated using Weblate (Lithuanian)
...
Currently translated at 96.0% (532 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lt/
2023-03-07 23:32:43 +01:00
Christian Kußowski
fc62ff3eaa
chore: update to flutter 3.7.6
2023-03-07 11:15:52 +01:00
Vivianne Langdon
15dbe4433d
Fix typo
2023-03-05 20:14:04 +00:00
Christian Pauly
a8d6dadf84
chore: Update to Flutter 3.7.5
2023-03-03 14:35:37 +01:00
Hans-Christoph Steiner
ee2b55ca78
let f-droid.org show the right language to the user
...
The old URL forces the page language to German e,g, `de`. Removing the locale makes f-droid.org show the language that the browser is using.
2023-03-02 10:56:06 +00:00
Christian Pauly
090b026b92
chore: Fix formatting
2023-03-02 11:54:20 +01:00
Krille
e461cb1f53
Merge branch 'malin/addRequireTrailingCommasRule' into 'main'
...
refactor: Added and applied require_trailing_commas linter rule
See merge request famedly/fluffychat!1091
2023-03-02 10:28:45 +00:00
Malin Errenst
5212d7ce4d
refactor: Added and applied require_trailing_commas linter rule
2023-03-02 11:21:40 +01:00
MohammadSaleh Kamyab
ed9e58d0bf
Translated using Weblate (Persian)
...
Currently translated at 40.0% (222 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fa/
2023-02-27 14:49:21 +01:00
Krille
2b2c230fcf
style: Adjust new chat page
2023-02-26 21:13:56 +01:00
Krille
ecf5adcdea
chore: Bump version
2023-02-25 15:28:02 +01:00
Krille
6851d34d35
chore: Lookup l10n in pushhelper if null
2023-02-25 15:26:17 +01:00
Krille
006f2f527f
Merge branch 'notification_error' into 'main'
...
Default hardcoded message when l10n is not available
Closes #1146
See merge request famedly/fluffychat!1090
2023-02-25 14:22:08 +00:00
Linerly
1cb20c9ec5
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/
2023-02-25 14:37:56 +01:00
Farooq Karimi Zadeh
ec49c5a541
Translated using Weblate (Persian)
...
Currently translated at 40.0% (222 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fa/
2023-02-25 14:37:56 +01:00
Ihor Hordiichuk
7bbd898131
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/
2023-02-25 14:37:55 +01:00
Oğuz Ersen
031da77da6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2023-02-25 14:37:55 +01:00
josé m
bfd76fdb79
Translated using Weblate (Galician)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2023-02-25 14:37:55 +01:00
Priit Jõerüüt
0c28169043
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2023-02-25 14:37:54 +01:00
fabienli
fc1b49cf69
Default hardcoded message when l10n is not available
2023-02-25 08:13:50 +01:00
Wphaoka
2b701cf56c
Added translation using Weblate (Thai)
2023-02-24 11:25:27 +01:00
xabirequejo
8b386142cf
Translated using Weblate (Basque)
...
Currently translated at 96.9% (537 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/
2023-02-23 07:59:45 +01:00
Christian Pauly
cd7e27a6e0
style: Adjust key verification dialog
2023-02-22 15:21:38 +01:00
Christian Pauly
9ab3332824
chore: Follow up formatting
2023-02-21 15:08:01 +01:00
Krille
a60e1435c2
Merge branch 'fix_url_launch_mode' into 'main'
...
utils/url_launcher: force opening http(s) links in external browser
Closes #519
See merge request famedly/fluffychat!1089
2023-02-21 10:43:49 +00:00
Joaquim Homrighausen
d56ca697ea
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sv/
2023-02-21 11:38:35 +01:00
Marcus Hoffmann
9eaaef1048
utils/url_launcher: force opening http(s) links in external browser
...
The (mobile) platform implementations for url_launcher default to
opening any http(s) link inside a webview instead of the platform
browser. This seems to be a longer-time problem for iOS
(https://gitlab.com/famedly/fluffychat/-/issues/519 ) but very recently
started to affect Android as well.
Force url_launcher to always use an external application (the browser,
most likely, but possibly other apps might handle those links as well)
as opening links from a messaging app in a webview provides terrible UX.
(For instance a link might lead to some webpage where you start to fill
in some info but then you need to ask someone via the messanger but
can't go back without closing the webview and losing all state. Or if
you happen to re-launch FluffyChat via the home-screen than it goes back
to the home view and the webview state is completely lost as well.)
2023-02-18 21:42:09 +01:00
josé m
a95cd85eb0
Translated using Weblate (Galician)
...
Currently translated at 100.0% (554 of 554 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2023-02-17 20:39:34 +01:00
Krille
32f347ee6f
chore: Update matrix package to 0.17.0
2023-02-17 18:28:18 +01:00
Krille
d9645480ac
chore: Follow up chat encryption desgin
2023-02-17 16:34:01 +01:00
Christian Pauly
73174003a9
style: Encryption page adjustments
2023-02-17 13:01:44 +01:00
Christian Pauly
3c17d812b3
style: Bootstrap design adjustments
2023-02-17 09:34:23 +01:00