app/src/main/java/com/amazonaws/postsapp/Constants.java (6 lines): - line 6: public static final Regions APPSYNC_REGION = Regions.US_EAST_1; // TODO: Update the region to match the API region - line 7: public static final String APPSYNC_API_URL = ""; // TODO: Update the endpoint URL as specified on AppSync console - line 10: public static final String APPSYNC_API_KEY = "API-KEY"; // TODO: Copy the API Key specified on the AppSync Console - line 13: public static final String COGNITO_IDENTITY = ""; // TODO: Update the Cognito Identity Pool ID - line 14: public static final Regions COGNITO_REGION = Regions.US_EAST_1; // TODO: Update the region to match the Cognito Identity Pool region - line 20: public static final Regions USER_POOLS_REGION = Regions.US_WEST_2; // TODO: Update the region to match the Cognito User Pools region aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/subscription/SubscriptionObject.java (2 lines): - line 75: //TODO: Check why is this being converted to a Response Body - line 87: //TODO: Check why the message is this is not done in an else clause app/src/main/java/com/amazonaws/postsapp/UpdatePostActivity.java (2 lines): - line 56: // TODO: Here for update post mutation - line 58: // TODO: Here for update post callback aws-android-sdk-appsync-gradle-plugin/src/main/java/com/apollographql/apollo/gradle/ApolloCodeGenInstallTask.java (1 line): - line 37: // TODO: set to const when ApolloPlugin is in java app/src/main/java/com/amazonaws/postsapp/PostsActivity.java (1 line): - line 72: // TODO: Here for query aws-android-sdk-appsync-runtime/src/main/java/com/apollographql/apollo/internal/json/JsonReader.java (1 line): - line 180: /** TODO add Modifications copyright **/ aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/AppSyncOfflineMutationInterceptor.java (1 line): - line 400: //TODO: Check if this logic is required. aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/WebSocketConnectionManager.java (1 line): - line 317: // TODO: if the connection closes, but our subscription didn't ask for that, aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/subscription/mqtt/AppSyncMqttPersistence.java (1 line): - line 124: // TODO - This shouldn't be here according to the interface aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/AppSyncOfflineMutationManager.java (1 line): - line 236: // TODO: Investigate if this can be simplified by just invoking the QueueHandler in the network receiver. aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/TimeoutWatchdog.java (1 line): - line 30: // TODO: this should be a HandlerThread, don't use MainLooper. aws-android-sdk-appsync-runtime/src/main/java/com/apollographql/apollo/internal/json/BufferedSourceJsonReader.java (1 line): - line 35: /** TODO add Modifications copyright **/