Eneko

Results 17 comments of Eneko

I think that option is no implemented. I had to modify source code to get it working: MaterialSpinner.java ``` @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { // popupWindow.setWidth(MeasureSpec.getSize(widthMeasureSpec)); //...

Why not both? In our use case we auto-generate the API calls and it is easier/more convenient to us using the CLI option. For sure there are use cases where...

Element Call is still in Beta, but I think it is pretty usable. Updated README with self host instructions: https://github.com/robintown/element-call/tree/readme#host-it-yourself From: https://github.com/vector-im/element-call/pull/696

I think it is interesting to host Element Call besides Element Web. EC is much easier to start a meetup with people that don't have an account, they only have...

I didn't know, thanks for the info. Still I think adding EC as optional to this ansible could be interesting (in my case 8 people is enough for almost every...

Until someone is assigned I think we should hope no movement.

No, I am also stuck with this issue :(

Would it be interesting if members with enough privileges see the knock in the timeline?

I think the event in the timeline should have the Accept/Reject buttons for users with enough PL. I comment this because I don't see the timeline in the prototype sent...

Are you passing FLAG_MUTABLE to intents created for performAuthorizationRequest()? More info: https://github.com/openid/AppAuth-Android/issues/746