restring icon indicating copy to clipboard operation
restring copied to clipboard

added a config option to init the library synchronously

Open deano2390 opened this issue 6 years ago • 1 comments

this is to guarantee all strings are loaded before the Application.onCreate() method returns

resolves this issue: https://github.com/hamidness/restring/issues/17

deano2390 avatar Feb 25 '19 14:02 deano2390

Codecov Report

Merging #18 into master will decrease coverage by 1.61%. The diff coverage is 31.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   73.14%   71.52%   -1.62%     
==========================================
  Files          16       16              
  Lines         417      432      +15     
  Branches       56       57       +1     
==========================================
+ Hits          305      309       +4     
- Misses         66       76      +10     
- Partials       46       47       +1
Impacted Files Coverage Δ
...tring/src/main/java/com/ice/restring/Restring.java 45.71% <25%> (-7.86%) :arrow_down:
.../main/java/com/ice/restring/StringsLoaderTask.java 85.71% <33.33%> (-8.74%) :arrow_down:
...src/main/java/com/ice/restring/RestringConfig.java 61.9% <40%> (-6.85%) :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 3b7c5a7...768a5df. Read the comment docs.

codecov-io avatar Feb 25 '19 14:02 codecov-io