You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js/views
lilia a258f1a66b Refactor number parsing and validation
Refactor libphonenumber.validateNumber into libphonenumber.parseNumber,
which encapsulates the try-catch pattern used in number parsing and
returns an object of info about the input number rather tha throwing
since we expect to get some invalid number inputs the user is typing.

In the conversation model,
  * Separate phone number validation from search token updating.
  * Perform token update before save if the number was valid.
  * Stop storing unneeded number variants as conversation properties.

// FREEBIE
10 years ago
..
attachment_preview_view.js Remove erroneous license file and headers 10 years ago
attachment_view.js Fix scroll position jumping when images load 10 years ago
confirmation_dialog_view.js Remove erroneous license file and headers 10 years ago
contact_list_view.js Remove erroneous license file and headers 10 years ago
conversation_list_item_view.js Display unreadCount badges in conversation list 10 years ago
conversation_list_view.js Fixup change:active_at handling when setting null 10 years ago
conversation_search_view.js Create contact from number with common punctuation 10 years ago
conversation_view.js Display phone number in conversation header 10 years ago
debug_log_view.js Add UI for submitting debug logs 10 years ago
end_session_view.js Remove erroneous license file and headers 10 years ago
error_view.js Remove erroneous license file and headers 10 years ago
file_input_view.js Fix code styling 10 years ago
group_member_list_view.js Remove erroneous license file and headers 10 years ago
group_update_view.js Remove erroneous license file and headers 10 years ago
hint_view.js Add hint for users with no groups or contacts 10 years ago
identicon_svg_view.js Upsize svg identicons 10 years ago
inbox_view.js Remove unused code 10 years ago
install_view.js Validate number before showing step 4 10 years ago
key_conflict_dialogue_view.js Resolve multiple conflicts independently 10 years ago
key_verification_view.js Remove erroneous license file and headers 10 years ago
list_view.js Remove erroneous license file and headers 10 years ago
message_detail_view.js Fix re-rendering when resolving conflicts with media 10 years ago
message_list_view.js Fix scroll position jumping when images load 10 years ago
message_view.js Fix scroll position jumping when images load 10 years ago
new_conversation_view.js DRY up group update sending 10 years ago
new_group_update_view.js DRY up group update sending 10 years ago
phone-input-view.js Refactor number parsing and validation 10 years ago
recipients_input_view.js Simplify event arguments 10 years ago
timestamp_view.js Clear timestamp timeouts if the window closes 10 years ago
toast_view.js Remove erroneous license file and headers 10 years ago
whisper_view.js Add comment 10 years ago
window_controls_view.js Remove erroneous license file and headers 10 years ago