summary refs log tree commit diff
path: root/src/timeline (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix display name referenced for incorrect event typesJoseph Donofry2021-04-181-3/+4
|
* change display name wordingtargetakhil2021-04-181-5/+8
|
* add notice and rainbownotice commandsLordMZTE2021-04-112-0/+34
|
* Fix crash on exitNicolas Werner2021-04-091-4/+12
|
* Don't use direct image response objects anymoreNicolas Werner2021-04-052-28/+40
|
* Fix rainbow replies and add rainbowmeNicolas Werner2021-04-012-7/+9
|
* Merge pull request #535 from LordMZTE/feature/rainbowDeepBlueV7.X2021-03-282-4/+9
|\ | | | | add /rainbow command
| * run formatterLordMZTE2021-03-281-1/+1
| |
| * Update src/timeline/InputBar.cppDeepBlueV7.X2021-03-281-1/+1
| |
| * Use QRegularExpressionDeepBlueV7.X2021-03-281-1/+1
| |
| * fix command parsingLordMZTE2021-03-281-3/+2
| |
| * commands now also work with newline after themLordMZTE2021-03-281-0/+2
| |
| * implement requested changesLordMZTE2021-03-281-1/+1
| |
| * add /rainbow commandLordMZTE2021-03-262-3/+7
| |
* | Add part/leave commandLoren Burkholder2021-03-251-0/+2
|/
* Clean up notification code a bitNicolas Werner2021-03-171-24/+1
|
* Switch readImage to take a reference instead of a pointerLoren Burkholder2021-03-171-1/+1
| | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else.
* Create function for processing whether a message is a replyLoren Burkholder2021-03-171-1/+1
|
* make lintLoren Burkholder2021-03-171-2/+2
|
* Parse markdown overrides during repliesLoren Burkholder2021-03-171-1/+3
| | | | I apparently missed this when I originally added the overrides.
* Don't send markdown links in bodyNicolas Werner2021-03-152-4/+32
| | | | fixes #422
* Merge pull request #523 from Jedi18/masterDeepBlueV7.X2021-03-151-0/+8
|\ | | | | Fix windows video bug
| * prepend file:// for linux and macostargetakhil2021-03-151-0/+8
| |
* | Remove some more allocationsNicolas Werner2021-03-141-7/+9
|/
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵Nicolas Werner2021-03-134-24/+45
|\ | | | | | | Jedi18-quickswitcher_qml
| * change allowed mistakes, fix minor style issues, remove old completer ↵Jedi182021-03-073-25/+1
| | | | | | | | function from inputbar
| * fix timeline focusJedi182021-02-232-0/+7
| |
| * enter key now works, fix room highlighting and add overlayJedi182021-02-232-0/+7
| |
| * add room alias delegate, fix some quickswitcher ui problemsJedi182021-02-221-0/+5
| |
| * add quick switcher qml file and moved completerFor from inputbar to timeline ↵Jedi182021-02-212-0/+26
| | | | | | | | view class
* | Disable room pings in repliesNicolas Werner2021-03-121-0/+2
| |
* | fix lintingNicolas Werner2021-03-052-109/+113
| |
* | Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-0512-0/+48
|\ \ | | | | | | License headers
| * | Update license headersNicolas Werner2021-03-0512-0/+48
| | |
* | | Fix lintingJoseph Donofry2021-03-042-113/+109
|/ /
* | Fix reply relating to the wrong id of edited eventNicolas Werner2021-03-031-1/+1
| |
* | Fix text input restoring after editsNicolas Werner2021-02-253-20/+25
| |
* | Allow editing via up and down arrowsNicolas Werner2021-02-242-2/+22
|/
* Merge pull request #479 from Jedi18/add_rooms_model_completerDeepBlueV7.X2021-02-191-0/+6
|\ | | | | Add rooms completion model
| * added bool to choose between showing only rooms with aliases and all of the ↵Jedi182021-02-171-2/+2
| | | | | | | | rooms
| * add rooms model, add room delegate for completerJedi182021-02-161-0/+6
| |
* | Merge pull request #474 from Jedi18/room_settings_qmlDeepBlueV7.X2021-02-194-6/+17
|\ \ | | | | | | Shifted Room Settings Dialog to QML
| * | Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-149-55/+253
| |\|
| * | replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-1/+1
| | |
| * | added changing of name through edit modal, removed old roomsettingsJedi182021-02-124-11/+3
| | |
| * | fix avatar update on timeline syncJedi182021-02-114-5/+12
| | |
| * | added notifications and encryption for the new roomsettingsJedi182021-02-112-3/+9
| | |
| * | ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-102-3/+6
| | | | | | | | | | | | to new room settings
| * | added room settings qmlJedi182021-02-092-2/+5
| | |
* | | Make inline images work a bit betterNicolas Werner2021-02-171-2/+10
| | |
* | | Fix crash from logging unset indices (leftover after debugging)Nicolas Werner2021-02-171-5/+0
| |/ |/|
* | Fix hover handling in the timelineNicolas Werner2021-02-141-1/+3
| |
* | Mark messages as read, when Nheko gets focusedNicolas Werner2021-02-131-3/+3
| | | | | | | | fixes #235
* | Fix crash when editing an edited message pointing to itselfNicolas Werner2021-02-121-7/+9
| |
* | Prevent edits of unsent messagesNicolas Werner2021-02-102-0/+6
| |
* | Fix messages sometimes not being rendered, when they are too largeNicolas Werner2021-02-101-4/+0
| |
* | Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-101-4/+6
| |
* | Fix stuck notifications because of editsNicolas Werner2021-02-102-5/+20
| | | | | | | | | | Does not fix the read status yet, for that we need to compare read receipts for all events after the last visible event.
* | Implement message editingNicolas Werner2021-02-094-10/+65
| | | | | | | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134
* | Display edits correctlyNicolas Werner2021-02-093-10/+60
| |
* | Fix edited repliesNicolas Werner2021-02-091-4/+15
| |
* | Render editsNicolas Werner2021-02-092-4/+54
| |
* | Switch to new relations formatNicolas Werner2021-02-094-31/+36
| |
* | Merge pull request #459 from Jedi18/minor_fixesDeepBlueV7.X2021-02-092-0/+8
|\ \ | | | | | | Fix emoji related issues
| * | focus message input on adding emoji/reacting to a messageJedi182021-02-052-0/+8
| |/
* / Native rendering breaks kerningNicolas Werner2021-02-071-4/+0
|/
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-033-5/+23
|\
| * Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-016-24/+89
| |\
| | * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-012-3/+3
| | |\ | | | | | | | | Username editing (room specific and global)
| | * | make lintLoren Burkholder2021-01-291-3/+3
| | | |
| | * | Center user info dialog on the screenLoren Burkholder2021-01-291-0/+4
| | | |
| | * | Fix crash, when keys for no events were requestedNicolas Werner2021-01-271-1/+2
| | | |
| | * | Fix request key loopsNicolas Werner2021-01-271-2/+5
| | | |
| * | | Implement Privacy ScreenJoseph Donofry2021-01-261-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility
* | | | add loading indicatorJedi182021-02-021-1/+1
| | | |
* | | | add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-021-1/+4
| |_|/ |/| | | | | | | | profile dialog
* | | made requeste changesJedi182021-01-291-5/+1
| | |
* | | Shifted fetching of global username fom timeline model to user profileJedi182021-01-292-15/+1
| | |
* | | fix lintingJedi182021-01-281-2/+2
| | |
* | | Changed edit method from double clicking to an edit buttonJedi182021-01-282-1/+19
| | |
* | | Username can be edited by double clicking on text, added global user profile ↵Jedi182021-01-281-1/+1
| | | | | | | | | | | | menu action in user info widget
* | | update room specific username from userprofileJedi182021-01-272-3/+3
| |/ |/|
* | Fix old messages being played back after limit resetNicolas Werner2021-01-241-0/+9
| |
* | Merge pull request #406 from rnhmjoj/open-inDeepBlueV7.X2021-01-242-8/+33
|\ \ | | | | | | Add "open in external program" action
| * | Add "open in external program" actionrnhmjoj2021-01-242-8/+33
| | |
* | | Request unknown message indicesNicolas Werner2021-01-231-6/+15
|/ /
* | Merge pull request #393 from LorenDB/mdCommandsDeepBlueV7.X2021-01-232-3/+16
|\ \ | | | | | | Markdown setting override commands
| * | Remove useless parenthesesDeepBlueV7.X2021-01-231-2/+2
| | |
| * | Clarify how markdown is determinedLoren Burkholder2021-01-202-3/+3
| | |
| * | Make lintLoren Burkholder2021-01-202-6/+8
| | |
| * | Add commands to override Markdown settingLoren Burkholder2021-01-202-3/+14
| |/
* / Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+2
|/
* Simplify section handling a bitNicolas Werner2021-01-192-27/+23
|
* Make read markers a bit less confusingNicolas Werner2021-01-161-3/+4
|
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-0/+8
|
* Fix timeline becoming corrupted on backfillNicolas Werner2021-01-122-8/+26
| | | | Fixes #273
* Fix call invite declined on another devicetrilene2021-01-101-1/+3
|
* Fix call answered on another devicetrilene2021-01-071-1/+6
|
* Port PlaceCall dialog to Qmltrilene2021-01-072-47/+0
|
* Make call invites less intrusivetrilene2021-01-071-1/+3
|
* Move call-related properties to CallManagertrilene2021-01-073-66/+6
|
* Allow inline replies from notifications on linuxNicolas Werner2021-01-073-1/+16
|
* Fix typing notifications flickering sometimesNicolas Werner2021-01-051-6/+13
|
* lintNicolas Werner2020-12-251-2/+4
|
* Fix some compiler warningsNicolas Werner2020-12-252-6/+6
|
* Store secrets in keychainNicolas Werner2020-12-161-1/+6
|
* React with arbitrary strings via /reactNicolas Werner2020-12-131-0/+6
|
* Merge pull request #347 from kamathmanu/avatarFullViewSupportDeepBlueV7.X2020-11-301-0/+3
|\ | | | | Add support for viewing avatar images in full size
| * Lint codekamathmanu2020-11-301-1/+1
| |
| * Lint codekamathmanu2020-11-301-1/+3
| |
| * Add support for viewing avatar images in full sizekamathmanu2020-11-301-0/+1
| |
* | Properly share and rotate sessions on member and device changesNicolas Werner2020-11-301-74/+10
| |
* | Load sessions lazily from dbNicolas Werner2020-11-301-2/+3
| |
* | Fix variable shadowingNicolas Werner2020-11-261-5/+5
| |
* | Fix race when reading members from dbNicolas Werner2020-11-251-1/+4
| |
* | Fix input focus when pressing reply buttonNicolas Werner2020-11-251-0/+1
| |
* | Implement Qml drag and dropNicolas Werner2020-11-254-0/+22
| |
* | Fix mimetype of media messagesNicolas Werner2020-11-251-0/+1
| |
* | Qml emoji completerNicolas Werner2020-11-251-0/+6
| |
* | Working User completerNicolas Werner2020-11-251-0/+8
| |
* | WIP Qml completerNicolas Werner2020-11-252-0/+8
| |
* | Reimplement message historyNicolas Werner2020-11-252-15/+56
| |
* | Send typing updates from QMLNicolas Werner2020-11-253-2/+56
| |
* | Move calls to new input barNicolas Werner2020-11-254-142/+71
| |
* | Add file uploadingNicolas Werner2020-11-253-2/+358
| |
* | Basic text input in qmlNicolas Werner2020-11-255-90/+169
| |
* | Pasteable textinputNicolas Werner2020-11-254-0/+77
|/
* Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-092-0/+7
|\ | | | | Video calls: add local webcam view
| * Video calls: add local webcam viewtrilene2020-11-092-0/+7
| |
* | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-311-2/+2
|\ \ | |/ |/| Improve wording in multiple strings.
| * Wording: replace "encrypted room" with "encrypted private chat"Mayeul Cantan2020-10-311-2/+2
| | | | | | | | | | This is for consistency with "Start a private chat", and is more specific.
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-283-9/+11
|\ \
| * | Don't pass around empty timelineNicolas Werner2020-10-282-7/+4
| | |
| * | Optimize buildNicolas Werner2020-10-273-2/+7
| |/
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-276-233/+106
|\|
| * Fix infinite pagination properly now.Nicolas Werner2020-10-231-1/+4
| |
| * Clean up key requests + autoreloadNicolas Werner2020-10-205-14/+59
| |
| * Share code for sending encrypted olm messagesNicolas Werner2020-10-202-204/+25
| |
| * Store timestamp with olm sessionsNicolas Werner2020-10-203-1/+9
| |
| * Fix crash on exitNicolas Werner2020-10-172-16/+12
| |
* | Support video callstrilene2020-10-272-0/+15
|/
* Try to fix windows buildNicolas Werner2020-10-081-3/+3
|
* Try to please the CI godsNicolas Werner2020-10-081-2/+4
|
* Fix issues with old qt and bump to 5.10Nicolas Werner2020-10-081-5/+7
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-082-2/+27
|\
| * Move ActiveCallBar Qml to separate filetrilene2020-09-252-6/+19
| |
| * clang-formattrilene2020-09-222-5/+9
| |
| * Port ActiveCallBar to Qmltrilene2020-09-222-0/+8
| |
* | Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-1/+1
| |
* | Fix in room verificationNicolas Werner2020-10-062-75/+51
| |
* | Show different verification errorsNicolas Werner2020-10-052-0/+13
| |
* | Make steps in verification flow explicitNicolas Werner2020-10-054-139/+100
| |
* | Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-031-0/+6
| |
* | Fix nullopt when iterating reactionsNicolas Werner2020-10-031-1/+2
| |
* | Clean up verification and key cache a bitNicolas Werner2020-10-021-0/+0
| |
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-245-22/+150
|\|
| * Fix typo in encryption error messageNicolas Werner2020-09-191-1/+1
| |
| * Fix null errors in qmlNicolas Werner2020-09-164-13/+13
| |
| * Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-162-3/+4
| | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port.
| * Port top bar to QmlNicolas Werner2020-09-164-8/+135
| | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
* | Simplify outbound session setupNicolas Werner2020-09-204-187/+177
| | | | | | | | Don't send inbound session to self and claim and send all keys at once.
* | Split qml part of Device VerificationCH Chethan Reddy2020-09-142-93/+88
| |
* | Fix breaking while using qmlRegisterSingletonInstanceChethan2k12020-09-101-2/+6
| |
* | Add support non-encrypted room-verification messagesChethan2k12020-09-102-58/+60
| |
* | Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-042-119/+145
| |
* | Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-031-1/+1
|\|
| * Fix endless pagination, when old history is inaccessibleNicolas Werner2020-09-021-1/+1
| |
* | Add support for Encrypted to-device verification messagesCH Chethan Reddy2020-09-031-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-306-111/+359
|\|
| * Hide CallCandidates again in new storeNicolas Werner2020-08-172-1/+7
| |
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-174-28/+201
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * Reset TLVM initial sync flag on logouttrilene2020-08-011-0/+4
| | |
| | * clang-formattrilene2020-08-011-2/+4
| | |
| | * Specify call type on timelinetrilene2020-07-242-0/+5
| | |
| | * Hide incoming CallCandidates in encrypted roomstrilene2020-07-141-0/+9
| | |
| | * Remove commentstrilene2020-07-131-2/+0
| | |
| | * Hide CallCandidates events from the timelinetrilene2020-07-131-1/+2
| | |
| | * Merge remote-tracking branch 'upstream/master' into voiptrilene2020-07-103-55/+91
| | |\
| | | * Open url using QDesktopServices from QmlNicolas Werner2020-07-092-0/+9
| | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff.
| | * | Support voice callstrilene2020-07-104-72/+227
| | | |
| * | | Add /clear-timeline commandNicolas Werner2020-08-094-0/+28
| | | |
| * | | Try to fix issue of pagination interfering with limited: trueNicolas Werner2020-08-071-0/+6
| | | |
| * | | Split error messages from event decryptionNicolas Werner2020-08-061-82/+75
| | | |
* | | | Small FixesCH Chethan Reddy2020-08-291-0/+7
| | | |
* | | | [WIP] Room Verification Works!CH Chethan Reddy2020-08-184-41/+60
| | | |
* | | | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-094-343/+235
| | | |
* | | | Add Room Verification MessagesCH Chethan Reddy2020-07-304-31/+159
| | | |
* | | | Adding Room Key Verification StuffCH Chethan Reddy2020-07-304-39/+241
| | | |
* | | | Adding icons to UserProfileCH Chethan Reddy2020-07-301-0/+2
| | | |
* | | | Refactor UserProfileNicolas Werner2020-07-303-9/+25
| | | |
* | | | Error Handling and some fixesCH Chethan Reddy2020-07-301-5/+40
| | | |
* | | | Fix presence indicatorNicolas Werner2020-07-302-10/+14
| | | |
* | | | Some more changesCH Chethan Reddy2020-07-302-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red
* | | | Some ImprovementsCH Chethan Reddy2020-07-302-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* | | | Add some more slots and macCH Chethan Reddy2020-07-301-0/+1
| | | |
* | | | Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-302-27/+42
| | | |
* | | | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-302-16/+79
| | | | | | | | | | | | | | | | recieving start or request
* | | | Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-2/+6
| | | |
* | | | Adding DeviceList for userprofileChethan2k12020-07-301-6/+3
| | | |
* | | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+6
| | | |
* | | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-302-0/+10
|/ / /
* | | Fix shadowing variableNicolas Werner2020-07-261-3/+3
| | |
* | | Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner2020-07-263-24/+24
| | |
* | | Reset fetch in progress when fetch failedNicolas Werner2020-07-251-0/+1
| | |
* | | Return to redacted messages instead of just storing the redactionNicolas Werner2020-07-251-1/+6
| | |
* | | Don't send url, if we send an encrypted fileNicolas Werner2020-07-231-7/+20
| | | | | | | | | | | | Fix issues when sending images to some clients.
* | | Fix reactionsNicolas Werner2020-07-205-29/+50
| | |
* | | Fix reaction displayNicolas Werner2020-07-198-141/+102
| | |
* | | Fix reply scrollingNicolas Werner2020-07-181-2/+2
| | |
* | | Mark own events as read again after sendingNicolas Werner2020-07-182-4/+13
| | |
* | | Fix flickering of encrypted messages when sending using new storeNicolas Werner2020-07-181-8/+10
| | |
* | | Fix encryption indicatorNicolas Werner2020-07-181-3/+6
| | |
* | | Reenable sending messagesNicolas Werner2020-07-184-327/+176
| | |
* | | Readd pagination and fix redactionsNicolas Werner2020-07-133-37/+88
| | |
* | | Fetch missing eventsNicolas Werner2020-07-103-23/+38
| | |
* | | WIP: Event Store split outNicolas Werner2020-07-094-423/+616
| |/ |/|
* | Fix Qt 5.9 buildNicolas Werner2020-06-271-0/+3
| |
* | Make connections across threads queued in any caseNicolas Werner2020-06-261-55/+79
|/
* Try to make text rendering in qml sharperNicolas Werner2020-06-191-0/+1
|
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-116-14/+120
|\
| * Additional code cleanupJoseph Donofry2020-06-112-27/+0
| |
| * Fix lintingJoseph Donofry2020-06-111-1/+5
| |
| * Fix build issue on some versions of clangJoseph Donofry2020-06-101-0/+2
| |
| * Merge master and fix conflictsJoseph Donofry2020-06-093-8/+30
| |\
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-214-5/+25
| | |
| * | Fix crash when reacting to messages from /syncNicolas Werner2020-05-171-1/+1
| | | | | | | | | | | | Messages on /sync don't have a room_id
| * | Fix local echo for reactionsNicolas Werner2020-05-161-1/+21
| | |
| * | Merge master into reactionsJoseph Donofry2020-05-142-1/+11
| |\ \
| * | | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-134-24/+35
| | | | | | | | | | | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
| * | | Initial support for sending reactionsJoseph Donofry2020-05-091-4/+39
| | | |
| * | | merge master into reactionsJoseph Donofry2020-05-074-2/+43
| | | |
* | | | Show presence and set custom status messagesNicolas Werner2020-06-082-0/+15
| |_|/ |/| |
* | | Remove some redundant functionsNicolas Werner2020-05-301-2/+2
| | |
* | | Rename settings to be more consistentNicolas Werner2020-05-261-6/+6
| | |
* | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
* | | Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
| | |
* | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-212-0/+19
| |/ |/| | | | | emoji
* | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-142-0/+6
| |
* | Show inline imagesNicolas Werner2020-05-141-0/+4
| | | | | | | | | | (This is such a hack and will probably break, but it works for now for most cases...)
* | Translation updatesNicolas Werner2020-05-101-1/+1
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-084-1/+181
|\ | | | | Reactions
| * Remove unused binding nameNicolas Werner2020-05-061-3/+3
| |
| * Fix reaction redaction for real this timeNicolas Werner2020-05-062-0/+5
| |
| * Fix rooms with a lot of reactions not paginating correctlyNicolas Werner2020-05-061-1/+5
| |
| * Show displayname on reactionsNicolas Werner2020-05-063-6/+11
| |
| * Fix reaction countNicolas Werner2020-05-062-15/+12
| |
| * Basic, broken reaction displayNicolas Werner2020-05-044-0/+169
| |
* | Fix messages being immediately read againNicolas Werner2020-05-061-2/+10
| |
* | Fix joined rooms dropping to the bottom at firstNicolas Werner2020-05-051-0/+27
|/
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-012-7/+25
|\ | | | | Add visual indication that data is being fetched