Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/Home.kt (4 lines): - line 134: onClick = { /* TODO: Open search */ } - line 142: onClick = { /* TODO: Open account? */ } - line 235: // TODO show a progress indicator or similar - line 407: TODO: Fix preview error Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/category/PodcastCategory.kt (4 lines): - line 106: * TODO: reset scroll position when category changes - line 238: ) { /* TODO */ } - line 280: onClick = { /* TODO */ }, - line 293: onClick = { /* TODO */ }, Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/HomeViewModel.kt (3 lines): - line 64: errorMessage = null /* TODO */ - line 67: // TODO: emit a UI error here. For now we'll just rethrow - line 83: // TODO: look at result of runCatching and show any errors Jetchat/app/src/main/java/com/example/compose/jetchat/profile/Profile.kt (2 lines): - line 210: // TODO: Update to use offset to avoid recomposition - line 227: // TODO (M3): No Divider, replace when available Jetcaster/app/src/main/java/com/example/jetcaster/ui/player/PlayerScreen.kt (2 lines): - line 243: IconButton(onClick = { /* TODO */ }) { - line 249: IconButton(onClick = { /* TODO */ }) { Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/Conversation.kt (2 lines): - line 223: // TODO: Get height from somewhere - line 404: // TODO (M3): No Divider, replace when available Jetsnack/app/src/main/java/com/example/jetsnack/ui/home/FilterScreen.kt (1 line): - line 99: onClick = { /* TODO: Open search */ }, Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyRepository.kt (1 line): - line 88: // TODO: FIX! After taking the selfie, the picture doesn't appear in API 22 and lower. Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyFragment.kt (1 line): - line 122: // TODO: unsupported for now Jetcaster/app/src/main/java/com/example/jetcaster/util/Buttons.kt (1 line): - line 55: // TODO: think about animating these icons Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatDrawer.kt (1 line): - line 178: // TODO (M3): No Divider, replace when available Jetchat/app/src/main/java/com/example/compose/jetchat/theme/Themes.kt (1 line): - line 115: // TODO (M3): MaterialTheme doesn't provide LocalIndication, remove when it does Jetcaster/app/src/main/java/com/example/jetcaster/data/room/PodcastFollowedEntryDao.kt (1 line): - line 42: * TODO: remove this once we move to a more recent Kotlin compiler JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreens.kt (1 line): - line 708: IconButton(onClick = { /* TODO: Open search */ }) { Owl/app/src/main/java/com/example/owl/ui/course/CourseDetails.kt (1 line): - line 111: // TODO: Show error if course not found. Jetsnack/app/src/main/java/com/example/jetsnack/ui/home/cart/CartViewModel.kt (1 line): - line 31: * TODO: Move data to Repository so it can be displayed and changed consistently throughout the app. JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeViewModel.kt (1 line): - line 82: val selectedPostId: String? = null, // TODO back selectedPostId in a SavedStateHandle Jetcaster/app/src/main/java/com/example/jetcaster/data/room/EpisodesDao.kt (1 line): - line 76: * TODO: remove this once we move to a more recent Kotlin compiler Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyViewModel.kt (1 line): - line 105: // TODO: Ideally this should be stored in the database JetNews/app/src/main/java/com/example/jetnews/ui/interests/InterestsScreen.kt (1 line): - line 146: onClick = { /* TODO: Open search */ } Owl/app/src/main/java/com/example/owl/ui/courses/SearchCourses.kt (1 line): - line 109: // TODO hint Jetcaster/app/src/main/java/com/example/jetcaster/data/room/PodcastsDao.kt (1 line): - line 102: * TODO: remove this once we move to a more recent Kotlin compiler Jetsnack/app/src/main/java/com/example/jetsnack/ui/components/Surface.kt (1 line): - line 83: * TODO: Remove when public https://issuetracker.google.com/155181601 Jetcaster/app/src/main/java/com/example/jetcaster/data/room/PodcastCategoryEntryDao.kt (1 line): - line 34: * TODO: remove this once we move to a more recent Kotlin compiler Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/discover/Discover.kt (1 line): - line 82: // TODO: empty state Jetcaster/app/src/main/java/com/example/jetcaster/data/room/CategoriesDao.kt (1 line): - line 54: * TODO: remove this once we move to a more recent Kotlin compiler