Clément Hardouin

Results 5 issues of Clément Hardouin

When using wrap_content in the TwoWayView container, unexpected behaviors occurs. TwoWayView in a **ScrollView** : ``` xml ``` **VERTICAL** : The height is equals to an item height instead of...

Hello, I'm using the swipe gesture to turn pages and it work great by adding a GestureDetector into the webview OnTouchListener. But if I want to check if the webview...

priority:High
type:Bug
func:UX
platform:Android
func:Java

After using the clearOnDoubleClick feature, the pad is not empty (isEmpty() == false). I want to use the OnSignedListener to toggle a button state but onSigned is always called after...

bug

French isn't available for weather codes.

I have trouble getting Hour Forecast from WeatherUndergroundProvider. Here is the error : ``` Error getting forecast data com.survivingwithandroid.weather.lib.exception.WeatherLibException: org.json.JSONException: No value for hourly_forecast com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider.getHourForecastWeather(WeatherUndergroundProvider.java:329) com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient$6.onResponse(WeatherDefaultClient.java:476) com.squareup.okhttp.Call$AsyncCall.execute(Call.java:162) com.squareup.okhttp.internal.NamedRunnable.run(NamedRunnable.java:33) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)...