aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/AWSS3StoragePlugin.java (2 lines): - line 120: @SuppressWarnings("MagicNumber") // TODO: Remove once default values are moved to configuration - line 174: // TODO: Integrate into config + options aws-api-appsync/src/main/java/com/amplifyframework/api/aws/SelectionSet.java (2 lines): - line 246: * TODO: this is mostly duplicative of {@link #getModelFields(ModelSchema, int, Operation)}. - line 358: // TODO: this method is tech debt. We added it to support usage of the library from Flutter. core/src/main/java/com/amplifyframework/hub/HubCategoryConfiguration.java (1 line): - line 28: //TODO: Place global (category-wise) configuration options here aws-api-appsync/src/main/java/com/amplifyframework/api/aws/AppSyncGraphQLRequest.java (1 line): - line 383: // TODO: if the modelClass is contained within the modelSchema, core/src/main/java/com/amplifyframework/geo/GeoCategoryConfiguration.java (1 line): - line 27: //TODO: Place global (category-wise) configuration options here core/src/main/java/com/amplifyframework/logging/LoggingCategoryConfiguration.java (1 line): - line 28: //TODO: Place global (category-wise) configuration options here aws-datastore/src/main/java/com/amplifyframework/datastore/syncengine/Merger.java (1 line): - line 78: * TODO: Change this method to return a Maybe, and remove the Consumer argument. core/src/main/java/com/amplifyframework/predictions/options/TranslateTextOptions.java (1 line): - line 26: // TODO: Add options core/src/main/java/com/amplifyframework/core/category/Category.java (1 line): - line 173: // TODO: Fail silently for now, matching iOS - potentially publish on Hub in the future. aws-api/src/main/java/com/amplifyframework/api/aws/AppSyncGraphQLOperation.java (1 line): - line 152: //TODO: Dispatch to hub core/src/main/java/com/amplifyframework/datastore/DataStoreCategoryConfiguration.java (1 line): - line 28: //TODO: Place global (category-wise) configuration options here core/src/main/java/com/amplifyframework/api/ApiCategoryConfiguration.java (1 line): - line 27: //TODO: Place global (category-wise) configuration options here core/src/main/java/com/amplifyframework/predictions/options/IdentifyOptions.java (1 line): - line 26: // TODO: Add options aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/service/AWSS3StorageService.java (1 line): - line 250: // TODO: When a reset method is defined, stop service. aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/AWSMobileClientAuthProvider.java (1 line): - line 49: * TODO: This is a stop gap measure to quickly and safely integrate the Auth Category before GA. However, aws-api/src/main/java/com/amplifyframework/api/aws/AWSApiPluginConfigurationReader.java (1 line): - line 31: * TODO: add support for authorization types other than ApiKey. core/src/main/java/com/amplifyframework/predictions/options/InterpretOptions.java (1 line): - line 26: // TODO: Add options aws-api/src/main/java/com/amplifyframework/api/aws/MultiAuthAppSyncGraphQLOperation.java (1 line): - line 185: //TODO: Dispatch to hub aws-api/src/main/java/com/amplifyframework/api/aws/SubscriptionEndpoint.java (1 line): - line 211: // TODO: if the connection closes, but our subscription didn't ask for that, aws-api/src/main/java/com/amplifyframework/api/aws/sigv4/DefaultCognitoUserPoolsAuthProvider.java (1 line): - line 44: * TODO: Once we come up with a proper interface, we will remove the use of AWSMobileClient directly in favor aws-datastore/src/main/java/com/amplifyframework/datastore/storage/sqlite/SQLiteStorageHelper.java (1 line): - line 162: // TODO: This can be improved by detecting the specific changes in each Model and applying aws-predictions-tensorflow/src/main/java/com/amplifyframework/predictions/tensorflow/service/TensorFlowTextClassificationService.java (1 line): - line 146: // TODO: encapsulate blocking logic elsewhere core/src/main/java/com/amplifyframework/devmenu/DevMenuFileIssueFragment.java (1 line): - line 84: // TODO: give the option of including logs in the issue body aws-api/src/main/java/com/amplifyframework/api/aws/TimeoutWatchdog.java (1 line): - line 35: // TODO: this should be a HandlerThread, don't use MainLooper. core/src/main/java/com/amplifyframework/analytics/AnalyticsCategoryConfiguration.java (1 line): - line 28: //TODO: Place global (category-wise) configuration options here core/src/main/java/com/amplifyframework/predictions/PredictionsCategoryConfiguration.java (1 line): - line 28: //TODO: Place global (category-wise) configuration options here aws-datastore/src/main/java/com/amplifyframework/datastore/syncengine/SyncTime.java (1 line): - line 27: * class. TODO: move this to become a static inner class of {@link LastSyncMetadata}?