Skip to content

Commit e4f4e75

Browse files
author
AWS
committed
AWS SDK for Android 2.7.6
1 parent 766b13d commit e4f4e75

File tree

107 files changed

+1555
-620
lines changed

Some content is hidden

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

107 files changed

+1555
-620
lines changed

CHANGELOG.md

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

3+
## [Release 2.7.6](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.7.6)
4+
5+
### Bug Fixes
6+
* **Amazon S3**
7+
* Fixed the regression introduced in `2.7.4` to support transfer objects with name containing special characters.
8+
9+
### Enhancements
10+
11+
* **AWS Auth SDK**
12+
* Added support for forced changed password in the sign-in flow of the UI. [issue #374](https://github.com/aws/aws-sdk-android/issues/374)
13+
* UI activities will show keyboard by default when requesting input from the end-user. [issue #550](https://github.com/aws/aws-sdk-android/issues/550)
14+
* Preserve sign-up form fields when sign-up validation fails so that end-users can correct and try again. [issue #460](https://github.com/aws/aws-sdk-android/issues/460)
15+
* Automatically sign-in user after actions such as sign-up or forgot password. [issue #460](https://github.com/aws/aws-sdk-android/issues/460)
16+
* Show the partially redacted destination of the MFA code on the screen when end-user needs to input a code.
17+
18+
### Misc. Updates
19+
20+
* Model updates for the following services
21+
* Amazon Comprehend
22+
* Amazon Transcribe
23+
324
## [Release 2.7.5](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.7.5)
425

526
### Bug Fixes

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.7.5</version>
15+
<version>2.7.6</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.7.5</version>
23+
<version>2.7.6</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.7.5</version>
24+
<version>2.7.6</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.7.5</version>
32+
<version>2.7.6</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.7.5</version>
24+
<version>2.7.6</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.7.5</version>
39+
<version>2.7.6</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.7.5</version>
24+
<version>2.7.6</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.7.5</version>
43+
<version>2.7.6</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.7.5</version>
24+
<version>2.7.6</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.7.5</version>
39+
<version>2.7.6</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.7.5</version>
46+
<version>2.7.6</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.7.5</version>
53+
<version>2.7.6</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.7.5</version>
60+
<version>2.7.6</version>
6161
<type>aar</type>
6262
</dependency>
6363
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class SignInView extends LinearLayout {
5858
private static final int IMAGE_LAYOUT_MARGINS = dp(10);
5959

6060
/** String that represents the SDK Version. */
61-
private static final String SDK_VERSION = "2.7.5";
61+
private static final String SDK_VERSION = "2.7.6";
6262

6363
/** Common Prefix of the namespaces of different SignIn providers. */
6464
private static final String NAMESPACE_COMMON_PREFIX = "com.amazonaws.mobile.auth";

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

Lines changed: 3 additions & 3 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.7.5</version>
24+
<version>2.7.6</version>
2525
</parent>
2626

2727
<repositories>
@@ -36,14 +36,14 @@
3636
<groupId>com.amazonaws</groupId>
3737
<artifactId>aws-android-sdk-cognitoidentityprovider</artifactId>
3838
<optional>false</optional>
39-
<version>2.7.5</version>
39+
<version>2.7.6</version>
4040
</dependency>
4141

4242
<dependency>
4343
<groupId>com.amazonaws</groupId>
4444
<artifactId>aws-android-sdk-auth-core</artifactId>
4545
<optional>false</optional>
46-
<version>2.7.5</version>
46+
<version>2.7.6</version>
4747
<type>aar</type>
4848
</dependency>
4949

aws-android-sdk-auth-userpools/src/main/AndroidManifest.xml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,32 @@
88
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
99

1010
<application>
11+
<activity
12+
android:name="com.amazonaws.mobile.auth.userpools.ForceChangePasswordActivity"
13+
android:label="@string/title_activity_force_change_password"
14+
android:screenOrientation="portrait"
15+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
1116
<activity
1217
android:name="com.amazonaws.mobile.auth.userpools.ForgotPasswordActivity"
1318
android:label="@string/title_activity_forgot_password"
1419
android:screenOrientation="portrait"
15-
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
16-
>
17-
</activity>
18-
20+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
1921
<activity
2022
android:name="com.amazonaws.mobile.auth.userpools.SignUpActivity"
2123
android:label="@string/title_activity_sign_up"
2224
android:screenOrientation="portrait"
23-
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
24-
>
25-
</activity>
25+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
2626

2727
<activity
2828
android:name="com.amazonaws.mobile.auth.userpools.MFAActivity"
2929
android:label="@string/title_activity_mfa"
3030
android:screenOrientation="portrait"
31-
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
32-
>
33-
</activity>
31+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
3432

3533
<activity
3634
android:name="com.amazonaws.mobile.auth.userpools.SignUpConfirmActivity"
3735
android:label="@string/title_activity_sign_up_confirm"
3836
android:screenOrientation="portrait"
39-
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
40-
>
41-
</activity>
37+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
4238
</application>
4339
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" /></manifest>

0 commit comments

Comments
 (0)