Christian Pauly
00f7e229b8
chore: Add sync status logs
2022-12-14 09:52:00 +01:00
Christian Pauly
082fcdb1af
fix: Setup push on chat list init
2022-12-05 09:11:52 +01:00
td
681e95dedd
fix: incorrect setState inside setState in ChatListController
2022-11-13 18:09:42 +01:00
Christian Pauly
ed42cb9134
chore: Design enhancements
2022-11-04 12:01:59 +01:00
Christian Pauly
65511ca114
chore: Update local notifications package
2022-11-03 13:43:11 +01:00
Christian Pauly
77d5ca4f0a
fix: Share files
2022-11-02 09:59:12 +01:00
Christian Pauly
f026976c17
refactor: Minor chatlist refactoring
2022-11-02 09:57:06 +01:00
Krille Fear
6dee9e7ceb
chore: Follow up design fix
2022-11-02 09:19:50 +01:00
Christian Pauly
796018cae2
chore: Follow up chat list color
2022-10-15 16:31:42 +02:00
Christian Pauly
f58bd3170e
refactor: No longer need selected of chat list tile
2022-10-15 16:25:32 +02:00
Christian Pauly
361f8385a9
chore: Better design chat list items
2022-10-15 09:23:17 +02:00
Christian Pauly
6f36200e0b
chore: Follow up search on spaces tab
2022-10-05 09:30:04 +02:00
Christian Pauly
d09d0a7ba5
chore: Follow up navigationrail fixes
2022-09-12 17:19:56 +02:00
Christian Pauly
17dc6ee3a8
chore: Add unread badge to navigation rail and adjust design
2022-09-11 11:07:04 +02:00
Christian Pauly
cdd5a9e821
chore: Follow up add backbutton support
2022-09-11 10:22:05 +02:00
Christian Pauly
b2d7d487e3
chore: Follow up fixes
2022-09-10 20:55:27 +02:00
Christian Pauly
324a096cea
chore: Add keys to roomlist and stories header
2022-09-10 20:49:28 +02:00
Krille Fear
9e64cc64dc
Merge branch 'td/voip' into 'main'
...
feat: background and terminated calls [android]
Closes #874
See merge request famedly/fluffychat!911
2022-09-10 11:45:17 +00:00
Christian Pauly
f851b3e67d
refactor: Chat list body code
2022-09-10 13:32:46 +02:00
Christian Pauly
f1a495b8cd
chore: Follow up fixes spaces
2022-09-10 13:21:33 +02:00
td
34b039a6c0
feat: background and terminated calls [android]
2022-09-10 15:42:52 +05:30
Christian Pauly
92fa413156
fix: Popup menu without elevation
2022-09-10 12:11:11 +02:00
Christian Pauly
9aa9426d86
chore: Sort subspaces on top
2022-09-10 11:57:58 +02:00
Christian Pauly
30841b01cb
chore: Minor follow up fixes
2022-09-10 11:53:39 +02:00
Christian Pauly
635543a7d0
chore: Follow up spaces fix
2022-09-10 11:39:23 +02:00
Christian Pauly
e71dabca6e
feat: New navigation design
2022-09-10 10:16:09 +02:00
Christian Pauly
b742fb9bda
design: Move chat backup header to settings
2022-08-28 13:34:57 +02:00
Christian Pauly
d081645eb3
refactor: App widget
2022-08-25 18:31:30 +02:00
Christian Pauly
b8acb3e519
chore: Make header bar in chat list thinner
2022-08-21 07:40:50 +02:00
Christian Pauly
7a74a8a93f
chore: Update dependencies
2022-08-14 17:22:16 +02:00
Christian Pauly
c4ec6ebb3f
chore: Move share icon in drawer to the header
2022-08-14 15:58:32 +02:00
Christian Pauly
267ab92507
chore: Remove unnecessary stream subscriptions
2022-08-10 21:15:13 +02:00
Krille Fear
e1a8648c24
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
36726f8a3e
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
Christian Pauly
fe9850b313
chore: Move connection status header to bottom
2022-08-06 10:08:17 +02:00
Christian Pauly
45393700ec
chore: Adjust onboarding design
2022-08-05 21:05:02 +02:00
Christian Pauly
983066e4a7
chore: Adjust design
2022-08-05 17:07:46 +02:00
Christian Pauly
1c7424bd18
chore: Minor design adjustment
2022-08-05 16:12:00 +02:00
TheOneWithTheBraid
41df4c4cb3
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
d71c25aa80
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
855c735aef
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
TheOneWithTheBraid
56ba2341f4
feat: implement session dump
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-17 17:27:05 +02:00
Christian Pauly
ec74524234
chore: Adjust search bar design
2022-07-17 16:46:51 +02:00
TheOneWithTheBraid
35f7aa56e9
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
f831bd0260
refactor: Remove presence status feature
2022-07-13 08:41:02 +02:00
Christian Pauly
f289d83a14
chore: Follow up chatlist appbar design
2022-07-13 08:40:01 +02:00
Christian Pauly
2fe40d34b9
chore: Follow up appbar design
2022-07-12 21:37:04 +02:00
Christian Pauly
227e85fe8a
chore: Adjust appbar design
2022-07-12 19:40:29 +02:00
Christian Pauly
dec28087ee
chore: Follow up sdk update fix
2022-07-10 13:10:04 +02:00
Christian Pauly
765583dbbe
feat: Send multiple images at once
2022-07-10 09:59:47 +02:00