Make Spotlight integration compile on newer SDKs
Experimental: restored Old Mojave color palette
Fix signing, also removed Maps capability!!!!!!!
Remove logging from TitledBarView
Replace NSVisualEffectView with custom toolbar
Because theming will require custom coloring and some other stuff,
I've decided to replace NSVisualEffectView in navigation bar with
custom NSToolbar-lookalike implementation. Currently it's themed only
for white theme, because we hadn't settled on themes yet.
NSToolbar is not enough for our needs because we need to be able to
arrange items in a custom manner (like aligning with split view),
but I think we can embed NSToolbar (or many toolbars) inside this bar.
New menu bar items: Application, Chat, Help
Auxiliary send actions native menu
Make popovers open by click instead of on hover
Patch by s0ph0s
Merge pull request #1 from handlerug/feature/proper-about-window
Proper about window
Some minor changes to about window
My friendship with DSA ended, now EDKey is my best friend
Change bundle ID and update sources
New "Ready to Install" updater state
Stop tracking API config file
New in-app updater pill interface