GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

Update some "dependencies" (builds tools) and increase target/compile version #107

Closed StefMa closed 7 years ago

StefMa commented 7 years ago

Title says everything..

I haven't it tested yet :D

StefMa commented 7 years ago

Just have tested it. Sample works fine. Uploading to bintray also (see https://bintray.com/stefma/maven/Tray). Seems to be working 😄

Additional tests needed? @passsy

codecov-io commented 7 years ago

Codecov Report

Merging #107 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #107   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      274    274           
=======================================
  Files            22     22           
  Lines           670    757   +87     
  Branches         60     60           
=======================================
+ Hits            670    757   +87
Impacted Files Coverage Δ Complexity Δ
...a/net/grandcentrix/tray/provider/TrayContract.java 100% <0%> (ø) 11% <0%> (ø) :arrow_down:
...a/net/grandcentrix/tray/provider/SqliteHelper.java 100% <0%> (ø) 17% <0%> (ø) :arrow_down:
...dcentrix/tray/provider/ContentProviderStorage.java 100% <0%> (ø) 32% <0%> (ø) :arrow_down:
...grandcentrix/tray/provider/TrayProviderHelper.java 100% <0%> (ø) 21% <0%> (ø) :arrow_down:
...n/java/net/grandcentrix/tray/provider/TrayUri.java 100% <0%> (ø) 4% <0%> (ø) :arrow_down:
...grandcentrix/tray/core/AbstractTrayPreference.java 100% <0%> (ø) 19% <0%> (ø) :arrow_down:
...main/java/net/grandcentrix/tray/core/TrayItem.java 100% <0%> (ø) 8% <0%> (ø) :arrow_down:
...n/java/net/grandcentrix/tray/core/Preferences.java 100% <0%> (ø) 46% <0%> (ø) :arrow_down:
...randcentrix/tray/provider/TrayContentProvider.java 100% <0%> (ø) 35% <0%> (ø) :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 aa31c68...b027c76. Read the comment docs.