SchildiChat-android/vector/src/main/res/layout
Onuray Sahin 7a1b138894 Merge branch 'develop' into feature/ons/voice_message
* develop: (286 commits)
  Fix crash after video call
  Fix issue on button styles
  Clean after benoits review
  Fix warning about implicit type, introduced in Kotlin 1.5.20. "Returning type parameter has been inferred to Nothing implicitly. Please specify type arguments explicitly to hide this warning. Nothing can produce an exception at runtime."
  Bump kotlin_version from 1.5.10 to 1.5.20
  Bump libphonenumber from 8.12.25 to 8.12.26
  Fix call invite processed after call is ended because of fastlane mode.
  Jump to unread: removes unnecessary check which can cause scroll issue
  Jump to unread: avoid blink when jumping
  Clean after Benoits review
  Delete unused drawable to avoid conflict on develop
  Jump to unread: add towncrier file.
  Read marker: fix some issues with jump to unread visibility.
  Stop using ProgressDialog, there is a theme issue with it. It's not maintain by Google since it's deprecated. Force usage of MaterialAlertDialogBuilder to have the same UI effect. We sometimes need to block the UI :/
  Reordering
  Add text style for dialogs
  Colored dialog button is now handled by the theme
  Update theme for material dialog and create a destructive variant
  Reorder buttons
  Update doc
  ...

# Conflicts:
#	library/ui-styles/src/main/res/values/theme_dark.xml
#	library/ui-styles/src/main/res/values/theme_light.xml
#	vector/build.gradle
#	vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailFragment.kt
#	vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
#	vector/src/main/java/im/vector/app/features/home/room/detail/composer/TextComposerView.kt
#	vector/src/main/res/values/strings.xml
2021-07-06 13:17:49 +03:00
..
activity.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
activity_big_image_viewer.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
activity_bug_report.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
activity_call.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
activity_call_transfer.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
activity_emoji_reaction_picker.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
activity_filtered_rooms.xml Apply default style for SearchView 2021-06-11 10:12:31 +02:00
activity_home.xml Limit drawer layout with max width. 2021-01-19 15:33:35 +03:00
activity_incoming_share.xml Apply default style for SearchView 2021-06-11 10:12:31 +02:00
activity_jitsi.xml Some cleanup on the layout 2020-10-08 22:08:48 +02:00
activity_login.xml Rework colors management 2021-06-09 15:36:20 +02:00
activity_main.xml Rework colors management 2021-06-09 15:36:20 +02:00
activity_progress.xml Rework colors management 2021-06-09 15:36:20 +02:00
activity_room_detail.xml Migrate to ViewBindings (#1072) - WIP 2020-12-16 00:46:52 +01:00
activity_search.xml Apply default style for SearchView 2021-06-11 10:12:31 +02:00
activity_signed_out.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
activity_simple.xml Reduce dependency on Butterknife: remove usage of @BindView 2020-12-15 20:32:26 +01:00
activity_simple_loading.xml Use style to take into account lineHeight 2021-06-14 23:06:56 +02:00
activity_vector_settings.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
activity_vector_web_view.xml More cleanup 2021-06-11 10:12:31 +02:00
activity_widget.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
alerter_incoming_call_layout.xml Fix color for phone calls 2021-06-16 17:16:47 +02:00
alerter_verification_layout.xml Bold title 2021-06-17 13:34:05 +02:00
bottom_sheet_bootstrap.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_call_controls.xml Rework colors management 2021-06-09 15:36:20 +02:00
bottom_sheet_call_dial_pad.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_call_dialer_choice.xml Rework colors management 2021-06-09 15:36:20 +02:00
bottom_sheet_generic_list.xml Rework colors management 2021-06-09 15:36:20 +02:00
bottom_sheet_generic_list_with_title.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_invited_to_space.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_logout_and_backup.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_matrix_to_card.xml Open Space Link initial commit 2021-04-28 11:15:58 +02:00
bottom_sheet_room_widget_permission.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_save_recovery_key.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_space_create_private_warning.xml Add style to TextView after merge 2021-06-16 14:50:35 +02:00
bottom_sheet_space_invite.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_space_invite_chooser.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_space_settings.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_verification.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
bottom_sheet_verification_child_fragment.xml Verification: migrate to Epoxy - Request Fragment 2020-01-17 15:05:06 +01:00
bottom_sheet_with_fragments.xml Rework colors management 2021-06-09 15:36:20 +02:00
composer_layout.xml Merge branch 'develop' into feature/ons/voice_message 2021-07-06 13:17:49 +03:00
composer_layout_constraint_set_compact.xml Merge branch 'develop' into feature/ons/voice_message 2021-07-06 13:17:49 +03:00
composer_layout_constraint_set_expanded.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
custom_action_item_layout_badge.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_background_sync_mode.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_base_edit_text.xml Fix some lint issue about accessibility 2021-02-12 14:35:28 +01:00
dialog_change_password.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
dialog_confirmation_with_reason.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_device_verify.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_disclaimer_content.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_edit_power_level.xml Rework colors management 2021-06-09 15:36:20 +02:00
dialog_event_content.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_export_e2e_keys.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
dialog_import_e2e_keys.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
dialog_no_sticker_pack.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_photo_or_video.xml Rework colors management 2021-06-09 15:36:20 +02:00
dialog_preference_edit_text.xml Fix some lint issue about accessibility 2021-02-12 14:35:28 +01:00
dialog_recovery_key_saved_info.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
dialog_report_content.xml Rework colors management 2021-06-09 15:36:20 +02:00
dialog_select_text_size.xml Remove useless layout_marginLeft and layout_marginRight attributes 2020-08-13 18:49:19 +02:00
dialog_share_qr_code.xml Small cleanup 2020-11-20 14:50:21 +01:00
dialog_ssl_fingerprint.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
emoji_chooser_fragment.xml Cleanup 2020-08-03 18:50:04 +02:00
fragment_attachments_preview.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
fragment_bootstrap_conclusion.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_bootstrap_enter_account_password.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_bootstrap_enter_passphrase.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_bootstrap_migrate_backup.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_bootstrap_reauth.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_bootstrap_save_key.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_bootstrap_setup_recovery.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_bootstrap_waiting.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_breadcrumbs.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_contacts_book.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_create_direct_room_directory_users.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_create_room.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_deactivate_account.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_devtool_keyrequests.xml Use style to take into account lineHeight 2021-06-14 23:06:56 +02:00
fragment_devtools_editor.xml textSize 12sp -> Caption or Default 2021-06-14 21:22:56 +02:00
fragment_generic_recycler.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_generic_state_view_recycler.xml Rename package im.vector.riotx to im.vector.app (IDE) 2020-08-03 18:46:29 +02:00
fragment_group_list.xml Rename package im.vector.riotx to im.vector.app (IDE) 2020-08-03 18:46:29 +02:00
fragment_home_detail.xml Merge pull request #3516 from vector-im/feature/fga/dial_pad_improvements 2021-06-17 14:31:48 +02:00
fragment_home_drawer.xml Increase top margin and add header separator 2021-06-17 13:31:17 +02:00
fragment_incoming_share.xml Apply default style for SearchView 2021-06-11 10:12:31 +02:00
fragment_keys_backup_restore_from_key.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_keys_backup_restore_from_passphrase.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_keys_backup_restore_success.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_keys_backup_settings.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_keys_backup_setup_step1.xml Fix crash when setting up key backup 2021-06-17 09:49:10 +02:00
fragment_keys_backup_setup_step2.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_keys_backup_setup_step3.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_loading.xml Better with horizontal progress bar 2021-03-10 15:38:29 +01:00
fragment_locale_picker.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_login.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_login_account_created.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_captcha.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_generic_text_input_form.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_generic_text_input_form_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_reset_password.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_login_reset_password_2.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_login_reset_password_mail_confirmation.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_reset_password_mail_confirmation_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_reset_password_success.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_reset_password_success_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_server_selection.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_server_selection_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_server_url_form.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_server_url_form_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_signin_password_2.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_login_signin_to_any_2.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_login_signin_username_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_signup_password_2.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_login_signup_signin_selection.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_signup_username_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_splash.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_splash_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_sso_only_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_terms.xml Fix crash due to style refacto 2021-06-18 17:28:25 +02:00
fragment_login_terms_2.xml Fix crash due to style refacto 2021-06-18 17:28:25 +02:00
fragment_login_wait_for_email.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_wait_for_email_2.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_login_web.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
fragment_matrix_profile.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_matrix_to_room_space_card.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_matrix_to_user_card.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_pin.xml Cleanup 2021-02-12 15:21:10 +01:00
fragment_progress.xml Fix / double bottomsheet effect 2020-11-28 00:41:29 +01:00
fragment_public_rooms.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_qr_code_scanner.xml Use style to take into account lineHeight 2021-06-14 23:06:56 +02:00
fragment_qr_code_scanner_with_button.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_reauth_confirm.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_recyclerview_with_search.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_review_terms.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_room_detail.xml Merge branch 'develop' into feature/ons/voice_message 2021-07-06 13:17:49 +03:00
fragment_room_directory_picker.xml Restore fragment_room_directory_picker.xml, was modified by mistake 2021-06-15 11:17:55 +02:00
fragment_room_list.xml Update bg color on room list 2021-06-14 12:45:44 +02:00
fragment_room_member_list.xml Migrate to ViewBindings (#1072) - WIP 2020-12-16 02:05:38 +01:00
fragment_room_preview_no_preview.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_room_setting_generic.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_room_uploads.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_room_widget.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_search.xml Search Result | scroll jumps after pagination (#2238) 2020-10-30 09:02:29 +01:00
fragment_set_identity_server.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_settings_notifications_troubleshoot.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_space_add_rooms.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_space_create_choose_private_model.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_space_create_choose_type.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_space_create_generic_epoxy_form.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_space_directory.xml Restore fragment_room_directory_picker.xml, was modified by mistake 2021-06-15 11:17:55 +02:00
fragment_space_preview.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_ssss_access_from_key.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_ssss_access_from_passphrase.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
fragment_ssss_reset_all.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_user_code_show.xml Update layout 2021-06-18 12:59:12 +02:00
fragment_user_directory.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
fragment_user_list.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
grid_item_emoji.xml textSize *sp -> style 2021-06-15 10:30:54 +02:00
grid_section_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_attachment_big_preview.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_attachment_miniature_preview.xml Fix bad alpha on tinted drawable - 2 2021-06-18 17:59:55 +02:00
item_autocomplete_command.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_autocomplete_emoji.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_autocomplete_matrix_item.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_autocomplete_more_result.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_action.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_message_preview.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_message_status.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_quick_reaction.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_radio.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_room_preview.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_bottom_sheet_title.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_breadcrumbs.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_checkbox.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_completion_homeserver.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_contact_action.xml Fix bad alpha on tinted drawable - 1 2021-06-18 17:54:41 +02:00
item_contact_detail.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_contact_main.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_create_direct_room_user.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_device.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_display_read_receipt.xml Split sample step 1 2021-05-10 22:51:07 +02:00
item_divider.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_divider_on_surface.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_editable_avatar.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_editable_square_avatar.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_emoji_result.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_emoji_verif.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_error_retry.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_expandable_textview.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_form_advanced_toggle.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_form_multiline_text_input.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_form_submit_button.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_form_switch.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_form_text_input.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_form_text_input_with_button.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_generic_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_generic_empty_state.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_generic_footer.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_generic_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_generic_list.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_generic_loader.xml Edit history 2019-07-15 14:57:12 +02:00
item_generic_pill_footer.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_generic_with_value.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_group.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_help_footer.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_keys_backup_settings_button_footer.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_known_user.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_loading.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_loading_square.xml Uploads: add screen - WIP 2020-05-25 16:54:08 +02:00
item_locale.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_login_centered_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_login_error_retry.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_login_header.xml Restore logo on login screens 2020-09-23 16:59:23 +02:00
item_login_password_form.xml Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling 2021-06-22 11:31:45 +02:00
item_login_red_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_login_text.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_login_title.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_login_title_small.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_no_result.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_notification_troubleshoot.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_policy.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_positive_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_profile_action.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_profile_matrix_item.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_profile_matrix_item_progress.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_profile_section.xml Change vctr_header_background alias from vctr_content_quinary to vctr_system 2021-06-18 13:27:21 +02:00
item_public_room.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_pushgateway.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_pushrule_raw.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_category.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_directory.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_directory_server.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_filter_footer.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_invitation.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_placeholder.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_room_to_add_in_space.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_to_add_in_space_placeholder.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_room_to_manage_in_space.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_room_widget.xml Cleanup 2021-06-14 21:46:05 +02:00
item_search_result.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_button_single_line.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_centered_image.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_settings_continue_cancel.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_edit_text.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_helper_info.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_information.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_progress.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_settings_section_title.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_simple_item.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_settings_three_pid.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_simple_reaction_info.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_space.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_space_add.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_space_beta_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_space_roomchild.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_space_subspace.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_space_tab.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_space_top_summary.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_sub_space.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_suggested_room.xml Code review 2021-06-17 09:27:31 +02:00
item_timeline_empty.xml Timeline: handle filtering in epoxy 2021-03-30 11:32:46 +02:00
item_timeline_event_base.xml Merge branch 'develop' into feature/ons/voice_message 2021-07-06 13:17:49 +03:00
item_timeline_event_base_noinfo.xml Voice message recording view implementations. 2021-07-01 10:47:41 +03:00
item_timeline_event_base_state.xml Timeline: handle filtering in epoxy 2021-03-30 11:32:46 +02:00
item_timeline_event_blank_stub.xml Refactoring / Use view ViewStub to avoid layout xml duplication 2019-05-10 18:31:56 +02:00
item_timeline_event_call_tile_stub.xml Merge develop 2021-06-17 11:58:57 +02:00
item_timeline_event_code_block_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_create.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_day_separator.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_default_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_file_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_media_message_stub.xml Media messages send status implementation. 2021-03-10 11:10:23 +01:00
item_timeline_event_merged_header_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_merged_room_creation_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_merged_utd_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_notice_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_option_buttons_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_poll_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_read_receipts.xml Timeline: handle filtering in epoxy 2021-03-30 11:32:46 +02:00
item_timeline_event_redacted_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_status_tile_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_text_message_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_verification_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_event_voice_stub.xml Merge branch 'develop' into feature/ons/voice_message 2021-07-06 13:17:49 +03:00
item_timeline_event_widget_stub.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_timeline_read_marker.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_tos.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_unknown_room.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_uploads_file.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_uploads_image.xml Fix some accessibility on images 2021-02-12 17:44:12 +01:00
item_uploads_video.xml Fix some accessibility on images 2021-02-12 17:44:12 +01:00
item_user.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_user_directory_letter_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_user_list_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_verification_action.xml Fix background color of BS items 2021-06-17 12:18:57 +02:00
item_verification_big_image.xml Cleanup 2021-02-12 20:43:58 +01:00
item_verification_decimal_code.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_verification_emojis.xml Verification: migrate to Epoxy - Cleanup 2020-01-17 15:05:06 +01:00
item_verification_notice.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_verification_qr_code.xml Small cleanup 2020-11-20 14:50:21 +01:00
item_verification_wait.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_verification_waiting.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_vertical_margin.xml Rename to avoid collision with Matrix Spaces 2021-05-27 16:55:40 +02:00
item_zero.xml Add a ZeroItem to avoid automatic scroll when the breadcrumbs are updated from another client 2019-12-18 18:41:46 +01:00
media_upload_download_progress_layout.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
merge_image_attachment_overlay.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
merge_overlay_waiting_view.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
motion_notifs_fab_menu_merge.xml Rework colors management 2021-06-09 15:36:20 +02:00
option_buttons.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
reaction_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
vector_home_badge_unread_layout.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
vector_invite_view.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
vector_message_merge_avatar_list.xml Use round room and user avatars and rounded corner space avatar 2021-05-10 22:34:42 +02:00
vector_preference_push_rule.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
vector_settings_list_preference_with_warning.xml a11y 2021-02-12 20:16:28 +01:00
vector_settings_round_avatar.xml Use round room and user avatars and rounded corner space avatar 2021-05-10 22:34:42 +02:00
vector_settings_spinner_preference.xml Remove extra blank line 2019-12-20 10:15:53 +01:00
view_active_conference_view.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_attachment_type_selector.xml Fix small regression on margin 2021-06-11 12:40:15 +02:00
view_bottom_sheet_action_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_button_state.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_call_controls.xml Fix mistake on call buttons 2021-06-16 16:34:03 +02:00
view_current_calls.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_failed_messages_warning.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_file_icon.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_keys_backup_banner.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_notification_area.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_password_strength_bar.xml Remove useless layout_marginLeft and layout_marginRight attributes 2020-08-13 18:49:19 +02:00
view_poll_result_line.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_read_marker.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_read_receipts.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_room_widgets_banner.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_sign_out_bottom_sheet_action_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_space_type_button.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_state.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_stub_room_member_profile_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_stub_room_profile_header.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_sync_state.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_url_preview.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
view_voice_message_recorder.xml Merge branch 'develop' into feature/ons/voice_message 2021-07-06 13:17:49 +03:00