Piotr Karocki

Results 118 comments of Piotr Karocki

Can it be accepted/merged?

So, my plans to implement Bluetooth for Android will be done by someone else? :)

I welcome work done by others :) It saves my time :) By the way, can you return to this: "MartinZikmund commented on Jul 21, 2021 Let's close this one...

Same question from my side. I can quickly publish PR with many BT structs, as I have them ready for some time.

Do you know WHAT "scope will be a specific platform"? Maybe someone other can start work for another platform. And many structs should be universal (for all platforms). Maybe he...

What is current state of this bachelor thesis?

What is your requirements (for functionality)? Some functionality for Android, as e.g. get paired devices list, sending / receiving data with such devices, I can implement in relatively short time.

I created new branch from unoplatform/master, reapply all changes from previous PR, push it.... and got (on web) conflict in `src/SamplesApp/UITests.Shared/UITests.Shared.projitems`. So, I edited this file on web interface.

Seems like test environment is different than normal app environment (as this code is working when I call it from my uno-app). Android.App.Application.Context is null? Yes, there is some permission...

Ok, environment is not null, but maybe standard Uno-Android-App is wrapped in Activity, and test is not wrapped? I only guessing, because when I call AndroidPermissionAsync or MissingPermissions from my...