redsky17
50e382f554
Modified the code that generates user's colors so that it will
...
work regardless of the theme choices the user makes. The code
now incorporates the contrast between the background color and the
color generated by the user_name when picking colors. It currently
has two 'big' issues:
1. Colors are not cached. I am planning on adding a QHash for this
a little later. This should improve performance by not calculating
the color for the same users over and over and over again.
2. Theme changes do not trigger the colors to get refreshed.
Currently, you will have to switch to a different room and back
to get the colors to refresh.
2019-01-18 17:17:25 +00:00
redsky17
1882198e4b
Make the author text slightly large.
...
Add author color generated based on user id.
2019-01-18 04:09:42 +00:00
redsky17
55883ec2de
Remove the code that removed paragraph tags from markdown -> html.
...
This fixes #2 , but reverts mujx#438. I do not think mujx#438 was a
valid issue, as it complained about the display of valid HTML on riot,
which speaks more to how Riot styles things than about an issue in
nheko itself.
2019-01-18 00:59:31 +00:00
Konstantinos Sideris
aa486a5c0c
Adjustments for the minimized sidebar
2018-10-07 14:09:47 +03:00
Konstantinos Sideris
3a57d1018e
Add option to configure the font size
...
fixes #161
2018-10-01 17:56:46 +03:00
Konstantinos Sideris
dec643e6ea
v0.6.0
2018-09-21 16:44:45 +03:00
Konstantinos Sideris
ce26f041ad
Add method to center widgets & clean up unused headers
2018-09-21 10:55:24 +03:00
Konstantinos Sideris
1716502eff
Improvements on the system theme
2018-09-19 22:42:26 +03:00
Konstantinos Sideris
3e49afd6ba
Fix compile warnings
2018-09-18 18:48:14 +03:00
Konstantinos Sideris
8767ea181d
Mark unread rooms as such in the room list
...
fixes #313
2018-09-13 19:15:58 +03:00
Konstantinos Sideris
9f3de8679d
Temporary fix to work with mx-reply tags
2018-09-13 16:10:45 +03:00
Konstantinos Sideris
bf4d559523
Strip paragraph tags
...
fixes #438
2018-09-13 11:02:54 +03:00
Konstantinos Sideris
dd73a4b278
Trim whitespace from text messages
2018-09-12 14:20:12 +03:00
Konstantinos Sideris
a0a76e352b
Enable html attributes
2018-09-12 13:40:42 +03:00
Konstantinos Sideris
074608dec1
Switch to libcmark
2018-09-11 14:56:09 +03:00
Konstantinos Sideris
9e8f0b7409
Initial support for sending markdown formatted messages
...
fixes #283
2018-09-07 20:05:30 +03:00
Konstantinos Sideris
a21db789e7
Fix double href links on username pills
2018-09-07 14:52:29 +03:00
Konstantinos Sideris
990a3a97c7
Merge matrix-structs into the client lib
2018-09-01 13:35:10 +03:00
Konstantinos Sideris
ee2ba93ec4
Only call /sync when retrying initial sync ( #422 )
2018-08-30 13:39:09 +03:00
Rudi Floren
c8a59f2d6e
Add device ID and device fingerprint to settings page like in Riot. ( #407 )
2018-08-21 06:22:51 +00:00
Konstantinos Sideris
6d1f2ea9b3
Remove pixel ratio from image scaling
2018-08-20 11:58:13 +03:00
Konstantinos Sideris
b5b5faa5ec
Consider the scale ratio when scaling down images
...
fixes #393
2018-08-01 21:10:03 +03:00
Konstantinos Sideris
06b30b3cca
Use double instead of int when scaling pixmaps ( #393 )
2018-07-30 12:35:15 +03:00
Konstantinos Sideris
85e93a88a6
Add option to specify the scale factor
...
fixes #357
fixes #335
fixes #230
2018-07-22 19:48:58 +03:00
Konstantinos Sideris
24bad93f6b
Add option to ignore key requests altogether
2018-07-22 16:36:25 +03:00
Konstantinos Sideris
83008f44e4
Show device list in user profile & add option to create 1-1 chat
2018-07-20 16:15:50 +03:00
Konstantinos Sideris
0e814da91c
Move all files under src/
2018-07-17 16:37:25 +03:00