Skip to content

Release 4.0.0 #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 1, 2017
Merged

Release 4.0.0 #170

merged 7 commits into from
Aug 1, 2017

Conversation

zawadz88
Copy link
Contributor

This PR merges all the changes from develop which make up the 4.0.0 release.

Piotr Zawadzki and others added 7 commits June 16, 2017 13:22
….0 & removes fallback animated vector drawables below Lollipop

- Adds a missing test for showing bottom navigation bar
…ally via StepViewModel.

* Merged setNextButtonLabel(..) and setCompleteButtonLabel(..) to a single method setEndButtonLabel(..)
* added missing tests for stepper feedback composite and factory

* added missing tests for tabs and disabled bottom navigation feedback types
refactored tests to reuse common setup methods

* added an option to stop child steps from receiving touch events as one of stepper feedback types

* Split 'content' stepper feedback type into 'content_progress' & 'content_fade'
Added 'content_overlay' stepper feedback type

* Added an option to change fade out alpha for 'content_fade' stepper feedback type

* Added an option to change overlay background drawable for 'content_overlay' stepper feedback type
@zawadz88 zawadz88 added this to the 4.0.0 milestone Jul 31, 2017
@zawadz88 zawadz88 requested review from fabiozo and pglebocki July 31, 2017 15:17
@codecov-io
Copy link

codecov-io commented Jul 31, 2017

Codecov Report

Merging #170 into master will increase coverage by 16.24%.
The diff coverage is 94.11%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #170       +/-   ##
=============================================
+ Coverage     47.07%   63.31%   +16.24%     
- Complexity      118      183       +65     
=============================================
  Files            24       28        +4     
  Lines           890      946       +56     
  Branches         86       90        +4     
=============================================
+ Hits            419      599      +180     
+ Misses          406      292      -114     
+ Partials         65       55       -10
Impacted Files Coverage Δ Complexity Δ
...one/stepper/internal/type/AbstractStepperType.java 72.72% <ø> (ø) 4 <0> (ø) ⬇️
...k/DisabledBottomNavigationStepperFeedbackType.java 100% <ø> (+100%) 4 <0> (+4) ⬆️
...com/stepstone/stepper/viewmodel/StepViewModel.java 100% <100%> (+41.17%) 8 <4> (+2) ⬆️
...ernal/feedback/ContentFadeStepperFeedbackType.java 100% <100%> (ø) 3 <1> (?)
...tone/stepper/internal/type/StepperTypeFactory.java 55.55% <100%> (+5.55%) 5 <0> (+1) ⬆️
...nternal/feedback/StepperFeedbackTypeComposite.java 100% <100%> (+83.33%) 7 <1> (+6) ⬆️
...l/feedback/ContentProgressStepperFeedbackType.java 100% <100%> (ø) 3 <3> (?)
...com/stepstone/stepper/internal/widget/StepTab.java 52.17% <100%> (+9.21%) 16 <1> (+1) ⬆️
...epstone/stepper/internal/type/NoneStepperType.java 100% <100%> (ø) 2 <2> (?)
...per/internal/feedback/TabsStepperFeedbackType.java 100% <100%> (+100%) 4 <0> (+4) ⬆️
... and 18 more

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 2007d5b...51f9dfd. Read the comment docs.

@zawadz88 zawadz88 merged commit 6664a84 into master Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants