-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
150 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rakovne/lissen/channel/audiobookshelf/common/converter/ConnectionInfoResponseConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...g/grakovne/lissen/channel/audiobookshelf/common/converter/LibraryPageResponseConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/org/grakovne/lissen/channel/audiobookshelf/common/converter/LibraryResponseConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ava/org/grakovne/lissen/channel/audiobookshelf/common/converter/LoginResponseConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...akovne/lissen/channel/audiobookshelf/common/converter/PlaybackSessionResponseConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...akovne/lissen/channel/audiobookshelf/common/converter/RecentListeningResponseConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...n/java/org/grakovne/lissen/channel/audiobookshelf/common/model/PlaybackChapterResponse.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
.../main/java/org/grakovne/lissen/channel/audiobookshelf/common/model/SyncProgressRequest.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...ain/java/org/grakovne/lissen/channel/audiobookshelf/common/model/common/AuthorResponse.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...rakovne/lissen/channel/audiobookshelf/common/model/common/LibraryMediaMetadataResponse.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...on/model/common/ConnectionInfoResponse.kt → ...odel/connection/ConnectionInfoResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
.../org/grakovne/lissen/channel/audiobookshelf/common/model/library/BookAudioFileResponse.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...main/java/org/grakovne/lissen/channel/audiobookshelf/common/model/library/BookResponse.kt
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...a/org/grakovne/lissen/channel/audiobookshelf/common/model/metadata/AuthorItemsResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.grakovne.lissen.channel.audiobookshelf.common.model.metadata | ||
|
||
import org.grakovne.lissen.channel.audiobookshelf.library.model.LibraryItem | ||
|
||
data class AuthorItemsResponse( | ||
val libraryItems: List<LibraryItem> | ||
) |
6 changes: 3 additions & 3 deletions
6
...lf/common/model/common/LibraryResponse.kt → .../common/model/metadata/LibraryResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...f/common/model/PlaybackSessionResponse.kt → ...model/playback/PlaybackSessionResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...helf/common/model/StartPlaybackRequest.kt → ...on/model/playback/PlaybackStartRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...a/org/grakovne/lissen/channel/audiobookshelf/common/model/playback/ProgressSyncRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.grakovne.lissen.channel.audiobookshelf.common.model.playback | ||
|
||
data class ProgressSyncRequest( | ||
val timeListened: Int, | ||
val duration: Double, | ||
val currentTime: Double | ||
) |
4 changes: 2 additions & 2 deletions
4
...shelf/common/model/common/LoginRequest.kt → ...mon/model/user/CredentialsLoginRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package org.grakovne.lissen.channel.audiobookshelf.common.model.common | ||
package org.grakovne.lissen.channel.audiobookshelf.common.model.user | ||
|
||
data class LoginRequest( | ||
data class CredentialsLoginRequest( | ||
val username: String, | ||
val password: String | ||
) |
6 changes: 3 additions & 3 deletions
6
...helf/common/model/common/LoginResponse.kt → ...f/common/model/user/LoggedUserResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../model/common/PersonalizedFeedResponse.kt → ...on/model/user/PersonalizedFeedResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.