Rich

Results 51 comments of Rich

Has anyone found a solution to this? Looked through some forks and tried Google but not finding much.... edit: https://github.com/tobyxdd/android-ota-payload-extractor https://github.com/ssut/payload-dumper-go Both work and not python based

I think you can do this just by tweaking the notification permissions you grant to "always on". I think there is an option to not grant permission to silent notifications...

yet the issues are closed, code merged and not on fdroid? I'm thankful for all open source projects, this one I am yet to try, but feel it would be...

Disagree with some comments. LSP supports and should handle formatting. It would be great if marksman can format the markdown for you the same as other LSP does on-save (such...

nice find! likely to be implemented? can't see Microsoft allowing non-Microsoft browsers to work anytime soon...

should be configurable..... a lot of people use DnD just to silence the phone but still would like visual notifications

I actually implemented this and tried it on a fork, the diff is as follows: https://gitlab.com/rlees85/alwayson/-/compare/gradleversion...notification_empty?from_project_id=51711947&straight=false There is a side-effect, that when the AOD goes off the screen does light...

I will add it to my list of things (add a setting for it and then PR it). I am not really a developer though and I find Android development...

> @matejc ok. that is tracked with #9189 I'm not sure... xfreerdp uses 0.03% of a CPU generally, obviously this isn't during media playback. sdl-freerdp was the same not so...

I had this on the Wayland client. If you want native wayland use the SDL client with the following variable: ``` SDL_VIDEODRIVER=wayland,x11 ``` The SDL client, for some reason, isn't...