Skip to content

Commit

Permalink
Merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmcclellan committed Sep 11, 2020
2 parents 84a5fb6 + 50dc83c commit 47d5702
Show file tree
Hide file tree
Showing 61 changed files with 1,184 additions and 152 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,29 @@
- `getTokens()` was making a network call every time it was used, negating any benefit of cached tokens. Removed
the unnecessary network call so it now correctly returns cached tokens when available with no network call (Issue #1722)

## [Release 2.17.1](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.17.1)

### Bug fixes
- Resolves `UnsupportedOperationException` while passing client
metadata to signUp and signIn auth APIs

### Updated Service Models
- SNS
- Documentation updates
- Transcribe
- Support Medical use cases
- Lex
- Updates to NLU confidence

### Miscellaneous Updates
- Update third-party dependency versions
- AndroidX Core 1.3.1
- Paho MQTT Client 1.2.5
- Google Play Services Auth 18.1.0
- Android Gradle Plugin 4.0.1

- Allow override of User Agent in the AWSMobileClient

## [Release 2.17.0](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.17.0)

*Version 2.17.0 introduces breaking changes against 2.16.13.*
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-apigateway-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-apigateway-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-facebook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // v4 support, brought from facebook sdk
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // gms auth brought by google sdk
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // appcompat
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-userpools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // setAllCaps(), 11 otherwise
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cloudwatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cognito/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fabric-identifier=com.amazonaws.aws-android-sdk-cognito
fabric-version=2.17.0
fabric-version=2.18.0
fabric-build-type=binary
4 changes: 4 additions & 0 deletions aws-android-sdk-cognitoauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ android {
targetSdkVersion 29
versionCode 1
versionName '1.0'

manifestPlaceholders = [
'authRedirectScheme': 'FOR_LIBRARY_CONSUMER_TO_OVERRIDE'
]
}

compileOptions {
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cognitoidentityprovider-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cognitoidentityprovider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}

testOptions.unitTests.includeAndroidResources = true
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-comprehend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-connect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-connectparticipant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-core-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'

consumerProguardFiles 'consumer-proguard-rules.pro'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class VersionInfoUtils {
private static final int DEFAULT_STRING_LENGTH = 128;

/** SDK version info */
private static volatile String version = "2.17.0";
private static volatile String version = "2.18.0";
// changed build
// logic

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fabric-identifier=com.amazonaws.aws-android-sdk-core
fabric-version=2.17.0
fabric-version=2.18.0
fabric-build-type=binary
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class VersionInfoUtilsTest {

@Test
public void getVersion() {
assertEquals("2.17.0", VersionInfoUtils.getVersion());
assertEquals("2.18.0", VersionInfoUtils.getVersion());
}

@Test
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ddb-document/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ddb-mapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ddb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ec2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-iot-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
testInstrumentationRunnerArguments(['notClass': 'org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter'])
}
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-iot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesisvideo-archivedmedia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21 // for kinesisvideo, which uses camera2 APIs.
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}

packagingOptions {
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesisvideo-signaling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}
}

Expand Down
7 changes: 4 additions & 3 deletions aws-android-sdk-kinesisvideo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion 21 // android.hardware.camera2
minSdkVersion 24 // https://developer.android.com/reference/javax/net/ssl/X509ExtendedTrustManager
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21800
versionName '2.18.0'
}

packagingOptions {
Expand All @@ -24,5 +24,6 @@ dependencies {
implementation 'androidx.annotation:annotation:1.1.0'
//noinspection DuplicatePlatformClasses
compileOnly 'org.apache.httpcomponents:httpclient:4.5.12'
testImplementation 'junit:junit:4.13'
}

Loading

0 comments on commit 47d5702

Please sign in to comment.