0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 20, 2024 — Oct 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start user settings (#36), show encryption device ID and key for verification More... about 7 years ago
Re-enable advanced settings on login screen when clicking Cancel (should fix #75) More... about 7 years ago
Groundwork for user settings window More... about 7 years ago
Fix font size in default More... about 7 years ago
Set default text attributes, don't lose formatting when text highlighted (fixes #74) More... about 7 years ago
Reopen closed window when Dock icon clicked More... about 7 years ago
Move LoginSuccessfulSegue into own file More... about 7 years ago
Improve display of failed-to-decrypt messages More... about 7 years ago
Also verify event content count when checking if cell should be updated/redrawn (helps when event is suddenly decrypted) More... about 7 years ago
Use selector instead of closure for mxEventDidDecrypt More... about 7 years ago
Guard room cache update behaviour, show encrypted messages that didn't decrypt, try to update them when receiving forwarded keys (not so successful so far...) More... about 7 years ago
Try to handle encrypted messages that we can't decrypt better More... about 7 years ago
Update room cache filters More... about 7 years ago
Some prepatory work for attaching images/files etc More... about 7 years ago
Move all table operations onto main dispatchqueue, revert to Markdown instead of HTML formatted_body for now (still causes too many crashes...) More... about 7 years ago
Overwrite attributed colors to textColor for now (need to find a way to only overwrite the default color) More... about 7 years ago
Use noteNumberOfRowsChanged More... about 7 years ago
Don't fill the cache with more placeholder avatars than needed, redraw avatar if needed even if cell not updated (fixes some insertion/reuse issues) More... about 7 years ago
Move pagination requests into dispatchqueue on main (#73) More... about 7 years ago
Make login and about windows more seaglass-y More... about 7 years ago
Disable row animations (bit more jarring, but may help with #73) More... about 7 years ago
Correct issue where initial room pagination resulted in invalid or duplicate cells More... about 7 years ago
Drastically improve performance (#71 - no longer redraws cells unnecessarily where the drawn event hasn't changed, NSImages for avatars etc are now held in memory and not recreated more than necessary, resizing feels a lot smoother) and use formatted_body HTML rendering with WebKit again (but does still have occasional crash with inconsistency exception) More... about 7 years ago
Rewrite display of m.room.member messages to make them less wrong More... about 7 years ago
Allow viewing event source for debugging More... about 7 years ago
Remove invalid guard from invite control display (#64) More... about 7 years ago
Improve behaviour when joining, parting and being invited to rooms More... about 7 years ago
Prevent crash when no prevcontent in m.room.member More... about 7 years ago
Handle being kicked from room better (namely, without crashing) More... about 7 years ago
Disable UI elements in popovers when not joined to room More... about 7 years ago