element-android/vector/src/main/res/layout
Onuray Sahin 953fadeed4 Merge branch 'develop' into feature/ons/poll_timeline
* develop: (319 commits)
  Bump dagger from 2.40.4 to 2.40.5
  More debouncing
  Changelog
  I need the view here
  clicks() already has debouncing with conflate(), so throttleFirst is not necessary
  Use debouncedClicks where applicable
  Use `observeViewEvents` facility
  private
  use != rather that is
  Fix waring for state is not dialing or connected
  state can also be connected
  Add script to compress video and convert to gif file
  removing boolean notification version usage
  adding changelog entry
  removing unused imports and increasing enum allowance
  porting the notifications setting version to the vector features
  Add warning if unexpected state.
  setting login version via typed build config field instead of resources
  separating the SSO redirection from the login activities - adds a dedicated routing activity to proxy the uri to the login selected by the feature flags
  Removing trailing space
  ...

# Conflicts:
#	vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailAction.kt
#	vector/src/main/java/im/vector/app/features/home/room/detail/timeline/format/DisplayableEventFormatter.kt
#	vector/src/main/res/layout/item_timeline_event_option_buttons_stub.xml
#	vector/src/main/res/xml/vector_settings_labs.xml
2021-12-07 18:50:52 +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 @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
activity_bug_report.xml PR review part 2 2021-07-01 12:51:33 +02:00
activity_call.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
activity_call_transfer.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
activity_emoji_reaction_picker.xml Fix top row of emoji reaction picker on small displays 2021-07-12 17:56:58 +02:00
activity_filtered_rooms.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
activity_home.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
activity_incoming_share.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
activity_progress.xml Rework colors management 2021-06-09 15:36:20 +02:00
activity_room_detail.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
activity_search.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
activity_widget.xml Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
alerter_incoming_call_layout.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
alerter_verification_layout.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01:00
bottom_sheet_add_rooms_or_spaces_to_space.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
bottom_sheet_bootstrap.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
bottom_sheet_call_controls.xml Call controls: move choose sound device out of overflow menu 2021-06-29 11:09:18 +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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
bottom_sheet_call_sound_device_chooser.xml Call controls: move choose sound device out of overflow menu 2021-06-29 11:09:18 +02:00
bottom_sheet_generic_list.xml Call: Clean code 2021-08-18 17:33:48 +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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
bottom_sheet_leave_space.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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_upgrade.xml PR review part 2 2021-07-01 12:51:33 +02:00
bottom_sheet_room_widget_permission.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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_advertise_restricted.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
bottom_sheet_space_invite.xml Support entering mail in user invite screen 2021-09-24 18:12:12 +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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
bottom_sheet_tombstone_join.xml PR review part 2 2021-07-01 12:51:33 +02:00
bottom_sheet_verification.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
composer_layout.xml a11y: change some content descriptions 2021-08-01 22:03:59 +02:00
composer_layout_constraint_set_compact.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
composer_layout_constraint_set_expanded.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
custom_action_item_layout_badge.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
dialog_import_e2e_keys.xml All the cleanup and rework end up by fixing some mistakes :) 2021-12-01 22:49:16 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +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 Move XML namespaces to root element 2021-10-12 15:12:26 +02:00
dialog_share_qr_code.xml Small cleanup 2020-11-20 14:50:21 +01:00
dialog_ssl_fingerprint.xml Standardise spelling and casing of homeserver 2021-07-15 15:58:50 +01:00
emoji_chooser_fragment.xml Cleanup 2020-08-03 18:50:04 +02:00
fragment_attachments_preview.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_bootstrap_enter_passphrase.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_bootstrap_migrate_backup.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_bootstrap_reauth.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_bootstrap_save_key.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_bootstrap_setup_recovery.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_bootstrap_waiting.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_breadcrumbs.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_contacts_book.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_create_direct_room_directory_users.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_create_poll.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_create_room.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_deactivate_account.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_devtool_keyrequests.xml More cleanup, remove useless attribute "orientation" 2021-12-01 22:58:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_home_drawer.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_incoming_share.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_join_rules_recycler.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_keys_backup_restore_from_key.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_keys_backup_restore_from_passphrase.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_keys_backup_restore_success.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_keys_backup_settings.xml Rework colors management 2021-06-09 15:36:20 +02:00
fragment_keys_backup_setup_step1.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_keys_backup_setup_step2.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_keys_backup_setup_step3.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_loading.xml PR review part 2 2021-07-01 12:51:33 +02: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 More cleanup, remove useless attribute "orientation" 2021-12-01 22:58:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_login_server_selection_2.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_login_splash_2.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_login_terms_2.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - RelativeLayout and toolbarId 2021-12-01 22:44:07 +01:00
fragment_matrix_to_room_space_card.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_matrix_to_user_card.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_review_terms.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_room_detail.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_room_directory_picker.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_room_list.xml Use @id and not @+id when referencing ids in layouts - accessibilityTraversal 2021-12-01 22:16:28 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_room_setting_generic.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01:00
fragment_room_uploads.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01:00
fragment_room_widget.xml More cleanup, remove useless attribute "orientation" 2021-12-01 22:58:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_space_leave_advanced.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_space_preview.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_space_restricted_select.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_ssss_access_from_key.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_ssss_access_from_passphrase.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_ssss_reset_all.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_user_code_show.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
fragment_user_directory.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
fragment_user_list.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Use @id and not @+id when referencing ids in layouts - RelativeLayout and toolbarId 2021-12-01 22:44:07 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_bottom_sheet_joinrule_restricted.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_bottom_sheet_message_preview.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_bottom_sheet_title.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_breadcrumbs.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01:00
item_checkbox.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_contact_main.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_create_direct_room_user.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_device.xml Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
item_discovery_policy.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_display_read_receipt.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_editable_square_avatar.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_expandable_textview.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_form_text_input.xml Create dedicated file for TextInputLayout styles 2021-11-15 14:11:15 +01:00
item_form_text_input_with_button.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_form_text_input_with_delete.xml Create dedicated file for TextInputLayout styles 2021-11-15 14:11:15 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_generic_loader.xml Edit history 2019-07-15 14:57:12 +02:00
item_generic_pill_footer.xml Add subspace action 2021-09-17 09:22:10 +02:00
item_generic_progress.xml PR review part 2 2021-07-01 12:51:33 +02:00
item_generic_with_value.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_group.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_help_footer.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_invite_by_mail.xml More cleanup, remove useless attribute "orientation" 2021-12-01 22:58:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_notifications_footer.xml Address comments. 2021-08-24 12:12:39 +01:00
item_policy.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_poll_option.xml Set max length for poll options. 2021-12-07 14:43:27 +03: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_profile_matrix_item.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01:00
item_profile_matrix_item_progress.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_pushgateway.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_pushrule_raw.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_radio.xml add radioItem, RoomNotificationSettingsController and render it in fragment 2021-07-23 14:16:32 +01:00
item_room.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_room_directory_server.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_room_filter_footer.xml Text is always set at runtime now. 2021-10-04 09:44:53 +02:00
item_room_invitation.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_room_placeholder.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_room_to_add_in_space.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_room_widget.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_search_result.xml Use @id and not @+id when referencing ids in layouts - RelativeLayout and toolbarId 2021-12-01 22:44:07 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 More cleanup, remove useless attribute "orientation" 2021-12-01 22:58:21 +01:00
item_settings_three_pid.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_simple_reaction_info.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_space.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_space_add.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_space_beta_header.xml Clean unneeded beta pills 2021-09-17 09:22:10 +02:00
item_space_roomchild.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_space_subspace.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_space_tab.xml Rework colors management 2021-06-09 15:36:20 +02:00
item_space_top_summary.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_sub_space.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_suggested_room.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_text_header.xml Address comments. 2021-08-24 12:12:39 +01: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/poll_timeline 2021-12-07 18:50:52 +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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 PR review part 2 2021-07-01 12:51:33 +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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_timeline_event_media_message_stub.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_timeline_event_merged_header_stub.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_timeline_event_merged_room_creation_stub.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_timeline_event_merged_utd_stub.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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_poll.xml Implement poll in timeline ui. 2021-12-03 11:39:41 +03:00
item_timeline_event_poll_container.xml Implement poll in timeline ui. 2021-12-03 11:39:41 +03: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_timeline_event_voice_stub.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_timeline_event_widget_stub.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
item_unknown_room.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_uploads_file.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
item_verification_waiting.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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
layout_join_conference_action.xml Fix memory leak on RoomDetailFragment 2021-09-08 16:47:53 +02:00
media_upload_download_progress_layout.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
merge_image_attachment_overlay.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
merge_overlay_waiting_view.xml Remove the useless merge tag 2021-09-03 16:21:55 +02:00
motion_notifs_fab_menu_merge.xml Use @id and not @+id when referencing ids in layouts - accessibilityTraversal 2021-12-01 22:16:28 +01: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 Timeline: remove reaction animation views for now 2021-09-09 18:30:45 +02:00
vector_home_badge_unread_layout.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
vector_invite_view.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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_chip_group.xml Don't auto focus and only scroll to preference when focused. 2021-08-27 13:16:19 +01:00
vector_preference_push_rule.xml add resValue to enable feature, put back old code 2021-07-13 21:22:56 +01: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_attachment_type_selector.xml Merge branch 'develop' into feature/ons/poll_timeline 2021-12-07 18:50:52 +03:00
view_bottom_sheet_action_button.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
view_current_calls.xml Webrtc call: get back on green banner 2021-07-12 18:00:50 +02:00
view_failed_messages_warning.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01: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_join_conference.xml Fix memory leak on RoomDetailFragment 2021-09-08 16:47:53 +02:00
view_keys_backup_banner.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
view_notification_area.xml PR review part 2 2021-07-01 12:51:33 +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 Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
view_remove_jitsi_widget.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01: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 Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
view_stub_failed_message_warning_layout.xml Room detail: use ViewStub for FailedMessagesWarningView 2021-09-22 18:00:56 +02:00
view_stub_invite_layout.xml Room detail: use StubView for InviteView 2021-09-21 18:31:17 +02:00
view_stub_room_member_profile_header.xml Remove extra new lines in XML 2021-12-01 23:06:49 +01:00
view_stub_room_profile_header.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:19:33 +01:00
view_sync_state.xml Display push counter on debug mode 2021-09-23 13:54:03 +02:00
view_url_preview.xml Use @id and not @+id when referencing ids in layouts - ConstraintLayout 2021-12-01 22:13:21 +01:00
view_voice_message_recorder.xml aligning the locked recording view to the send message button without the margin, fixes the layout jumping when the mic button switches to a send 2021-11-18 14:59:06 +00:00