connexion2000

Results 5 comments of connexion2000

There is also one case, in which this behaviour is pretty dangerous. When using option: `unformatOnSubmit: true` and also validating form on submit without success, autoNumeric field becomes unformatted (with...

I am agreeing, because I have exactly the same behaviour which is unexpected and undesired :-)

I also vote for behaviour metioned by @matssigge . Main and alternative decimal characters should work the same way :)

And what about CursorLoaders, where do they belong? How should I pass Cursor from data layer (where content provider belongs) to presentation layer (where cursor adapter belongs)?

For additional info here are my configs: build.gradle from project: ``` buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1' } } allprojects { repositories...