summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix build issue on some versions of clangJoseph Donofry2020-06-1011-15143/+6735
|
* Remove unused QML fileJoseph Donofry2020-06-092-68/+1
|
* Update translationsJoseph Donofry2020-06-0911-551/+1710
|
* Remove signals in favor of direct function callsJoseph Donofry2020-06-094-16/+6
|
* Remove duplicate search iconsJoseph Donofry2020-06-094-2/+2
|
* Fix UserSettings in QMLJoseph Donofry2020-06-094-19/+5
|
* Merge master and fix conflictsJoseph Donofry2020-06-0966-460/+2535
|\
| * Smooth scaling for imagesNicolas Werner2020-06-071-1/+2
| | | | | | | | Fixes some issues with inline images.
| * Download boost from sourceforgeNicolas Werner2020-06-061-1/+1
| | | | | | | | Official download links seem to break frequently because of data caps.
| * Bump mtxclient versionNicolas Werner2020-06-062-3/+3
| | | | | | | | May fix #213
| * Limit jobs on armNicolas Werner2020-06-061-1/+6
| |
| * Fix Qt5.15 issuesNicolas Werner2020-06-059-19/+24
| | | | | | | | fixes #214
| * Extend timeoutNicolas Werner2020-05-311-1/+1
| |
| * Try travis_wait alternativeNicolas Werner2020-05-302-2/+16
| |
| * Travis wait can only be used in a top level command?Nicolas Werner2020-05-302-2/+2
| |
| * Add travis_wait to flatpak buildsNicolas Werner2020-05-301-1/+1
| |
| * Install dependencies for arm manually to prevent timeoutNicolas Werner2020-05-302-9/+3
| |
| * Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378dNicolas Werner2020-05-301-1/+1
| |
| * Skip precompiled headers for obc-c codeNicolas Werner2020-05-301-0/+3
| |
| * Remove some redundant functionsNicolas Werner2020-05-307-50/+30
| |
| * Translated using Weblate (Italian)DeepBlueV7.X2020-05-281-281/+314
| | | | | | | | | | | | | | Currently translated at 98.2% (281 of 286 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/it/
| * Rename settings to be more consistentNicolas Werner2020-05-267-148/+142
| |
| * Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-268-115/+259
| | | | | | | | | | | | | | 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.
| * Improve compile times a tiny bitNicolas Werner2020-05-2624-65/+104
| |
| * Optionally use precompiled headersNicolas Werner2020-05-261-0/+7
| |
| * Bump singleapplication versionNicolas Werner2020-05-2613-90/+212
| |
| * Set cxx standard as cache variable for when toolchain file is not usedNicolas Werner2020-05-261-1/+3
| |
| * Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
| |
| * Added translation using Weblate (Italian)Lorenzo Ancora2020-05-261-0/+1553
| |
| * Merge pull request #205 from lkito/SettingTooltipsDeepBlueV7.X2020-05-251-15/+59
| |\ | | | | | | Added an option to have descriptions for user settings.
| | * Added an option to have descriptions for user settings.lkito2020-05-241-15/+59
| | |
| * | Merge pull request #204 from lkito/masterDeepBlueV7.X2020-05-238-19/+71
| |\| | | | | | | Added an optional feature to show bigger emoji-only messages with 3 or less emoji
| | * Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-218-19/+71
| |/ | | | | | | emoji
* | Minor adjustments to emoji pickerJoseph Donofry2020-06-093-9/+23
| |
* | Update translationsJoseph Donofry2020-05-2110-40/+40
| |
* | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-218-14/+65
| |
* | Merge origin/master into reactionsJoseph Donofry2020-05-1822-197/+929
|\|
| * add a bit of additional logging to image pasteNicolas Werner2020-05-182-0/+6
| |
| * Add /roomnick commandNicolas Werner2020-05-183-0/+26
| |
| * Tag rooms via context menuNicolas Werner2020-05-1818-117/+747
| |
* | 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
| |
* | Fix reactions binding loopNicolas Werner2020-05-161-3/+2
| |
* | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-164-4/+21
| |
* | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-1615-67/+86
|\|
| * Merge pull request #202 from aaronraimist/brew-libolmJoseph Donofry2020-05-161-9/+2
| |\ | | | | | | Update macOS building dependencies now that libolm is available in Homebrew. Thanks @aaronraimist
| | * Remove MacPorts install instructionsAaron Raimist2020-05-161-8/+1
| | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
| | * Update macOS building dependencies now that libolm is available in HomebrewAaron Raimist2020-05-161-1/+1
| |/
| * Merge pull request #201 from lkito/masterDeepBlueV7.X2020-05-164-6/+30
| |\ | | | | | | Implemented message background highlight feature as per issue #193
| | * Implemented optional message body highlighting feature.lkito2020-05-164-6/+30
| |/
| * Bump mtxclient versionNicolas Werner2020-05-162-3/+3
| |
| * Drop explicit ZLIB dependencyNicolas Werner2020-05-151-6/+1
| |
| * Prevent timeline being black on some platformsNicolas Werner2020-05-151-0/+1
| |
| * Remove accidental compiled translation commitJoseph Donofry2020-05-152-0/+1
| |
| * Merge pull request #198 from Chethan2k1/device-verification-dialogsDeepBlueV7.X2020-05-155-41/+46
| |\ | | | | | | Fix nheko build(uses mtxclient device-verification)
| | * remove #if defined __has_includeCH Chethan Reddy2020-05-151-2/+0
| | |
| | * Change the commit hash for mtxclientCH Chethan Reddy2020-05-154-9/+12
| | |
| | * minor fixesCH Chethan Reddy2020-05-154-38/+42
| |/
| * Translated using Weblate (German)DeepBlueV7.X2020-05-151-3/+3
| | | | | | | | | | | | | | Currently translated at 100.0% (277 of 277 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| * Wait on maybe long running install script in CINicolas Werner2020-05-151-1/+1
| |
| * Try to fix arm builds hanging breaking CINicolas Werner2020-05-151-1/+1
| |
* | Merge master into reactionsJoseph Donofry2020-05-1438-467/+6320
|\|
| * Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2020-05-141-3/+3
| |\
| | * Use standard cmake args instead of old -HNicolas Werner2020-05-151-3/+3
| | |
| * | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-1417-53/+127
| |/
| * 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...)
| * Try to smooth scrolling a bit by increasing cacheBufferNicolas Werner2020-05-131-0/+2
| |
| * Align scrolling to pixels manuallyNicolas Werner2020-05-131-0/+2
| |
| * Clip replies by defaultNicolas Werner2020-05-136-5/+19
| | | | | | | | In the future we should probably add a gradient when clipped...
| * Translation updatesNicolas Werner2020-05-1016-339/+925
| |
| * Remove shadowing loginMethodNicolas Werner2020-05-101-4/+4
| |
| * Fix not being able to log http status on loginNicolas Werner2020-05-101-1/+1
| |
| * bump mtxclient for SSONicolas Werner2020-05-092-3/+3
| |
| * Add SSONicolas Werner2020-05-097-28/+5311
| | | | | | | | closes #94
| * Improve Login and Register page hintingNicolas Werner2020-05-093-2/+28
| |
| * Merge pull request #195 from jonnius/patch-1DeepBlueV7.X2020-05-091-14/+6
| |\ | | | | | | Update Ubuntu Build and Install Instructions
| | * Update Ubuntu install and build instructionsjonnius2020-05-091-14/+6
| |/
* | Update emoji picker and translationsJoseph Donofry2020-05-1320-137/+247
| |
* | Update translations for new emoji pickerJoseph Donofry2020-05-1310-110/+830
| |
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-1316-4710/+15558
| | | | | | | | | | 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
| |
* | Change redaction color that accidentally got committedJoseph Donofry2020-05-071-5/+1
| |
* | Merge branch 'master' into reactionsJoseph Donofry2020-05-071-3/+3
|\|
| * Fix redaction color change that accidentally got committedJoseph Donofry2020-05-071-3/+3
| |
* | merge master into reactionsJoseph Donofry2020-05-0710-6/+74
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-0816-23/+296
|\ | | | | Reactions
| * Remove unused binding nameNicolas Werner2020-05-061-3/+3
| |
| * Add shortcuts to select/deselect reply targetsNicolas Werner2020-05-061-0/+15
| |
| * 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
| |
| * Reaction and Button layout fixesNicolas Werner2020-05-062-23/+21
| |
| * Misc color fixesNicolas Werner2020-05-055-13/+13
| |
| * Fix scroll to replied to message (somewhat)Nicolas Werner2020-05-051-1/+1
| |
| * Position reaction emoji and text on the same baselineNicolas Werner2020-05-041-0/+2
| |
| * Basic, broken reaction displayNicolas Werner2020-05-0410-17/+186
| |
| * Add placeholder for reactionsNicolas Werner2020-05-043-1/+79
| |
* | Fix messages being immediately read againNicolas Werner2020-05-062-5/+19
| |
* | Fix joined rooms dropping to the bottom at firstNicolas Werner2020-05-053-7/+51
| |
* | Fix jumpy room list, when sort order is ambiguousNicolas Werner2020-05-051-1/+1
|/
* Fix self counting as read messageNicolas Werner2020-05-041-2/+5
|
* Speed up initial load a bitNicolas Werner2020-05-041-0/+9
|
* Merge pull request #189 from Nheko-Reborn/db-migrationsDeepBlueV7.X2020-05-0315-153/+439
|\ | | | | Db migrations
| * Add delete pending_receipts migrationNicolas Werner2020-05-021-1/+42
| |
| * Add support for db migrationsNicolas Werner2020-05-0215-156/+401
|/
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-013-8/+33
|\ | | | | Add visual indication that data is being fetched
| * Run linterLasath Fernando2020-04-301-3/+4
| |
| * Make pagination spinner inlineLasath Fernando2020-04-291-1/+8
| |
| * Add visual indication that data is being fetchedLasath Fernando2020-04-293-6/+23
| | | | | | | | | | This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later.
* | Old Qt doesn't have .get...Nicolas Werner2020-05-011-3/+3
| |
* | Merge pull request #188 from Nheko-Reborn/optimize-cpu-usageDeepBlueV7.X2020-05-0110-214/+57
|\ \ | | | | | | Optimize cpu usage
| * | Optimize RoomList sortingNicolas Werner2020-04-305-35/+41
| | | | | | | | | | | | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion.
| * | Don't store pending receipts in cacheNicolas Werner2020-04-304-170/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't get notified for every message. Sometimes we only get a read receipt for the newest message, which means old read receipts accumulate in the database. This least to some considerable CPU overhead, when checking if the timeline should be notified for new read receipts. Instead just always notify, since that has far less overhead in the worst case and doesn't need complicated cache cleanup. The old pending_receipts db is not removed for now. It should still have minimal storage overhead and we don't have a good mechanism for cache format upgrades atm.
| * | Fix spacing of typing notificationsNicolas Werner2020-04-301-9/+9
|/ /
* / Strip reply fallback from plain text bodyNicolas Werner2020-04-301-6/+16
|/
* Merge pull request #183 from shocklateboy92/features/smooth-scrollDeepBlueV7.X2020-04-294-21/+127
|\ | | | | Improve scrolling in timeline view
| * Address CR commentsLasath Fernando2020-04-293-12/+12
| |
| * Remove commented out code; fix padding for PillLasath Fernando2020-04-282-5/+4
| |
| * Fix binding loops for heightLasath Fernando2020-04-282-5/+12
| |
| * Shamelessly steal `ScrollHelper.qml` from spectralLasath Fernando2020-04-283-13/+113
| | | | | | | | I mean, we're both GPL so... :P
* | Fix some smaller coloring issuesNicolas Werner2020-04-291-0/+2
| |
* | Make notifications a bit easier to readNicolas Werner2020-04-291-3/+3
| |
* | Fix high CPU usage on high dpi screensNicolas Werner2020-04-293-16/+25
|/ | | | Fixes #180
* Send correct orientation for exif rotated imagesNicolas Werner2020-04-261-2/+2
|
* Update ChangelogNicolas Werner2020-04-261-0/+11
|
* Only prune old messages every 500 syncsNicolas Werner2020-04-261-1/+7
|
* Respect exif rotation of imagesNicolas Werner2020-04-264-13/+38
| | | | | | Sometimes thumbnails still have the wrong dimensions, as they are scaled to fit inside a rectange of the reported size in the image. Not sure, who is wrong there, the media repo or we.
* Fix double percent encoding of invitesNicolas Werner2020-04-241-2/+1
|
* Fix URL in appdata.xmlJoseph Donofry2020-04-231-1/+1
|
* Update changelogJoseph Donofry2020-04-231-0/+1
|
* Merge remote-tracking branch 'origin/master' into release-prep-0.7.1Joseph Donofry2020-04-2323-86/+197
|\
| * Merge pull request #173 from Nheko-Reborn/decrypt-sidebarJoseph Donofry2020-04-2323-86/+197
| |\ | | | | | | Decrypt sidebar setting added to user settings
| | * Change decrypt setting againJoseph Donofry2020-04-233-12/+8
| | |
| | * Fix CHANGELOG typoJoseph Donofry2020-04-231-1/+1
| | |
| | * Merge branch 'decrypt-sidebar' of ssh://github.com/Nheko-Reborn/nheko into ↵Joseph Donofry2020-04-232-0/+7
| | |\ | | | | | | | | | | | | decrypt-sidebar
| | | * Merge branch 'master' into decrypt-sidebarJoseph Donofry2020-04-232-0/+7
| | | |\ | | |_|/ | |/| |
| | * | Change how decrypt value is retrieved from settingsJoseph Donofry2020-04-234-3/+13
| | |/
| | * Fix own messages not showing as encryptedNicolas Werner2020-04-231-7/+7
| | |
| | * Fix encrypted messages not showing a user in the sidebarNicolas Werner2020-04-232-2/+4
| | |
| | * Update translationsNicolas Werner2020-04-2310-70/+120
| | |
| | * Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-229-2/+34
| | |
| | * Add ability to toggle sidebar messages for encrypted roomsJoseph Donofry2020-04-214-3/+24
| | |
* | | Update versions to 0.7.1Nicolas Werner2020-04-245-11/+18
|/ /
* / Terminate user color calculation, when no solution can be foundNicolas Werner2020-04-222-0/+7
|/ | | | fixes #172
* Add menu entry to show decrypted sourceNicolas Werner2020-04-2115-126/+203
| | | | | Also make hidden entries not consume space in Menus with some qml styles.
* Update changelogNicolas Werner2020-04-211-0/+8
|
* Fix Binding restoreMode warning spamming logsNicolas Werner2020-04-211-4/+2
| | | | fixes #170
* Disable opening images, when they are not loadedNicolas Werner2020-04-211-1/+1
|
* Fix own encrypted images not showing up after sendingNicolas Werner2020-04-211-0/+4
|
* Merge pull request #169 from not-chicken/masterDeepBlueV7.X2020-04-201-0/+2
|\ | | | | Add repology badge to readme
| * Add repology badge to readmeLorem2020-04-201-0/+2
|/
* Update appdata.xmlJoseph Donofry2020-04-191-53/+61
|
* Fix flatpak builds referencing wrong branchJoe2020-04-191-1/+1
|
* Release v0.7.0Joe2020-04-195-30/+30
|
* Prepare 0.7.0 releaseNicolas Werner2020-04-193-5/+33
|
* Try to fix messages getting stuck by sometimes sending them twice and never ↵Nicolas Werner2020-04-192-23/+9
| | | | failing them
* Merge pull request #167 from jevolk/masterDeepBlueV7.X2020-04-171-1/+1
|\ | | | | Add missing qml-module-qtgraphicaleffects and qml-module-qtquick-cont…
| * Add missing qml-module-qtgraphicaleffects and qml-module-qtquick-controls2 ↵Jason Volk2020-04-161-1/+1
|/ | | | to Ubuntu 19.10 in README.
* Fix registration on constructNicolas Werner2020-04-172-8/+12
|
* Pull in parsing fixes in mtxclientNicolas Werner2020-04-161-1/+1
| | | | Fixes #166
* Add minimum cmark version to CMakeListNicolas Werner2020-04-151-1/+1
|
* Add --debug switchNicolas Werner2020-04-152-1/+8
|
* Cache decrypted eventsNicolas Werner2020-04-141-2/+24
|
* Fix encrypted event indicatorNicolas Werner2020-04-141-5/+5
|
* Update translationsNicolas Werner2020-04-1310-250/+170
|
* Translated using Weblate (English)DeepBlueV7.X2020-04-131-28/+28
| | | | | | | Currently translated at 100.0% (261 of 261 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Translated using Weblate (German)DeepBlueV7.X2020-04-131-41/+41
| | | | | | | Currently translated at 97.7% (255 of 261 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* Bump mtxclient to v0.3.0-rc1Nicolas Werner2020-04-131-1/+1
|
* Remove unused paramtersNicolas Werner2020-04-132-2/+2
|
* Fix reply not closingNicolas Werner2020-04-1314-336/+135
| | | | fixes #124
* Fix notification not being cleared, when read event didn't cause a notificationNicolas Werner2020-04-112-36/+19
|
* Mid color is used for scrollbars it seemsNicolas Werner2020-04-113-12/+2
|
* Clear notifications when event is readNicolas Werner2020-04-117-3/+95
|
* Use Item for transparent rectanglesNicolas Werner2020-04-102-5/+2
|
* Size reply background by contentsNicolas Werner2020-04-104-12/+26
|
* Make Filemessage background size by contentNicolas Werner2020-04-101-2/+12
|
* Merge pull request #161 from Nheko-Reborn/palettesadasauce2020-04-0916-97/+118
|\ | | | | Use palettes for most theming
| * Add comment on why we surpress some of those log messagesNicolas Werner2020-04-081-6/+12
| |
| * Add a few missing palette colorsNicolas Werner2020-04-085-54/+24
| |
| * Fix UserProfile resizingNicolas Werner2020-04-012-13/+9
| |
| * Change fallback style to fusionNicolas Werner2020-03-304-21/+13
| |
| * Set palette globallyNicolas Werner2020-03-304-37/+90
| |
| * Use palette for qml code for themingNicolas Werner2020-03-2910-39/+43
|/ | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Merge pull request #160 from cloudrac3r/ubuntu-19.10-dependenciesDeepBlueV7.X2020-03-281-1/+1
|\ | | | | Update Ubuntu 19.10 dependencies list
| * Update Ubuntu 19.10 dependencies listCadence Ember2020-03-281-1/+1
|/
* Merge pull request #157 from Alch-Emi/no-escapeDeepBlueV7.X2020-03-251-1/+1
|\ | | | | Removed double-sanitization of names in "... is typing" messages
| * Removed double-sanitization of ... is typing namesEmi Simpson2020-03-241-1/+1
|/
* Merge pull request #156 from abma/patch-1DeepBlueV7.X2020-03-231-1/+6
|\ | | | | fix #155: use correct subsystem on windows
| * fix #155: use correct subsystem on windowsabma2020-03-231-1/+6
|/
* Try to fix avatars not updating after deletionNicolas Werner2020-03-223-5/+6
|
* Fix high CPU usage on 5XX error codesNicolas Werner2020-03-221-26/+5
|
* Fix avatar not being set for some rooms in the top barNicolas Werner2020-03-221-5/+2
|
* Clean up unused avatar functionsNicolas Werner2020-03-225-28/+4
|
* Fix broken avatars in quick switcherNicolas Werner2020-03-221-2/+7
|
* Merge pull request #154 from adasauce/image-modal-downloadDeepBlueV7.X2020-03-203-6/+20
|\ | | | | Better image overlay handling when downloading
| * Better image overlay handling when downloadingAdasauce2020-03-203-6/+20
|/ | | | | | | | | | - hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140
* Merge pull request #146 from Alch-Emi/priority-sortDeepBlueV7.X2020-03-1517-177/+321
|\ | | | | Place unread rooms higher in the room list
| * Fixed bug caused by me forgetting what types im using (invites appearing at ↵Emi Simpson2020-03-152-2/+2
| | | | | | | | the bottom of the list instead of the top when priority sorting was off)
| * Updated translationsEmi Simpson2020-03-1510-160/+210
| |
| * Place invites on top of room list even when sorting by importance is offEmi Simpson2020-03-151-8/+7
| |
| * Clean up stray commentEmi Simpson2020-03-151-2/+0
| |
| * Fixed compatibility with Qt < 5.11Emi Simpson2020-03-151-1/+1
| |
| * Make toggle in settings revert between old behavior and new behavior for ↵Emi Simpson2020-03-153-23/+26
| | | | | | | | sorting by unreads
| * Sort room list on setting changeEmi Simpson2020-03-152-1/+10
| |
| * Foiled by the linter once moreEmi Simpson2020-03-151-4/+1
| |
| * Made merge compatible with masterEmi Simpson2020-03-1519-571/+687
| |\ | |/ |/|
* | Merge pull request #145 from PC25/masterDeepBlueV7.X2020-03-1311-398/+398
|\ \ | | | | | | Add periods to terminate non-user messages in the timeline
| * | Update minor fixes in translations as requestedPushpam Choudhary2020-03-1310-24/+24
| | |
| * | Add periods to terminate non-user messages in the timelinePushpam Choudhary2020-03-1311-407/+407
|/ /
* | Make buttons hideable via setting, button contents can still be accessed via ↵Nicolas Werner2020-03-1015-173/+292
| | | | | | | | context menu
* | Reduce times we read upload dataNicolas Werner2020-03-081-6/+5
| |
* | Fix images without sizeNicolas Werner2020-03-081-1/+1
| |
* | Merge pull request #142 from Alch-Emi/masterDeepBlueV7.X2020-03-081-1/+0
|\ \ | | | | | | Don't request access to the user's home directory
| * | Don't request access to the user's home directoryEmi Simpson2020-03-061-1/+0
| | |
* | | Translated using Weblate (German)DeepBlueV7.X2020-03-071-4/+4
|/ / | | | | | | | | | | | | Currently translated at 68.4% (165 of 241 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| * Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-157-13/+46
| |
| * Switched room importance to an enumEmi Simpson2020-03-151-2/+20
| |
| * Appease the linterEmi Simpson2020-03-142-11/+13
| |
| * Add a comment explaining room importanceEmi Simpson2020-03-131-0/+5
| |
| * Automatically move rooms down in the list once they've been readEmi Simpson2020-03-131-0/+2
| |
| * Fixed channels appearing out of order when only mentions were present, ↵Emi Simpson2020-03-131-1/+1
| | | | | | | | without any non-mentions
| * Sort room list by room priorityEmi Simpson2020-03-133-10/+39
|/
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-0516-51/+741
|\ | | | | Experimental Blurhash support
| * Update mtxclient in flatpak for blurhashNicolas Werner2020-03-041-2/+2
| |
| * Make blurhash provider asyncNicolas Werner2020-03-044-20/+69
| |
| * Speed up blurhash codeNicolas Werner2020-03-044-18/+10
| |
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-0315-49/+698
| |
* | Merge pull request #131 from adasauce/shhadasauce2020-03-0313-111/+813
|\ \ | | | | | | Add support for more m.room.events in timeline
| * | update translationsAdasauce2020-03-0310-86/+636
| | |
| * | Add support for more room events in timelineAdasauce2020-03-033-25/+177
|/ /
* | Translated using Weblate (English)Joseph Donofry2020-03-021-81/+81
| | | | | | | | | | | | | | Currently translated at 100.0% (241 of 241 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* | Update translationsJoseph Donofry2020-03-0210-411/+740
| |
* | Merge remote-tracking branch 'weblate/master'Joe2020-03-020-0/+0
|\ \
| * | Added translation using Weblate (Finnish)Tulir2019-07-271-0/+580
| | |
* | | Merge pull request #133 from adasauce/member1-and-too-many-othersDeepBlueV7.X2020-03-031-1/+1
|\ \ \ | |_|/ |/| | total + first member shows as one too many room members
| * | total + first member shows as one too many room membersAdasauce2020-03-021-1/+1
| | | | | | | | | | | | | | | i was confused when a room with me and two friends showed as "user1" and 3 others.
* | | Fix avatar layering in room listNicolas Werner2020-03-035-15/+15
|/ /
* | Upload nightlies to #nheko-nightlies:neko.dev (#132)DeepBlueV7.X2020-03-025-25/+42
| | | | | | | | | | | | | | | | * Upload nightlies to a matrix room * Add branch to upload name * Update README with new nightly location
* | Merge pull request #130 from Nheko-Reborn/0.7.0-devJoseph Donofry2020-02-28244-11705/+30804
|\ \ | | | | | | 0.7.0 dev merge to master
| * \ Merge branch 'master' into 0.7.0-devJoseph Donofry2020-02-283-9/+64
| |\ \ | |/ / |/| |
* | | Merge pull request #129 from nico202/masterDeepBlueV7.X2020-02-231-0/+12
|\ \ \ | | | | | | | | Add Guix build and installation instructions
| * | | Add Guix build and installation instructionsnixo2020-02-231-0/+12
|/ / /
* | | Delete old ISSUE_TEMPLATEDeepBlueV7.X2020-02-231-45/+0
| | |
* | | Update issue templatesDeepBlueV7.X2020-02-232-0/+80
| | |
* | | Merge pull request #98 from protesilaos/masterDeepBlueV7.X2019-10-301-0/+6
|\ \ \ | |_|/ |/| | Update README with reference to Debian package
| * | Update README with reference to Debian packageProtesilaos Stavrou2019-10-301-0/+6
|/ /
| * Make small sidebar sizing consistentNicolas Werner2020-02-281-1/+1
| |
| * Fix encrypted messages being pinned to the bottom after read marker fixNicolas Werner2020-02-281-1/+2
| |
| * Delete unused variableNicolas Werner2020-02-281-2/+0
| |