Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login with trakt and sync history in movies #24
Login with trakt and sync history in movies #24
Changes from all commits
8ccb2d5
cb3624f
4b1e590
1d1d8da
827abb3
25abe17
8bca3c6
53fd35f
65a55f9
db37260
dd6d732
6beefd4
f58177c
46d3e09
396555b
796d754
7c0a70f
0976e6b
316d766
a89f16e
08a6128
28ce8ff
b258d08
67752e5
d5238b6
d916d46
a362661
35f7a36
dfce754
8d6ccfb
46c97a1
e38a446
af0cf85
15b8e91
d1d1191
6594041
3bd66f3
f7a8b72
00af18d
30b068f
be3eaab
57ae990
49f4fed
be7a7b3
201972e
54f097b
45c5d0b
edf8f6a
2a3bec4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create another issue for extracting this code as a new function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create another issue for handling results
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this access token to an okttp interceptor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it okay to depend network module on LocalStorage module to read stored tokes?