Added
- Validation of PublicKey in CSE module if it's used standalone.
- 'isReady' flag to ComponentState because some components might require some initialization time even if all the inputs are valid.
- 'isValid' now checks both 'isInputValid' and 'isReady' to be true.
Fixed
- Handle Intent results if DropInActivity got destroyed.
- Queue API request if DropInService is not yet bound to DropInActivity