Commit Graph

1674 Commits (0ee4d1ceff5ed6e00bf4dffd91910a45ccdd5c52)

Author SHA1 Message Date
Christian Kußowski 286d1662a4
chore: Hide restricted and knock restricted for unsupported room versions 1 week ago
Christian Kußowski dfc97aa3d7
chore: Follow up donation button 1 week ago
Christian Kußowski 136ddd7681
chore: Make privacy url not configurable 1 week ago
Christian Kußowski c434b3dddc
feat: Add donation buttons except for PlayStore&AppStore version 1 week ago
Christian Kußowski 4c357f6249
refactor: Use AppSettings enum based configuration everywhere and fix load from json on web 1 week ago
Christian Kußowski 8bf46a3878
chore: Correctly remove knockRestricted from possible join rules 1 week ago
Christian Kußowski d6dcbe0421
feat: Add support for restricted join rule 1 week ago
Christian Kußowski 70c5f03e8d
chore: Better routing to space id 1 week ago
Christian Kußowski 765bff9e32
chore: Follow up spaces UX 1 week ago
Christian Kußowski 2538f31351
design: Improved spaces UX 1 week ago
Christian Kußowski 7ff6d7b401
chore: Adjust encryption page design 1 week ago
Christian Kußowski 50995e57ff
chore: Follow up encryption button design 1 week ago
Christian Kußowski 8a64b3630c
fix: Null pointer crash in chat list item 1 week ago
Christian Kußowski f634e67d69
build: Matrix version 3.0.0 3 weeks ago
Christian Kußowski 969f1deb48
feat: Display progress for downloading content 4 weeks ago
Christian Kußowski 57a5e1c96f
refactor: Rename models for matrix spec 1.16 4 weeks ago
Christian Kußowski 0be267e8a4
chore: Revert "refactor: Make ChatListItem cache lasteventbody for better performance"
This reverts commit 42438052b1.
4 weeks ago
Christian Kußowski 42438052b1
refactor: Make ChatListItem cache lasteventbody for better performance 4 weeks ago
Christian Kußowski 1549b47fed
chore: Follow up send voice message 4 weeks ago
Christian Kußowski e86deb99c9
feat: Nicer record voice message UI with pause function 4 weeks ago
Christian Kußowski 4482b37feb
chore: Follow up input bar design 1 month ago
Christian Kußowski f5b9c3dd8d
chore: Adjust input bar button design 1 month ago
Christian Kußowski 07a26563a0
chore: Adjust padding for status msg list 1 month ago
Christian Kußowski 2c40e15dc7
chore: Follow up move encryption button 1 month ago
Christian Kußowski 916d66ca7b
chore: Follow up input row design 1 month ago
Christian Kußowski 8e5613e057
chore: Improve chat details icon color design 1 month ago
Christian Kußowski 547f34f2a8
chore: Move encryption button to input row 1 month ago
Christian Kußowski 524a63e1d6
chore: Move emote settings button to chat popup menu 1 month ago
Christian Kußowski 0a23dca11e
chore: Hide topic if empty and cannot be changed 1 month ago
Christian Kußowski 32c61909cc
chore: Adjust chat details button design 1 month ago
Christian Kußowski 69bbfa5389
feat: Display progress on redact events and clear archive dialogs 1 month ago
Christian Kußowski 1ea8664c48
chore: Leave invites and DM rooms when blocking a user 1 month ago
Christian Kußowski 21a1ceb19e
chore: Improve ignore list UX 1 month ago
Christian Kußowski 45331c1812
chore: Better display rooms without known messages 1 month ago
krille-chan 9224a7aea4
chore: Adjust status header design 1 month ago
Christian Kußowski 34492bd45e
refactor: Replace flutter typeahead with autocomplete to fix 2 months ago
Christian Kußowski 99de670e04
build: Upgrade to flutter 3.35.2 2 months ago
Christian Kußowski 6fa6c008f0
refactor: Remove broken push error reporter 2 months ago
Christian Kußowski 0c37ac97d4
chore: Follow up subtitle font style 2 months ago
Christian Kußowski 2710e66fae
chore: Slightly adjust font sizes and design 2 months ago
krille-chan 85139f533c
fix: Use animatedswitcher instead of crashing animatedcrossfade 2 months ago
dependabot[bot] 8075089f8a
build: (deps): bump flutter_foreground_task from 6.5.0 to 9.1.0
Bumps [flutter_foreground_task](https://github.com/Dev-hwang/flutter_foreground_task) from 6.5.0 to 9.1.0.
- [Changelog](https://github.com/Dev-hwang/flutter_foreground_task/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Dev-hwang/flutter_foreground_task/commits)

---
updated-dependencies:
- dependency-name: flutter_foreground_task
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] 1a838b26bd
build: (deps): bump archive from 3.6.1 to 4.0.7
Bumps [archive](https://github.com/brendan-duncan/archive) from 3.6.1 to 4.0.7.
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](https://github.com/brendan-duncan/archive/commits)

---
updated-dependencies:
- dependency-name: archive
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Krille-chan 7faf4a6c2d
Merge pull request #2077 from avashilling/Add-redaction-explanation-size-limit
fix: limit characters and lines so redact message can't be too long
3 months ago
imnotlxy dd891395c4 fix: add required trailing comma 3 months ago
imnotlxy d2c2fd48d4 fix: Avoid using MediaQuery.of() 3 months ago
avashilling 11c219fa50 fix: limit characters and lines so redact message can't be too long
Before, if the user typed too many lines it would overflow past the input box and also leave a very long message in chat. Now, it is limited and won't expand in the input box past 4 lines.
3 months ago
Christian Kußowski 029eae7979
fix: Open external account management when trying to delete devices 3 months ago
Krille-chan 0aefd17809
Merge pull request #2034 from Kelrap/file-overflow
fix: Add flexible to file messages to prevent long name overflow
3 months ago
Christian Kußowski 140d27ff7b
chore: Better error handling for push notifications 3 months ago