Skip to content

Conversation

@alevkov
Copy link

@alevkov alevkov commented Jan 18, 2019

No description provided.

claudiopastorini and others added 30 commits August 15, 2017 18:12
packageand -> package and
…x was that encodeBase64 required its flags to be updated to include Base64.NO_PADDING)
China region should have a default domain of amazonaws.com.cn instead of amazonaws.com
AWS and others added 30 commits November 21, 2018 00:59
While creating CognitoUserPool instance using the awsConfiguration.json file with following description.
"CognitoUserPool": {
    "Default": {
      "PoolId": "xxxxxxxxxx",
      "AppClientId": "xxxxxxxx",
      "AppClientSecret": "",
      "Region": "xxxx"
    }
  }

It will return appClientSecret as "" which is not checked in this file and cause crash in android application.
Closed the last quote in comment
* Problem: Publishing silently fails when client is reconnecting and
offline queues are disabled.
Fix: Allow application to handle republishing of failed messages OR
enable offline queues by throwing an exception under these conditions.
…lify#612)

* Fix reconnection failure upon network disconnect

1. Set default value for clean session mqtt option
2. Update mqttWebSocketURL to use HTTP Port

* Update AwsIotEndpointUtility.java

Remove unused variables

* Use default value for clean session

Use the default value for clean session option without setting it explicitly

* Update AWSIotMqttManager.java

* set default cleanSession to true
In EventRecorder.java class, when converting to Event to submit to Pinpoint, the Event payload is missing `attributes` due to lack of copying `attributes` from the AnalyticsEvent.
For beta testing the the documentation tagging, use a beta tag
Transform the folder layout to maven requirement
Changes order of variable declaration to ensure non-empty variables
- The native libraries have been changed to read from the jniLibs folder.
- Trailing whitespace/typos removes.
- Delete old documentation before adding new files to prevent removed classes from staying behind.
- Add dependency for s3_release step on the buildforrelease to include the libs required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.