Commit Graph

1782 Commits

Author SHA1 Message Date
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