Results 44 comments of Florian Pradines

I made a PR bringing support for Nougat & Oreo: https://github.com/jiefoxi/XposedAppLocale/pull/14 But I don't have much hope for it to be merged. The project has no Activity.

Here it is: http://repo.xposed.info/module/com.flo354.xposed.applocale And the repo: https://github.com/Flo354/XposedAppLocale

You just have to set the language of your choice for the app "Google". That's all

Hi, Yes, you are right, I am on a samsung galaxy s8.

Same here. So I just can't use the software

@rnd-ash I understand. In the meantime, I compiled the program with the size 1200x675. It was enough for my use case. I put my executable here. [openvehiclediag.zip](https://github.com/rnd-ash/OpenVehicleDiag/files/6607852/openvehiclediag.zip)

I am also interested by this feature. Any news?

@mkurz no I am searching exactly for the solution provided by @kiamesdavies. I am wondering why this isn't available natively within play?

@ryancarville here is an adaptation of @kiamesdavies one that works with Play 2.7 ```java package com.xxx; import play.mvc.Http; import java.util.HashMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import static play.routing.Router.Attrs.HANDLER_DEF; public...

@mkurz thanks for taking this issue! But what about array parameters? https://site.com/route?foo[]=bar&foo[]=qux So yes, typically we can have multiple parameters with the same name, and in this case, we should...