Commit graph

490 commits

Author SHA1 Message Date
Priit Jõerüüt
089d503b2d Translated using Weblate (Estonian)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2020-09-18 13:45:17 +02:00
Milo Ivir
2628b6e4fb Translated using Weblate (German)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2020-09-17 21:36:14 +02:00
Christian Pauly
28bb86716d fix: Push on conduit 2020-09-17 17:00:21 +02:00
Christian Pauly
5b3b2cd76a Disable experimental push mode 2020-09-17 07:46:49 +00:00
Christian Pauly
3d73567d99 feat: Implement rich push notifications on android 2020-09-17 08:34:36 +02:00
aitzol berasategi
becba47ba1 Translated using Weblate (Basque)
Currently translated at 21.8% (66 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/
2020-09-16 19:27:22 +02:00
aitzol berasategi
fc9d3d41cd Added translation using Weblate (Basque) 2020-09-16 09:20:25 +02:00
Xosé M
e2ceb9a886 Translated using Weblate (Galician)
Currently translated at 99.3% (300 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2020-09-13 09:36:12 +02:00
Milo Ivir
c5f5de273a Translated using Weblate (Croatian)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2020-09-12 00:36:11 +02:00
Priit Jõerüüt
3e2d52e508 Translated using Weblate (Estonian)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2020-09-10 17:36:13 +02:00
Nikita Epifanov
ed3ee19cfa Translated using Weblate (Russian)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2020-09-10 17:36:12 +02:00
H
78ed2b894e Translated using Weblate (Spanish)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2020-09-10 17:36:12 +02:00
Milan Korecky
3a0f354849 Translated using Weblate (Czech)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2020-09-10 17:36:11 +02:00
Brendan Abolivier
37f1ec48bc Translated using Weblate (French)
Currently translated at 100.0% (302 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2020-09-10 17:36:11 +02:00
Christian Pauly
14b2d40feb Merge branch 'soru/fix-empty-info' into 'main'
fix: Images with an info block but no size crashing

See merge request ChristianPauly/fluffychat-flutter!160
2020-09-10 07:11:12 +00:00
Sorunome
ca7e092a54 fix: Images with an info block but no size crashing 2020-09-10 07:53:55 +02:00
Sorunome
6d69c2098b chore: Add new language 2020-09-09 14:43:54 +02:00
Sorunome
6d1c3350cd Translated using Weblate (German)
Currently translated at 99.0% (299 of 302 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2020-09-09 14:30:31 +02:00
Sorunome
317c61c167 Merge remote-tracking branch 'origin/krille/enable-sentry' into master 2020-09-09 14:11:43 +02:00
Sorunome
644cded981 chore: switch to cached_network_image 2020-09-09 13:54:55 +02:00
Sorunome
1521190fea Merge branch 'soru/send-files' into 'master'
feat: Send file dialog

Closes #84, #112, and #140

See merge request ChristianPauly/fluffychat-flutter!150
2020-09-09 11:53:45 +00:00
Christian Pauly
844f50ca81 feat: Implement sentry 2020-09-09 13:52:44 +02:00
Sorunome
e9d806c844 feat: Send image / video / file dialog 2020-09-09 13:40:58 +02:00
Priit Jõerüüt
890dc1e686 Translated using Weblate (Estonian)
Currently translated at 100.0% (295 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2020-09-08 19:35:53 +02:00
Sorunome
e130306f03 chore: Add more debugging logs to debug key decrypt issues 2020-09-07 15:42:24 +02:00
Sorunome
9f47772b23 feat: Blurhashes and better thumbnails 2020-09-07 11:39:35 +02:00
Christian Pauly
c8927f1708 Merge branch 'reactions-border-color' into 'master'
Set border color of not reacted reaction to secondary header color

Closes #141

See merge request ChristianPauly/fluffychat-flutter!143
2020-09-07 09:36:11 +00:00
CuteTadpole
26af19a08b Set border color of not reacted reaction to secondary header color 2020-09-07 09:36:10 +00:00
Christian Pauly
2270545bde Merge branch 'soru/allow-request-empty-timeline' into 'master'
fix: Allow requesting past messages if all events in the current timeline are filtered

See merge request ChristianPauly/fluffychat-flutter!153
2020-09-07 09:35:58 +00:00
Sorunome
955210a8e5 feat: open links better 2020-09-07 11:03:03 +02:00
Christian Pauly
0ae0d6cbc8 Merge branch 'soru/upate-sdk' into 'master'
chore: Update SDK, re-enable transactions on mobile

See merge request ChristianPauly/fluffychat-flutter!154
2020-09-07 08:58:11 +00:00
Sorunome
b9d194461c chore: Update SDK, re-enable transactions on mobile 2020-09-06 15:39:02 +02:00
Priit Jõerüüt
c085110701 Added translation using Weblate (Estonian) 2020-09-06 14:45:49 +02:00
Sorunome
fa0052987b fix: Allow requesting past messages if all events in the current timeline are filtered 2020-09-06 09:00:19 +02:00
Sorunome
c68902d24d chore: update languages 2020-09-03 13:00:01 +02:00
Christian Pauly
25ab8d8c1b Merge branch 'fix-all-links' into 'master'
change all fluffy.chat links to fluffychat.im

Closes #138

See merge request ChristianPauly/fluffychat-flutter!146
2020-09-03 09:31:19 +00:00
CuteTadpole
f58b758009 fix all links 2020-08-31 22:16:22 +03:00
Serge Tarkovski
00fd2631f6 Translated using Weblate (Ukrainian)
Currently translated at 41.3% (122 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/
2020-08-30 21:08:48 +02:00
Serge Tarkovski
7bb5921a89 Translated using Weblate (Russian)
Currently translated at 100.0% (295 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2020-08-30 21:08:47 +02:00
NikoBlack
2aa6fa05dd Translated using Weblate (Chinese (Simplified))
Currently translated at 0.6% (2 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_LATN@pinyin/
2020-08-28 11:45:07 +02:00
NikoBlack
a6646101e2 Translated using Weblate (Chinese (Simplified))
Currently translated at 18.3% (54 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
2020-08-28 11:45:06 +02:00
Scoopity Whoop
38562cee3b Translated using Weblate (Spanish)
Currently translated at 100.0% (295 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2020-08-28 11:45:05 +02:00
NikoBlack
a665c0eab5 Added translation using Weblate (Chinese (Simplified)) 2020-08-28 11:02:45 +02:00
NikoBlack
579a870917 Added translation using Weblate (Chinese (Simplified)) 2020-08-28 11:00:42 +02:00
Christian Pauly
50b488cfff fix: Status design 2020-08-23 18:10:33 +02:00
Milo Ivir
cfcd3ccc97 Translated using Weblate (Croatian)
Currently translated at 100.0% (295 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2020-08-23 14:36:38 +02:00
Christian Pauly
d26e830b17 fix: Send read receipt only on focus 2020-08-22 16:09:15 +02:00
Christian Pauly
1dbff85341 Merge branch 'krille/implement-web-audio-player' into 'master'
feat: Implement web audio player

See merge request ChristianPauly/fluffychat-flutter!136
2020-08-22 14:03:03 +00:00
Christian Pauly
b157cea408 feat: Implement web audio player 2020-08-22 15:53:14 +02:00
Christian Pauly
ed143e00c2 Merge branch 'krille/fix-desktop-notifications' into 'master'
fix: Desktop notifications

See merge request ChristianPauly/fluffychat-flutter!139
2020-08-22 13:30:05 +00:00