B3nedikt / reword

Reword is a android library to update the texts of views when the apps texts have changed due to a language change or an update of the apps string resources.
Apache License 2.0
32 stars 7 forks source link

Rewording added for toolbar & support toolbar popup menu #14

Closed ashu5398 closed 3 years ago

ashu5398 commented 3 years ago

Popup menu added in example & example-java app to test the use case Menu rewording code moved to a common object *BottomNavigationViewViewTransformer, SupportToolbarViewTransformer & ToolbarViewTransformer are refactored for adding popup menu rewording.

Refer to issue : https://github.com/B3nedikt/reword/issues/12

codecov-io commented 3 years ago

Codecov Report

Merging #14 (d2a462e) into master (5c48d47) will increase coverage by 0.10%. The diff coverage is 8.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   25.28%   25.39%   +0.10%     
==========================================
  Files          11       12       +1     
  Lines         174      189      +15     
  Branches       51       58       +7     
==========================================
+ Hits           44       48       +4     
- Misses        118      129      +11     
  Partials       12       12              
Impacted Files Coverage Δ
...transformer/BottomNavigationViewViewTransformer.kt 0.00% <0.00%> (ø)
...dev/b3nedikt/reword/transformer/PopupMenuHelper.kt 0.00% <0.00%> (ø)
...edikt/reword/transformer/ToolbarViewTransformer.kt 46.66% <33.33%> (-28.34%) :arrow_down:
...eword/transformer/SupportToolbarViewTransformer.kt 52.94% <41.66%> (-7.06%) :arrow_down:

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 5c48d47...d2a462e. Read the comment docs.