summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Simplify determination of whether markup is supportedLoren Burkholder2021-03-171-8/+14
| | | | | | | | This should also result in a speed increase (however slight), since the capabilities are now sorted through only once.
| * Only HTML-format the body if it should be formattedLoren Burkholder2021-03-171-2/+4
| |
| * Format notifications according to the FreeDesktop specificationLoren Burkholder2021-03-171-2/+13
| |
| * Fix Linux HTML notificationsLoren Burkholder2021-03-171-5/+6
| |
| * Fix colon spacingLoren Burkholder2021-03-171-1/+1
| |
| * Don't run markdownToHtml on messagesLoren Burkholder2021-03-173-4/+4
| |
| * Disable HTML on macOSLoren Burkholder2021-03-171-1/+1
| |
| * Move data parsing into a dedicated functionLoren Burkholder2021-03-176-73/+99
| | | | | | | | Actually posting the notification is now the responsibility of a private function
| * make lintLoren Burkholder2021-03-171-2/+2
| |
| * Use the class D-Bus memberLoren Burkholder2021-03-171-9/+3
| |
| * Use plaintext for Windows notificationsLoren Burkholder2021-03-171-1/+3
| |
| * Only pass formatted text if it is supported (Linux)Loren Burkholder2021-03-171-4/+9
| |
| * Parse markdown overrides during repliesLoren Burkholder2021-03-171-1/+3
| | | | | | | | I apparently missed this when I originally added the overrides.
| * Format markdown as HTML in notificationsLoren Burkholder2021-03-173-6/+12
| |
* | Prevent EventType::Unsupported type events to be saved in db, avoiding ↵Anjani Kumar2021-03-181-1/+1
|/ | | | exceptions
* Move check for duplicate /sync responses to the same threadNicolas Werner2021-03-162-14/+15
|
* Don't send markdown links in bodyNicolas Werner2021-03-153-4/+36
| | | | fixes #422
* Store all state eventsNicolas Werner2021-03-153-51/+38
|
* 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
| |
* | Rotate session keys properlyNicolas Werner2021-03-154-68/+119
| |
* | Merge pull request #525 from salahmak/image-upload-dialogDeepBlueV7.X2021-03-151-0/+6
|\ \ | | | | | | Pressing return on image upload dialog sends the message
| * | Pressing return on image upload dialog sends the messagesalahmak2021-03-151-0/+6
| | |
* | | Remove some more allocationsNicolas Werner2021-03-144-14/+18
|/ /
* / Reduce allocations when escaping emojiNicolas Werner2021-03-141-6/+15
|/
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-142-5/+20
|
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵Nicolas Werner2021-03-1311-258/+82
|\ | | | | | | Jedi18-quickswitcher_qml
| * change allowed mistakes, fix minor style issues, remove old completer ↵Jedi182021-03-075-44/+31
| | | | | | | | function from inputbar
| * remove old quick switcherJedi182021-02-245-239/+0
| |
| * fix timeline focusJedi182021-02-232-0/+7
| |
| * enter key now works, fix room highlighting and add overlayJedi182021-02-234-0/+14
| |
| * 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
* | Fix a few db access crashesNicolas Werner2021-03-122-5/+14
| |
* | Disable room pings in repliesNicolas Werner2021-03-121-0/+2
| |
* | Fix disable certificate validation on login pageNicolas Werner2021-03-081-3/+4
| |
* | Add config option to disable tls validationNicolas Werner2021-03-065-2/+40
| |
* | Add linebreaks to fingerprintNicolas Werner2021-03-061-3/+7
| |
* | Bump mtxclienttrilene2021-03-051-7/+7
| |
* | Fix unused variableNicolas Werner2021-03-051-1/+0
| |
* | fix lintingNicolas Werner2021-03-055-132/+137
| |
* | Fix a few join confirmations too manyNicolas Werner2021-03-052-8/+13
| |
* | Remove tweenyNicolas Werner2021-03-052-14/+26
| |
* | Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-05172-633/+691
|\ \ | | | | | | License headers
| * | Update license headersNicolas Werner2021-03-05172-633/+691
| | |
* | | Fix lintingJoseph Donofry2021-03-0411-161/+152
| | |
* | | Properly format matrix errors in spdlog statementsJoseph Donofry2021-03-043-7/+7
|/ /
* | Fix reply relating to the wrong id of edited eventNicolas Werner2021-03-031-1/+1
| |
* | Add comment to mark db keys as suchNicolas Werner2021-03-031-0/+1
| |
* | Update to new lmdbxx versionNicolas Werner2021-03-032-491/+353
| |
* | Don't ask to join joined rooms when clicking matrix uriNicolas Werner2021-03-011-2/+2
| |
* | Restore voice/video callstrilene2021-02-251-1/+2
| |
* | Add missing translation marktrilene2021-02-251-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-2523-1119/+1060
|\ \
| * | Fix unaligned readsNicolas Werner2021-02-251-16/+30
| | |
| * | Merge pull request #494 from Jedi18/minor_issue_fixesDeepBlueV7.X2021-02-255-6/+24
| |\ \ | | | | | | | | Fix registration bug and navigate to created room
| | * | change mtxclient url, fix login page assert failure and dendrite ↵Jedi182021-02-253-4/+11
| | | | | | | | | | | | | | | | registration bug
| | * | navigate to newly created roomsJedi182021-02-252-2/+13
| | | |
| * | | Fix text input restoring after editsNicolas Werner2021-02-253-20/+25
| | | |
| * | | Allow editing via up and down arrowsNicolas Werner2021-02-242-2/+22
| |/ /
| * | Ensure we ask for confirmation when clicking on a matrix uriNicolas Werner2021-02-241-3/+17
| | |
| * | Fix unused captureNicolas Werner2021-02-231-1/+1
| | |
| * | Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-2/+2
| |/
| * Avoid some copies when sorting the room listNicolas Werner2021-02-202-4/+6
| |
| * Fix login with SSO and Password supportedNicolas Werner2021-02-192-23/+35
| |
| * Merge pull request #479 from Jedi18/add_rooms_model_completerDeepBlueV7.X2021-02-193-0/+108
| |\ | | | | | | Add rooms completion model
| | * check for empty alias and percent encoding for alias in urlJedi182021-02-191-3/+8
| | |
| | * added bool to choose between showing only rooms with aliases and all of the ↵Jedi182021-02-173-13/+20
| | | | | | | | | | | | rooms
| | * add matrix link for completed itemJedi182021-02-171-1/+1
| | |
| | * add rooms model, add room delegate for completerJedi182021-02-163-0/+96
| | |
| * | Merge pull request #474 from Jedi18/room_settings_qmlDeepBlueV7.X2021-02-1910-1032/+777
| |\ \ | | | | | | | | Shifted Room Settings Dialog to QML
| | * | Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-141-2/+2
| | | |
| | * | Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-1435-657/+1194
| | |\|
| | * | replaced with togglebutton using qtquickcontrols2Jedi182021-02-133-6/+5
| | | |
| | * | added room topicJedi182021-02-132-18/+34
| | | |
| | * | added changing of name through edit modal, removed old roomsettingsJedi182021-02-1210-1037/+207
| | | |
| | * | fix avatar update on timeline syncJedi182021-02-116-8/+12
| | | |
| | * | shifted room avatar changingJedi182021-02-114-20/+198
| | | |
| | * | added roomversion, roomid etcJedi182021-02-112-0/+24
| | | |
| | * | added notifications and encryption for the new roomsettingsJedi182021-02-114-4/+294
| | | |
| | * | ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-108-33/+94
| | | | | | | | | | | | | | | | to new room settings
| | * | added room settings qmlJedi182021-02-092-2/+5
| | | |
| * | | Adapt to changes in MSC2312Nicolas Werner2021-02-171-7/+7
| | | |
| * | | 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
| | | |
* | | | Add screen sharing window previewtrilene2021-02-252-4/+93
| | | |
* | | | Allow choice of single window when sharing screentrilene2021-02-244-18/+95
| | | |
* | | | Display screen sharing content locallytrilene2021-02-214-61/+80
| | | |
* | | | Refine X11 testtrilene2021-02-201-1/+1
| | | |
* | | | Require GStreamer 1.18 for voip supporttrilene2021-02-206-93/+1
| | | |
* | | | Screen sharing (X11): support picture-in-picturetrilene2021-02-204-103/+189
| | | |
* | | | Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-183-3/+24
| | | |
* | | | Support desktop screen sharing on X11trilene2021-02-186-74/+200
|/ / /
* | | trim invite input textJedi182021-02-161-1/+1
| | |
* | | Fix room list updating on adding to hidden tag or removing tagJedi182021-02-142-0/+4
| | |
* | | Fix two room leaving related bugs and add invite user on clicking inviteJedi182021-02-142-2/+13
| |/ |/|
* | Fix hover handling in the timelineNicolas Werner2021-02-143-1/+54
| |
* | Include notifications header instead of responses headerLoren Burkholder2021-02-134-4/+4
| |
* | Move notification parsing into postNotificationLoren Burkholder2021-02-135-62/+59
| |
* | Fix typoLoren Burkholder2021-02-131-1/+1
| |
* | Display notifications for emote messages properlyLoren Burkholder2021-02-135-12/+37
| |
* | 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
| |
* | Use fully read marker and fix stuck read marker with editsNicolas Werner2021-02-101-18/+19
| |
* | Fix stuck notifications because of editsNicolas Werner2021-02-105-5/+121
| | | | | | | | | | 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-095-10/+83
| |
* | Fix edited repliesNicolas Werner2021-02-093-4/+38
| |
* | Render editsNicolas Werner2021-02-094-4/+86
| |
* | Switch to new relations formatNicolas Werner2021-02-0910-141/+110
| |
* | Fix wrong font used in emoji escapeNicolas Werner2021-02-091-1/+1
| |
* | Fix lintingNicolas Werner2021-02-091-11/+11
| |
* | Remove unused variablesNicolas Werner2021-02-091-3/+1
| |
* | Clean up config names a bitNicolas Werner2021-02-092-8/+5
| |
* | Merge pull request #459 from Jedi18/minor_fixesDeepBlueV7.X2021-02-094-5/+33
|\ \ | | | | | | Fix emoji related issues
| * | linting fixJedi182021-02-072-4/+4
| | |
| * | emoji default translation fixJedi182021-02-072-5/+24
| | |
| * | translation fix for default text in emoji comboJedi182021-02-061-3/+3
| | |
| * | focus message input on adding emoji/reacting to a messageJedi182021-02-052-0/+8
| | |
| * | close emoji autocompleter if space typed after : issue #433 and adds default ↵Jedi182021-02-051-0/+1
| |/ | | | | | | option for emoji font family settings
* | Merge pull request #450 from kallisti5/haiku-fixesDeepBlueV7.X2021-02-091-3/+3
|\ \ | | | | | | Haiku fixes
| * | notifications/mananger: Follow Linux code paths on Haiku as wellAlexander von Gluck IV2021-02-031-3/+3
| |/
* | make linttrilene2021-02-072-5/+5
| |
* | Add Duplex call devicestrilene2021-02-071-0/+4
| |
* | Move call device handling out of WebRTCSessiontrilene2021-02-077-396/+507
| |
* | Native rendering breaks kerningNicolas Werner2021-02-071-4/+0
| |
* | Merge pull request #455 from LorenDB/fixLogoutIssuesDeepBlueV7.X2021-02-053-20/+12
|\ \ | | | | | | Fix issues with logout
| * | Don't attempt to begin group ""Loren Burkholder2021-02-041-3/+5
| | |
| * | Set profile to "" if it's the default for compatibilityLoren Burkholder2021-02-041-2/+2
| | |
| * | Use UserSettings where possibleLoren Burkholder2021-02-041-11/+3
| | |
| * | Fix bug on logout of non-default profileLoren Burkholder2021-02-041-7/+5
| |/
* / Fix scheme handler not passing argumentsNicolas Werner2021-02-041-1/+1
|/
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-0312-29/+148
|\
| * Fix unused capture warningNicolas Werner2021-02-021-2/+2
| |
| * Update wording on settings page for privacy timerJoseph Donofry2021-02-011-1/+1
| |
| * Small UX fixesJoseph Donofry2021-02-011-2/+2
| |
| * Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-0136-3551/+5652
| |\
| | * Fix emojis with fe0f in the middleNicolas Werner2021-02-011-2/+1
| | |
| | * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-017-6/+92
| | |\ | | | | | | | | Username editing (room specific and global)
| | * | make lintLoren Burkholder2021-01-291-3/+3
| | | |
| | * | Fix warning about non-NOTIFYable propertyLoren Burkholder2021-01-291-4/+4
| | | |
| | * | Center user info dialog on the screenLoren Burkholder2021-01-292-1/+10
| | | |
| | * | Fix crash, when keys for no events were requestedNicolas Werner2021-01-271-1/+2
| | | |
| | * | Fix request key loopsNicolas Werner2021-01-271-2/+5
| | | |
| | * | Add a few missing strings on the login page to translationsNicolas Werner2021-01-271-7/+7
| | | |
| * | | Implement Privacy ScreenJoseph Donofry2021-01-266-8/+42
| | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | Fix formattingJoseph Donofry2021-01-262-17/+16
| | | |
| * | | Initial commit for privacy screenJoseph Donofry2021-01-252-1/+75
| | | | | | | | | | | | | | | | Missing window focus event and knowing when room is encryption
* | | | fixed global avatar updation in the dialogJedi182021-02-022-11/+28
| | | |
* | | | add loading indicatorJedi182021-02-023-11/+39
| | | |
* | | | add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-023-4/+9
| | | | | | | | | | | | | | | | profile dialog
* | | | update room and global avatar through user profileJedi182021-02-012-12/+97
| |_|/ |/| |
* | | shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-292-23/+2
| | |
* | | made requeste changesJedi182021-01-294-12/+8
| | |
* | | fix linting 2Jedi182021-01-292-3/+3
| | |
* | | Shifted fetching of global username fom timeline model to user profileJedi182021-01-294-21/+34
| | |
* | | fix lintingJedi182021-01-284-8/+8
| | |
* | | Changed edit method from double clicking to an edit buttonJedi182021-01-284-5/+26
| | |
* | | Username can be edited by double clicking on text, added global user profile ↵Jedi182021-01-286-34/+71
| | | | | | | | | | | | menu action in user info widget
* | | update room specific username from userprofileJedi182021-01-274-3/+43
| |/ |/|
* | Use correct syntax for emoji generation scriptLoren Burkholder2021-01-251-3733/+3883
| |
* | Make lintLoren Burkholder2021-01-251-1/+0
| |
* | Use new enum structure in emoji generation scriptLoren Burkholder2021-01-251-6/+0
| |
* | Get category switching workingLoren Burkholder2021-01-253-23/+24
| |
* | Reload the timeline after key importNicolas Werner2021-01-251-0/+1
| |
* | Make matrix link chat invites direct chatsNicolas Werner2021-01-251-2/+4
| |
* | Treat empty secrets as no secretNicolas Werner2021-01-251-0/+4
| |
* | Fix old messages being played back after limit resetNicolas Werner2021-01-241-0/+9
| |
* | Merge pull request #405 from rnhmjoj/move-stateDeepBlueV7.X2021-01-242-4/+27
|\ \ | | | | | | Write database to the DataLocation
| * | Write database to the DataLocationrnhmjoj2021-01-242-4/+27
| | |
* | | 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
| |/ /
* | | Fix emoji update scriptNicolas Werner2021-01-232-75/+1700
| | |
* | | Request unknown message indicesNicolas Werner2021-01-233-7/+21
|/ /
* | Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-231-0/+0
|\ \ | | | | | | A few small things
| * | Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-211-0/+0
| | | | | | | | | | | | It isn't new any more.
* | | 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 Qt < 5.14 compatNicolas Werner2021-01-231-1/+5
| | | |
* | | | Persist hidden tagsNicolas Werner2021-01-233-0/+22
| | | |
* | | | Allow users to hide rooms with specific tagsNicolas Werner2021-01-2310-45/+155
| | | |
* | | | Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+2
| | | |
* | | | Fix assert failure due to calling versionOk on a different threadJedi182021-01-221-3/+4
| | | |
* | | | Fix tagsNicolas Werner2021-01-222-17/+18
| | | |
* | | | Properly skip device, if it has no keysNicolas Werner2021-01-211-0/+1
| | | |
* | | | Actually use stored size in splitter after restartNicolas Werner2021-01-211-3/+5
| |/ / |/| |
* | | Handle devices without keysNicolas Werner2021-01-211-0/+6
|/ /
* | Clean up notification watching a bitNicolas Werner2021-01-201-9/+4
| |
* | Merge branch 'fixBorkedDbus' of https://github.com/LorenDB/nheko into ↵Nicolas Werner2021-01-202-38/+38
|\ \ | |/ |/| | | LorenDB-fixBorkedDbus
| * Fix crashLoren Burkholder2021-01-201-1/+1
| |
| * Fix error in assignment of image/textLoren Burkholder2021-01-201-6/+6
| |
| * Use deleteLater() instead of deleteLoren Burkholder2021-01-201-1/+2
| |
| * Use async call in closeNotificationLoren Burkholder2021-01-201-18/+18
| |
| * Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder2021-01-201-5/+6
| |
| * make lintLoren Burkholder2021-01-191-34/+37
| |
| * Remove showNotification functionLoren Burkholder2021-01-192-13/+0
| |
| * Use async callLoren Burkholder2021-01-191-1/+1
| |
| * Keep DBUS from blockingLoren Burkholder2021-01-191-41/+49
| |
* | Simplify section handling a bitNicolas Werner2021-01-192-27/+23
| |
* | Merge pull request #385 from trilene/masterDeepBlueV7.X2021-01-191-1/+10
|\ \ | |/ |/| Support webcams that report [min,max] frame rates
| * Support webcams that report [min,max] frame ratestrilene2021-01-191-1/+10
| |
* | Fix crash when persisting null relationsNicolas Werner2021-01-191-12/+21
|/
* Fix presence unknown type warningNicolas Werner2021-01-192-10/+11
|
* Fix kick translationNicolas Werner2021-01-181-1/+1
|
* Make read markers a bit less confusingNicolas Werner2021-01-161-3/+4
|
* Remove unused fileLoren Burkholder2021-01-152-386/+0
|
* Remove UserItem classLoren Burkholder2021-01-152-82/+0
|
* Update German translationNicolas Werner2021-01-151-1/+1
|
* Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-151-2/+3
|\ | | | | Add call invite screen for mobile
| * Fix spurious call invite timeouttrilene2021-01-121-2/+3
| |
* | Don't start in tray, if only minimize to tray is enabledNicolas Werner2021-01-141-1/+1
| | | | | | | | fixes #375
* | Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
|/ | | | fixes #367
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-123-6/+28
|
* Make device verification request dialogs easier to understand.Nicolas Werner2021-01-122-0/+13
|
* Fix timeline becoming corrupted on backfillNicolas Werner2021-01-123-14/+35
| | | | Fixes #273
* Allow joins via other servers from a matrix: uriNicolas Werner2021-01-113-6/+12
|
* Merge pull request #370 from Nheko-Reborn/matrix-schemeDeepBlueV7.X2021-01-106-17/+215
|\ | | | | Handle matrix scheme
| * Handle matrix schemeNicolas Werner2021-01-106-17/+215
| | | | | | | | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
* | Fix call invite declined on another devicetrilene2021-01-101-1/+3
|/
* Fix some nulls in relationsNicolas Werner2021-01-081-7/+6
|
* Fix device discovery under GStreamer 1.16trilene2021-01-072-0/+2
|
* Fix call answered on another devicetrilene2021-01-072-6/+14
|
* Fix Qml control colorstrilene2021-01-071-2/+2
|
* Port PlaceCall dialog to Qmltrilene2021-01-076-224/+1
|
* Fix one-way video callstrilene2021-01-073-1/+26
|
* Make call invites less intrusivetrilene2021-01-077-240/+90
|
* Move call-related properties to CallManagertrilene2021-01-075-81/+47
|
* Fix notification reply build on other platformsNicolas Werner2021-01-072-0/+6
|
* Allow inline replies from notifications on linuxNicolas Werner2021-01-076-11/+58
|
* Remove useless captureNicolas Werner2021-01-061-1/+1
|
* Fix shadowing in LoginPage.cppNicolas Werner2021-01-061-3/+3
|
* Fix typing notifications flickering sometimesNicolas Werner2021-01-052-32/+64
|
* lintNicolas Werner2021-01-011-5/+5
|
* rename login_method -> loginMethod to fit the Nheko coding styled422020-12-311-3/+3
|
* find sso flow in all of the flowsd422020-12-311-4/+8
|
* Fix missing include on WindowsNicolas Werner2020-12-281-0/+2
|
* Fix #359Nicolas Werner2020-12-275-22/+53
| | | | Actually store the login details under the selected profile
* lintNicolas Werner2020-12-252-17/+20
|
* Merge pull request #358 from Nheko-Reborn/windows-fixesDeepBlueV7.X2020-12-2516-53/+63
|\ | | | | Windows fixes
| * lintNicolas Werner2020-12-256-15/+25
| |
| * Fix some compiler warningsNicolas Werner2020-12-2516-50/+50
| |
* | Remove unused variableLoren Burkholder2020-12-241-1/+0
| |
* | Switch profile code to a more flexible methodLorenDB2020-12-246-73/+179
|/ | | | This introduces a new version of SingleApplication as well.
* Merge pull request #355 from Nheko-Reborn/ssssDeepBlueV7.X2020-12-1814-73/+687
|\ | | | | Cross-signing with self and user signing keys