Commit graph

164 commits

Author SHA1 Message Date
Krille
fc675aebaa style: Move chats to top 2023-03-15 21:07:36 +01:00
Krille
ae99606531 style: Minor adjustments for modal bottom sheets 2023-03-15 19:31:14 +01:00
Malin Errenst
ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
Christian Pauly
02de389b5d refactor: Remove syncstatus verbose logs 2023-02-15 15:27:23 +01:00
Krille
a0baa747ca chore: Follow up style adjustments 2023-02-05 10:22:24 +01:00
Krille
da6ac90cf2 chore: Follow up remove hero animation 2023-02-05 10:09:31 +01:00
Krille
7c777c0b7b style: Give chat list list tiles rounded corners 2023-02-04 18:50:15 +01:00
Krille
5d53a37e2e style: New settings design 2023-02-04 18:32:56 +01:00
Christian Pauly
b176811f7c design: Adjust design to new material 3 capabilities of Flutter 3.7 2023-02-02 09:57:53 +01:00
Christian Pauly
35174cb859 refactor: Migrate to Flutter 3.7.0 2023-01-26 13:18:42 +01:00
Krille
d343c71703 chore: Update Matrix SDK and refactor 2023-01-20 16:59:50 +01:00
TheOneWithTheBraid
863da6a3be chore: add integration tests for spaces
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2023-01-14 10:46:18 +01:00
Krille
eac784e33b fix: Archive 2023-01-13 10:38:39 +00:00
Krille
2df72b5d13 style: New modal bottom sheets 2023-01-08 11:07:31 +01:00
Krille
4376070733 refactor: Same animations everywhere in app 2023-01-07 09:22:31 +01:00
Krille
1c632bead9 style: Animate in out search results 2023-01-07 09:14:14 +01:00
TheOneWithTheBraid
1992d18a64 chore: add integration tests
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2023-01-03 19:59:56 +01:00
Krille
9d393900f8 chore: Follow up dark mode color 2023-01-03 18:01:53 +01:00
Krille
8ef1ff1e1a design: Nicer navigationrail 2023-01-03 18:00:56 +01:00
Krille
8d8848c0f7 refactor: Stories header with futurebuilder 2023-01-02 17:12:24 +01:00
Krille
5cf18aabbf refactor: Remove dart from folder name 2022-12-30 17:54:50 +01:00
Krille Fear
5adf1aa3af fix: Hide google services warning after marked 2022-12-30 13:09:21 +01:00
Krille Fear
3d3a8f1853 chore: Follow up fix search bar 2022-12-29 10:33:13 +01:00
Krille Fear
9f4d11347c chore: Follow up fix chat list 2022-12-29 10:26:01 +01:00
TheOneWithTheBraid
71c61ad214 fix: minor issues in room list
- allow to discard focus of search field
- properly circle the search field's progress indicator
- always keep search sections visible in order to workaround annoying
  behavior: When quickly searching for a chat and one is fast at
clicking on a room, it often happens that server side results just drop
in at this moment and one clicks at the wrong item -> with a static
height as now set, this no longer happens.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-12-28 08:35:06 +01:00
Krille Fear
ea4f2bffb0 chore: follow up fix 2022-12-26 16:03:14 +01:00
Krille Fear
3898c5e4e5 chore: Follow up start chat label 2022-12-25 11:04:22 +01:00
Krille Fear
135ed4fb17 chore: Follow up homeserver picker input 2022-12-25 10:50:41 +01:00
Krille Fear
e04730c904 chore: Add new start chat image 2022-12-25 10:45:13 +01:00
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