ellykits / neat-form

Build form on Android using JSON schema; also includes view validation and skip logic.
Apache License 2.0
67 stars 28 forks source link

Support edittext input types #89

Closed ellykits closed 4 years ago

ellykits commented 4 years ago

Signed-off-by: Elly Kitoto junkmailstoelly@gmail.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.78%. The diff coverage is 87.93%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #89      +/-   ##
============================================
+ Coverage     72.94%   73.72%   +0.78%     
- Complexity      404      407       +3     
============================================
  Files            38       38              
  Lines          1253     1298      +45     
  Branches        266      270       +4     
============================================
+ Hits            914      957      +43     
  Misses          147      147              
- Partials        192      194       +2     
Impacted Files Coverage Δ Complexity Δ
...neatformcore/views/builders/EditTextViewBuilder.kt 62.50% <33.33%> (+0.43%) 10.00 <0.00> (+1.00)
...ormcore/views/builders/TextInputEditTextBuilder.kt 71.73% <66.66%> (-0.36%) 13.00 <0.00> (+1.00) :arrow_down:
...java/com/nerdstone/neatformcore/utils/ViewUtils.kt 84.07% <92.30%> (+8.39%) 29.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c820144...72906d6. Read the comment docs.