Browse Source

Update 2017-05-11T15:49:12.182Z

gh-pages
Igor Zhukov 8 years ago
parent
commit
5dca167ef5
  1. 5
      css/app.css
  2. 5
      css/badbrowser.css
  3. BIN
      img/icons/General.png
  4. BIN
      img/icons/General_2x.png
  5. 76
      js/app.js
  6. 2
      js/background.js
  7. 18
      js/locales/en-us.json
  8. 2
      service_worker.js
  9. 2
      webogram.appcache

5
css/app.css

@ -1397,6 +1397,9 @@ a.im_dialog:hover .im_short_message_text,a.im_dialog_selected .im_short_message_
.im_dialog_unread{background:#c1d6e5;display:inline-block;float:right;width:8px;height:8px;border-radius:5px;overflow:hidden;margin:12px 0 0}
a.im_dialog:hover .im_dialog_unread,a.im_dialog_selected .im_dialog_unread{background:#a3c0d4}
.active .im_dialog_unread{background-color:#a4c4dd}
.im_dialog_pinned{display:inline-block;float:right;width:14px;height:14px;overflow:hidden;margin:12px 0 0;background-image:url(../img/icons/General.png);background-repeat:no-repeat;background-position:-13px -916px}
.is_2x .im_dialog_pinned{background-image:url(../img/icons/General_2x.png);background-size:40px 948px}
.active .im_dialog_pinned,a.im_dialog:hover .im_dialog_pinned,a.im_dialog_selected .im_dialog_pinned{background-position:-13px -916px}
.im_dialog_date{color:#b3b3b3;font-size:.85em}
a.im_dialog:hover .im_dialog_date,a.im_dialog_selected .im_dialog_date{color:#91a6ba}
.active .im_dialog_date,.active a.im_dialog:hover .im_dialog_date,.active a.im_dialog_selected .im_dialog_date{color:#b8d1e4}
@ -1517,6 +1520,8 @@ img.im_message_document_thumb{max-width:100px;max-height:100px;vertical-align:mi
.im_service_message{display:block;min-width:10px;padding:4px 7px;line-height:1.4;color:#999;text-align:center;border-radius:10px;margin:5px 0}
.im_service_message_photo_thumb{display:inline-block;margin:0 auto}
.im_service_message .im_service_message_pinned{color:inherit;font-weight:700;display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}
.im_service_message_phonecall{color:inherit!important;font-weight:700}
.im_service_message_phonecall_duration{font-weight:400}
.im_message_date,.im_message_fwd_date{color:#adadad;font-size:.85em;padding:0 0 20px 10px}
.im_message_edited{display:none}
.im_message_date_text{cursor:pointer}

5
css/badbrowser.css

@ -1350,6 +1350,9 @@ a.im_dialog:hover .im_short_message_text,a.im_dialog_selected .im_short_message_
.im_dialog_unread{background:#c1d6e5;display:inline-block;float:right;width:8px;height:8px;border-radius:5px;overflow:hidden;margin:12px 0 0}
a.im_dialog:hover .im_dialog_unread,a.im_dialog_selected .im_dialog_unread{background:#a3c0d4}
.active .im_dialog_unread{background-color:#a4c4dd}
.im_dialog_pinned{display:inline-block;float:right;width:14px;height:14px;overflow:hidden;margin:12px 0 0;background-image:url(../img/icons/General.png);background-repeat:no-repeat;background-position:-13px -916px}
.is_2x .im_dialog_pinned{background-image:url(../img/icons/General_2x.png);background-size:40px 948px}
.active .im_dialog_pinned,a.im_dialog:hover .im_dialog_pinned,a.im_dialog_selected .im_dialog_pinned{background-position:-13px -916px}
.im_dialog_date{color:#b3b3b3;font-size:.85em}
a.im_dialog:hover .im_dialog_date,a.im_dialog_selected .im_dialog_date{color:#91a6ba}
.active .im_dialog_date,.active a.im_dialog:hover .im_dialog_date,.active a.im_dialog_selected .im_dialog_date{color:#b8d1e4}
@ -1470,6 +1473,8 @@ img.im_message_document_thumb{max-width:100px;max-height:100px;vertical-align:mi
.im_service_message{display:block;min-width:10px;padding:4px 7px;line-height:1.4;color:#999;text-align:center;border-radius:10px;margin:5px 0}
.im_service_message_photo_thumb{display:inline-block;margin:0 auto}
.im_service_message .im_service_message_pinned{color:inherit;font-weight:700;display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}
.im_service_message_phonecall{color:inherit!important;font-weight:700}
.im_service_message_phonecall_duration{font-weight:400}
.im_message_date,.im_message_fwd_date{color:#adadad;font-size:.85em;padding:0 0 20px 10px}
.im_message_edited{display:none}
.im_message_date_text{cursor:pointer}

BIN
img/icons/General.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
img/icons/General_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 14 KiB

76
js/app.js

File diff suppressed because one or more lines are too long

2
js/background.js

@ -14,6 +14,6 @@ chrome.app.runtime.onLaunched.addListener(function (launchData) {
},
minWidth: 320,
minHeight: 400,
frame: 'chrome'
frame: { color: "#5682a3" }
})
})

18
js/locales/en-us.json

@ -227,12 +227,13 @@
"confirm_modal_clipboard_file_send": "Are you sure to send file(s) from clipboard?",
"confirm_modal_clipboard_X_files_send": "{'one': 'Are you sure to send file from clipboard?', 'other': 'Are you sure to send {} files from clipboard?'}",
"confirm_modal_message_delete": "Are you sure you want to delete the message?",
"confirm_modal_X_messages_delete": "{'one': 'Are you sure you want to delete the message?', 'other': 'Are you sure you want to delete {} messages?'}",
"confirm_modal_delete_X_messages": "{'one': '{} message', 'other': '{} messages'}",
"confirm_modal_delete_messages": "Are you sure you want to delete {messages}?",
"confirm_modal_message_revoke": "Delete for {recipient}",
"confirm_modal_message_revoke_recipient_group": "everyone",
"confirm_modal_X_messages_non_configurable_for_everyone": "{'one': 'This will delete it for everyone in this chat.', 'other': 'This will delete them for everyone in this chat.'}",
"confirm_modal_X_messages_non_configurable_for_user_only": "{'one': 'This will delete it just for you, not for {{ userFirstName }}.', 'other': 'This will delete them just for you, not for {{ userFirstName }}.'}",
"confirm_modal_X_messages_non_configurable_for_user_only_in_group": "{'one': 'This will delete it just for you, not for other participants of the chat.', 'other': 'This will delete them just for you, not for other participants of the chat.'}",
"confirm_modal_message_revoke_recipient_chat": "everyone",
"confirm_modal_delete_messages_for_everyone_chat": "This will delete messages for everyone in this chat.",
"confirm_modal_delete_messages_for_you_only_pm": "This will delete messages just for you, not for {user}.",
"confirm_modal_delete_messages_for_you_only_chat": "This will delete messages just for you, not for other participants of the chat.",
"confirm_modal_photo_delete": "Are you sure you want to delete the photo?",
"confirm_modal_contacts_import": "Telegram will now sync your contacts in order to find your friends.",
"confirm_modal_login_phone_correct": "Is this phone number correct?",
@ -359,6 +360,11 @@
"message_service_joined_by_link": "joined group via invite link",
"message_service_joined": "joined the group",
"message_service_pinned_message": "pinned «{message}»",
"message_service_phonecall_incoming": "Incoming Call",
"message_service_phonecall_outgoing": "Outgoing Call",
"message_service_phonecall_missed": "Missed Call",
"message_service_phonecall_canceled": "Cancelled Call",
"message_service_phonecall": "Phone call {duration}",
"message_service_scored_game": "{scored} in {message}",
"message_service_unsupported_action": "unsupported action {action}",
"message_service_bot_intro_header": "What can this bot do?",
@ -391,6 +397,7 @@
"error_modal_password_success_title": "Success!",
"error_modal_password_disabled_title": "Password deactivated",
"error_modal_media_not_supported_title": "Unsupported media",
"error_modal_phonecalls_not_supported_title": "Calls are not available yet",
"error_modal_recovery_na_title": "Sorry",
"error_modal_network_description": "Please check your internet connection.",
@ -408,6 +415,7 @@
"error_modal_username_occupied_description": "Sorry, this username is already taken.",
"error_modal_media_not_supported_description": "Your browser cannot play this media file. Try downloading the file and opening it in a standalone player.",
"error_modal_username_not_found_description": "There is no Telegram account with the username you provided.",
"error_modal_phonecalls_not_supported_description_md": "Unfortunately calls are not supported in the Web App at the moment.\n\nYou can call {user} using our mobile apps or native desktop applications.\n{download-link: Download »}",
"error_modal_bad_request_description": "One of the params is missing or invalid.",
"error_modal_unauthorized_description": "This action requires authorization access. Please {login-link: log in}.",

2
service_worker.js

File diff suppressed because one or more lines are too long

2
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Thu Apr 13 2017 21:49:25 GMT+0300 (MSK)
# Time: Thu May 11 2017 18:48:07 GMT+0300 (MSK)
CACHE:

Loading…
Cancel
Save