Christian Pauly
874da53684
chore: Remove unnecessary stream subscriptions
2022-08-10 21:15:13 +02:00
Christian Pauly
63aaaaaaa6
chore: Cache string colors
2022-08-08 08:31:12 +02:00
Christian Pauly
236c5b1648
fix: Wait for init before showing room on web start
2022-08-07 12:54:26 +02:00
Krille Fear
6fe4094f5c
Merge branch 'braid/spaces-hierarhy-fix' into 'main'
...
fix: errors in space hierarchy
See merge request famedly/fluffychat!978
2022-08-07 08:38:11 +00:00
TheOneWithTheBraid
1ce0cb3749
fix: errors in space hierarchy
...
- fix suggestions of joined rooms
- fix missing spaces when parent not joined
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-06 15:48:18 +02:00
Krille Fear
c7b59ff1d8
Merge branch 'fix-forwarding' into 'main'
...
Fixed Issue #973
Closes #973
See merge request famedly/fluffychat!980
2022-08-06 11:37:48 +00:00
Christian Pauly
028dc83ed9
chore: Adjust onboarding design
2022-08-06 13:35:59 +02:00
Jorge Menjivar
2273505d9b
Fixed Issue #973
2022-08-06 02:41:06 -07:00
Christian Pauly
20596a2c5d
chore: Move connection status header to bottom
2022-08-06 10:08:17 +02:00
The one with the Braid
6d23ea754f
Merge branch 'braid/windows' into 'main'
...
chore: Windows support
See merge request famedly/fluffychat!949
2022-08-05 19:57:46 +00:00
TheOneWithTheBraid
a9819577d6
chore: Windows support
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-05 21:35:47 +02:00
Christian Pauly
79a625a25f
chore: Adjust onboarding design
2022-08-05 21:05:02 +02:00
Christian Pauly
b473fa3ca4
chore: Follow up fix secure storage
2022-08-05 20:37:36 +02:00
Christian Pauly
44446db5be
chore: Adjust design
2022-08-05 17:07:46 +02:00
Christian Pauly
2c9d57bb64
chore: Minor design adjustment
2022-08-05 16:12:00 +02:00
Christian Pauly
6011e9b3c4
chore: Make push helper more stable
2022-07-30 13:23:13 +02:00
Christian Pauly
8c9bda338b
chore: Make push helper more fail safe
2022-07-30 12:49:51 +02:00
Christian Pauly
68ed653147
feat: Display timeline of messages in android notification
2022-07-30 11:40:33 +02:00
Christian Pauly
6912d9c5ee
chore: Follow up flickering avatars
2022-07-30 10:33:25 +02:00
Christian Pauly
f2865f6f09
fix: Permission chooser dialog on iOS
2022-07-30 08:37:00 +02:00
Christian Pauly
0184a9be06
chore: Follow up mxc image fixes
2022-07-29 21:01:18 +02:00
Christian Pauly
e8a6883e73
chore: Follow up fix mxc Image
2022-07-29 19:50:39 +02:00
Krille Fear
4571e476c0
Merge branch 'krille/fix-null-checks' into 'main'
...
fix: Missing null checks in chat details view
See merge request famedly/fluffychat!968
2022-07-29 17:13:00 +00:00
Christian Pauly
c275c6a1c6
fix: Missing null checks in chat details view
2022-07-29 18:52:41 +02:00
Christian Pauly
7644cf4463
refactor: Simplify MxcImage and replace CachedNetworkImage
2022-07-29 18:41:05 +02:00
Krille Fear
18ebdc4602
Merge branch 'krille/add-reaction-loading-dialog' into 'main'
...
fix: Dont display loading dialog when adding reaction
See merge request famedly/fluffychat!966
2022-07-29 15:01:20 +00:00
Christian Pauly
860427192e
fix: Dont display loading dialog when adding reaction
2022-07-29 13:27:57 +02:00
Christian Pauly
fe2aea6d3c
fix: Clearing push triggered when only one room got seen
2022-07-29 11:17:23 +00:00
TheOneWithTheBraid
6ba440cc7b
refactor: move start chat FAB to implementation file
...
- moved the start chat FAB to an own implementation file
- added some required animation to the FAB
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-28 11:11:53 +00:00
TheOneWithTheBraid
a522a90e35
fix: Follow up for spaces hierarchy
...
- fix endless spinner
- fix rooms shon twice
- fix spaces accidentally opened as rooms
- add missing spaces header to spaces view
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-28 09:18:24 +00:00
TheOneWithTheBraid
80f6505671
feat: implement space hierarchy
...
- implement spaces hierarchy
- create expandable navigation drawer tiles
- display suggested rooms below joined rooms when in space
- everything works nested
- fix shared preferenced conflic with debug builds on Linux
- add [`package:async`](https://pub.dev/packages/async )
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-24 13:55:12 +02:00
Christian Pauly
4a7b980aea
chore: Follow up fix
2022-07-22 13:15:20 +02:00
Christian Pauly
534c84db7d
feat: Implement deleting pushers in app
2022-07-22 11:01:58 +02:00
TheOneWithTheBraid
3e80e3f67e
feat: Emoji related fixes
...
- adds Emoji autocomplete following popular `:` hotkey
- adds Famedly's famous smart Emojis (tm)
- syncs recent Emojis with SDK
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-17 17:32:06 +00:00
TheOneWithTheBraid
3e3858d729
feat: introduce extended integration tests
...
- test both FLOSS and non-floss builds
- test on Synapse, Dendrite and Conduit
- remove Synapse-specific test
- add static Release mode app launch test
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-17 18:27:23 +02:00
TheOneWithTheBraid
66d87a6187
feat: implement session dump
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-17 17:27:05 +02:00
Christian Pauly
815c7626fc
chore: Adjust search bar design
2022-07-17 16:46:51 +02:00
TheOneWithTheBraid
874beb943a
chore: remove snapping sheet
...
- remove snapping sheet
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-15 07:18:10 +02:00
Christian Pauly
e2c95fc2b6
refactor: Remove presence status feature
2022-07-13 08:41:02 +02:00
Christian Pauly
7c6874ed65
chore: Follow up chatlist appbar design
2022-07-13 08:40:01 +02:00
Christian Pauly
b50355f33e
chore: Follow up appbar design
2022-07-12 21:37:04 +02:00
Christian Pauly
f39213ca9b
chore: Adjust appbar design
2022-07-12 19:40:29 +02:00
Christian Pauly
9e55f6a4d3
chore: Follow up sdk update fix
2022-07-10 13:10:04 +02:00
Christian Pauly
5f0b5784c1
refactor: Remove duplicated imports
2022-07-10 10:23:39 +02:00
Christian Pauly
0237ada0bc
feat: Send multiple images at once
2022-07-10 09:59:47 +02:00
Christian Pauly
fa0ea99657
refactor: Encryption button
2022-07-10 09:03:35 +02:00
Christian Pauly
f07fce6de6
chore: Follow up search fix
2022-07-09 19:30:55 +02:00
Christian Pauly
5516a1ee01
fix: Unread bubble is invisible in dark mode
2022-07-09 16:14:59 +02:00
Christian Pauly
4e73e6d9f4
chore: Update SDK
2022-07-09 10:18:53 +02:00
Christian Pauly
3c7926c81a
chore: Adjust design
2022-07-09 09:12:11 +02:00