-
Notifications
You must be signed in to change notification settings - Fork 2
feat!: initial implementation #1
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
Conversation
OS-pedrogustavobilro
left a comment
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.
Overall it looks pretty good! Nice job :D
I left several comments, but some of them are minor, others may require changes.
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/helpers/IONFLTRInputsValidator.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/helpers/IONFLTRFileHelper.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
To avoid runtime error PR comment: #1 (comment)
PR comment: #1 (comment)
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/IONFLTRController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/helpers/IONFLTRFileHelper.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/helpers/IONFLTRFileHelper.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/helpers/IONFLTRInputsValidator.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/io/ionic/libs/ionfiletransferlib/helpers/IONFLTRInputsValidator.kt
Outdated
Show resolved
Hide resolved
|
Just noticed this and not super important but is there a typo in the PR title? It's |
src/main/kotlin/io/ionic/libs/ionfiletransferlib/model/IONFLTRException.kt
Outdated
Show resolved
Hide resolved
The exclamation point is just to say it's a breaking change so when we do semantic release it will release 1.0.0 |
TIL! I suspected it could be something related with that, but wasn't sure, thanks for clarifying! |
Description
Initial implementation for the Android File Transfer Plugin.
downloadFileanduploadFilemethodsType of changes
Tests
N/A
Checklist