kuzzleio / sdk-android

Official android SDK for Kuzzle
http://docs.kuzzle.io/sdk-reference
Apache License 2.0
4 stars 2 forks source link

Rename jwtTokenExpired to tokenExpired #138

Closed scottinet closed 7 years ago

scottinet commented 7 years ago

Description

Rename all instances of the jwtTokenExpired event to tokenExpired. Also adapt to the new notifications format (see https://github.com/kuzzleio/kuzzle/pull/882 )

codecov-io commented 7 years ago

Codecov Report

Merging #138 into 3.x will increase coverage by <.01%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.x     #138      +/-   ##
==========================================
+ Coverage   91.25%   91.26%   +<.01%     
==========================================
  Files          33       33              
  Lines        4702     4695       -7     
  Branches      436      435       -1     
==========================================
- Hits         4291     4285       -6     
+ Misses        288      287       -1     
  Partials      123      123
Impacted Files Coverage Δ
.../io/kuzzle/sdk/responses/NotificationResponse.java 23.4% <0%> (+2.99%) :arrow_up:
src/main/java/io/kuzzle/sdk/core/Kuzzle.java 92.23% <100%> (ø) :arrow_up:
src/main/java/io/kuzzle/sdk/enums/Event.java 100% <100%> (ø) :arrow_up:
src/main/java/io/kuzzle/sdk/core/Room.java 93.03% <77.77%> (-1.14%) :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 83f5701...1ff6fdd. Read the comment docs.