azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/redux/middleware/sdk/ChatActionHandler.kt (11 lines): - line 66: // TODO: lets use only one action and state to fire error for timing - line 67: // TODO: while working on error stories, we can create separate states for every error - line 90: // TODO: lets use only one action and state to fire error for timing - line 91: // TODO: while working on error stories, we can create separate states for every error - line 123: // TODO will add back when we release the edit logic - line 141: // TODO: lets use only one action and state to fire error for timing - line 142: // TODO: while working on error stories, we can create separate states for every error - line 165: // TODO: lets use only one action and state to fire error for timing - line 166: // TODO: while working on error stories, we can create separate states for every error - line 183: // TODO: lets use only one action and state to fire error for timing - line 184: // TODO: while working on error stories, we can create separate states for every error azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/service/sdk/ChatSDKWrapper.kt (7 lines): - line 100: // TODO: initialize polling or try to get first message here to make sure SDK can establish connection with thread - line 101: // TODO: above will make sure, network is connected as well - line 235: // TODO: in future create exception if required - line 254: // TODO: in future create exception if required - line 274: // TODO: in future create exception if required - line 292: // TODO: in future create exception if required - line 310: // TODO: in future create exception if required azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/redux/state/PictureInPictureState.kt (2 lines): - line 6: // TODO: rename to VisibilityStatus - line 14: // TODO: rename to VisibilityState azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/redux/middleware/sdk/ChatServiceListener.kt (2 lines): - line 82: // TODO: lets use only one action and state to fire error for timing - line 83: // TODO: while working on error stories, we can create separate states for every error azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/redux/reducer/ParticipantsReducer.kt (2 lines): - line 18: // TODO: sync logic with web and iOS to verify read receipt logic - line 36: // TODO: improve this logic azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/presentation/ui/chat/components/MessageView.kt (2 lines): - line 93: icon = R.drawable.azure_communication_ui_chat_ic_topic_changed_filled, /* TODO: update icon */ - line 179: /* TODO: Add this block back in to add Context Menu Code azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/presentation/CallCompositeActivity.kt (1 line): - line 312: // TODO: should we enter PiP if we are on the setup screen? azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/error/ChatErrorHandler.kt (1 line): - line 60: // TODO: Check the logic again when we need to expose more error azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/repository/storage/MessageRepositoryListBackedImpl.kt (1 line): - line 32: // TODO: Will need to update with repository stable algorithm implementation azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/redux/state/PermissionState.kt (1 line): - line 15: // TODO: rename to micPermissionState azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/redux/reducer/PipReducer.kt (1 line): - line 11: // TODO: VisibilityReducer azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/service/sdk/ChatFetchNotificationHandler.kt (1 line): - line 150: // TODO: notify sdk wrapper about error in future azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/redux/action/PipAction.kt (1 line): - line 6: // TODO: rename to VisibilityAction azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/presentation/manager/AccessibilityAnnouncementManager.kt (1 line): - line 96: // TODO: Add "Meeting is now empty" azure-communication-ui/chat/src/main/java/com/azure/android/communication/ui/chat/presentation/ui/chat/screens/ChatScreen.kt (1 line): - line 172: /* TODO: Add this Composable back in to support Context Menu (Copy)