├── .gradle ├── 8.0 │ ├── checksums │ │ ├── checksums.lock │ │ ├── md5-checksums.bin │ │ └── sha1-checksums.bin │ ├── dependencies-accessors │ │ ├── dependencies-accessors.lock │ │ └── gc.properties │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ └── gc.properties ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── file-system.probe └── vcs-1 │ └── gc.properties ├── .idea ├── assetWizardSettings.xml ├── libraries │ ├── Gradle__androidx_activity_activity_1_7_0_aar.xml │ ├── Gradle__androidx_activity_activity_compose_1_7_0_aar.xml │ ├── Gradle__androidx_activity_activity_ktx_1_7_0_aar.xml │ ├── Gradle__androidx_annotation_annotation_experimental_1_3_0_aar.xml │ ├── Gradle__androidx_annotation_annotation_jvm_1_6_0.xml │ ├── Gradle__androidx_arch_core_core_common_2_2_0.xml │ ├── Gradle__androidx_collection_collection_1_2_0.xml │ ├── Gradle__androidx_compose_animation_animation_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_animation_animation_core_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_foundation_foundation_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_foundation_foundation_layout_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_material3_material3_android_1_2_0_alpha07_aar.xml │ ├── Gradle__androidx_compose_material_material_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_material_material_icons_core_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_material_material_ripple_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_runtime_runtime_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_runtime_runtime_saveable_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_geometry_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_graphics_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_test_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_test_junit4_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_test_manifest_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_text_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_tooling_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_tooling_data_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_tooling_preview_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_compose_ui_ui_unit_android_1_6_0_alpha05_aar.xml │ ├── Gradle__androidx_concurrent_concurrent_futures_1_1_0.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_compose_1_1_0_alpha04_aar.xml │ ├── Gradle__androidx_core_core_1_11_0_beta02_aar.xml │ ├── Gradle__androidx_core_core_ktx_1_11_0_beta02_aar.xml │ ├── Gradle__androidx_core_core_splashscreen_1_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_6_1.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_java8_2_6_1.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_ktx_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_compose_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_ktx_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_6_1_aar.xml │ ├── Gradle__androidx_navigation_navigation_common_2_5_3_aar.xml │ ├── Gradle__androidx_navigation_navigation_common_ktx_2_5_3_aar.xml │ ├── Gradle__androidx_navigation_navigation_compose_2_5_3_aar.xml │ ├── Gradle__androidx_navigation_navigation_runtime_2_5_3_aar.xml │ ├── Gradle__androidx_navigation_navigation_runtime_ktx_2_5_3_aar.xml │ ├── Gradle__androidx_savedstate_savedstate_1_2_1_aar.xml │ ├── Gradle__androidx_savedstate_savedstate_ktx_1_2_1_aar.xml │ ├── Gradle__androidx_test_annotation_1_0_1_aar.xml │ ├── Gradle__androidx_test_core_1_5_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_core_3_5_1_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_idling_resource_3_5_1_aar.xml │ ├── Gradle__androidx_test_ext_junit_1_1_5_aar.xml │ ├── Gradle__androidx_test_monitor_1_6_1_aar.xml │ ├── Gradle__androidx_test_runner_1_5_2_aar.xml │ ├── Gradle__androidx_test_services_storage_1_4_2_aar.xml │ ├── Gradle__androidx_tracing_tracing_1_0_0_aar.xml │ ├── Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml │ ├── Gradle__com_github_skydoves_cloudy_0_1_2_aar.xml │ ├── Gradle__com_google_accompanist_accompanist_pager_0_27_1_aar.xml │ ├── Gradle__com_google_accompanist_accompanist_pager_indicators_0_27_1_aar.xml │ ├── Gradle__com_google_code_findbugs_jsr305_2_0_2.xml │ ├── Gradle__com_google_guava_listenablefuture_1_0.xml │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ ├── Gradle__dev_chrisbanes_snapper_snapper_0_2_2_aar.xml │ ├── Gradle__javax_inject_javax_inject_1.xml │ ├── Gradle__junit_junit_4_13_2.xml │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_library_1_3.xml │ ├── Gradle__org_jetbrains_annotations_23_0_0.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_8_22.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_8_22.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_8_20.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_8_20.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_1.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_1.xml │ └── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_1.xml ├── misc.xml ├── modules.xml ├── modules │ ├── TwitterUI.iml │ └── app │ │ ├── TwitterUI.app.androidTest.iml │ │ ├── TwitterUI.app.iml │ │ ├── TwitterUI.app.main.iml │ │ └── TwitterUI.app.unitTest.iml └── workspace.xml ├── README.md ├── app ├── .gitignore ├── build.gradle ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── JetpackPractice │ │ └── twitterui │ │ └── ExampleInstrumentedTest.kt │ ├── main │ ├── AndroidManifest.xml │ ├── java │ │ └── com │ │ │ └── JetpackPractice │ │ │ └── twitterui │ │ │ ├── MainActivity.kt │ │ │ ├── TwitterUiApp.kt │ │ │ ├── appDrawer │ │ │ └── AppDrawer.kt │ │ │ ├── components │ │ │ └── Post.kt │ │ │ ├── domain │ │ │ └── model │ │ │ │ ├── AccountModel.kt │ │ │ │ └── PostModel.kt │ │ │ ├── routing │ │ │ └── TwitterUiRouter.kt │ │ │ ├── screens │ │ │ ├── CollapsableTopDemo.kt │ │ │ ├── HomeScreen.kt │ │ │ ├── InboxScreen.kt │ │ │ ├── NotificationsScreen.kt │ │ │ ├── ProfileScreen.kt │ │ │ └── SearchScreen.kt │ │ │ ├── ui │ │ │ └── theme │ │ │ │ ├── Color.kt │ │ │ │ ├── Theme.kt │ │ │ │ └── Type.kt │ │ │ ├── utils │ │ │ └── NestedScrollConnection.kt │ │ │ └── viewModel │ │ │ ├── MainViewModel.kt │ │ │ └── MainViewModelFactory.kt │ └── res │ │ ├── drawable-v24 │ │ └── ic_launcher_foreground.xml │ │ ├── drawable │ │ ├── account_multiple_outline.xml │ │ ├── account_outline.xml │ │ ├── add.xml │ │ ├── arrow_back_24.xml │ │ ├── baseline_chevron_left_24.xml │ │ ├── black_image.jpg │ │ ├── bookmark_outline.xml │ │ ├── calendar_month_24.xml │ │ ├── cash_multiple.xml │ │ ├── cog_outline.xml │ │ ├── comments_icon.png │ │ ├── communities_icon.PNG │ │ ├── communities_icon_selected.PNG │ │ ├── cover_pic_01.jpg │ │ ├── cover_pic_blurred_01.jpg │ │ ├── default_profile_pic.jpg │ │ ├── dots_vertical_circle_outline.xml │ │ ├── dummy_cover_pic.jpg │ │ ├── dummy_cover_pic_blurred.jpg │ │ ├── home_post_pic_03.jpg │ │ ├── home_post_pic_04.jpg │ │ ├── home_post_pic_05.jpg │ │ ├── home_post_pic_1.jpg │ │ ├── home_post_pic_2.jpg │ │ ├── home_post_profile_pic_01.jpg │ │ ├── home_post_profile_pic_02.jpg │ │ ├── home_post_profile_pic_03.jpg │ │ ├── home_post_profile_pic_04.jpg │ │ ├── home_post_profile_pic_05.png │ │ ├── ic_home.xml │ │ ├── ic_home_selected.xml │ │ ├── ic_launcher_background.xml │ │ ├── ic_messages.xml │ │ ├── ic_messages_selected.xml │ │ ├── ic_notifications.xml │ │ ├── ic_notifications_selected.xml │ │ ├── ic_search.xml │ │ ├── ic_search_selected.xml │ │ ├── icon.png │ │ ├── img.png │ │ ├── img_1.png │ │ ├── img_2.png │ │ ├── img_3.png │ │ ├── img_4.png │ │ ├── img_5.png │ │ ├── inner_post_01.jpg │ │ ├── inner_post_02.jpg │ │ ├── inner_post_03.jpg │ │ ├── likes_icon.png │ │ ├── list_box_outline.xml │ │ ├── location_on_24.xml │ │ ├── logo.xml │ │ ├── logo_white_tint.xml │ │ ├── microphone_outline.xml │ │ ├── my_profile_cover.png │ │ ├── question_mark.png │ │ ├── retweet_icon.png │ │ ├── share_icon.png │ │ ├── sparkle.png │ │ ├── splash_background.xml │ │ ├── sun.png │ │ ├── three_dots.png │ │ ├── three_dots_white_24.xml │ │ ├── trends_icon.png │ │ ├── twitter_x_logo.png │ │ ├── verified_badge.png │ │ └── views_icon.png │ │ ├── font │ │ ├── chirp_bold_web.ttf │ │ ├── chirp_medium_web.ttf │ │ ├── chirp_regular_web.ttf │ │ ├── worksans_bold.ttf │ │ ├── worksans_light.ttf │ │ ├── worksans_medium.ttf │ │ ├── worksans_regular.ttf │ │ └── worksans_semibold.ttf │ │ ├── inner_post_pic_03 │ │ └── F68z2irWQAApcO8.jpg │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── values │ │ ├── colors.xml │ │ ├── splash.xml │ │ ├── strings.xml │ │ └── themes.xml │ │ └── xml │ │ ├── backup_rules.xml │ │ └── data_extraction_rules.xml │ └── test │ └── java │ └── com │ └── JetpackPractice │ └── twitterui │ └── ExampleUnitTest.kt └── local.properties /.gradle/8.0/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/8.0/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /.gradle/8.0/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /.gradle/8.0/dependencies-accessors/dependencies-accessors.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/dependencies-accessors/dependencies-accessors.lock -------------------------------------------------------------------------------- /.gradle/8.0/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/dependencies-accessors/gc.properties -------------------------------------------------------------------------------- /.gradle/8.0/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/8.0/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/8.0/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/8.0/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/8.0/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/8.0/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/8.0/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/8.0/gc.properties -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Fri Sep 08 10:22:29 WAT 2023 2 | gradle.version=8.0 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/file-system.probe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/file-system.probe -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mahfoudh-Aggoun/Twitter-UI-clone-jetpack-compose-/fb77e8799c8e7c358e9515d981be0bdf2b90e85c/.gradle/vcs-1/gc.properties -------------------------------------------------------------------------------- /.idea/assetWizardSettings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 46 | 47 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_1_7_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_compose_1_7_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_ktx_1_7_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_3_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_jvm_1_6_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_common_2_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_collection_collection_1_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_animation_animation_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_animation_animation_core_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_foundation_foundation_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_foundation_foundation_layout_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material3_material3_android_1_2_0_alpha07_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material_material_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material_material_icons_core_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material_material_ripple_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_runtime_runtime_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_runtime_runtime_saveable_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_geometry_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_graphics_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_test_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_test_junit4_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_test_manifest_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_text_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_data_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_preview_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_unit_android_1_6_0_alpha05_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_concurrent_concurrent_futures_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_compose_1_1_0_alpha04_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_1_11_0_beta02_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_ktx_1_11_0_beta02_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_splashscreen_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_6_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_java8_2_6_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_ktx_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_compose_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_ktx_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_common_2_5_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_common_ktx_2_5_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_compose_2_5_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_runtime_2_5_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_runtime_ktx_2_5_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_1_2_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_ktx_1_2_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_annotation_1_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_core_1_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_5_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_5_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_ext_junit_1_1_5_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_monitor_1_6_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_runner_1_5_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_services_storage_1_4_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_tracing_tracing_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_skydoves_cloudy_0_1_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_accompanist_accompanist_pager_0_27_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_accompanist_accompanist_pager_indicators_0_27_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_guava_listenablefuture_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__dev_chrisbanes_snapper_snapper_0_2_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_13_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_annotations_23_0_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_8_22.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_8_22.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_8_20.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_8_20.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/modules/TwitterUI.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/modules/app/TwitterUI.app.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 |