Loren Burkholder
e50aee08b4
Begin adding theme detection support
2 years ago
Joseph Donofry
802ba78fea
Only play macOS notification sounds when pushrules dictate it
2 years ago
Nicolas Werner
3576589ea7
Fix crash in slash completer
2 years ago
Nicolas Werner
485babba14
Implement a completer for commands
...
fixes #429
2 years ago
Nicolas Werner
725b5e0383
Try to fix clang-tidy
2 years ago
Nicolas Werner
537fa437e2
Store secrets (apart from the pickle key) in the database
2 years ago
Nicolas Werner
1f77e1c810
Prompt before deleting the database
2 years ago
Loren Burkholder
b622604c47
Bump micro version
2 years ago
Loren Burkholder
de3cdd590f
Add status message to D-Bus API
2 years ago
LordMZTE
9a15b0ea20
Move invert enter key setting
2 years ago
LordMZTE
80270e1f01
Add invert enter key setting
2 years ago
Joe Donofry
07e8f64903
Add ability to respond to notifications on macOS
2 years ago
Nicolas Werner
76347f1c6f
Continue fetching past messages when searching
2 years ago
Nicolas Werner
40ac55ddd9
Highlight higlight tweaks in the timeline
...
fixes #400
fixes #1136
2 years ago
Nicolas Werner
231bebba44
The hybris of committing a line without linting
2 years ago
Nicolas Werner
54931cb21b
Optimize fetching olm session from the db
2 years ago
Nicolas Werner
676a6506cb
Speedup sending encrypted messages after metasync was reenabled
...
Calling fsync everytime we save to the db is slow, which is actually
fairly noticeable in some larger E2EE rooms. Speed that up slightly by
batching the olm session persisting.
2 years ago
Nicolas Werner
d8669ccf3d
Turn metasync and sync back on for the database to account for bad filesystems
2 years ago
Nicolas Werner
48ecc2b45a
fix blurry thumbnails
2 years ago
Nicolas Werner
9a90f8868f
lint
2 years ago
Nicolas Werner
b28fa86e6a
Enable -Wconversion
2 years ago
Nicolas Werner
e9a0f0a89e
Fix previews getting sorted above normal rooms
2 years ago
Nicolas Werner
74128cf8bd
Fix excessive summary calls
2 years ago
Rohit Sutradhar
ac48c33286
VoIP v1 implementation ( #1161 )
...
* Initial commit for VoIP v1 implementation
* Added draft of event handlers for voip methods
* Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility
* Added call events to the general message pipeline. Modified Call Reject mechanism
* Added message delegates for new events. Modified hidden events. Updated handle events.
* Updated implementation to keep track of calls on other devices
* Fixed linting
* Fixed code warnings
* Fixed minor bugs
* fixed ci
* Added acceptNegotiation method definition when missing gstreamer
* Fixed warnings
* Fixed linting
2 years ago
Nicolas Werner
8a4bb32b4a
Add toggle to disable decrypting notifications
2 years ago
Nicolas Werner
37009906bb
Evaluate push rules locally
2 years ago
Nicolas Werner
af699eb83e
Mark classes as final where possible
2 years ago
Nicolas Werner
4002b1ecf1
Properly propagate pack usage to UI
...
We can't have a pack that is neither sticker nor emoji. Which is why
none defaults to both on. That wasn't propagated to the UI, which made
the interaction very confusing. It also made some states unsettable,
since you can't turn anything off from the none state.
fixes #1152
2 years ago
Nicolas Werner
30fde1f8ac
Don't send avatars over dbus by default
...
This should reduce payload size a lot
2 years ago
Nicolas Werner
7e0ea12ebb
Update to unicode 15 and make script jinja:3 compatible
2 years ago
Nicolas Werner
a4524cd9af
Fix date separator
2 years ago
Nicolas Werner
f1c1f18f81
Add a slow way to search a room
2 years ago
Nicolas Werner
857d9cf2b6
Basic thread filtering
...
The reply pagination logic is a bit weird rn though.
2 years ago
Nicolas Werner
aed1440d26
Don't let old server lookups overwrite new ones
2 years ago
Nicolas Werner
005a4978bf
Update translations
2 years ago
Loren Burkholder
8ecbb39dc6
cppcheck stuff ( #1200 )
...
* cppcheck stuff
* Update src/ui/RoomSettings.cpp
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Update src/ui/RoomSettings.cpp
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Fix linting
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2 years ago
Loren Burkholder
e7d0344997
Fixed a crash in member list loading ( #1199 )
2 years ago
Nicolas Werner
33403d650a
Don't strip fallbacks on plain text bodies
2 years ago
Nicolas Werner
b3c5f41625
Fix a few more windows warnings
2 years ago
Nicolas Werner
a55fc8e43b
Work around MSVC bug with structured bindings in lambdas
...
Causes error messages like:
error C3493: 'key_id' cannot be implicitly captured because no default capture mode has been specified
2 years ago
Nicolas Werner
b55b5a8321
Fix a few more warnings
2 years ago
Nicolas Werner
09babc91d2
Green is not Svg::green
...
fixes #1203
2 years ago
Nicolas Werner
42a23e1859
Reduce windows ci warnings
2 years ago
Nicolas Werner
22a6b8ddb4
Properly qualify fmt function
...
Otherwise it conflicts with C++20 fmt.
2 years ago
Nicolas Werner
944e369d50
Fix clazy
2 years ago
Nicolas Werner
b2b2932c98
Fix linting
2 years ago
Nicolas Werner
7ec842ba51
Replace some user visible mentions of spaces
2 years ago
rnhmjoj
f5d5bea840
Add green theme color, make "error" configurable
2 years ago
Loren Burkholder
08aa383a62
Remove unnecessary emit
2 years ago
Loren Burkholder
df834ffc48
Various grammar fixes (mostly removing commas)
2 years ago