Skip to content

Commit fd316ad

Browse files
author
AWS
committed
AWS SDK for Android 2.6.19
1 parent d44ac07 commit fd316ad

File tree

122 files changed

+13092
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+13092
-130
lines changed

.github/stale.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log - AWS SDK for Android
22

3+
## [Release 2.6.19](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.6.19)
4+
5+
### New Features
6+
7+
* **Amazon Transcribe**
8+
* Amazon Transcribe is an automatic speech recognition (ASR) service that makes it easy for developers to add speech to text capability to their applications.
9+
10+
### Bug Fixes
11+
12+
* **Amazon CloudWatch Logs**
13+
* Fix signing issue for `AmazonCloudWatchLogsClient`. See [issue #453](https://github.com/aws/aws-sdk-android/issues/453)
14+
15+
* **AWS IoT**
16+
* Use `ConcurrentHashMap` to avoid `ConcurrentModificationException`. See [PR #330](https://github.com/aws/aws-sdk-android/issues/330)
17+
318
## [Release 2.6.18](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.6.18)
419

520
### Enhancements

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The AWS SDK for Android supports the following AWS services:
5656
* [Amazon Simple Notification Service (SNS)](https://aws.amazon.com/sns/)
5757
* [Amazon Simple Queue Service (SQS)](https://aws.amazon.com/sqs/)
5858
* [Amazon SimpleDB](https://aws.amazon.com/simpledb/)
59+
* [Amazon Transcribe](https://aws.amazon.com/transcribe/)
5960

6061
### A Quick Code Example
6162

@@ -221,6 +222,7 @@ Note: Cognito Identity authentication abilities are included in the aws-android-
221222
* ec2 (Amazon EC2),
222223
* sdb (Amazon Simple DB),
223224
* polly (Amazon Polly)
225+
* transcribe (Amazon Transcribe)
224226

225227
#### Using Maven
226228

aws-android-sdk-apigateway-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<parent>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>aws-android-sdk-pom</artifactId>
15-
<version>2.6.18</version>
15+
<version>2.6.19</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-core</artifactId>
2222
<optional>false</optional>
23-
<version>2.6.18</version>
23+
<version>2.6.19</version>
2424
</dependency>
2525
</dependencies>
2626

aws-android-sdk-auth-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.6.18</version>
24+
<version>2.6.19</version>
2525
</parent>
2626

2727
<dependencies>
2828
<dependency>
2929
<groupId>com.amazonaws</groupId>
3030
<artifactId>aws-android-sdk-core</artifactId>
3131
<optional>false</optional>
32-
<version>2.6.18</version>
32+
<version>2.6.19</version>
3333
</dependency>
3434

3535
<dependency>

aws-android-sdk-auth-facebook/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.6.18</version>
24+
<version>2.6.19</version>
2525
</parent>
2626

2727
<repositories>
@@ -36,7 +36,7 @@
3636
<groupId>com.amazonaws</groupId>
3737
<artifactId>aws-android-sdk-auth-core</artifactId>
3838
<optional>false</optional>
39-
<version>2.6.18</version>
39+
<version>2.6.19</version>
4040
<type>aar</type>
4141
</dependency>
4242
<dependency>

aws-android-sdk-auth-google/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.6.18</version>
24+
<version>2.6.19</version>
2525
</parent>
2626

2727
<repositories>
@@ -40,7 +40,7 @@
4040
<groupId>com.amazonaws</groupId>
4141
<artifactId>aws-android-sdk-auth-core</artifactId>
4242
<optional>false</optional>
43-
<version>2.6.18</version>
43+
<version>2.6.19</version>
4444
<type>aar</type>
4545
</dependency>
4646

aws-android-sdk-auth-ui/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.6.18</version>
24+
<version>2.6.19</version>
2525
</parent>
2626

2727
<repositories>
@@ -36,28 +36,28 @@
3636
<groupId>com.amazonaws</groupId>
3737
<artifactId>aws-android-sdk-auth-core</artifactId>
3838
<optional>false</optional>
39-
<version>2.6.18</version>
39+
<version>2.6.19</version>
4040
<type>aar</type>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.amazonaws</groupId>
4444
<artifactId>aws-android-sdk-auth-google</artifactId>
4545
<optional>true</optional>
46-
<version>2.6.18</version>
46+
<version>2.6.19</version>
4747
<type>aar</type>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.amazonaws</groupId>
5151
<artifactId>aws-android-sdk-auth-facebook</artifactId>
5252
<optional>true</optional>
53-
<version>2.6.18</version>
53+
<version>2.6.19</version>
5454
<type>aar</type>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.amazonaws</groupId>
5858
<artifactId>aws-android-sdk-auth-userpools</artifactId>
5959
<optional>true</optional>
60-
<version>2.6.18</version>
60+
<version>2.6.19</version>
6161
<type>aar</type>
6262
</dependency>
6363
<dependency>

aws-android-sdk-auth-ui/src/main/java/com/amazonaws/mobile/auth/ui/AuthUIConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ public boolean getCanCancel() {
161161
}
162162

163163
/**
164-
* Class for building the AWSMobileAuthUIConfiguration object
164+
* Class for building the AuthUIConfiguration object
165165
*
166166
* For example, create the config object with specific attributes.
167167
*
168168
* AuthUIConfiguration config =
169169
* new AuthUIConfiguration.Builder()
170170
* .userPools(true)
171-
* .logoResId(R.drawable.logo_image)
171+
* .logoResId(logoResourceIdentifier)
172172
* .signInButton(CustomSignInButton.class)
173173
* .build();
174174
*/

aws-android-sdk-auth-ui/src/main/java/com/amazonaws/mobile/auth/ui/SignInUI.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ public class SignInUI implements AWSConfigurable {
6868
* Initiate the login flow and present the AuthUI.
6969
* Move the nextActivity if sign-in succeeded.
7070
*
71-
* @param context The context of the current activity
72-
* @param nextActivity The next activity to go when sign-in succeeded
73-
* @param canCancel Ability to cancel the SignIn flow, allow backPress or not.
71+
* @param callingActivity The activity
72+
* @param nextActivity The next activity to go when sign-in succeeded
7473
*/
7574
public LoginBuilder login(final Activity callingActivity,
7675
final Class<? extends Activity> nextActivity) {
@@ -84,7 +83,6 @@ public LoginBuilder login(final Activity callingActivity,
8483
* Initiate the sign-in flow.
8584
* Resume any previously signed-in Auth session.
8685
* Check if the user is not signed in and present the AuthUI screen.
87-
*
8886
*/
8987
private void presentAuthUI() {
9088
Log.d(LOG_TAG, "Presenting the SignIn UI.");
@@ -167,7 +165,7 @@ public AuthUIConfiguration getAuthUIConfiguration() {
167165
}
168166

169167
/**
170-
* Invoke {@link AWSMobileClient#initializeWithBuilder(InitializeBuilder)}.
168+
* Invoke loginWithBuilder.
171169
*/
172170
public void execute() {
173171
loginWithBuilder(this);

0 commit comments

Comments
 (0)