Commit Graph

2400 Commits

Author SHA1 Message Date
Christian Pauly
d29729c27c fix: QR Scanner permission 2021-08-23 18:36:13 +02:00
Christian Pauly
14586297dc change: Polish new chat design 2021-08-23 18:32:57 +02:00
Christian Pauly
4b93382fb9 fix: Sharing invite link 2021-08-23 08:40:01 +02:00
Christian Pauly
f9111b6bb3 fix: Padding and colors 2021-08-22 21:50:19 +02:00
Christian Pauly
6a432ae8de feat: Implement qr code scanner 2021-08-22 21:19:22 +02:00
Christian Pauly
b5c3d7b1e3 feat: New design for new chat page 2021-08-22 21:09:05 +02:00
Sorunome
cf74c231bb
feat: use the stripped body for notifications and room previews 2021-08-22 17:51:58 +02:00
Krille Fear
d2167c7e6f Merge branch 'overflow_file_name' into 'main'
fix: too long file names

Closes #523

See merge request famedly/fluffychat!492
2021-08-22 10:06:05 +00:00
Krille Fear
b02b77716f Merge branch 'fix_wallpaper' into 'main'
fix: wallpaper on linux

Closes #489

See merge request famedly/fluffychat!493
2021-08-22 10:05:50 +00:00
Krille Fear
e05a99293a Merge branch 'soru/escape-routes' into 'main'
fix: Properly encode and decode vRouter paths

See merge request famedly/fluffychat!487
2021-08-22 10:05:30 +00:00
Raatty
2bf64c35ea fix: wallpaper on linux 2021-08-22 16:03:18 +12:00
Raatty
6f434c79ee fix: too long file names 2021-08-22 13:35:10 +12:00
Christian Pauly
b6e6301a14 fix: Unused imports 2021-08-21 15:36:38 +02:00
Christian Pauly
32edfdef81 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-08-21 15:35:41 +02:00
Christian Pauly
853fd66b54 fix: Missing null check 2021-08-21 15:35:38 +02:00
Christian Pauly
0bfbf271d4 fix: Disable broken audioplayer for web 2021-08-21 13:40:36 +02:00
Krille Fear
12a3b04142 Merge branch 'soru/no-autocorrect-homeserver-url' into 'main'
fix: Disable autocorrect for the homeserver url field

Closes #515

See merge request famedly/fluffychat!490
2021-08-20 17:58:43 +00:00
Sorunome
e04137cddb
fix: Re-add login fixes with the new SDK 2021-08-20 16:58:59 +02:00
Christian Pauly
49a159268b chore: Update SDK 2021-08-20 13:46:30 +02:00
Krille Fear
6dddf566a2 refactor: Migrate to new matrix sdk API 2021-08-18 15:24:59 +00:00
Sorunome
4ae099fa5d
fix: Disable autocorrect for the homeserver url field 2021-08-16 18:38:22 +02:00
Krille Fear
68a29007a6 Merge branch 'soru/join-rooms' into 'main'
fix: Joining room aliases not published into the room directory

Closes #514

See merge request famedly/fluffychat!486
2021-08-16 06:19:59 +00:00
Krille Fear
ff45b17227 Merge branch 'soru/empty-room' into 'main'
fix: Empty timelines crashing the room view

See merge request famedly/fluffychat!488
2021-08-16 06:18:53 +00:00
Christian Pauly
2475921599 fix: Report content localizations 2021-08-15 20:43:38 +02:00
Sorunome
2c6b962c37
fix: Empty timelines crashing the room view 2021-08-15 19:44:38 +02:00
Sorunome
e283b6a346
fix: use vrouter.toSegments 2021-08-15 13:27:58 +02:00
Sorunome
dbadbc59e2
fix: Joining room aliases not published into the room directory 2021-08-15 09:14:23 +02:00
Sorunome
95bcb467c7
feat: Implement official emoji translations for emoji verification 2021-08-14 16:46:20 +02:00
Sorunome
7b31c00d53
fix: Make translations use plural forms 2021-08-14 12:42:47 +02:00
Sorunome
0e998c824e
fix: Use plural string in translation 2021-08-14 11:30:18 +02:00
Christian Pauly
aa308647c8 fix: Design of invite rooms 2021-08-13 12:39:42 +02:00
Christian Pauly
8cfe2a1899 fix: Requirements when to display report event button 2021-08-12 21:40:55 +02:00
Christian Pauly
e6358996e6 fix: Dont add/remove DMs to space 2021-08-12 21:11:57 +02:00
Christian Pauly
22ae2608e0 change: Nicer design for selecting items 2021-08-12 21:10:26 +02:00
Christian Pauly
689e298865 feat: Add remove rooms to and from spaces 2021-08-12 20:46:27 +02:00
Christian Pauly
3ebf3ed26c fix: Load space members to display DM rooms 2021-08-12 20:34:14 +02:00
Christian Pauly
a745d3ce68 fix: Wait for sync before enter a room a user has got invited 2021-08-12 12:33:41 +02:00
Christian Pauly
51d9a56058 fix: Display loading dialog on start DM 2021-08-12 12:15:43 +02:00
Christian Pauly
386144f0bc fix: Reply with voice messages 2021-08-12 09:59:42 +02:00
Christian Pauly
493987fe74 feat: Cupertino style record dialog 2021-08-12 09:48:10 +02:00
Christian Pauly
ca3d409714 fix: Display amplitude 2021-08-12 09:44:19 +02:00
Christian Pauly
8ca1151f3e fix: Missing null check 2021-08-11 22:04:55 +02:00
Christian Pauly
47bce19d4a feat: Display amplitude 2021-08-11 21:21:08 +02:00
Christian Pauly
ddba6c2ad6 fix: Keep display alive while recording 2021-08-11 21:17:11 +02:00
Marcus Hoffmann
5707120fc1 chore: switch image_picker back to upstream
https://github.com/flutter/plugins/pull/3194 has finally been merged.

Also update to non-deprecated pick* methods.
2021-08-10 14:01:15 +02:00
Krille Fear
5bb070b318 Merge branch 'soru/autofill-hints' into 'main'
fix: Wrap login form into `AutofillGroup`

Closes #503

See merge request famedly/fluffychat!481
2021-08-09 08:46:50 +00:00
Sorunome
e2a194484f
fix: Wrap login form into AutofillGroup 2021-08-08 19:30:51 +02:00
Sorunome
7443309b15
feat: Add option to not autoplay stickers and emotes 2021-08-08 19:21:34 +02:00
Sorunome
e8376b56f1 Merge branch 'soru/video-player' into 'main'
feat: Add video player

Closes #192

See merge request famedly/fluffychat!479
2021-08-08 16:47:23 +00:00
Krille Fear
3905baa964 Merge branch 'soru/login-no-server' into 'main'
fix: Allow fallback to previous url if there is no homeserver on the mxid domain

See merge request famedly/fluffychat!477
2021-08-08 16:38:04 +00:00
Sorunome
0e29f0057b
feat: Add video player 2021-08-08 18:31:16 +02:00
Sorunome
b7ddf795e8
fix: Try different directories on all kind of errors thrown for hive store 2021-08-08 09:56:11 +02:00
Sorunome
eabb548215
fix: Allow fallback to previous url if there is no homeserver on the mxid domain 2021-08-08 08:46:19 +02:00
Krille Fear
7f66fc733f Merge branch 'soru/verification-widget' into 'main'
feat: Nicer displaying of verification requests in the timeline

See merge request famedly/fluffychat!474
2021-08-07 18:05:29 +00:00
Sorunome
fbc5315705
feat: Nicer displaying of verification requests in the timeline 2021-08-07 19:47:51 +02:00
Krille Fear
e001e0de26 Merge branch 'soru/unread-messages-badge' into 'main'
fix: Correctly size the unread bubble in the room list

Closes #494

See merge request famedly/fluffychat!475
2021-08-07 17:29:31 +00:00
Sorunome
d51ce6be8a
fix: Correctly size the unread bubble in the room list 2021-08-07 17:16:03 +02:00
Christian Pauly
c66009543c change: Placeholder at username login field should be just username 2021-08-07 14:47:55 +02:00
Sorunome
d22b1689c4 feat: Add location sharing 2021-08-06 12:59:19 +02:00
Sorunome
92674b4424
fix: missing null check 2021-08-05 18:16:52 +02:00
Christian Pauly
c77ea2e325 fix: Space settings routing problems 2021-08-04 10:15:42 +02:00
Christian Pauly
1d92af38cb refactor: Chat list view 2021-08-04 10:09:55 +02:00
Christian Pauly
36fac99de6 fix: Do not copy room list 2021-08-04 10:08:48 +02:00
Christian Pauly
fcc66d2820 fix: Remove old workaround 2021-08-04 10:08:21 +02:00
Christian Pauly
2297195ba7 feat: Nicer spaces list 2021-08-04 10:05:58 +02:00
Christian Pauly
d487ddc05b feat: Space settings route 2021-08-04 09:56:05 +02:00
Christian Pauly
e7044e0e67 fix: display space invites in chat list 2021-08-04 09:49:34 +02:00
Christian Pauly
9a78b8ad85 fix: Selected chat list item color 2021-08-04 09:46:23 +02:00
Christian Pauly
afbd3c41a5 fix: Wrong uri subscription 2021-08-02 18:41:09 +02:00
Christian Pauly
caae0ccd01 change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Christian Pauly
ac7ee03bd9 fix: Add missing null check 2021-08-01 16:06:34 +02:00
Christian Pauly
d6728783a2 fix: Wait for first sync on bootstrap 2021-08-01 16:05:32 +02:00
Christian Pauly
a6ab9a2ab0 fix: Wait for first sync on bootstrap 2021-08-01 15:48:27 +02:00
Christian Pauly
0135780f65 fix: Missing null check and bootstrap ask 2021-08-01 15:45:41 +02:00
Christian Pauly
bb7c095ae3 fix: Logic which rooms belong to a space 2021-08-01 15:33:26 +02:00
Christian Pauly
648e690a0d refactor: ChatListView and enforce bootstrap 2021-08-01 15:21:02 +02:00
Krille Fear
672d359c8b 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
79673ed757 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
Sorunome
b00e136a08
fix: Font size settings did not affect replies 2021-08-01 10:10:22 +02:00
Sorunome
9e96135ad6
chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome
4994b77d4e
fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly
3226dc5a11 feat: Implement new space view 2021-08-01 08:05:40 +02:00
Christian Pauly
2ebefddbe0 feat: Implement basic space editing 2021-08-01 07:54:44 +02:00
Christian Pauly
77fd7a811c design: Make avatars lighter 2021-08-01 07:47:00 +02:00
Christian Pauly
d3f87aeaad feat: Light implementation of spaces drawer 2021-08-01 07:45:34 +02:00
Christian Pauly
cd1f8cc386 refactor: Select chat list item logic 2021-07-31 23:49:30 +02:00
Christian Pauly
19fc1378fb fix: Colored background for transparent avatars 2021-07-31 22:17:18 +02:00
Christian Pauly
42f64393c8 design: Nicer selected mark on chatlists 2021-07-31 20:28:21 +02:00
Christian Pauly
1a23e5fa23 fix: Avatar noPic detection 2021-07-31 20:19:57 +02:00
Sorunome
a5fc4521cb 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
Sorunome
5a44b3b3d1
chore: cleanup image pack editor to attach metadata and prepare to make it more general 2021-07-31 17:13:35 +02:00
Sorunome
493c88649d
feat: Rate limit streams so that large accounts have a smoother UI 2021-07-31 12:55:02 +02:00
Christian Pauly
3efb768825 fix: Tests 2021-07-27 16:15:13 +02:00
Christian Pauly
1a80938908 fix: Disable vrouter logs in release mode 2021-07-26 18:45:54 +02:00
Christian Pauly
76363480b5 design: Make unread listtiles more visible 2021-07-26 18:43:50 +02:00
Christian Pauly
3abe6c2ac1 design: Move pinned icon in title 2021-07-26 18:38:42 +02:00
Krille Fear
adf0688cf4 Merge branch 'soru/sticker-text' into 'main'
feat: Tapping on stickers shows the sticker body

See merge request famedly/fluffychat!456
2021-07-25 08:57:36 +00:00
Krille Fear
91e77df3f3 Merge branch 'soru/room-pills' into 'main'
feat: Display the room name in room pills

See merge request famedly/fluffychat!457
2021-07-25 08:57:03 +00:00
Sorunome
3bc5979845
feat: Tapping on stickers shows the sticker body 2021-07-24 18:20:34 +02:00
Sorunome
a33a20af4c
feat: Display the room name in room pills 2021-07-24 18:08:58 +02:00
Sorunome
c4e1a9cbd0
feat: Increase the amount of suggestions for the input bar 2021-07-24 18:07:50 +02:00
Christian Pauly
b78b6542a2 fix: Reset bootstrap on bad ssss 2021-07-24 11:45:27 +02:00
Christian Pauly
b71dd4bc08 fix: Hide stickers button when there is not sticker pack 2021-07-24 10:52:54 +02:00
Christian Pauly
a8201c4358 fix: Download files on iOS 2021-07-24 10:47:34 +02:00
Christian Pauly
4c2e690125 fix: Record voice messages on iOS 2021-07-24 10:35:18 +02:00
Sorunome
a4ec2a09a2
fix: cropped sticker 2021-07-23 20:31:37 +02:00
Krille Fear
5fe0289c96 Merge branch 'soru/stickers' into 'main'
feat: Add sticker picker

See merge request famedly/fluffychat!452
2021-07-23 17:38:03 +00:00
Sorunome
205d7e8f5f feat: Add sticker picker 2021-07-23 19:33:04 +02:00
Krille Fear
9f4747057c Merge branch 'fix_busy_loop' into 'main'
fix: busy loop due to CircularProgressIndicator

See merge request famedly/fluffychat!453
2021-07-23 16:40:27 +00:00
Christian Pauly
b1c35e5e1c refactor: Rename store and allow storing custom values 2021-07-23 18:39:18 +02:00
Steef Hegeman
15856e15dc fix: busy loop due to CircularProgressIndicator
It can get redrawn even if the owning AnimatedContainer class has height
0. Setting it to completion when done stops the rebuilding cpu overhead.
2021-07-23 17:05:19 +02:00
Christian Pauly
a206f23ad4 fix: Crash on timeline 2021-07-23 09:13:24 +02:00
Sorunome
3d980df674
feat: Also suggest username completions based on their slugs 2021-07-21 20:46:17 +02:00
Christian Pauly
f01c62c23d chore: Update SDK 2021-07-21 16:22:49 +02:00
Krille Fear
0b147a2116 Merge branch 'soru/mentions' into 'main'
feat: Nicer mentions

Closes #444

See merge request famedly/fluffychat!446
2021-07-21 06:46:18 +00:00
Krille Fear
b213ed74ba Merge branch 'soru/fix-linux' into 'main'
fix: Linux failing on attempting to open hive

See merge request famedly/fluffychat!447
2021-07-21 06:45:53 +00:00
Sorunome
a4579a5760
fix: Make sure the aspect ratio of image bubbles stays the same 2021-07-20 20:37:36 +02:00
Sorunome
76e476e2f9
fix: Linux failing on attempting to open hive 2021-07-20 18:02:59 +02:00
Sorunome
99bc8198e9
feat: Nicer mentions 2021-07-20 17:54:48 +02:00
Sorunome
9a74d0977b Merge branch 'soru/sticker-rendering' into 'main'
feat: Render stickers nicer

See merge request famedly/fluffychat!445
2021-07-20 15:34:50 +00:00
Krille Fear
41b6a14211 Merge branch 'soru/emotes-and-stickers' into 'main'
chore: Update image pack file format to match that of the emote msc

See merge request famedly/fluffychat!433
2021-07-20 07:44:28 +00:00
Sorunome
35523a5200
feat: Render stickers nicer 2021-07-19 19:23:38 +02:00
Sorunome
b05189230f
chore: Update image pack file format to match that of the emote msc 2021-07-18 20:00:20 +02:00
Krille Fear
e2150a0c5c Merge branch 'soru/download-audio' into 'main'
feat: Add download button to audio messages

See merge request famedly/fluffychat!443
2021-07-18 17:24:25 +00:00
Sorunome
bbb2f434c3
feat: Add download button to audio messages 2021-07-18 19:19:38 +02:00
Christian Pauly
aa0033c0a6 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-07-18 19:04:13 +02:00
Christian Pauly
befd8e1160 feat: Android SSO in webview 2021-07-18 19:04:09 +02:00
Sorunome
4ab737a174 Merge branch 'soru/better-image-fallback' into 'main'
cleanup: Better image bubble error handling

See merge request famedly/fluffychat!442
2021-07-18 17:00:24 +00:00
Christian Pauly
12eb09f553 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-07-18 12:37:03 +02:00
Christian Pauly
6821a421b6 fix: Make sure the textfield is unfocused before opening the camera 2021-07-18 12:17:56 +02:00
Sorunome
e765d6564b
cleanup: Better image bubble error handling 2021-07-18 11:17:58 +02:00
Christian Pauly
ba685b7a1f fix: Close safariviewcontroller on SSO 2021-07-15 14:04:29 +02:00
Krille Fear
675025e69e Merge branch 'soru/lottie' into 'main'
feat: Add rendering of lottie files

See merge request famedly/fluffychat!437
2021-07-13 16:32:08 +00:00
Krille Fear
f97216d8af Merge branch 'soru/set-prefered-jitsi' into 'main'
fix: Check for jitsi server in well-known lookup also on login screen

See merge request famedly/fluffychat!436
2021-07-13 16:31:09 +00:00
Krille Fear
b5b9a05511 Merge branch 'soru/desktop-e2ee-files' into 'main'
fix: show thumbnails in timeline on desktop

See merge request famedly/fluffychat!438
2021-07-13 16:30:02 +00:00
Krille Fear
7b3d3781db Merge branch 'soru/save-file-picker' into 'main'
feat: Add a proper file saver

Closes #381 and #213

See merge request famedly/fluffychat!439
2021-07-13 16:29:31 +00:00
Krille Fear
51e33562d8 Merge branch 'soru/nicer-device-detection' into 'main'
feat: Better detect the device type from the device name

See merge request famedly/fluffychat!440
2021-07-13 16:28:10 +00:00
Christian Pauly
d10d23ac62 fix: Workaround for iOS not removing the app badge 2021-07-13 18:26:55 +02:00
Christian Pauly
6f8ad27420 fix: Keyboard hides imagePicker buttons on iOS 2021-07-13 10:32:11 +02:00
Sorunome
63ee2b3a02
feat: Better detect the device type from the device name 2021-07-12 13:49:12 +02:00
Sorunome
f7f1b752c2
feat: Add a proper file saver 2021-07-12 11:54:14 +02:00
Sorunome
14f8f791e0
fix: show thumbnails in timeline on desktop 2021-07-11 16:11:41 +02:00
Sorunome
0319eefbd8
feat: Add rendering of lottie files 2021-07-11 14:30:39 +02:00
Sorunome
9124760812
fix: Check for jitsi server in well-known lookup also on login screen 2021-07-11 12:41:20 +02:00
Christian Pauly
30d4bc5c49 fix: SSO on web 2021-07-08 18:42:46 +02:00
Christian Pauly
3601e40a82 change: Sign in button according to apples HIG 2021-07-08 18:09:19 +02:00
Christian Pauly
8fef28ae87 chore: Update dependencies 2021-07-08 17:20:38 +02:00
Christian Pauly
fbc78119fa chore: Update matrix und vrouter 2021-07-08 17:10:20 +02:00
Krille Fear
37179a0665 Merge branch 'krille/remove-moor' into 'main'
refactor: Remove moor

See merge request famedly/fluffychat!431
2021-07-03 09:17:03 +00:00
S1m
ccd3dc730a update unifiedpush 2021-07-02 09:35:31 +02:00
Christian Pauly
9c47cbffd5 refactor: Remove moor 2021-06-30 20:20:17 +02:00
Christian Pauly
cc67537d0a chore: Bump version 2021-06-29 08:49:47 +02:00
Christian Pauly
1c1a4fa4f3 fix: Flutter Hive on Linux 2021-06-29 07:59:37 +02:00
Christian Pauly
6bbd6eb0c0 fix: Messagebubble 2021-06-26 12:06:09 +02:00
Christian Pauly
b65a1383ae refactor: Move logs to about dialog 2021-06-26 10:43:07 +02:00
Krille Fear
3bb257a907 Merge branch 'soru/fix-thumbnails' into 'main'
fix: Database does not store files correctly

Closes #450

See merge request famedly/fluffychat!428
2021-06-24 14:47:13 +00:00
Krille Fear
4605f6de26 Merge branch 'soru/emote-settings' into 'main'
fix: Make emote settings work again

Closes #446

See merge request famedly/fluffychat!429
2021-06-24 14:43:46 +00:00
Sorunome
6daf0dad4f
fix: Make emote settings work again 2021-06-24 16:39:17 +02:00
Christian Pauly
e2724cdc46 chore: Remove dividers 2021-06-24 15:56:40 +02:00
Sorunome
33832dce0e
fix: Database does not store files correctly 2021-06-24 14:13:35 +02:00
Christian Pauly
a39790cdca refactor: Remove FluffyClient and make it no longer static 2021-06-23 16:20:51 +02:00
Christian Pauly
b90c5d4383 chore: Make connection header less chatty 2021-06-23 11:40:12 +02:00
Christian Pauly
9bc5913651 design: Sort settings routes 2021-06-23 11:26:12 +02:00
Christian Pauly
16c2249483 fix: Bootstrap dialog 2021-06-22 17:56:15 +02:00
Krille Fear
8fcdd4236a Merge branch 'commands-ux' into 'main'
/commands input suggestions + missing dialog

See merge request famedly/fluffychat!424
2021-06-22 14:55:15 +00:00
Christian Pauly
972538b624 feat: Show progress bar and sync status 2021-06-22 15:46:52 +02:00
Christian Pauly
0fb9218b89 chore: Remove workaround of initialUrl 2021-06-22 12:31:18 +02:00
Christian Pauly
30011f4761 refactor: Use flutter cache manager for avatar push cashing 2021-06-21 13:13:22 +02:00
Christian Pauly
20b7f2904a design: Make some progress indicator more thin 2021-06-20 14:36:01 +02:00
Christian Pauly
2be26e0287 design: Remove annoying progress indicator from avatar 2021-06-20 14:32:12 +02:00
Christian Pauly
c49a410eac fix: Formatting 2021-06-20 14:27:07 +02:00
Christian Pauly
7f491c26cd design: Minor improvements 2021-06-20 14:08:34 +02:00
Christian Pauly
6ab0b02c6b design: Make load more button an elevated button 2021-06-20 14:05:47 +02:00
Steef Hegeman
65b1215187 /commands: missing command dialog
When sending a message, show an alert dialog if a command is not
recognized, offering to either cancel or send as text.
2021-06-20 13:51:36 +02:00
Steef Hegeman
7d25bbb539 InputBar: suggestions for /commands with hints 2021-06-20 13:51:26 +02:00
Christian Pauly
8dea650300 fix: Flickerfree app start 2021-06-20 13:45:35 +02:00
Christian Pauly
797105cd17 design: Disappearing dividers between chats 2021-06-20 13:25:06 +02:00
Christian Pauly
3b7144d805 change: Place backup hint banner in chat list 2021-06-20 13:16:51 +02:00
Christian Pauly
3993984a2b design: Nicer first loading design 2021-06-20 12:57:46 +02:00
Christian Pauly
6ae7a0ce3a refactor: Use different client name on debug 2021-06-20 12:44:09 +02:00
Christian Pauly
def075aa8c design: Nicer loading screen and empty page 2021-06-20 09:38:28 +02:00
Krille Fear
9c5a590ee7 Merge branch 'fix_versions' into 'main'
fix version on non mobile platforms

See merge request famedly/fluffychat!426
2021-06-20 07:05:04 +00:00
Christian Pauly
2eec7bf6d0 feat: More stable connection status header 2021-06-20 09:03:22 +02:00
Raatty
a18468a52f fix version on non mobile platforms 2021-06-20 10:24:39 +12:00
Christian Pauly
cb84e82365 chore: follow up of web sso fix 2021-06-18 16:15:11 +02:00
Christian Pauly
92e4b50955 chore: Make webBaseUrl configurable in config.json 2021-06-18 15:38:01 +02:00
Christian Pauly
826d8778dd fix: SSO on web 2021-06-18 15:36:27 +02:00
Christian Pauly
a74ca8ecb6 fix: iOS SSO 2021-06-18 11:21:00 +02:00
Christian Pauly
938d1d054c refactor: Switch to pub.dev version of matrix sdk 2021-06-18 10:29:48 +02:00
Christian Pauly
aeaa4a7081 chore: Update database migration 2021-06-18 09:24:38 +02:00
Christian Pauly
07d4842b28 chore: Make file storing unencrypted 2021-06-14 08:18:55 +02:00
Christian Pauly
3e0be0f8fd chore: fix Web secure storage 2021-06-12 13:41:22 +02:00
Christian Pauly
bd60c67535 chore: Fix web hive encryption 2021-06-12 12:14:36 +02:00
Christian Pauly
6ee4ca73cb feat: Implement hive 2021-06-11 11:40:38 +02:00
Christian Pauly
a48d84fe27 feat: One page login 2021-06-11 10:08:04 +02:00
Krille Fear
09e1db1579 Merge branch 'issue-371' into 'main'
display who sent a reactji on long press

Closes #371

See merge request famedly/fluffychat!422
2021-06-10 17:32:16 +00:00
ryg-git
4191a42719 display who sent a reactji on long press 2021-06-10 17:32:16 +00:00
Christian Pauly
086209fd39 fix: Load urls directly 2021-06-10 10:20:00 +02:00
Krille Fear
f4e2a57848 fix: Shift+Enter should delete selection 2021-06-07 07:37:27 +00:00
Christian Pauly
53b6c8bb28 fix: ImageViewer again 2021-06-06 17:56:01 +02:00
Christian Pauly
004d6b2c83 fix: Display error when request history 2021-06-06 17:28:00 +02:00
Christian Pauly
65342a36a3 fix: Set homeserver from localstorage in web 2021-06-06 17:09:32 +02:00
Christian Pauly
cefa4be534 fix: SSO on web hopefully 2021-06-06 17:07:19 +02:00
Christian Pauly
f6082c5bac feat: New registration workflow 2021-06-06 16:55:31 +02:00
Christian Pauly
afa1003e44 fix: Correct context for Image Bubble 2021-06-06 15:23:21 +02:00
Christian Pauly
f82ce1b000 chore: Update audioplayers 2021-06-06 10:50:26 +02:00
Christian Pauly
7d6cbeec26 fix: Image viewer routing 2021-06-06 10:09:13 +02:00
Christian Pauly
2b83e69c1f refactor: active room ID now only in defined in the path 2021-06-06 10:00:52 +02:00
Christian Pauly
839b0d042b fix: set avatar 2021-06-05 09:21:48 +02:00
Christian Pauly
01f6b5e0d3 fix: unreadBubbleSize 2021-06-05 09:12:34 +02:00
Krille Fear
9e218174db Merge branch 'android-back-button-cancels-share' into 'main'
android: back button cancels share (still pops)

See merge request famedly/fluffychat!421
2021-06-02 05:57:13 +00:00
Christian Pauly
2421589bcb fix: OnePageCard elevation 2021-05-31 21:17:00 +02:00
Christian Pauly
e6f3f0bb5e fix: Better profile caching in settings 2021-05-31 20:58:20 +02:00
Steef Hegeman
83c73cac9b android: back button cancels share (still pops) 2021-05-31 20:41:46 +02:00
Christian Pauly
2467cab539 feat: Button to remove avatar 2021-05-31 19:33:40 +02:00
Christian Pauly
ebbdf9abef fix: Recording dialog buttons 2021-05-31 19:13:57 +02:00
Christian Pauly
01093c7e3d fix: AudioPlayer color and remove web workaround 2021-05-31 18:03:59 +02:00
Christian Pauly
b2d250c5ef feat: Cute animations for unread badge and typing icon 2021-05-31 17:37:35 +02:00
Christian Pauly
1bba8164f0 change: Minor color changes for chat list items 2021-05-31 17:12:33 +02:00
Christian Pauly
11df0076cb fix: Disable shortcuts for android and iOS 2021-05-31 10:59:52 +02:00
Christian Pauly
b0bcdfcb51 fix: Analyzer 2021-05-30 15:43:03 +02:00
Christian Pauly
797ace3948 fix: Design 2021-05-30 15:37:39 +02:00
Christian Pauly
3d7e1554bf feat: Dynamic appbar elevation and FAB in chat list 2021-05-30 12:41:19 +02:00
Christian Pauly
34b8751328 feat: Minor button design changes 2021-05-30 12:25:29 +02:00
Christian Pauly
035d045d30 fix: Minor design 2021-05-29 09:56:52 +02:00
Christian Pauly
14f3bb6e8a Update version 2021-05-28 22:47:40 +02:00
Christian Pauly
f9bec90f3d fix: Multiline keyboard on web and desktop 2021-05-28 22:44:20 +02:00
Christian Pauly
e300048d3b fix: No push setup 2021-05-28 20:32:52 +02:00
Steef Hegeman
a67de58d9a formatting 2021-05-27 00:08:38 +02:00
Steef Hegeman
24b632fc90 back button clears selection: room list and chat
When a room or event is selected and the Android back button is pressed,
don't pop but clear the current selection. Fixes #399.
2021-05-26 20:58:50 +02:00
Christian Pauly
1e5393a9e1 fix: Navigator context 2021-05-26 09:35:00 +02:00
Christian Pauly
ece1238846 fix: Image viewer 2021-05-25 20:41:37 +02:00
Christian Pauly
91965b141d fix: Image viewer 2021-05-25 15:35:14 +02:00
Christian Pauly
ee9409eb7e fix: Formatting 2021-05-24 12:16:46 +02:00
Christian Pauly
e5a871c913 fix: Chat layout 2021-05-24 11:22:03 +02:00
Christian Pauly
1daece0a7c fix: Snackbars 2021-05-24 11:10:38 +02:00
Christian Pauly
fc8d214f01 design: Minor improvements of login buttons 2021-05-24 11:09:17 +02:00
Christian Pauly
c5620c4f69 fix: Click on room aliases 2021-05-24 11:07:02 +02:00
Christian Pauly
b0ccf845b8 fix: Search public rooms 2021-05-24 11:03:08 +02:00
Christian Pauly
ddd5711f79 refactor: Deprecate accentColor 2021-05-24 10:59:00 +02:00
Christian Pauly
445a2498f1 fix: Initial url on web 2021-05-24 10:24:49 +02:00
Christian Pauly
4e026c1f20 refactor: Remove scrollbars
They are now added automatically in Flutter 2.2
2021-05-24 09:50:27 +02:00
Christian Pauly
462baef9b2 fix: When to show third column 2021-05-23 20:18:29 +02:00
Christian Pauly
93a6726aeb fix: Minor regressions 2021-05-23 20:17:10 +02:00
Christian Pauly
64596b4970 fix: Layouts 2021-05-23 18:46:15 +02:00
Christian Pauly
8ee4e3c155 fix: Regressions because of vrouter 2021-05-23 15:02:36 +02:00
Christian Pauly
00e43c666e fix: Formatting 2021-05-23 14:26:24 +02:00
Christian Pauly
f1d0dba544 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-05-23 13:51:08 +02:00
Christian Pauly
1ebae21ea2 feat: Switch to VRouter 2021-05-23 13:28:49 +02:00
Christian Pauly
8921389e15 fix: Dont recommend microG on iPhone 2021-05-23 07:12:44 +02:00
Christian Pauly
c04b0c7e8a design: Make snackbars always floating 2021-05-22 10:40:34 +02:00
Christian Pauly
8e1948b12e feat: Redesign SSO login 2021-05-22 10:25:37 +02:00
Christian Pauly
e6be6849f7 fix: "Pick an image" button in emote settings doesn't do anything 2021-05-22 09:29:07 +02:00
Christian Pauly
ebc598a0ae refactor: Structure files in more directories 2021-05-22 09:24:39 +02:00
Christian Pauly
e44de26353 refactor: Rename UI to Views 2021-05-22 09:13:47 +02:00
Christian Pauly
cc113bb61a refactor: rename UI to View and MVC login page 2021-05-22 09:08:44 +02:00
Christian Pauly
a93165e7ff refactor: Rename views to pages 2021-05-22 08:57:49 +02:00
Christian Pauly
56a2455668 refactor: Move widgets to lib 2021-05-22 08:53:52 +02:00
Christian Pauly
0526e6663f refactor: Move translations to assets 2021-05-22 08:42:39 +02:00
Christian Pauly
2540a6c926 fix: Formatting and style 2021-05-20 14:36:23 +02:00
Christian Pauly
4f13473593 refactor: Update SDK 2021-05-20 13:59:55 +02:00
Christian Pauly
e1bd4e174c fix: Emoji picker 2021-05-20 13:49:10 +02:00
Christian Pauly
37c40a2cb5 feat: Cute animation for hiding the + button in inputbar 2021-05-20 13:33:45 +02:00
steve jobs
301eecb53c
Translated using Weblate (Chinese (Simplified))
Currently translated at 81.9% (353 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
2021-05-18 17:34:07 +02:00
ayiniho
3b98ea886a
Translated using Weblate (Japanese)
Currently translated at 95.8% (413 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-18 17:34:07 +02:00
cPidx
6bded86b73
Translated using Weblate (Japanese)
Currently translated at 95.8% (413 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-18 17:34:07 +02:00
Milo Ivir
5ff107dde8
Translated using Weblate (Croatian)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-05-18 17:34:05 +02:00
Christian Pauly
c0d446b41e fix: Systemuioverlaystyle 2021-05-16 18:13:35 +02:00
Christian Pauly
8292ee77d1 refactor: Use default systemUiOverlayStyle 2021-05-16 18:10:59 +02:00
Christian Pauly
d986986c97 fix: Status bar and system navigation bar theme 2021-05-16 16:44:39 +02:00
Christian Pauly
6d7c52c61f fix: Open URIs 2021-05-16 16:38:52 +02:00
J. Lavoie
7c533246f5
Translated using Weblate (German)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-05-16 15:33:49 +02:00
Christian Pauly
f347edd57b fix: Status bar color 2021-05-16 12:02:39 +02:00
Christian Pauly
85be044726 design: Minor design refactoring 2021-05-16 11:29:18 +02:00
Christian Pauly
0b3734ff2b feat: Improved chat bubble design and splash animations 2021-05-16 11:06:46 +02:00
Christian Pauly
e6c20ddd18 feat: Zoom page transition on Android and Fuchsia 2021-05-16 09:58:21 +02:00
Jelv
e9557ebbf1
Translated using Weblate (Dutch)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-05-15 14:32:25 +02:00
Слободан Симић(Slobodan Simić)
85c77b22e6
Translated using Weblate (Serbian)
Currently translated at 99.5% (429 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/
2021-05-15 14:32:24 +02:00
Oğuz Ersen
31cb02206e
Translated using Weblate (Turkish)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-05-15 14:32:23 +02:00
Xosé M
af6363cbb8
Translated using Weblate (Galician)
Currently translated at 99.7% (430 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-05-15 14:32:22 +02:00
Anne Onyme 017
237d0976ea
Translated using Weblate (French)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-05-15 14:32:22 +02:00
Priit Jõerüüt
d0fb9f1e5d
Translated using Weblate (Estonian)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-05-15 14:32:21 +02:00
Milan Korecky
1a664881e2
Translated using Weblate (Czech)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-05-15 14:32:20 +02:00
Christian Pauly
88a7e8d250 fix: Workaround for iOS not clearing notifications with fcm_shared_isolate 2021-05-15 12:15:03 +02:00
Christian Pauly
107a3aac86 fix: Minor glitch in bootstrap 2021-05-15 12:06:13 +02:00
Christian Pauly
08dd2d7d22 fix: Send read markers 2021-05-15 11:55:04 +02:00
Krille Fear
e4af5ddeef Merge branch 'main' into 'main'
fix: Android input after sending message

Closes #405

See merge request famedly/fluffychat!413
2021-05-13 10:48:05 +00:00
Alan Diwix
4488520f06 fix: Android input after sending message 2021-05-13 10:48:05 +00:00
Christian Pauly
c9a3b42302 change: Use tchncs.de as default homeserver 2021-05-13 12:40:29 +02:00
Christian Pauly
19616f3457 feat: Implement registration with email 2021-05-13 12:39:00 +02:00
Christian Pauly
48bf1169bc refactor: UIA registering 2021-05-13 11:10:05 +02:00
Shogo Takata
6c876ab2ac
Translated using Weblate (Japanese)
Currently translated at 82.2% (353 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-10 11:32:07 +02:00
ayiniho
65f98c4e09
Translated using Weblate (Japanese)
Currently translated at 82.2% (353 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-10 11:32:06 +02:00
xenofem
ca1ed266f0 [widgets] fix color contrast on display names on messages in dark mode 2021-05-09 03:26:10 -04:00
Christian Pauly
cd1e9aeb37 fix: Record audio on iOS 2021-05-07 19:54:32 +02:00
Jelv
29636f5066
Translated using Weblate (Dutch)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-05-07 10:32:12 +02:00
Слободан Симић(Slobodan Simić)
1390fcc689
Translated using Weblate (Serbian)
Currently translated at 99.5% (427 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/
2021-05-07 10:32:11 +02:00
Jelv
2a1ec48ddf
Translated using Weblate (Dutch)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-05-04 18:31:58 +02:00
Milo Ivir
47b9e86aa5
Translated using Weblate (Croatian)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-05-04 18:31:57 +02:00
Xosé M
df10b3b351
Translated using Weblate (Galician)
Currently translated at 99.7% (428 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-05-04 18:31:56 +02:00
Priit Jõerüüt
a838288ba0
Translated using Weblate (Estonian)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-05-04 18:31:56 +02:00
Emir
a2bc8d1f0b
Translated using Weblate (Spanish)
Currently translated at 70.6% (303 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2021-05-04 18:31:55 +02:00
Pablo Montepagano
bef93419b5
Translated using Weblate (Spanish)
Currently translated at 70.6% (303 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2021-05-04 18:31:55 +02:00
Christian Pauly
f84a523416 chore: Update macOS and iOS builds 2021-05-02 08:01:44 +02:00
Christian Pauly
3c807ab3b8 fix: Clear events 2021-05-01 19:00:21 +02:00
Christian Pauly
4510c259e1 fix: Animation of recording dialog 2021-05-01 16:43:43 +02:00
Christian Pauly
918731b8d6 fix: Formatting 2021-05-01 16:28:41 +02:00
Christian
16a5a1c61b
Translated using Weblate (German)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-05-01 16:07:50 +02:00
Christian Pauly
e74b102ecf fix: RecordingDialog 2021-05-01 15:49:36 +02:00
Christian Pauly
f3b0092bf0 fix AudioPlayer state text 2021-05-01 15:45:48 +02:00
Christian Pauly
16febd3c34 fix: Crash on start 2021-05-01 15:42:23 +02:00
Oğuz Ersen
83c066b387
Translated using Weblate (Turkish)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-05-01 14:12:03 +02:00
Anne Onyme 017
de32206f45
Translated using Weblate (French)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-05-01 14:12:02 +02:00
Milan Korecky
f3579004e3
Translated using Weblate (Czech)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-05-01 14:12:01 +02:00
Christian Pauly
25e76f048e feat: Desktop notifications on Linux Desktop 2021-05-01 11:52:47 +02:00
Christian Pauly
f8ba7bdbcd fix: Lock screen 2021-05-01 11:43:54 +02:00
Christian Pauly
eaa718c864 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-05-01 10:04:48 +02:00
Christian Pauly
dbb0464a2a fix: UserBottomSheet 2021-05-01 10:04:44 +02:00
Anne Onyme 017
37eed6f7ae Translated using Weblate (French)
Currently translated at 100.0% (426 of 426 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-05-01 09:58:30 +02:00
Priit Jõerüüt
6971b4c136 Translated using Weblate (Estonian)
Currently translated at 100.0% (426 of 426 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-05-01 09:58:30 +02:00
Christian Pauly
642db67709 feat: Much better alias managing 2021-05-01 09:58:14 +02:00
Christian Pauly
b9f5c94ead refactor: Remove unused variable 2021-05-01 08:14:58 +02:00
Christian Pauly
f366ab6a22 feat: Archive with clean up 2021-05-01 08:12:14 +02:00
Christian Pauly
2b9bd9cdc0 fix: Message bubble wrong height 2021-05-01 07:50:31 +02:00
Christian Pauly
0d6b43dea5 fix: Low height layout 2021-05-01 07:46:33 +02:00
Christian Pauly
9588f76295 design: Reduce alpha a little bit more 2021-05-01 07:45:11 +02:00
Christian Pauly
2c8a8a4313 fix: Behaviour of homeserver textfield 2021-05-01 07:40:12 +02:00
Christian Pauly
6728993c50 design: Reduce alpha for background 2021-05-01 07:40:01 +02:00
Christian Pauly
334d4c04df refactor: Remove flutter_sound 2021-04-30 17:22:29 +02:00
Christian Pauly
2cf4f47950 refactor: Switch to record package 2021-04-30 17:09:26 +02:00
Christian Pauly
aa3348e72e chore: Update UP and automatically re-register UP on startup 2021-04-30 16:59:26 +02:00
Christian Pauly
34b29e3e64 design: Minor design tweaks 2021-04-25 15:09:47 +02:00
Christian Pauly
0a5270bbf7 fix: EmojiPicker background 2021-04-25 07:27:06 +02:00
Christian Pauly
bd53745f35 refactor: Widget file structure and MVC user bottom sheet 2021-04-24 09:29:17 +02:00
Christian Pauly
69deae3dc1 refactor: Dialogs as views 2021-04-24 09:15:59 +02:00
Christian Pauly
bc5e973106 refactor: MVC Settings page 2021-04-24 08:22:42 +02:00
Christian Pauly
c291b08d59 refactor: MVC Settings Notifications 2021-04-24 08:14:53 +02:00
Christian Pauly
a64ada50d4 refactor: MVC multiple emote settings 2021-04-24 08:00:03 +02:00
Christian Pauly
f23fdccada refactor: MVC settings ignore list 2021-04-24 07:43:47 +02:00
Christian Pauly
1f9f3f4210 refactor: MVC emote settings 2021-04-24 07:40:13 +02:00
Sorunome
ccd7964cfb
fix: e2ee files 2021-04-23 15:58:12 +02:00
Christian Pauly
81c6906eba fix: Remove the goddamn package from hell circular checkbox!!! Shame on you! SHAME! 2021-04-22 22:12:21 +02:00
Christian Pauly
ca82a46238 refactor: Null safe dependencies 2021-04-22 08:16:21 +02:00
Christian Pauly
c6083b6491 refactor: MVC settings style 2021-04-18 09:18:23 +02:00
Christian Pauly
586c2481de fix: Missing null check 2021-04-18 08:06:10 +02:00
Christian Pauly
6bfe7b292a refactor: MVC settings 3pid 2021-04-17 11:27:58 +02:00
Christian Pauly
b008d56fcc refactor: MVC search 2021-04-17 11:24:00 +02:00
Christian Pauly
0231feb5c5 fix: Chat ui 2021-04-17 09:51:08 +02:00
Christian Pauly
4f20ea4d64 fix: Chat UI doesnt load 2021-04-16 14:37:01 +02:00
Christian Pauly
3d4decb5b5 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-04-16 08:38:40 +02:00
سهیل خانعلی‌پور
419834f803
Added translation using Weblate (Persian) 2021-04-15 21:35:15 +02:00
Jelv
3000062551
Translated using Weblate (Dutch)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-04-15 21:26:49 +02:00
Nikita Epifanov
19f04ed50f
Translated using Weblate (Russian)
Currently translated at 98.5% (419 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-04-15 21:26:47 +02:00
Christian Pauly
fb618243f5 refactor: Folder structure and MVC chat ui 2021-04-15 13:03:56 +02:00
Christian Pauly
1fe5b78ec6 refactor: Move some views to widgets 2021-04-15 10:14:21 +02:00
Christian Pauly
15731b977c refactor: MVC device settings view 2021-04-15 09:46:43 +02:00
Christian Pauly
453d4f3423 refactor: New private chat view 2021-04-15 09:05:41 +02:00
Christian Pauly
001e0ee48f refactor: MVC chat permission settings 2021-04-15 08:48:26 +02:00
Christian Pauly
7658425a7d refactor: MVC chat list view 2021-04-14 14:09:46 +02:00
Christian Pauly
576e840ba8 refactor: MVC chat encryption settings 2021-04-14 14:02:10 +02:00
Christian Pauly
28ed394e90 refactor: MVC chat details 2021-04-14 13:58:40 +02:00
Christian Pauly
ebbfb395df Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-04-14 13:41:42 +02:00
Christian Pauly
6a56ec4e18 refactor: Enable more lints 2021-04-14 10:37:15 +02:00
Слободан Симић(Slobodan Simić)
9ccab14dbc
Translated using Weblate (Serbian)
Currently translated at 99.5% (423 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/
2021-04-13 19:27:30 +02:00
J. Lavoie
fead11f2eb
Translated using Weblate (Italian)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/
2021-04-13 19:27:29 +02:00
K. Herbert
295374a10a
Translated using Weblate (Italian)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/
2021-04-13 19:27:29 +02:00
Xosé M
e03f65872e
Translated using Weblate (Galician)
Currently translated at 99.7% (424 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-04-13 19:27:28 +02:00
Christian Pauly
3f889e220d refactor: MVC new group view 2021-04-13 16:28:27 +02:00
Christian Pauly
c12e815ff1 refactor: MVC invitation selection 2021-04-13 16:25:08 +02:00
Christian Pauly
3f854d6984 fix: Save file 2021-04-13 16:08:28 +02:00
Christian Pauly
f1166b2166 fix: Routing broken in chat details 2021-04-13 15:57:19 +02:00
Christian Pauly
9aa7d52792 fix: Minor sentry crashes 2021-04-12 20:48:33 +02:00
Christian Pauly
c2cbad7ffa refactor: MVC archive 2021-04-12 18:33:43 +02:00
Christian Pauly
fa0162a71b refactor: MVC sign up password view 2021-04-12 17:40:45 +02:00
Christian Pauly
db19b37f72 refactor: MVC sign up view 2021-04-12 17:31:53 +02:00
Christian Pauly
76199418b2 fix: nogooglewarning 2021-04-11 15:34:37 +02:00
Jelv
54f2ead465
Translated using Weblate (Dutch)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-04-11 09:26:46 +02:00
Oğuz Ersen
0859404dfa
Translated using Weblate (Turkish)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-04-11 09:26:45 +02:00
Milo Ivir
b7fee26798
Translated using Weblate (Croatian)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-04-11 09:26:45 +02:00
Anne Onyme 017
366b032810
Translated using Weblate (French)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-04-11 09:26:44 +02:00
Priit Jõerüüt
f91b8a0628
Translated using Weblate (Estonian)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-04-11 09:26:43 +02:00
Christian Pauly
d4d2c88330 tests: Add tests for homeserver picker 2021-04-10 17:30:15 +02:00
Christian Pauly
f5f02c62d8 refactor: Controllers 2021-04-10 09:06:24 +02:00
Christian Pauly
05dc57ad2a Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-04-09 20:56:17 +02:00
Christian Pauly
1d4070580a fix: Room upgrade again 2021-04-09 20:56:12 +02:00
Christian
de103a3130
Translated using Weblate (German)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-04-09 20:41:46 +02:00
Christian Pauly
c79562f5da fix: Better padding 2021-04-09 20:35:28 +02:00
Christian Pauly
dac26dd754 fix: Room upgrade 2021-04-09 20:33:37 +02:00
Christian Pauly
ef7ccef62b chore: Clean up repo 2021-04-09 20:16:56 +02:00
Christian Pauly
3a6b3292f2 fix: iOS 2021-04-09 19:57:59 +02:00
Christian Pauly
75258271af design: Column mode auto padding 2021-04-09 18:26:44 +02:00
Christian Pauly
0146767e8a fix: React if not allowed 2021-04-09 17:55:45 +02:00
Christian Pauly
3eeb9a96e5 chore: Nicer FAB icon 2021-04-09 17:53:33 +02:00
Christian Pauly
da3dc8078d chore: Archive button in main menu 2021-04-09 17:49:31 +02:00
Christian Pauly
29f8e05903 chore: turn renderHtml and hideUnknownEvents on 2021-04-09 17:40:14 +02:00
Christian Pauly
a154db0826 fix: iPad dividerwidth 2021-04-09 17:39:01 +02:00
Christian Pauly
ebf73bfdeb fix: Remove blur 2021-04-09 17:32:50 +02:00
Christian Pauly
7e5eae573e fix: Support for email registration 2021-04-09 17:04:08 +02:00
Christian Pauly
6250fd02aa fix: Typo 2021-04-09 16:54:00 +02:00
Christian Pauly
56e5c81d1c fix: #323 2021-04-09 16:50:17 +02:00
Christian Pauly
8b9f4a43f4 refactor: Move app_config to /configs 2021-04-09 16:29:48 +02:00
Christian Pauly
8e828d8217 refactor: homeserver picker view 2021-04-09 16:28:26 +02:00
Christian Pauly
c9ab69a15b refactor: widgets dir 2021-04-09 16:15:03 +02:00
Christian Pauly
62bf380e40 fix: Buggy routing 2021-04-09 15:54:54 +02:00
Christian Pauly
de9e3739fe fix:
barrierDismissible: true,
2021-04-09 15:53:26 +02:00
Christian Pauly
0e172c7465 fix: UserBottomSheet SafeArea 2021-04-09 15:52:05 +02:00
Christian Pauly
c057d31d21 fix: Add normal mode again to OnePageCard 2021-04-09 15:48:50 +02:00
Christian Pauly
e3474bf220 design: Add blur to background image 2021-04-09 15:46:12 +02:00
Christian Pauly
93477d3a1e fix: ScrollController in chatlist 2021-04-09 15:28:35 +02:00
Christian Pauly
8911e649fd fix: SafeArea on iPad 2021-04-09 15:26:23 +02:00
Christian Pauly
829b3b2660 design: 2021-04-09 15:18:34 +02:00
Nikita Epifanov
9f8fa5fc1e
Translated using Weblate (Russian)
Currently translated at 98.5% (417 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-04-09 13:26:45 +02:00
Christian Pauly
7cb0dc4d2b fix: Missing null check 2021-04-08 07:38:14 +02:00
Hermógenes Oliveira
4eb919b805
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pt_BR/
2021-04-07 21:26:44 +02:00
Christian Pauly
6cdce6f673 change: Switch to ScaffoldMessenger 2021-04-03 13:09:20 +02:00
Christian Pauly
5bf54837c2 fix: Overflow in chat app bar 2021-04-03 12:57:02 +02:00
Christian Pauly
d78bd5f66d change: Rename tab title 2021-04-03 12:50:04 +02:00
Milo Ivir
44fa869ae5
Translated using Weblate (Croatian)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-04-01 15:26:46 +02:00
Jelv
fae1c1d54d
Translated using Weblate (Dutch)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-03-31 14:26:40 +02:00
Tirifto
93e8f61e6a
Translated using Weblate (Esperanto)
Currently translated at 99.5% (421 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eo/
2021-03-30 12:26:43 +02:00
Jelv
7d0b23d346
Translated using Weblate (Dutch)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-03-29 10:16:11 +02:00
Oğuz Ersen
6b89744eba
Translated using Weblate (Turkish)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-03-29 10:16:10 +02:00
Xosé M
f12aaca3f0
Translated using Weblate (Galician)
Currently translated at 99.7% (422 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-03-29 10:16:09 +02:00
Anne Onyme 017
0e7a2f1dba
Translated using Weblate (French)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-29 10:16:08 +02:00
Priit Jõerüüt
ce7f9bb32d
Translated using Weblate (Estonian)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-03-29 10:16:07 +02:00
Pablo Montepagano
f27b9acc9e
Translated using Weblate (Spanish)
Currently translated at 71.1% (301 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2021-03-29 10:16:06 +02:00
Christian Pauly
2f5a73f41e fix: Select room version 2021-03-28 20:04:54 +02:00
Christian Pauly
a3af5a9f14 feat: Experimental support for room upgrades 2021-03-28 19:48:42 +02:00
slowphil
c0a8079e5d
Translated using Weblate (French)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-28 19:11:42 +02:00
Anne Onyme 017
f63cb164f5
Translated using Weblate (French)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-28 19:09:12 +02:00
slowphil
4372184c2d
Translated using Weblate (French)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-28 19:09:11 +02:00
Christian Pauly
ea31991d50 fix: Share on iOS 2021-03-28 10:43:16 +02:00
Christian Pauly
4de6d16456 fix: Permission to send video call 2021-03-28 09:31:16 +02:00
Christian Pauly
49d5f867c9 fix: Unread badge color 2021-03-28 09:21:39 +02:00
Christian Pauly
cb6217c059 fix: Push on iOS 2021-03-28 09:20:34 +02:00
Christian Pauly
b6eaf5b6c1 refactor: push stuff 2021-03-27 20:05:51 +01:00
Christian Pauly
ce047b7143 fix: Own user in people list 2021-03-27 19:32:05 +01:00
Christian
be6d7c5103
Translated using Weblate (German)
Currently translated at 100.0% (423 of 423 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-03-27 18:59:13 +01:00
Christian Pauly
92ff960951 fix: Start chat 2021-03-27 18:55:23 +01:00
Christian Pauly
17a3311a90 fix: Set status missing 2021-03-27 18:53:16 +01:00
Christian Pauly
e42dd4bf8f feat: Implement new search view design 2021-03-27 18:15:06 +01:00
Brendan Abolivier
abb493a701
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-26 22:29:35 +01:00
slowphil
8207e9b275
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-26 22:29:35 +01:00
Brendan Abolivier
e098025cda
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-25 22:03:24 +01:00
slowphil
fac944d2ed
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-25 22:03:23 +01:00
Brendan Abolivier
448312da61
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-25 22:00:59 +01:00
slowphil
546acb0949
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-25 22:00:59 +01:00
Kateřina Churanová
5695342f64
fix: substring in reply key respects unicode runes 2021-03-14 19:16:39 +01:00
Dennis
dd6ae9f921
Translated using Weblate (Swedish)
Currently translated at 92.6% (389 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sv/
2021-03-12 19:02:52 +01:00
Christian Pauly
9e05e6d8c5 fix iOS build 2021-03-12 11:30:18 +01:00
Christian Pauly
05cd6995bf fix: Resend status message 2021-03-12 09:30:10 +01:00
Krille Fear
078aefa2f2 chore: Change push gateway url 2021-03-12 06:55:53 +00:00
Christian Pauly
a838d90df3 fix: Remove test push 2021-03-12 07:34:52 +01:00
Christian Pauly
c8e487c565 fix: Email validation 2021-03-10 11:11:30 +01:00
Christian Pauly
864b6651bb refactor: Update SDK and enable login with email and phone 2021-03-09 19:39:25 +01:00
Tirifto
cdd8d58b60
Translated using Weblate (Czech)
Currently translated at 99.0% (416 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-03-07 13:32:22 +01:00
Tirifto
87d3547fef
Translated using Weblate (Czech)
Currently translated at 98.8% (415 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-03-07 13:29:34 +01:00
Christian Pauly
bcd2a035d1 fix: Bootstrap in columnview 2021-03-06 10:03:01 +01:00
Hermógenes Oliveira
27f1269705
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pt_BR/
2021-03-05 22:50:33 +01:00
Shogo Takata
36bb8f58c4
Translated using Weblate (Japanese)
Currently translated at 83.3% (350 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-03-05 22:50:32 +01:00
Krille Fear
09bb1d8f0d Merge branch 'vaelio-main-patch-78392' into 'main'
Fixing security pin removal issue

Closes #308

See merge request famedly/fluffychat!391
2021-03-05 18:10:09 +00:00
Jelv
819293747e
Translated using Weblate (Dutch)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-03-04 19:50:32 +01:00
Hermógenes Oliveira
0878c63c78
Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.8% (390 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pt_BR/
2021-03-04 19:50:31 +01:00
Tirifto
3a7949ae54
Translated using Weblate (Esperanto)
Currently translated at 99.5% (418 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eo/
2021-03-04 19:50:31 +01:00
Milo Ivir
cff89bbede
Translated using Weblate (Croatian)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-03-04 19:50:30 +01:00
Christian Pauly
bb97b1bca8 refactor: Migrate to flutter 2 2021-03-04 12:45:15 +01:00
Jelv
a553c049d7
Translated using Weblate (Dutch)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-03-02 11:50:37 +01:00
Nikita Epifanov
1dbf7a971a
Translated using Weblate (Russian)
Currently translated at 98.5% (414 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-03-02 11:50:36 +01:00
Xosé M
7a35357a8d
Translated using Weblate (Galician)
Currently translated at 99.7% (419 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-03-02 11:50:35 +01:00
Brendan Abolivier
03e84eb122
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-03-02 11:50:34 +01:00
K. Herbert
6a4b4e8584
Translated using Weblate (Spanish)
Currently translated at 70.7% (297 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2021-03-02 11:50:34 +01:00
vaelio
e894820c0c Fix format 2021-03-02 01:05:51 +01:00
Shunmugaraj
589833c0e2
Added translation using Weblate (Tamil) 2021-03-01 11:12:27 +01:00
SuperSonic
3064c0b105
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-28 08:42:19 +01:00
Jelv
5928eed5be
Translated using Weblate (Dutch)
Currently translated at 99.7% (419 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-02-28 08:42:18 +01:00
J. Lavoie
1bcdc1afe0
Translated using Weblate (Italian)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/
2021-02-28 08:42:17 +01:00
Oğuz Ersen
7de79b343a
Translated using Weblate (Turkish)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-02-28 08:42:16 +01:00
J. Lavoie
609507f35f
Translated using Weblate (French)
Currently translated at 100.0% (420 of 420 strings)

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

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-02-28 08:42:10 +01:00
Christian
64eb2ee802
Translated using Weblate (German)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-02-28 08:42:00 +01:00
J. Lavoie
d7065157fc
Translated using Weblate (German)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-02-28 08:24:53 +01:00
Christian Pauly
c8a70313b1 feat: Cache and resend status message 2021-02-27 14:25:55 +01:00
Christian
36e1ac6b58
Translated using Weblate (German)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-02-27 11:34:41 +01:00
Oğuz Ersen
c524d40f3c Translated using Weblate (Turkish)
Currently translated at 100.0% (420 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-02-27 11:13:53 +01:00
Christian Pauly
87227c601a change: Rename contacts to friends 2021-02-27 11:13:39 +01:00
Christian Pauly
9fbfca6e04 fix: Minor bugs 2021-02-27 10:49:11 +01:00
Christian Pauly
3283a2e1ce Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-02-27 10:47:26 +01:00
Christian Pauly
6c58a55bef change: Remove verification icon from user bottom sheet 2021-02-27 10:47:20 +01:00
Priit Jõerüüt
d1165e0279 Translated using Weblate (Estonian)
Currently translated at 100.0% (417 of 417 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-02-27 10:42:16 +01:00
Christian Pauly
a52b7e8f16 design: Improve encryption UX 2021-02-27 10:41:58 +01:00
Christian Pauly
53fc634bef fix: add mail 2021-02-27 10:02:14 +01:00
Christian Pauly
887f3b1ef4 fix: 3pid 2021-02-27 09:42:21 +01:00
Christian Pauly
23f6e4ae6f Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-02-27 09:39:25 +01:00
Christian Pauly
8651b37d81 fix: Bootstrap hint 2021-02-27 09:39:20 +01:00
SuperSonic
fafa60ada3 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-27 09:10:26 +01:00
J. Lavoie
66ecfa35a9 Translated using Weblate (Italian)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/
2021-02-27 09:10:26 +01:00
Oğuz Ersen
52fc48a9bb Translated using Weblate (Turkish)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-02-27 09:10:26 +01:00
Xosé M
7a99893832 Translated using Weblate (Galician)
Currently translated at 99.7% (415 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-02-27 09:10:26 +01:00
J. Lavoie
f9256a6218 Translated using Weblate (French)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-02-27 09:10:26 +01:00
Priit Jõerüüt
caf7ecbb51 Translated using Weblate (Estonian)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-02-27 09:10:26 +01:00
Christian Pauly
1331b10fb1 fix: Bootstrap hint 2021-02-27 09:10:08 +01:00
Christian Pauly
55803d1d3f refactor: Switch to TextButton 2021-02-27 08:47:33 +01:00
Christian Pauly
ac6fcd1594 fix: Own presence at top of the list 2021-02-27 07:41:00 +01:00
Anne Onyme 017
ec2e302232
Translated using Weblate (French)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-02-27 01:57:28 +01:00
SuperSonic
1f3da79008
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 10:24:43 +01:00
SuperSonic
0527f9597d
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 08:56:07 +01:00
SuperSonic
a9f69e4f69
Translated using Weblate (Chinese (Traditional))
Currently translated at 88.9% (370 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:55:14 +01:00
thing no
3032dd24b1
Translated using Weblate (Chinese (Traditional))
Currently translated at 88.9% (370 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:55:14 +01:00
SuperSonic
facd30e86c
Translated using Weblate (Chinese (Traditional))
Currently translated at 88.4% (368 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:54:42 +01:00
thing no
a94e0b10cd
Translated using Weblate (Chinese (Traditional))
Currently translated at 88.4% (368 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:54:41 +01:00
SuperSonic
72416b5c67
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.7% (365 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:53:55 +01:00
thing no
a172d27f7e
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.7% (365 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:53:54 +01:00
SuperSonic
c8d7611022
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.2% (363 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:53:33 +01:00
thing no
9fc6d16a8b
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.2% (363 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:53:33 +01:00
SuperSonic
c689533fbb
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.0% (362 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:53:11 +01:00
thing no
08b4957896
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.0% (362 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:53:11 +01:00
SuperSonic
5f8c90990f
Translated using Weblate (Chinese (Traditional))
Currently translated at 86.5% (360 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:52:25 +01:00
thing no
8bad26f89b
Translated using Weblate (Chinese (Traditional))
Currently translated at 86.5% (360 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:52:25 +01:00
SuperSonic
e80c0299c3
Translated using Weblate (Chinese (Traditional))
Currently translated at 86.2% (359 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:52:08 +01:00
thing no
b96e6698a6
Translated using Weblate (Chinese (Traditional))
Currently translated at 86.2% (359 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:52:07 +01:00
SuperSonic
09802731b6
Translated using Weblate (Chinese (Traditional))
Currently translated at 85.8% (357 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:51:41 +01:00
thing no
558bdf7202
Translated using Weblate (Chinese (Traditional))
Currently translated at 85.8% (357 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:51:41 +01:00
SuperSonic
fc966b5d17
Translated using Weblate (Chinese (Traditional))
Currently translated at 85.5% (356 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:51:28 +01:00
thing no
110c9d7e82
Translated using Weblate (Chinese (Traditional))
Currently translated at 85.5% (356 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:51:28 +01:00
SuperSonic
8743e93537
Translated using Weblate (Chinese (Traditional))
Currently translated at 84.8% (353 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:48:25 +01:00
thing no
8407db7567
Translated using Weblate (Chinese (Traditional))
Currently translated at 84.8% (353 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:48:25 +01:00
SuperSonic
95a640c6e5
Translated using Weblate (Chinese (Traditional))
Currently translated at 84.1% (350 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:39:22 +01:00
thing no
929c3fc438
Translated using Weblate (Chinese (Traditional))
Currently translated at 84.1% (350 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:39:22 +01:00
SuperSonic
00353ac8f5
Translated using Weblate (Chinese (Traditional))
Currently translated at 83.8% (349 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:39:07 +01:00
thing no
8659585674
Translated using Weblate (Chinese (Traditional))
Currently translated at 83.8% (349 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:39:06 +01:00
SuperSonic
df2c84b97a
Translated using Weblate (Chinese (Traditional))
Currently translated at 83.6% (348 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:38:45 +01:00
thing no
7ce452646a
Translated using Weblate (Chinese (Traditional))
Currently translated at 83.6% (348 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:38:44 +01:00
SuperSonic
dc976a09a5
Translated using Weblate (Chinese (Traditional))
Currently translated at 82.2% (342 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:37:29 +01:00
thing no
cf83f1ab1b
Translated using Weblate (Chinese (Traditional))
Currently translated at 82.2% (342 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:37:28 +01:00
SuperSonic
a50305efce
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.9% (341 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:37:01 +01:00
thing no
b7dfee4495
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.9% (341 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:37:01 +01:00
SuperSonic
c2d1564192
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.7% (340 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:36:43 +01:00
thing no
b5658c4d6a
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.7% (340 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:36:43 +01:00
SuperSonic
79ddd79b7f
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.4% (339 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:36:28 +01:00
thing no
107e48daf1
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.4% (339 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:36:27 +01:00
SuperSonic
44db16aace
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.0% (337 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:36:05 +01:00
thing no
08ab593485
Translated using Weblate (Chinese (Traditional))
Currently translated at 81.0% (337 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:36:03 +01:00
SuperSonic
88e66aff3c
Translated using Weblate (Chinese (Traditional))
Currently translated at 80.2% (334 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:35:38 +01:00
thing no
cadf78adf6
Translated using Weblate (Chinese (Traditional))
Currently translated at 80.2% (334 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:35:37 +01:00
SuperSonic
cfe12a56c0
Translated using Weblate (Chinese (Traditional))
Currently translated at 80.0% (333 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:35:18 +01:00
thing no
4c150eebe3
Translated using Weblate (Chinese (Traditional))
Currently translated at 80.0% (333 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:35:17 +01:00
SuperSonic
6f0e7e6123
Translated using Weblate (Chinese (Traditional))
Currently translated at 79.3% (330 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:10:06 +01:00
thing no
bb817fb3ff
Translated using Weblate (Chinese (Traditional))
Currently translated at 79.3% (330 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:10:05 +01:00
SuperSonic
37974a34ca
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.8% (328 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:08:46 +01:00
thing no
dc3233fd6e
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.8% (328 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:08:46 +01:00
SuperSonic
bdc3498e0b
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.6% (327 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:08:29 +01:00
thing no
70c91687c1
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.6% (327 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:08:29 +01:00
SuperSonic
2e1798d2b7
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.3% (326 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:08:14 +01:00
thing no
80e05e6ccf
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.3% (326 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:08:14 +01:00
SuperSonic
532ac5c686
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.8% (324 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:07:52 +01:00
thing no
d0d9001806
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.8% (324 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:07:51 +01:00
SuperSonic
36f6dd726c
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.6% (323 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:07:32 +01:00
thing no
b40347d8e1
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.6% (323 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:07:32 +01:00
SuperSonic
2c1ba0800e
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.4% (322 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:07:12 +01:00
thing no
4b2bc973c9
Translated using Weblate (Chinese (Traditional))
Currently translated at 77.4% (322 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 07:07:11 +01:00
SuperSonic
e431b6d591
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.9% (320 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 06:20:00 +01:00
thing no
98bc185094
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.9% (320 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 06:20:00 +01:00
thing no
807a81c231
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.9% (320 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 06:18:42 +01:00
SuperSonic
3c75873a6f
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.9% (320 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-26 06:17:40 +01:00
SuperSonic
3897cc9e69
Translated using Weblate (Chinese (Traditional))
Currently translated at 52.4% (218 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/
2021-02-25 14:48:21 +01:00
Jelv
ef2d13317b
Translated using Weblate (Dutch)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-02-25 14:48:15 +01:00
Nikita Epifanov
073d88eb1f
Translated using Weblate (Russian)
Currently translated at 98.5% (410 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-02-25 14:48:14 +01:00
Christian
c5ea43751e
Translated using Weblate (German)
Currently translated at 100.0% (416 of 416 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-02-25 14:48:03 +01:00
Christian Pauly
e1ddfc8cec fix: Analyzer 2021-02-25 13:26:23 +01:00
Christian Pauly
4860723748 change: Settings button to appBar 2021-02-25 13:24:07 +01:00
SuperSonic
4adb7f7ae0 Added translation using Weblate (Chinese (Traditional)) 2021-02-25 11:31:09 +01:00
Christian Pauly
949890c926 change: Remove previous collapse solution 2021-02-25 11:06:58 +01:00
Valentin Eudeline
239fe44bd3 Typo 2021-02-25 09:51:50 +00:00
Valentin Eudeline
180a35b686 typo 2021-02-25 09:11:18 +00:00
Valentin Eudeline
02ce9be9b4 Trying to fix the security pin removal issue 2021-02-25 08:55:12 +00:00
Christian Pauly
61a8eb553c fix: Trim username on registration 2021-02-25 08:07:24 +01:00
Christian Pauly
51505631b5 fix: Password success banner if not succeeded 2021-02-25 07:58:38 +01:00
Christian Pauly
42d9bf5fee fix: Status color 2021-02-25 07:44:41 +01:00
Christian Pauly
6faa60e056 fix: Routes 2021-02-25 07:40:01 +01:00
Christian Pauly
9458ab3e3b fix: Dialog using wrong Navigator 2021-02-24 18:43:49 +01:00
Christian Pauly
aa396acdc9 fix: sso on web 2021-02-24 09:49:12 +01:00
Jelv
2bd7afc0f3
Translated using Weblate (Dutch)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-02-24 08:26:04 +01:00
Слободан Симић(Slobodan Simić)
468aab4c9f
Translated using Weblate (Serbian)
Currently translated at 98.5% (408 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/
2021-02-24 08:26:03 +01:00
J. Lavoie
4fb65b0c5d
Translated using Weblate (Italian)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/
2021-02-24 08:26:02 +01:00
Oğuz Ersen
f2e26c73e8
Translated using Weblate (Turkish)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-02-24 08:26:01 +01:00
Nikita Epifanov
3c35aba11e
Translated using Weblate (Russian)
Currently translated at 98.5% (408 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-02-24 08:26:00 +01:00
Milo Ivir
fc6ad8b25c
Translated using Weblate (Croatian)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-02-24 08:25:59 +01:00
Xosé M
c70b74759d
Translated using Weblate (Galician)
Currently translated at 99.7% (413 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-02-24 08:25:59 +01:00
Anne Onyme 017
de17c37dac
Translated using Weblate (French)
Currently translated at 100.0% (414 of 414 strings)

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

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-02-24 08:25:52 +01:00
Milan Korecky
5bc37b500a
Translated using Weblate (Czech)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-02-24 08:25:52 +01:00
Christian
5933460021
Translated using Weblate (German)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-02-24 08:25:43 +01:00
J. Lavoie
852e61eedc
Translated using Weblate (German)
Currently translated at 100.0% (414 of 414 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-02-24 08:25:28 +01:00
Christian Pauly
94aa9a39c6 feat: New experimental design 2021-02-23 15:43:58 +01:00
Christian Pauly
9b1d7ecef8 fix: Missing localizations in dialogs 2021-02-23 11:03:54 +01:00
Sorunome
57560ffc3b
fix: Tap on notification to open room in (hopefully) all cases 2021-02-21 12:59:59 +01:00
Sorunome
99dd2dac71 Merge branch 'soru/single-isolate-push-alt' into 'main'
fix: Use single-isolate push

Closes #207, #94, and #294

See merge request famedly/fluffychat!377
2021-02-21 09:25:38 +00:00
Christian Pauly
f1163da718 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-02-20 10:30:11 +01:00
Christian Pauly
9bcd6b2609 feat: Better verification design 2021-02-20 10:29:03 +01:00
Nikita Epifanov
b0001a9847 Translated using Weblate (Russian)
Currently translated at 98.5% (406 of 412 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-02-20 10:08:39 +01:00