Max Cutlyp

Results 23 comments of Max Cutlyp

Hey @GWDx, thanks for your detailed instructions. Could you please elaborate on "Copy the token to VSCodium"? I managed to get my Copilot token (the one starting with `gho_`), but...

Hi, I'd like to take a look at this issue. Android 12's sound/vibration/silent menu seems to use a [`LayoutInflater`](https://developer.android.com/reference/android/view/LayoutInflater) - see [this XML file](https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/res/res/layout/global_actions_silent_mode.xml) that defines the layout and [this...

>The [commit](https://github.com/aosp-mirror/platform_frameworks_base/commit/8600534df66c2ff5846ed230b50c56229322d48a) where the [global_actions_silent_mode.xml](https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/res/res/layout/global_actions_silent_mode.xml) file you point to was last changed might also contain some useful hints ("Implement a new volume panel widget, combining volume and zen mode +...

Hey, I'm having some trouble setting up the dev environment. I made a `local.properties` file and put the Android SDK dir in it (`sdk.dir = /path/to/Android/Sdk`) but running `./gradlew` produces...

Thanks, that definitely helped. I had to add `lintOptions { abortOnError false }` to `android { ... }` in `app/build.gradle` though, because I kept getting a linting error that said...

Update: my initial guesses were quite wrong. Upon further research, `LayoutInflator` does not do what I thought it did - my current understanding is that it's basically just a way...

>Maybe it might be worth to first look for libraries that might provide a similar menu? I'm inclined to agree, but I'm honestly not sure what to search for. At...

>I think option 2 is not really an option, it is essential that the current choice can be seen. And making the display of current choice and the selection button...

>Instead of turning it into a "close button" with an "x", we could just turn it grey, i.e. we'd have grey versions of the 3 buttons. I actually like the...