index
:
matrix/thirdparty/nheko.git
this commit
master
github/master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resources
/
qml
/
delegates
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix emoji escape in file messages
Nicolas Werner
2020-09-19
1
-1
/
+1
*
Update translations
Nicolas Werner
2020-09-19
1
-1
/
+5
*
Fix null errors in qml
Nicolas Werner
2020-09-16
2
-2
/
+2
*
Hide CallCandidates again in new store
Nicolas Werner
2020-08-17
1
-0
/
+6
*
Merge remote-tracking branch 'origin/master' into new-event-store
Nicolas Werner
2020-08-17
1
-0
/
+18
|
\
|
*
Specify call type on timeline
trilene
2020-07-24
1
-1
/
+1
|
*
Support voice calls
trilene
2020-07-10
1
-0
/
+18
*
|
Fix more non integer heights
Nicolas Werner
2020-07-25
2
-3
/
+3
*
|
Fix binding loop and non integer text height
Nicolas Werner
2020-07-25
1
-1
/
+1
*
|
Readd pagination and fix redactions
Nicolas Werner
2020-07-13
1
-0
/
+6
|
/
*
Merge master and fix conflicts
Joseph Donofry
2020-06-09
1
-0
/
+1
|
\
|
*
Make settings update immediately in qml and allow limiting timeline width
Nicolas Werner
2020-05-26
1
-1
/
+1
|
*
Added an optional feature to show bigger emoji-only messages with 3 or less e...
lkito
2020-05-21
1
-0
/
+1
*
|
Merge master into reactions
Joseph Donofry
2020-05-14
6
-5
/
+19
|
\
|
|
*
Clip replies by default
Nicolas Werner
2020-05-13
6
-5
/
+19
*
|
Change redaction color that accidentally got committed
Joseph Donofry
2020-05-07
1
-5
/
+1
*
|
Merge branch 'master' into reactions
Joseph Donofry
2020-05-07
1
-3
/
+3
|
\
|
|
*
Fix redaction color change that accidentally got committed
Joseph Donofry
2020-05-07
1
-3
/
+3
*
|
merge master into reactions
Joseph Donofry
2020-05-07
1
-1
/
+4
|
/
*
Fix scroll to replied to message (somewhat)
Nicolas Werner
2020-05-05
1
-1
/
+1
*
Address CR comments
Lasath Fernando
2020-04-29
1
-4
/
+2
*
Remove commented out code; fix padding for Pill
Lasath Fernando
2020-04-28
1
-3
/
+4
*
Fix binding loops for height
Lasath Fernando
2020-04-28
1
-2
/
+4
*
Disable opening images, when they are not loaded
Nicolas Werner
2020-04-21
1
-1
/
+1
*
Use Item for transparent rectangles
Nicolas Werner
2020-04-10
2
-5
/
+2
*
Size reply background by contents
Nicolas Werner
2020-04-10
2
-1
/
+10
*
Make Filemessage background size by content
Nicolas Werner
2020-04-10
1
-2
/
+12
*
Add a few missing palette colors
Nicolas Werner
2020-04-08
2
-2
/
+2
*
Use palette for qml code for theming
Nicolas Werner
2020-03-29
2
-3
/
+3
*
Fix images without size
Nicolas Werner
2020-03-08
1
-1
/
+1
*
Merge pull request #137 from Nheko-Reborn/blurhash
DeepBlueV7.X
2020-03-05
1
-0
/
+13
|
\
|
*
Make blurhash provider async
Nicolas Werner
2020-03-04
1
-1
/
+0
|
*
Experimental blurhash implementation (MXC2448)
Nicolas Werner
2020-03-03
1
-0
/
+14
*
|
Add support for more room events in timeline
Adasauce
2020-03-03
1
-0
/
+31
|
/
*
Improve link theming
Nicolas Werner
2020-02-27
1
-1
/
+1
*
Don't let click on reply steal focus from the replied to elements
Nicolas Werner
2020-02-26
1
-6
/
+7
*
Reset user colors on theme change (in qml timeline)
Nicolas Werner
2020-02-20
2
-2
/
+2
*
Improve styling of emote messages
Nicolas Werner
2020-02-09
3
-11
/
+10
*
Improve styling a bit
Nicolas Werner
2020-02-03
3
-7
/
+8
*
Simplify reply popup logic
Nicolas Werner
2020-01-28
1
-0
/
+57
*
Fix resize loop of images in reply popup
Nicolas Werner
2020-01-28
1
-3
/
+3
*
Show event type string in placeholder
Nicolas Werner
2020-01-23
1
-1
/
+1
*
Implement display of membership events
Nicolas Werner
2020-01-23
1
-0
/
+6
*
Try to match old theme better
Nicolas Werner
2020-01-14
1
-0
/
+2
*
Fetch missing events for replies
Nicolas Werner
2020-01-11
1
-0
/
+4
*
Implement fancy reply rendering
Nicolas Werner
2020-01-11
7
-77
/
+91
*
Adapt play buttons to theme and remove accidental message bg
Nicolas Werner
2020-01-06
1
-3
/
+3
*
Make images always fit the timeline
Nicolas Werner
2019-12-13
1
-2
/
+7
*
Show topic and name changes in timeline
Nicolas Werner
2019-12-10
2
-1
/
+14
*
Add encrypted file download
Nicolas Werner
2019-12-03
3
-4
/
+4
*
Rename qml namespace from com.github.nheko to im.nheko
Nicolas Werner
2019-11-30
3
-3
/
+3
*
Show encryption enabled and use a non zero size for zero size vide
Nicolas Werner
2019-11-23
3
-3
/
+10
*
Wrap text in pre tags
Nicolas Werner
2019-11-23
1
-1
/
+1
*
Enable link handling
Nicolas Werner
2019-11-23
3
-18
/
+6
*
Improve avatar look and layouting
Nicolas Werner
2019-11-23
1
-2
/
+0
*
Remove unused import
Nicolas Werner
2019-11-23
1
-1
/
+0
*
Organize qml files a bit
Nicolas Werner
2019-11-23
8
-157
/
+56
*
Add native themeing to QML (where possible)
Nicolas Werner
2019-11-23
1
-8
/
+20
*
Size images/videos by timeline width
Nicolas Werner
2019-11-23
2
-9
/
+22
*
Misc layout fixes
Nicolas Werner
2019-11-23
1
-0
/
+0
*
Try out DelegateChooser
Nicolas Werner
2019-11-23
7
-15
/
+154
*
Disable autoplayback again
Nicolas Werner
2019-11-23
1
-1
/
+0
*
Lower requirement on QtQuick.Layouts version
Nicolas Werner
2019-11-23
2
-2
/
+2
*
Use QtQuick.Controls compatible with Qt 5.8
Nicolas Werner
2019-11-23
3
-3
/
+3
*
Enable Sticker and Emote messages
Nicolas Werner
2019-11-23
1
-0
/
+3
*
Add basic video messages
Nicolas Werner
2019-11-23
1
-0
/
+12
*
Add progress bar to audio messages
Nicolas Werner
2019-11-23
1
-68
/
+110
*
Add simple audio message widget
Nicolas Werner
2019-11-23
2
-19
/
+117
*
File messages (qml)
Nicolas Werner
2019-11-23
1
-0
/
+57
*
Restore saving of media
Nicolas Werner
2019-11-23
1
-1
/
+1
*
Reenable ImageOverlay
Nicolas Werner
2019-11-23
1
-0
/
+6
*
Implement basic placeholder and disable unimplemented event types
Nicolas Werner
2019-11-23
1
-0
/
+10
*
Show redactions in qml timeline
Nicolas Werner
2019-11-23
1
-0
/
+15
*
Implement basic ImageMessages in qml timeline
Nicolas Werner
2019-11-23
1
-0
/
+14
*
Use system colors for now
Nicolas Werner
2019-11-23
2
-0
/
+13
*
Implement TextMessage delegate
Nicolas Werner
2019-11-23
1
-0
/
+10