| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 2 | -19/+19 |
* | Remove unused QML file | Joseph Donofry | 2020-06-09 | 2 | -68/+1 |
* | Update translations | Joseph Donofry | 2020-06-09 | 11 | -551/+1710 |
* | Remove signals in favor of direct function calls | Joseph Donofry | 2020-06-09 | 4 | -16/+6 |
* | Remove duplicate search icons | Joseph Donofry | 2020-06-09 | 4 | -2/+2 |
* | Fix UserSettings in QML | Joseph Donofry | 2020-06-09 | 4 | -19/+5 |
* | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 7 | -16/+1671 |
|\ |
|
| * | Translated using Weblate (Italian) | DeepBlueV7.X | 2020-05-28 | 1 | -281/+314 |
| * | Rename settings to be more consistent | Nicolas Werner | 2020-05-26 | 1 | -1/+1 |
| * | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 5 | -35/+20 |
| * | Added translation using Weblate (Italian) | Lorenzo Ancora | 2020-05-26 | 1 | -0/+1553 |
| * | Added an optional feature to show bigger emoji-only messages with 3 or less e... | lkito | 2020-05-21 | 2 | -0/+3 |
* | | Minor adjustments to emoji picker | Joseph Donofry | 2020-06-09 | 3 | -9/+23 |
* | | Update translations | Joseph Donofry | 2020-05-21 | 10 | -40/+40 |
* | | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 4 | -9/+40 |
* | | Merge origin/master into reactions | Joseph Donofry | 2020-05-18 | 10 | -190/+770 |
|\| |
|
| * | Tag rooms via context menu | Nicolas Werner | 2020-05-18 | 10 | -110/+620 |
* | | Fix reactions binding loop | Nicolas Werner | 2020-05-16 | 1 | -3/+2 |
* | | Attach emoji picker picked to reaction sender | Joseph Donofry | 2020-05-16 | 4 | -4/+21 |
* | | Merge remote-tracking branch 'origin/master' into reactions | Joseph Donofry | 2020-05-16 | 5 | -4/+11 |
|\| |
|
| * | Implemented optional message body highlighting feature. | lkito | 2020-05-16 | 2 | -1/+7 |
| * | Remove accidental compiled translation commit | Joseph Donofry | 2020-05-15 | 2 | -0/+1 |
| * | Translated using Weblate (German) | DeepBlueV7.X | 2020-05-15 | 1 | -3/+3 |
* | | Merge master into reactions | Joseph Donofry | 2020-05-14 | 24 | -413/+956 |
|\| |
|
| * | Add un-encrypted warning icon for messages in encrypted rooms | Joseph Donofry | 2020-05-14 | 15 | -53/+121 |
| * | Try to smooth scrolling a bit by increasing cacheBuffer | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| * | Align scrolling to pixels manually | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| * | Clip replies by default | Nicolas Werner | 2020-05-13 | 6 | -5/+19 |
| * | Translation updates | Nicolas Werner | 2020-05-10 | 11 | -333/+920 |
* | | Update emoji picker and translations | Joseph Donofry | 2020-05-13 | 19 | -126/+220 |
* | | Update translations for new emoji picker | Joseph Donofry | 2020-05-13 | 10 | -110/+830 |
* | | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 4 | -3/+208 |
* | | 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 | 4 | -4/+22 |
|/ |
|
* | Add shortcuts to select/deselect reply targets | Nicolas Werner | 2020-05-06 | 1 | -0/+15 |
* | Reaction and Button layout fixes | Nicolas Werner | 2020-05-06 | 2 | -23/+21 |
* | Misc color fixes | Nicolas Werner | 2020-05-05 | 4 | -12/+12 |
* | Fix scroll to replied to message (somewhat) | Nicolas Werner | 2020-05-05 | 1 | -1/+1 |
* | Position reaction emoji and text on the same baseline | Nicolas Werner | 2020-05-04 | 1 | -0/+2 |
* | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 3 | -12/+10 |
* | Add placeholder for reactions | Nicolas Werner | 2020-05-04 | 3 | -1/+79 |
* | Add support for db migrations | Nicolas Werner | 2020-05-02 | 10 | -130/+330 |
* | Merge pull request #184 from shocklateboy92/features/backlog-progress | DeepBlueV7.X | 2020-05-01 | 1 | -1/+8 |
|\ |
|
| * | Make pagination spinner inline | Lasath Fernando | 2020-04-29 | 1 | -1/+8 |
| * | Add visual indication that data is being fetched | Lasath Fernando | 2020-04-29 | 1 | -1/+1 |
* | | Fix spacing of typing notifications | Nicolas Werner | 2020-04-30 | 1 | -9/+9 |
|/ |
|
* | Merge pull request #183 from shocklateboy92/features/smooth-scroll | DeepBlueV7.X | 2020-04-29 | 4 | -21/+127 |
|\ |
|
| * | Address CR comments | Lasath Fernando | 2020-04-29 | 3 | -12/+12 |
| * | Remove commented out code; fix padding for Pill | Lasath Fernando | 2020-04-28 | 2 | -5/+4 |
| * | Fix binding loops for height | Lasath Fernando | 2020-04-28 | 2 | -5/+12 |
| * | Shamelessly steal `ScrollHelper.qml` from spectral | Lasath Fernando | 2020-04-28 | 3 | -13/+113 |
* | | Fix some smaller coloring issues | Nicolas Werner | 2020-04-29 | 1 | -0/+2 |
|/ |
|
* | Fix URL in appdata.xml | Joseph Donofry | 2020-04-23 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into release-prep-0.7.1 | Joseph Donofry | 2020-04-23 | 10 | -70/+120 |
|\ |
|
| * | Update translations | Nicolas Werner | 2020-04-23 | 10 | -70/+120 |
* | | Update versions to 0.7.1 | Nicolas Werner | 2020-04-24 | 1 | -0/+1 |
|/ |
|
* | Add menu entry to show decrypted source | Nicolas Werner | 2020-04-21 | 12 | -126/+184 |
* | Disable opening images, when they are not loaded | Nicolas Werner | 2020-04-21 | 1 | -1/+1 |
* | Update appdata.xml | Joseph Donofry | 2020-04-19 | 1 | -53/+61 |
* | Release v0.7.0 | Joe | 2020-04-19 | 1 | -0/+1 |
* | Update translations | Nicolas Werner | 2020-04-13 | 10 | -250/+170 |
* | Translated using Weblate (English) | DeepBlueV7.X | 2020-04-13 | 1 | -28/+28 |
* | Translated using Weblate (German) | DeepBlueV7.X | 2020-04-13 | 1 | -41/+41 |
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -3/+3 |
* | Mid color is used for scrollbars it seems | Nicolas Werner | 2020-04-11 | 2 | -10/+0 |
* | 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 | 4 | -35/+2 |
* | Change fallback style to fusion | Nicolas Werner | 2020-03-30 | 4 | -21/+13 |
* | Set palette globally | Nicolas Werner | 2020-03-30 | 2 | -4/+53 |
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 8 | -37/+39 |
* | Updated translations | Emi Simpson | 2020-03-15 | 10 | -160/+210 |
* | Update minor fixes in translations as requested | Pushpam Choudhary | 2020-03-13 | 10 | -24/+24 |
* | Add periods to terminate non-user messages in the timeline | Pushpam Choudhary | 2020-03-13 | 10 | -393/+393 |
* | Make buttons hideable via setting, button contents can still be accessed via ... | Nicolas Werner | 2020-03-10 | 13 | -173/+271 |
* | Fix images without size | Nicolas Werner | 2020-03-08 | 1 | -1/+1 |
* | Translated using Weblate (German) | DeepBlueV7.X | 2020-03-07 | 1 | -4/+4 |
* | 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 |
* | | update translations | Adasauce | 2020-03-03 | 10 | -86/+636 |
* | | Add support for more room events in timeline | Adasauce | 2020-03-03 | 1 | -0/+31 |
* | | Translated using Weblate (English) | Joseph Donofry | 2020-03-02 | 1 | -81/+81 |
* | | Update translations | Joseph Donofry | 2020-03-02 | 10 | -411/+740 |
|/ |
|
* | Fix avatar layering in room list | Nicolas Werner | 2020-03-03 | 2 | -6/+6 |
* | Fix high dpi scaling of avatars | Nicolas Werner | 2020-02-28 | 3 | -9/+16 |
* | Revert change from TextEdit to TextArea | Nicolas Werner | 2020-02-27 | 1 | -5/+2 |
* | Improve link theming | Nicolas Werner | 2020-02-27 | 4 | -3/+15 |
* | Don't let click on reply steal focus from the replied to elements | Nicolas Werner | 2020-02-26 | 2 | -7/+9 |
* | Only show reply button and option button on hover | Nicolas Werner | 2020-02-26 | 1 | -63/+99 |
* | Fix colour in svg not being actually white | Nicolas Werner | 2020-02-26 | 1 | -2/+2 |
* | Fix placeholder text being visible behind transparent avatars | Nicolas Werner | 2020-02-23 | 1 | -0/+1 |
* | remove setStyleSheet calls directly from widget code | Adasauce | 2020-02-21 | 3 | -1/+28 |
* | clean up the light and system themes too | Adasauce | 2020-02-20 | 3 | -91/+47 |
* | cleanup, re-order, de-duplicate, re-dry qss for dark | Adasauce | 2020-02-20 | 1 | -138/+61 |
* | Merge pull request #125 from adasauce/118-dark-theme-issues | DeepBlueV7.X | 2020-02-20 | 3 | -0/+12 |
|\ |
|
| * | Tooltip and Combobox bugs with Breeze / Dark theme | Adasauce | 2020-02-20 | 3 | -0/+12 |
* | | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 4 | -5/+5 |
|/ |
|
* | Change the initial of the proper noun to uppercase | Shun Sakai | 2020-02-14 | 10 | -11/+11 |
* | Add Japanese translation | Shun Sakai | 2020-02-13 | 10 | -90/+1458 |
* | Improve styling of emote messages | Nicolas Werner | 2020-02-09 | 3 | -11/+10 |
* | Make closing the reply popup actually clear the reply message | Joseph Donofry | 2020-02-04 | 1 | -1/+1 |
* | Improve styling a bit | Nicolas Werner | 2020-02-03 | 5 | -11/+12 |
* | Merge pull request #112 from Nheko-Reborn/sharp-logo | DeepBlueV7.X | 2020-02-02 | 17 | -0/+156 |
|\ |
|
| * | Use cleaned up logo | Nicolas Werner | 2020-01-31 | 19 | -370/+156 |
| * | Moved down a bit | Nicolas Werner | 2020-01-30 | 2 | -13/+19 |
| * | round variant and sizes changed a bit | Nicolas Werner | 2020-01-30 | 2 | -11/+195 |
| * | Initial rebuild of logo | Nicolas Werner | 2020-01-30 | 1 | -0/+180 |
* | | Close popup when clicking outside | Nicolas Werner | 2020-02-02 | 1 | -0/+1 |
* | | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 2020-02-02 | 14 | -420/+460 |
* | | Make page scrolling half height | Nicolas Werner | 2020-01-31 | 1 | -2/+2 |
* | | Add scroll page shortcut | Nicolas Werner | 2020-01-30 | 1 | -0/+9 |
|/ |
|
* | Add explicit size to reply close button | Nicolas Werner | 2020-01-30 | 1 | -0/+2 |
* | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2020-01-28 | 9 | -135/+774 |
|\ |
|
| * | Merge branch 'plain-text-messages' into 0.7.0-dev | Nicolas Werner | 2020-01-29 | 9 | -135/+774 |
| |\ |
|
| | * | Add command for invite,kick,ban and unban | Nicolas Werner | 2020-01-29 | 9 | -135/+774 |
* | | | Change tooltip palette settings for QML | Joseph Donofry | 2020-01-28 | 4 | -12/+23 |
|/ / |
|
* | | Simplify reply popup logic | Nicolas Werner | 2020-01-28 | 4 | -122/+95 |
* | | Improve styling of reply popup | Nicolas Werner | 2020-01-28 | 1 | -11/+2 |
* | | Fix resize loop of images in reply popup | Nicolas Werner | 2020-01-28 | 2 | -3/+5 |
* | | Add initial QML Reply Popup | Joseph Donofry | 2020-01-27 | 1 | -1/+99 |
|/ |
|
* | Update emoji to unicode 13.0 | Nicolas Werner | 2020-01-24 | 2 | -1/+4446 |
* | Remove translations from reply fallback | Nicolas Werner | 2020-01-24 | 9 | -216/+0 |
* | Translate member events to german | Nicolas Werner | 2020-01-23 | 9 | -92/+812 |
* | 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 |
* | PixelAlign timeline view | Nicolas Werner | 2020-01-21 | 1 | -0/+1 |
* | Account for spacing when checking for bottom message for read status | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
* | Fix colors in typing display, when username contains emoji | Nicolas Werner | 2020-01-21 | 2 | -1/+3 |
* | Move typing display to qml | Nicolas Werner | 2020-01-17 | 10 | -317/+319 |
* | Remove embedded fonts | Nicolas Werner | 2020-01-16 | 13 | -209/+0 |
* | Reduce memory usage and make room switching quicker | Nicolas Werner | 2020-01-14 | 1 | -2/+0 |
* | 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 | 8 | -84/+145 |
* | Adapt play buttons to theme and remove accidental message bg | Nicolas Werner | 2020-01-06 | 2 | -3/+4 |
* | Simplify read message logic with inverted timeline | Nicolas Werner | 2020-01-06 | 1 | -46/+12 |
* | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 1 | -5/+1 |
* | invert timeline | Nicolas Werner | 2020-01-06 | 1 | -9/+47 |
* | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 |
* | Update translations | Nicolas Werner | 2019-12-11 | 9 | -9/+189 |
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 2 | -1/+14 |
* | Simplify scroll logic | Nicolas Werner | 2019-12-08 | 1 | -4/+0 |
* | Change scroll behaviour of timeline | Nicolas Werner | 2019-12-08 | 1 | -1/+24 |
* | Try to fix binding loop warning | Nicolas Werner | 2019-12-07 | 1 | -3/+4 |
* | Update translations | Nicolas Werner | 2019-12-05 | 9 | -492/+375 |
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 4 | -5/+5 |
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 7 | -7/+7 |
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 5 | -5/+12 |
* | Wrap text in pre tags | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -5/+8 |
* | Update translations | Nicolas Werner | 2019-11-23 | 9 | -1009/+1702 |
* | Fix links opening user dialog and in browser | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
* | Fix infinite item instantiating loop by using height instead of contentHeight | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 5 | -146/+128 |
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -2/+13 |
* | Enable link handling | Nicolas Werner | 2019-11-23 | 5 | -18/+40 |
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 4 | -39/+53 |
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 4 | -5/+10 |
* | Remove unused import | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
* | break height binding loop | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 11 | -36/+28 |
* | Incubate delegates asynchronously | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Small fixes to delegate chooser implementation | Nicolas Werner | 2019-11-23 | 2 | -3/+10 |
* | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 2019-11-23 | 3 | -45/+54 |
* | Add native themeing to QML (where possible) | Nicolas Werner | 2019-11-23 | 2 | -10/+23 |
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -3/+2 |
* | Load content if no scrollbar is needed | Nicolas Werner | 2019-11-23 | 1 | -0/+10 |
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 2 | -9/+22 |
* | Misc layout fixes | Nicolas Werner | 2019-11-23 | 3 | -1/+7 |
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 9 | -157/+189 |
* | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 2 | -1/+1 |
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 3 | -3/+3 |
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 6 | -6/+6 |
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 2 | -1/+6 |
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 3 | -3/+15 |
* | Add progress bar to audio messages | Nicolas Werner | 2019-11-23 | 1 | -68/+110 |
* | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 4 | -19/+119 |
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 3 | -0/+59 |
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 2 | -5/+10 |
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 3 | -0/+37 |
* | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 |
* | Fix read indicator | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
* | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
* | Add send/received indicator | Nicolas Werner | 2019-11-23 | 3 | -0/+50 |
* | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 3 | -12/+23 |
* | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 1 | -1/+46 |
* | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+2 |
* | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -1/+18 |
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -2/+1 |
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -1/+20 |
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -2/+49 |
* | Make reply and options buttons smaller | Nicolas Werner | 2019-11-23 | 1 | -6/+22 |
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
* | Use system colors for now | Nicolas Werner | 2019-11-23 | 4 | -4/+37 |
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 3 | -8/+50 |
* | Format date (close to) the old way in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+30 |
* | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+86 |
* | Implement loading of history, when timeline is displayed | Nicolas Werner | 2019-11-23 | 1 | -6/+0 |
* | Add items to timline | Nicolas Werner | 2019-11-23 | 1 | -5/+14 |
* | Add placeholder timeline model | Nicolas Werner | 2019-11-23 | 1 | -0/+11 |
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 2 | -0/+14 |
* | Fix themeing issues on mentions | Joseph Donofry | 2019-08-29 | 3 | -0/+32 |
* | Translated using Weblate (German) | nheko rocks | 2019-08-01 | 1 | -12/+12 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -2/+2 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -9/+9 |
* | Update mentions dialog | Joseph Donofry | 2019-07-28 | 9 | -81/+198 |
* | Update translation context | Joseph Donofry | 2019-07-28 | 9 | -315/+396 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -12/+12 |
* | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2019-07-28 | 3 | -61/+65 |
|\ |
|
| * | Translated using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -20/+22 |
| * | Translated using Weblate (German) | philipp | 2019-07-28 | 1 | -1/+1 |
| * | Translated using Weblate (German) | nheko rocks | 2019-07-28 | 1 | -22/+22 |
| * | Manually translate long source strings | Nicolas Werner | 2019-07-28 | 1 | -2/+4 |
| * | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-28 | 1 | -16/+16 |
* | | Address 'sent' translation issue | Joseph Donofry | 2019-07-28 | 9 | -12/+489 |
|/ |
|
* | Merge branch '0.7.0-dev' of github.com:Nheko-Reborn/nheko into 0.7.0-dev | Weblate | 2019-07-28 | 9 | -398/+1056 |
|\ |
|
| * | Add 'and' to typing display | Nicolas Werner | 2019-07-28 | 9 | -81/+73 |
| * | media->file in error message, when image upload fails | Nicolas Werner | 2019-07-28 | 9 | -177/+42 |
| * | Add decryption error messages to translations | Nicolas Werner | 2019-07-28 | 9 | -0/+270 |
| * | Fix newly added languages after timestamp localization | Nicolas Werner | 2019-07-28 | 2 | -34/+93 |
| * | Try to localise timestamps | Nicolas Werner | 2019-07-28 | 8 | -169/+641 |
* | | Translated using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -169/+171 |
* | | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-28 | 1 | -116/+118 |
* | | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-28 | 1 | -3/+3 |
* | | Translated using Weblate (German) | nheko rocks | 2019-07-28 | 1 | -80/+80 |
|/ |
|
* | Translated using Weblate (German) | philipp | 2019-07-28 | 1 | -7/+7 |
* | Added translation using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -0/+1004 |
* | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-27 | 1 | -2/+2 |
* | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-27 | 1 | -46/+46 |
* | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-27 | 1 | -3/+3 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-27 | 1 | -1/+1 |
* | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-27 | 1 | -8/+8 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-27 | 1 | -6/+6 |
* | Improve layout of Emoji Picker | Nicolas Werner | 2019-07-25 | 3 | -3/+27 |
* | Update Mentions UI | Joseph Donofry | 2019-07-21 | 2 | -0/+2 |
* | Add User Mentions Dialog | Joseph Donofry | 2019-07-16 | 1 | -0/+29 |
* | Show room version in settings | Nicolas Werner | 2019-07-04 | 8 | -40/+144 |
* | Support well-known for server discovery | Nicolas Werner | 2019-06-27 | 8 | -688/+3064 |
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 2 | -0/+8 |
* | Merge in master | redsky17 | 2019-05-27 | 1 | -2/+27 |
|\ |
|
| * | Update to v0.6.4 | Joseph Donofry | 2019-05-22 | 1 | -0/+1 |
| * | Update appdata.xml | Joseph Donofry | 2019-05-14 | 1 | -2/+26 |
* | | Add reply and menu buttons to TimelineItem | redsky17 | 2019-05-27 | 2 | -0/+2 |
|/ |
|