Dzmitry Neviadomski

Results 122 comments of Dzmitry Neviadomski
trafficstars

FYI, macOS BigSur and later has iOS-like Control Centre, and Cog integrates with it pretty well ![image](https://user-images.githubusercontent.com/8330119/140517424-dabbde11-d5d2-4a17-870e-0ab14a78a742.png) No current playing queue showing though :(

Hi, i'm pretty sure that Cog's integration with Last.fm is outdated. I think we should migrate to official Web API to provide reliable scrobbling functionality, without requiring outdated desktop client....

1. Debatable 2. I don't see how we this behaviour lately. Maybe we could make the last column to occupy remaining space. 3. This is new default layout. Mini player...

We've had the same issue in our large scale project. APM's transformations were applied unconditionally via (deprecated with AGP 7.2) Transform API. We've had to disable APM explicitly by setting...

Oops, it's true, you can't remove any Toolbar items in latest build :(

I think it would be better to move all Notifications related code to some other class. Like NotificationsFacade that abstracts old and new macOS Notifications frameworks. Controller.mm is already enormous...

@Coeur I think the real problem here is that building with `make` (via `cmake`) makes non-signed executable. Apple's UserNotification Framework requires your app to be signed.

Also I have checked your branch and added some logging. ``` 2022-06-12 10:54:21.736 Transmission[93712:2227521] nevack: identifier = (null) 2022-06-12 10:54:21.736 Transmission[93712:2227521] nevack: bundleIdentifier = (null) ``` null != null, so...

@Coeur I can try to add codesign for CMake build. Like optionally sign the app if signing identity is provided.