Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ui of chat message #9757

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Conversation

Ferossgp
Copy link
Contributor

@Ferossgp Ferossgp commented Jan 7, 2020

Adds some UI changes as a part of #9469 further improvements require bigger refactor on message components.

@Ferossgp Ferossgp self-assigned this Jan 7, 2020
@status-github-bot
Copy link

Pull Request Checklist

  • Docs: Updated the documentation, if affected
  • Docs: Added or updated inline comments explaining intention of the code
  • Tests: Ensured that all new UI elements have been assigned accessibility IDs
  • Tests: Signaled need for E2E tests with label, if applicable
  • Tests: Briefly described what was tested and what platforms were used
  • UI: In case of UI changes, ensured that UI matches Figma
  • UI: In case of UI changes, requested review from a Core UI designer
  • UI: In case of UI changes, included screenshots of implementation

@status-im-auto
Copy link
Member

status-im-auto commented Jan 7, 2020

Jenkins Builds

Click to see older builds (32)
Commit #️⃣ Finished (UTC) Duration Platform Result
2e5ccba #1 2020-01-07 10:26:23 ~8 min ios 📄log
2e5ccba #1 2020-01-07 10:30:27 ~13 min android-e2e 📄log
2e5ccba #1 2020-01-07 10:30:46 ~13 min android 📄log
14c60bc #3 2020-01-07 16:15:12 ~8 min ios 📄log
14c60bc #3 2020-01-07 16:17:41 ~11 min android-e2e 📄log
14c60bc #3 2020-01-07 16:19:07 ~12 min android 📄log
803df43 #4 2020-01-08 14:41:55 ~9 min ios 📄log
803df43 #4 2020-01-08 14:44:42 ~11 min android-e2e 📄log
803df43 #4 2020-01-08 14:45:03 ~12 min android 📄log
✔️ 8c448bb #5 2020-01-08 15:03:14 ~13 min android 📦apk 📲
✔️ 8c448bb #5 2020-01-08 15:03:16 ~13 min android-e2e 📦apk 📲
✔️ ddfc59b #6 2020-01-09 09:16:02 ~10 min ios 📦ipa 📲
✔️ ddfc59b #6 2020-01-09 09:18:49 ~13 min android-e2e 📦apk 📲
✔️ ddfc59b #6 2020-01-09 09:19:05 ~13 min android 📦apk 📲
✔️ 41e63d8 #7 2020-01-09 16:13:30 ~8 min ios 📦ipa 📲
✔️ 41e63d8 #7 2020-01-09 16:20:06 ~15 min android-e2e 📦apk 📲
✔️ 41e63d8 #7 2020-01-09 16:20:09 ~15 min android 📦apk 📲
✔️ 75a0b0d #9 2020-01-10 09:28:16 ~8 min ios 📦ipa 📲
✔️ 75a0b0d #9 2020-01-10 09:32:42 ~13 min android-e2e 📦apk 📲
✔️ 75a0b0d #9 2020-01-10 09:32:48 ~13 min android 📦apk 📲
✔️ 965e9a7 #10 2020-01-10 11:27:35 ~8 min ios 📦ipa 📲
✔️ 965e9a7 #10 2020-01-10 11:32:45 ~14 min android-e2e 📦apk 📲
✔️ 965e9a7 #10 2020-01-10 11:32:49 ~14 min android 📦apk 📲
bd7693a #11 2020-01-10 15:30:56 ~8 min ios 📄log
bd7693a #11 2020-01-10 15:35:58 ~13 min android 📄log
bd7693a #11 2020-01-10 15:37:02 ~14 min android-e2e 📄log
✔️ 4d4b4d7 #12 2020-01-10 15:55:40 ~9 min ios 📦ipa 📲
✔️ 4d4b4d7 #12 2020-01-10 15:57:34 ~11 min android-e2e 📦apk 📲
✔️ 4d4b4d7 #12 2020-01-10 16:01:12 ~14 min android 📦apk 📲
✔️ b8dfcd9 #13 2020-01-13 08:31:26 ~9 min ios 📦ipa 📲
✔️ b8dfcd9 #13 2020-01-13 08:35:57 ~13 min android-e2e 📦apk 📲
✔️ b8dfcd9 #13 2020-01-13 08:37:03 ~14 min android 📦apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b362e7d #15 2020-01-13 15:51:20 ~9 min ios 📦ipa 📲
✔️ b362e7d #15 2020-01-13 15:56:13 ~13 min android-e2e 📦apk 📲
✔️ b362e7d #15 2020-01-13 15:56:20 ~14 min android 📦apk 📲
b2bd279 #16 2020-01-14 17:59:28 ~35 sec ios 📄log
b2bd279 #16 2020-01-14 18:05:03 ~6 min android 📄log
✔️ b2bd279 #16 2020-01-14 18:09:58 ~11 min android-e2e 📦apk 📲

@@ -93,6 +93,10 @@
{:align-self :flex-start
:padding-left (if platform/desktop? 24 8)}))

(def message-author-touchable
{:margin-left 12
:padding-horizontal 2})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ferossgp hey, my mistake. it should be vertical here if needed at all (text line height is 18, touchable is 22 so 2px padding would center it inside the touchable)

@Ferossgp Ferossgp marked this pull request as ready for review January 7, 2020 16:01
@Ferossgp Ferossgp requested review from a team and vkjr as code owners January 7, 2020 16:01
@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from 776ccb7 to 14c60bc Compare January 7, 2020 16:06
{:font-size 40
:desktop {:line-height 46}
:margin-top (if incoming-group 4 0)})
{:font-size 40
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that emoji only font-size? 40 is hardcore, can we lower it to 28

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is only emoji size - I can do it.

@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from 14c60bc to 803df43 Compare January 8, 2020 14:32
@Ferossgp Ferossgp changed the title WIP Change ui of chat message Change ui of chat message Jan 8, 2020
@statustestbot
Copy link

97% of end-end tests have passed

Total executed tests: 100
Failed tests: 3
Passed tests: 97

Failed tests (3)

Click to expand
1. test_offline_messaging_1_1_chat

Device 1: Tap on AirplaneModeButton
Device 1: Looking for an element by text part: 'MmsService'

Device 1: 'ChatElement' is not found on the screen

Device sessions

2. test_deploy_contract_from_daap

Device 1: Type 'status-im.github.io/dapp' to EnterUrlEditbox
Device 1: Tap 'Confirm' on native keyboard

Device 1: 'AllowButton' is not found on the screen

Device sessions

3. test_fetching_balance_after_offline

Device 1: Wait for AssetTextElement
Device 1: Waiting 300 seconds for STT to display asset

Device 1: Balance is not changed during 300 seconds!

Device sessions

Passed tests (97)

Click to expand
1. test_unread_messages_counter_1_1_chat
Device sessions

2. test_delete_public_chat_via_delete_button
Device sessions

3. test_request_public_key_status_test_daap
Device sessions

4. test_open_public_chat_using_deep_link
Device sessions

5. test_decline_invitation_to_group_chat
Device sessions

6. test_ens_username_recipient
Device sessions

7. test_delete_one_to_one_chat_via_delete_button
Device sessions

8. test_offline_status
Device sessions

9. test_open_transaction_on_etherscan
Device sessions

10. test_open_chat_by_pasting_public_key
Device sessions

11. test_back_forward_buttons_browsing_website
Device sessions

12. test_password_in_logcat_creating_account
Device sessions

13. test_can_use_purchased_stickers_on_recovered_account
Device sessions

14. test_modify_transaction_fee_values
Device sessions

15. test_mobile_data_usage_settings
Device sessions

16. test_delete_group_chat_via_delete_button
Device sessions

17. test_open_google_com_via_open_dapp
Device sessions

18. test_logcat_backup_recovery_phrase
Device sessions

19. test_search_chat_on_home
Device sessions

20. test_unread_messages_counter_public_chat
Device sessions

21. test_send_two_transactions_one_after_another_in_dapp
Device sessions

22. test_message_marked_as_sent_in_1_1_chat
Device sessions

23. test_can_open_dapp_from_dapp_store
Device sessions

24. test_user_can_switch_network
Device sessions

25. test_public_chat_clear_history
Device sessions

26. test_wallet_set_up
Device sessions

27. test_timestamp_in_chats
Device sessions

28. test_group_chat_system_messages
Device sessions

29. test_fetch_more_history_in_empty_chat
Device sessions

30. test_mobile_data_usage_popup_continue_syncing
Device sessions

31. test_add_to_contacts
Device sessions

32. test_dapps_permissions
Device sessions

33. test_long_press_delete_clear_all_dapps
Device sessions

34. test_need_help_section
Device sessions

35. test_transaction_wrong_password_wallet
Device sessions

36. test_pair_devices_sync_name_photo_public_group_chats
Device sessions

37. test_text_message_1_1_chat
Device sessions

38. test_install_pack_and_send_sticker
Device sessions

39. test_make_admin_member_of_group_chat
Device sessions

40. test_add_account_to_multiaccount_instance
Device sessions

41. test_send_emoji
Device sessions

42. test_copy_and_paste_messages
Device sessions

43. test_set_profile_picture
Device sessions

44. test_clear_history_of_group_chat_via_group_view
Device sessions

45. test_send_eth_from_wallet_to_address
Device sessions

46. test_messaging_in_different_networks
Device sessions

47. test_start_chat_with_ens
Device sessions

48. test_logcat_recovering_account
Device sessions

49. test_user_can_complete_tx_to_dapp_when_onboarding_via_dapp_completed
Device sessions

50. test_connection_is_secure
Device sessions

51. test_user_can_see_all_own_assets_after_account_recovering
Device sessions

52. test_add_new_group_chat_member
Device sessions

53. test_pair_devices_sync_one_to_one_contacts
Device sessions

54. test_add_and_remove_contact_from_public_chat
Device sessions

55. test_send_transaction_from_daap
Device sessions

56. test_onboarding_screen_when_requesting_tokens_for_recovered_account
Device sessions

57. test_long_press_to_delete_1_1_chat
Device sessions

58. test_add_and_delete_watch_only_account_to_multiaccount_instance
Device sessions

59. test_open_blocked_site
Device sessions

60. test_refresh_button_browsing_app_webview
Device sessions

61. test_public_chat_messaging
Device sessions

62. test_user_can_remove_profile_picture
Device sessions

63. test_pass_phrase_validation
Device sessions

64. test_remove_member_from_group_chat
Device sessions

65. test_send_token_with_7_decimals
Device sessions

66. test_sign_message_from_daap
Device sessions

67. test_send_message_in_group_chat
Device sessions

68. test_recover_account_from_new_user_seedphrase
Device sessions

69. test_add_custom_token
Device sessions

70. test_send_and_open_links
Device sessions

71. test_manage_assets
Device sessions

72. test_share_contact_code_and_wallet_address
Device sessions

73. test_redirect_to_public_chat_tapping_tag_message
Device sessions

74. test_block_user_from_public_chat
Device sessions

75. test_ens_in_public_and_1_1_chats
Device sessions

76. test_sign_typed_message
Device sessions

77. test_create_new_group_chat
Device sessions

78. test_password_in_logcat_sign_in
Device sessions

79. test_account_recovery_with_uppercase_recovery_phrase
Device sessions

80. test_send_message_to_newly_added_contact
Device sessions

81. test_logcat_sign_message_from_daap
Device sessions

82. test_mobile_data_usage_popup_stop_syncing
Device sessions

83. test_collectible_from_wallet_opens_in_browser_view
Device sessions

84. test_logcat_send_transaction_from_daap
Device sessions

85. test_contact_profile_view
Device sessions

86. test_switch_users_and_add_new_account
Device sessions

87. test_logcat_send_transaction_from_wallet
Device sessions

88. test_send_two_transactions_in_batch_in_dapp
Device sessions

89. test_filters_from_daap
Device sessions

90. test_send_stt_from_wallet
Device sessions

91. test_login_with_new_account
Device sessions

92. test_home_view
Device sessions

93. test_log_level_and_fleet
Device sessions

94. test_can_add_existing_ens
Device sessions

95. test_copy_contact_code_and_wallet_address
Device sessions

96. test_long_press_to_delete_public_chat
Device sessions

97. test_can_see_all_transactions_in_history
Device sessions

@errorists
Copy link
Contributor

errorists commented Jan 9, 2020

hey, can we do something about those guys? :)

Screenshot 2020-01-09 at 09 04 25

@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from 8c448bb to ddfc59b Compare January 9, 2020 09:04
@errorists
Copy link
Contributor

• Rounded corners ✅
• Styling on authors, looks off. Touchable container is 22px high, inside is vertically centred text label with the author name, line height 18px. 8px margin between the touchable and the message bubble preceding it.
• Timestamp, almost got it, it's 1px too high ;) it should appear like the baseline of the text and timestamps are positioned at the same level.
• with Emoji messages it's hard to tell since it's placed on a white background, the goal is to have the font-size larger which is correct now but placed on regular message bubbles like other messages. but it's ok for the WIP PR ✅
• Reply icon, did you use the glyph that's in the font? I replaced the icon which was always giving us headaches with positioning with the '↪' arrow that's in Inter, our font, followed by a regular space. it appears like it's using a graphic asset as the margin between it and username is too large.

@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from 9a21f1e to 75a0b0d Compare January 10, 2020 09:19
@errorists
Copy link
Contributor

errorists commented Jan 10, 2020

Reply icons are correct now! ✅
Timestamp Y position is correct ✅
Author values are still incorrect

Screenshot 2020-01-10 at 12 15 57

Areas of the #9469 issue which are not fixed yet:

• 3. Make sure the minimum space in a line between a timestamp is 12 (is 6 now, I kinda like it but it's probably wiser to have a larger margin)
• 6. Make sure that the date headers and status indicators match the spec
• 7. Update the appearance of Emoji only messages
• 8. Update the appearance of Sticker messages
• 9. Make sure messages grow horizontally to fill the available space correctly (fixed in next commit)
• 10. Update the appearance of long messages

@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from bd7693a to 4d4b4d7 Compare January 10, 2020 15:46
@errorists
Copy link
Contributor

errorists commented Jan 10, 2020

Message author values are correct ✅
Update the appearance of Emoji only messages ✅
Make sure messages grow horizontally to fill the available space correctly ✅
I came to like the current space between the timestamp so no further changes are necessary there ✅

left in the issue, can be divided into separate PRs.
• 6. Make sure that the date headers and status indicators match the spec
• 8. Update the appearance of Sticker messages
• 10. Update the appearance of long messages

Copy link
Member

@flexsurfer flexsurfer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need all these fonts? and BETA fonts ?

(when justify-timestamp? {:position :absolute
:bottom 7
:bottom (+ 6 3) ; 6 Bubble bottom, 3 message baseline
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why don't just use 9 ? and left (+ 6 3) in comment?

@Ferossgp
Copy link
Contributor Author

@flexsurfer I haven't looked if they are used, I updated only the fonts which were already present. I would suggest to cleanup them in a sperate PR in case it may affect some platforms or code.

@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from 46586dc to b362e7d Compare January 13, 2020 15:42
@errorists
Copy link
Contributor

errorists commented Jan 13, 2020

do we really need all these fonts?

@flexsurfer that's a great question. to be honest, we don't. we use the following font weights:
400 (Regular), 500 (Medium), 700 (Bold), with matching italics.

BETA, they're not really 'beta' like an app :) for those open source fonts, it means that some contributors haven't provided languages like Cyrillic, Farsi etc They're safe to use, but yea, we don't use them yet in the app.

@statustestbot
Copy link

91% of end-end tests have passed

Total executed tests: 100
Failed tests: 9
Passed tests: 91

Failed tests (9)

Click to expand
1. test_send_message_in_group_chat

Device 1: Wait for LetsGoButton
Device 1: Wait for LetsGoButton

Device 2: 'GetStartedButton' is not found on the screen; also Unexpected Alert is shown: 'java.lang.AssertionError: No System TLS'

Device sessions

2. test_connection_is_secure

Device 1: Tap on URLEditBoxLockIcon
Device 1: Looking for full text: 'Connection is secure. Make sure you really trust this site before signing transactions or entering personal data.'

Device 1: 'BaseElement' is not found on the screen

Device sessions

3. test_add_account_to_multiaccount_instance

Device 1: Tap on FinishButton
Device 1: Wait for AccountElementButton

Device 1: Account color does not match expected

Device sessions

4. test_public_chat_messaging

Device 1: Tap on SendMessageButton
Device 2: Looking for a message by text: 'hello'

Device 2: 'Username' is not found on the screen

Device sessions

5. test_add_and_remove_contact_from_public_chat

Device 1: Looking for a message by text: 'test message1578932715'
Device 1: Looking for message with text 'test message1578932715'

Device 1: 'Username' is not found on the screen

Device sessions

6. test_send_transaction_from_daap

Device 1: Wait for SignButton
Device 1: Tap on OkButton

Balance is not changed during 360 seconds, funds were not received!

Device sessions

7. test_deploy_contract_from_daap

Device 1: Tap on OkButton
Device 1: Looking for an element by text: 'Contract deployed at: '

Device 1: Contract was not created

Device sessions

8. test_fetching_balance_after_offline

Device 1: Tap on AirplaneModeButton
Device 1: Looking for an element by text part: 'MmsService'

Transaction with amount 0.0013164337 is not found in list of transactions, address is f184747445c3B85CEb147DfB136067CB93d95F1D

Device sessions

9. test_send_token_with_7_decimals

Device 1: Wait for SignButton
Device 1: Tap on OkButton

Transaction with amount 0.0877561 is not found in list of transactions, address is f184747445c3B85CEb147DfB136067CB93d95F1D

Device sessions

Passed tests (91)

Click to expand
1. test_search_chat_on_home
Device sessions

2. test_can_see_all_transactions_in_history
Device sessions

3. test_install_pack_and_send_sticker
Device sessions

4. test_login_with_new_account
Device sessions

5. test_clear_history_of_group_chat_via_group_view
Device sessions

6. test_timestamp_in_chats
Device sessions

7. test_password_in_logcat_sign_in
Device sessions

8. test_logcat_recovering_account
Device sessions

9. test_modify_transaction_fee_values
Device sessions

10. test_public_chat_clear_history
Device sessions

11. test_need_help_section
Device sessions

12. test_send_and_open_links
Device sessions

13. test_mobile_data_usage_popup_stop_syncing
Device sessions

14. test_mobile_data_usage_settings
Device sessions

15. test_create_new_group_chat
Device sessions

16. test_sign_typed_message
Device sessions

17. test_user_can_switch_network
Device sessions

18. test_mobile_data_usage_popup_continue_syncing
Device sessions

19. test_set_profile_picture
Device sessions

20. test_home_view
Device sessions

21. test_open_google_com_via_open_dapp
Device sessions

22. test_send_message_to_newly_added_contact
Device sessions

23. test_share_contact_code_and_wallet_address
Device sessions

24. test_make_admin_member_of_group_chat
Device sessions

25. test_add_to_contacts
Device sessions

26. test_can_open_dapp_from_dapp_store
Device sessions

27. test_user_can_remove_profile_picture
Device sessions

28. test_refresh_button_browsing_app_webview
Device sessions

29. test_long_press_to_delete_1_1_chat
Device sessions

30. test_can_add_existing_ens
Device sessions

31. test_transaction_wrong_password_wallet
Device sessions

32. test_unread_messages_counter_public_chat
Device sessions

33. test_delete_one_to_one_chat_via_delete_button
Device sessions

34. test_long_press_to_delete_public_chat
Device sessions

35. test_text_message_1_1_chat
Device sessions

36. test_delete_public_chat_via_delete_button
Device sessions

37. test_can_use_purchased_stickers_on_recovered_account
Device sessions

38. test_open_transaction_on_etherscan
Device sessions

39. test_onboarding_screen_when_requesting_tokens_for_recovered_account
Device sessions

40. test_unread_messages_counter_1_1_chat
Device sessions

41. test_contact_profile_view
Device sessions

42. test_logcat_backup_recovery_phrase
Device sessions

43. test_delete_group_chat_via_delete_button
Device sessions

44. test_start_chat_with_ens
Device sessions

45. test_open_blocked_site
Device sessions

46. test_open_chat_by_pasting_public_key
Device sessions

47. test_ens_username_recipient
Device sessions

48. test_fetch_more_history_in_empty_chat
Device sessions

49. test_open_public_chat_using_deep_link
Device sessions

50. test_switch_users_and_add_new_account
Device sessions

51. test_copy_contact_code_and_wallet_address
Device sessions

52. test_send_two_transactions_one_after_another_in_dapp
Device sessions

53. test_message_marked_as_sent_in_1_1_chat
Device sessions

54. test_long_press_delete_clear_all_dapps
Device sessions

55. test_copy_and_paste_messages
Device sessions

56. test_back_forward_buttons_browsing_website
Device sessions

57. test_password_in_logcat_creating_account
Device sessions

58. test_add_custom_token
Device sessions

59. test_sign_message_from_daap
Device sessions

60. test_group_chat_system_messages
Device sessions

61. test_dapps_permissions
Device sessions

62. test_request_public_key_status_test_daap
Device sessions

63. test_logcat_send_transaction_from_wallet
Device sessions

64. test_pair_devices_sync_name_photo_public_group_chats
Device sessions

65. test_log_level_and_fleet
Device sessions

66. test_add_and_delete_watch_only_account_to_multiaccount_instance
Device sessions

67. test_recover_account_from_new_user_seedphrase
Device sessions

68. test_user_can_complete_tx_to_dapp_when_onboarding_via_dapp_completed
Device sessions

69. test_send_two_transactions_in_batch_in_dapp
Device sessions

70. test_ens_in_public_and_1_1_chats
Device sessions

71. test_block_user_from_public_chat
Device sessions

72. test_logcat_sign_message_from_daap
Device sessions

73. test_offline_status
Device sessions

74. test_wallet_set_up
Device sessions

75. test_manage_assets
Device sessions

76. test_add_new_group_chat_member
Device sessions

77. test_offline_messaging_1_1_chat
Device sessions

78. test_decline_invitation_to_group_chat
Device sessions

79. test_account_recovery_with_uppercase_recovery_phrase
Device sessions

80. test_user_can_see_all_own_assets_after_account_recovering
Device sessions

81. test_pass_phrase_validation
Device sessions

82. test_send_emoji
Device sessions

83. test_filters_from_daap
Device sessions

84. test_redirect_to_public_chat_tapping_tag_message
Device sessions

85. test_pair_devices_sync_one_to_one_contacts
Device sessions

86. test_logcat_send_transaction_from_daap
Device sessions

87. test_remove_member_from_group_chat
Device sessions

88. test_send_eth_from_wallet_to_address
Device sessions

89. test_send_stt_from_wallet
Device sessions

90. test_messaging_in_different_networks
Device sessions

91. test_collectible_from_wallet_opens_in_browser_view
Device sessions

@statustestbot
Copy link

44% of end-end tests have passed

Total executed tests: 9
Failed tests: 5
Passed tests: 4

Failed tests (5)

Click to expand
1. test_add_account_to_multiaccount_instance

Device 1: Wait for MultiaccountMoreOptions
Device 1: SignInPhraseText is mile prow race

Device 1: 'OkGotItButton' is not found on the screen

Device sessions

2. test_send_transaction_from_daap

Device 1: Wait for MultiaccountMoreOptions
Device 1: SignInPhraseText is list pier hold

Device 1: 'OkGotItButton' is not found on the screen

Device sessions

3. test_deploy_contract_from_daap

Device 1: Wait for MultiaccountMoreOptions
Device 1: SignInPhraseText is jump rich feel

Device 1: 'OkGotItButton' is not found on the screen

Device sessions

4. test_fetching_balance_after_offline

Device 1: Wait for MultiaccountMoreOptions
Device 1: SignInPhraseText is peak hope tell

Device 1: 'OkGotItButton' is not found on the screen

Device sessions

5. test_send_token_with_7_decimals

Device 1: Wait for MultiaccountMoreOptions
Device 1: SignInPhraseText is tank view save

Device 1: 'OkGotItButton' is not found on the screen

Device sessions

Passed tests (4)

Click to expand
1. test_send_message_in_group_chat
Device sessions

2. test_connection_is_secure
Device sessions

3. test_public_chat_messaging
Device sessions

4. test_add_and_remove_contact_from_public_chat
Device sessions

@statustestbot
Copy link

60% of end-end tests have passed

Total executed tests: 5
Failed tests: 2
Passed tests: 3

Failed tests (2)

Click to expand
1. test_add_account_to_multiaccount_instance

Device 1: Tap on FinishButton
Device 1: Wait for AccountElementButton

Device 1: Account color does not match expected

Device sessions

2. test_fetching_balance_after_offline

Device 1: Wait for AssetTextElement
Device 1: Waiting 300 seconds for STT to display asset

Device 1: Balance is not changed during 300 seconds!

Device sessions

Passed tests (3)

Click to expand
1. test_send_transaction_from_daap
Device sessions

2. test_deploy_contract_from_daap
Device sessions

3. test_send_token_with_7_decimals
Device sessions

@Serhy
Copy link
Contributor

Serhy commented Jan 15, 2020

Tested with iOS and Android (v8.1 and v9), ready for merge!
@Ferossgp please mind my commit fixing e2e test when squashing

@errorists
Copy link
Contributor

when merging pls don't close the original issue as there are some items left unresolved there 🙏

Update the rounded corners on all messages

Update paddings and margin for message author

Move timestamp 3pt from bottom

Fix miss-placed padding in message author name

Add margin between emoji and timestamp

Change reply icon

Decrese font size of emoji message

Remove extra space in style map

Remove extra margin between author and message

Replace reply icon with glymph

Update Inter font to support new glyphs

Update paddings for reply author

Update timestamp padding from bottom

Added line-height explicitly to support it cross platform. Otherwise android and ios use different size.

Remove margin right space on usernames

Remove hardcoded width of messages

Use same line-height for all types of names

Add background to emoji

Bug in RN emoji cropped on smaller line-height facebook/react-native#18559

Fix reply on user with ens name

Fix message margin top should be always 4

Add minimal fix for ui in ens name screen

Remove extra computations for timestamp position

Update e2e test

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
@Ferossgp Ferossgp force-pushed the feature/change-ui-of-chat-message branch from b2bd279 to f34a7bc Compare January 15, 2020 09:57
@Ferossgp Ferossgp merged commit f34a7bc into develop Jan 15, 2020
@delete-merged-branch delete-merged-branch bot deleted the feature/change-ui-of-chat-message branch January 15, 2020 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants