OSDN Git Service

Change HttpParametersUtils emulation.
authorJustin Shapcott <support@mobidevelop.com>
Fri, 5 Apr 2013 13:58:59 +0000 (06:58 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Fri, 5 Apr 2013 13:58:59 +0000 (06:58 -0700)
commitf74d68b1413a7c87e7ff5229d703346ad36d5aa9
tree8ba7e0645c23556d2a88a763fc8a27faee2a5a47
parent0d560643c720ea2ee7bc89d6fb04a0668aa3d91c
Change HttpParametersUtils emulation.

Instead of emulating HttpParametersUtils, emulate java.net.URLEncoder.
This allows the encoding to be set (amongst the limited options available
in GWT) and provides consistency across backends.
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/net/HttpParametersUtils.java [deleted file]
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/net/URLEncoder.java [new file with mode: 0644]