Tribler / kotlin-ipv8

P2P communication library for Android
62 stars 27 forks source link

Add demo-android module #28

Closed MattSkala closed 4 years ago

MattSkala commented 4 years ago

Add demo-android module demonstrating how to initialize the library on Android.

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.13%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #28      +/-   ##
============================================
- Coverage     72.41%   72.27%   -0.14%     
- Complexity      548      551       +3     
============================================
  Files            63       63              
  Lines          2240     2240              
  Branches        315      315              
============================================
- Hits           1622     1619       -3     
- Misses          436      443       +7     
+ Partials        182      178       -4     
Impacted Files Coverage Δ Complexity Δ
...ava/nl/tudelft/ipv8/messaging/tftp/TFTPEndpoint.kt 59.03% <0.00%> (-8.44%) 8.00% <0.00%> (ø%)
ipv8/src/main/java/nl/tudelft/ipv8/Community.kt 77.77% <0.00%> (+1.01%) 60.00% <0.00%> (+1.00%)
.../java/nl/tudelft/ipv8/messaging/udp/UdpEndpoint.kt 65.11% <0.00%> (+2.32%) 19.00% <0.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 16c7f60...79311f3. Read the comment docs.