Commit Graph

49 Commits (3d362df80a1dd84e41441e94eef752dba63a83aa)

Author SHA1 Message Date
krille-chan 88f1fc1720
fix: BuildContext crash when joining room 1 year ago
Marcus Hoffmann f8f73b7661 feat: add dialog to hide presence list with long-press 1 year ago
Marcus Hoffmann ccfa3fa8f6 feat: make showing user presence info optional
895de76e70 replaced the stories feature
with presence status messages. Stories were an optional feature but
right now presence information can only be disabled on a homeserver
level.

Introduce a setting to make this feature optional on a client level.
1 year ago
krille-chan d64b532afe
refactor: Spaces UX improvements 2 years ago
krille-chan 715e615e3a
feat: Search for public spaces 2 years ago
krille-chan 107374cf60
chore: Follow up status feature 2 years ago
Krille fa543e93b8
chore: Follow up status feature 2 years ago
Krille 895de76e70
refactor: Replace stories feature with presence status msg 2 years ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan 924e4bce23
design: Nicer user bottom sheet 2 years ago
Krille a7cd290067 design: Replace anime images with neutral cupertino icons 2 years ago
Krille 4f55561269 feat: Display progress value for initial sync 2 years ago
noob_tea ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2 years ago
Krille a76bb64d21 chore: Follow up styling 2 years ago
Krille 61c4d0e61f style: Use SliverList for chatlist 2 years ago
Krille ae99606531 style: Minor adjustments for modal bottom sheets 2 years ago
Malin Errenst ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2 years ago
Christian Pauly 35174cb859 refactor: Migrate to Flutter 3.7.0 2 years ago
Krille d343c71703 chore: Update Matrix SDK and refactor 2 years ago
Krille 2df72b5d13 style: New modal bottom sheets 3 years ago
Krille 4376070733 refactor: Same animations everywhere in app 3 years ago
Krille 1c632bead9 style: Animate in out search results 3 years ago
Krille 5cf18aabbf refactor: Remove dart from folder name 3 years ago
Krille Fear 9f4d11347c chore: Follow up fix chat list 3 years ago
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>
3 years ago
Krille Fear ea4f2bffb0 chore: follow up fix 3 years ago
Krille Fear 135ed4fb17 chore: Follow up homeserver picker input 3 years ago
Krille Fear e04730c904 chore: Add new start chat image 3 years ago
Christian Pauly 6f36200e0b chore: Follow up search on spaces tab 3 years ago
Christian Pauly b2d7d487e3 chore: Follow up fixes 3 years ago
Christian Pauly 324a096cea chore: Add keys to roomlist and stories header 3 years ago
Christian Pauly f851b3e67d refactor: Chat list body code 3 years ago
Christian Pauly e71dabca6e feat: New navigation design 3 years ago
Christian Pauly b742fb9bda design: Move chat backup header to settings 3 years ago
Christian Pauly 7a74a8a93f chore: Update dependencies 3 years ago
Christian Pauly fe9850b313 chore: Move connection status header to bottom 3 years ago
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>
3 years ago
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>
3 years ago
TheOneWithTheBraid 56ba2341f4 feat: implement session dump
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 227e85fe8a chore: Adjust appbar design 3 years ago
Christian Pauly fd2f7114d6 chore: Design follow up fixes 3 years ago
Christian Pauly 378a0b9781 chore: Enhance invitiation UX 3 years ago
Christian Pauly f983066566 feat: Redesign bootsstrap and offer secure storage support 3 years ago
Christian Pauly ccfda5bc96 feat: New material 3 design 3 years ago
TheOneWithTheBraid 216ce892b5 fix: minor design bugs
- fix spaces animation direction
- animate chat list app bar title
- fix ink splash radius in account selector
- fix missing asset fallback in content banner

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear d27810703b Merge branch 'krille/fix-ios-share' into 'main'
chore: Follow up fix ios share files

See merge request famedly/fluffychat!859
3 years ago
Christian Pauly 4f126b7708 fix: App crashes on account switch 3 years ago
TheOneWithTheBraid 89ed90d1b4 fix: space bottom bar with group/DM separation
- allow group/DM separation for space bottom bar/drawer
- fix unscrollable overflow of room list

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid dd0bcf6f0d fix: chat list view animation
- fix the chat list view animation
- move chat list view body to separate file

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago