Commit Graph

3735 Commits

Author SHA1 Message Date
Krille Fear
585e3ca6da Merge branch 'krille/fix-ios-camera' into 'main'
fix: QR Code scanner in iOS

See merge request famedly/fluffychat!596
2021-11-30 18:27:58 +00:00
Jana
184ede2b6c
Translated using Weblate (German)
Currently translated at 100.0% (518 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-11-30 19:11:50 +01:00
Krille Fear
96082e5330 fix: QR Code scanner in iOS 2021-11-30 19:07:07 +01:00
Krille Fear
93fcdf0743 Merge branch 'krille/screenshots' into 'main'
docs: Update screenshots

See merge request famedly/fluffychat!595
2021-11-30 17:00:19 +00:00
Krille Fear
91687be6ce docs: Update screenshots 2021-11-30 17:42:11 +01:00
Sorunome
296af38b89 Merge branch 'soru/fix-image-bubble-thumbnails' into 'main'
fix: Thumbnails in the image bubble not always showing a cached thumbnail

See merge request famedly/fluffychat!594
2021-11-30 15:12:51 +00:00
Sorunome
e7b4c6f848
fix: Thumbnails in the image bubble not always showing a cached thumbnail
When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading.
2021-11-30 15:54:48 +01:00
Krille Fear
745d94f46f Merge branch 'krille/fix-open-uris' into 'main'
fix: Open URIs

See merge request famedly/fluffychat!593
2021-11-29 15:41:53 +00:00
Krille Fear
efddd1daf1 Merge branch 'soru/maps-widget' into 'main'
fix: Properly position the pointer in the map bubble and add attribution

See merge request famedly/fluffychat!592
2021-11-29 15:25:11 +00:00
Krille Fear
83e3d95d04 fix: Open URIs 2021-11-29 16:23:14 +01:00
Sorunome
123a9b000c
fix: Properly position the pointer in the map bubble and add attribution
Prior the pointer in the map bubble wasn't offsetted upwards, so the center
of the icon marked the point, rather than the point of the icon as one would
expect.
Additionally, attribution to the OpenStreetMap project has been added.
2021-11-29 16:04:23 +01:00
3105bfe6b7
Translated using Weblate (Finnish)
Currently translated at 93.4% (484 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fi/
2021-11-28 20:52:59 +01:00
Kim Tae Kyeong
49e3ed43c8
Translated using Weblate (Korean)
Currently translated at 100.0% (518 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/
2021-11-28 20:52:51 +01:00
Jana
236faba5e7
Translated using Weblate (German)
Currently translated at 100.0% (518 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-11-28 20:52:51 +01:00
Sorunome
22d2b39249
Translated using Weblate (Czech)
Currently translated at 100.0% (518 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-11-28 20:52:50 +01:00
abidin toumi
f71781c3e4
Translated using Weblate (Arabic)
Currently translated at 89.7% (465 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/
2021-11-28 20:52:49 +01:00
Krille Fear
3b72020665 Merge branch 'krille/dragndrop' into 'main'
feat: Drag&Drop to send multiple files on desktop and web

See merge request famedly/fluffychat!591
2021-11-28 11:01:29 +00:00
Krille Fear
2737768a60 feat: Drag&Drop to send multiple files on desktop and web 2021-11-28 11:43:36 +01:00
Raatty
0e984677b8
Translated using Weblate (Finnish)
Currently translated at 55.4% (287 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fi/
2021-11-28 01:46:16 +01:00
a6239833bc
Translated using Weblate (Finnish)
Currently translated at 55.2% (286 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fi/
2021-11-27 20:52:05 +01:00
Krille Fear
66918b428a Merge branch 'krille/emoji-verification-in-browsers' into 'main'
feat: Emoji verification in browsers

See merge request famedly/fluffychat!575
2021-11-27 13:50:20 +00:00
Krille Fear
57806ab705 Merge branch 'krille/ios-fastlane' into 'main'
CI: Update iOS fastlane

See merge request famedly/fluffychat!590
2021-11-27 11:31:47 +00:00
Krille Fear
d84a6dce1a CI: Update iOS fastlane 2021-11-27 12:12:58 +01:00
Krille Fear
afc9afb391 Merge branch 'krille/fix-chatview-safearea' into 'main'
fix: ChatView safearea on iPad

See merge request famedly/fluffychat!588
2021-11-27 10:39:17 +00:00
Krille Fear
00caaa719d fix: ChatView safearea on iPad 2021-11-27 11:20:38 +01:00
Krille Fear
227e8ce0eb Merge branch 'krille/update-ios-fastlane' into 'main'
CI: Update iOS fastlane

See merge request famedly/fluffychat!589
2021-11-27 10:07:59 +00:00
Krille Fear
9732538140 CI: Update iOS fastlane 2021-11-27 10:50:04 +01:00
Krille Fear
16c7a89666 Merge branch 'krille/adaptive-switches' into 'main'
design: Adaptive switches

See merge request famedly/fluffychat!587
2021-11-27 09:34:26 +00:00
Krille Fear
0852d31ac2 Merge branch 'krille/update-ios' into 'main'
chore: Update iOS metadata

See merge request famedly/fluffychat!586
2021-11-27 09:10:59 +00:00
Krille Fear
84baec19a1 design: Adaptive switches 2021-11-27 10:10:29 +01:00
Krille Fear
69b0bf9db4 chore: Update iOS metadata 2021-11-27 09:19:51 +01:00
Krille Fear
d7a7f95f1b Merge branch 'krille/version' into 'main'
chore: Bump version

See merge request famedly/fluffychat!584
2021-11-26 16:21:37 +00:00
Krille Fear
99375a89e8 Merge branch 'krille/images' into 'main'
chore: Adjust image and thumbnail compression

See merge request famedly/fluffychat!585
2021-11-26 15:37:53 +00:00
Krille Fear
08601b351c chore: Adjust image and thumbnail compression 2021-11-26 16:19:01 +01:00
Krille Fear
02117921d3 chore: Bump version 2021-11-26 15:56:05 +01:00
Krille Fear
7d6af9bf59 Merge branch 'krille/incoming-uris' into 'main'
fix: Process incoming uris

See merge request famedly/fluffychat!583
2021-11-26 14:18:09 +00:00
Krille Fear
a54e28e5fe Merge branch 'krille/updatesdk' into 'main'
chore: Update SDK

See merge request famedly/fluffychat!582
2021-11-26 14:13:39 +00:00
Krille Fear
8efb95e913 Merge branch 'soru/autoshare-keys' into 'main'
fix: Various multiaccount fixes

See merge request famedly/fluffychat!580
2021-11-26 14:10:56 +00:00
Krille Fear
4eea1faa05 fix: Process incoming uris 2021-11-26 14:59:35 +01:00
Krille Fear
50e733d81c chore: Update SDK 2021-11-26 14:55:14 +01:00
Linerly
b6f5e081a3
Translated using Weblate (Indonesian)
Currently translated at 100.0% (518 of 518 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/
2021-11-25 14:52:47 +01:00
Krille Fear
50f7a849b1 Merge branch 'krille/sdk' into 'main'
chore: Update SDK

See merge request famedly/fluffychat!581
2021-11-25 12:47:20 +00:00
Krille Fear
2825aa01ce chore: Update SDK 2021-11-25 13:27:32 +01:00
Sorunome
81d4f12189
fix: Various multiaccount fixes 2021-11-24 18:39:40 +01:00
Krille Fear
b5b3d05f01 Merge branch 'krille/fixsdk' into 'main'
fix: SDK

See merge request famedly/fluffychat!579
2021-11-24 12:30:38 +00:00
Krille Fear
68f730ac02 fix: SDK 2021-11-24 13:12:28 +01:00
Krille Fear
0b0beb5ba0 Merge branch 'krille/removeavatar' into 'main'
fix: Remove avatar from room

See merge request famedly/fluffychat!578
2021-11-24 06:46:57 +00:00
Krille Fear
730063e40e fix: Remove avatar from room 2021-11-24 07:29:05 +01:00
Krille Fear
199c4f95c4 Merge branch 'krille/loading-bar' into 'main'
feat: nicer loading bar

See merge request famedly/fluffychat!577
2021-11-23 18:53:37 +00:00
Krille Fear
b8b68ec6ef feat: nicer loading bar 2021-11-23 19:34:55 +01:00