Anton Kovalyov
Anton Kovalyov
I had installed OpenHub from Google Play some time ago and authorized with OAuth. Now I have 3.1.0 version and it have logged out. When I try to authorize again...
In many places we use string concatenation like `context.getString(R.string.wind) + ": " + new DecimalFormat("0.0").format(wind) + " " + localize(sp, context, "speedUnit", "m/s") + (widgetWeather.isWindDirectionAvailable() ? " " + MainActivity.getWindDirectionString(sp,...
**Is your feature request related to a problem? Please describe.** When I create a game I have to decide when reminder will be and I always decide between 24 hours...