Browse Source

Update 2018-01-12T16:39:59.667Z

gh-pages
Igor Zhukov 7 years ago
parent
commit
a0f3f9d3dd
  1. 3
      css/app.css
  2. 3
      css/badbrowser.css
  3. 22
      css/desktop.css
  4. 2
      css/mobile.css
  5. 22
      js/app.js
  6. 4
      js/lib/push_worker.js
  7. 2
      service_worker.js
  8. 28
      webogram.appcache

3
css/app.css

@ -987,7 +987,7 @@ button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance
.modal.fade .modal-dialog{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}
.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto}
.modal-dialog{position:relative}
.modal-content{position:relative;background-color:#fff;background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
@ -1876,6 +1876,7 @@ img.chat_modal_participant_photo{width:40px;height:40px}
.stickerset_modal_sticker_alt{position:absolute;bottom:0;right:0}
.stickerset_actions{padding:10px 20px;height:50px;text-align:center}
.stickerset_modal_loading{text-align:center;color:#999;font-size:16px;line-height:18px;padding:1px 50px;margin:0}
.modal-dialog{width:100%}
.confirm_modal_window .modal-dialog,.error_modal_window .modal-dialog,.md_simple_modal_window .modal-dialog{max-width:348px}
.im_message_focus_active .audio_player_duration,.im_message_focus_active .audio_player_size,.im_message_focus_active .im_message_author_admin,.im_message_focus_active .im_message_date,.im_message_focus_active .im_message_document_size,.im_message_focus_active .im_message_edited,.im_message_focus_active .im_message_fwd_date,.im_message_focus_active .im_message_sign_link,.im_message_focus_active .im_message_views_cnt{color:#899daf}
.im_message_focus_active .im_message_outer_wrap{background-color:rgba(242,246,250,0);animation-name:im_message_focus_fade;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-out;animation-duration:4s}

3
css/badbrowser.css

@ -982,7 +982,7 @@ button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance
.modal.fade .modal-dialog{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}
.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto}
.modal-dialog{position:relative}
.modal-content{position:relative;background-color:#fff;background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
@ -1829,6 +1829,7 @@ img.chat_modal_participant_photo{width:40px;height:40px}
.stickerset_modal_sticker_alt{position:absolute;bottom:0;right:0}
.stickerset_actions{padding:10px 20px;height:50px;text-align:center}
.stickerset_modal_loading{text-align:center;color:#999;font-size:16px;line-height:18px;padding:1px 50px;margin:0}
.modal-dialog{width:100%}
.confirm_modal_window .modal-dialog,.error_modal_window .modal-dialog,.md_simple_modal_window .modal-dialog{max-width:348px}
.im_message_focus_active .audio_player_duration,.im_message_focus_active .audio_player_size,.im_message_focus_active .im_message_author_admin,.im_message_focus_active .im_message_date,.im_message_focus_active .im_message_document_size,.im_message_focus_active .im_message_edited,.im_message_focus_active .im_message_fwd_date,.im_message_focus_active .im_message_sign_link,.im_message_focus_active .im_message_views_cnt{color:#899daf}
.im_message_focus_active .im_message_outer_wrap{background-color:rgba(242,246,250,0);animation-name:im_message_focus_fade;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-out;animation-duration:4s}

22
css/desktop.css

@ -828,6 +828,28 @@ a.footer_link.active:active {
.icon-select-tick {
display: none;
}
.im_dialogs_modal_list .im_dialog_wrap .im_dialog .icon-select-tick {
display: block;
margin: 10px 5px 0 -5px;
position: relative;
float: left;
width: 26px;
height: 26px;
background-image: url(../img/icons/IconsetW.png);
background-repeat: no-repeat;
background-position: -9px -481px;
opacity: 0.5;
}
.is_2x .im_dialogs_modal_list .im_dialog_wrap .im_dialog .icon-select-tick {
background-image: url(../img/icons/IconsetW_2x.png);
background-size: 42px 1171px;
}
.im_dialogs_modal_list .im_dialog_wrap:hover .im_dialog .icon-select-tick {
opacity: 0.75;
}
.icon-select-tick.dialog_selected {
opacity: 1 !important;
}
@media (min-width: 900px) {
.im_message_wrap {
position: relative;

2
css/mobile.css

@ -790,7 +790,7 @@ a.im_message_author_via .im_message_fwd_author {
vertical-align: text-top;
margin-right: 2px;
opacity: 1;
margin-top: 6px;
margin-top: 1px;
background: none;
}
.im_message_unread .icon-message-status {

22
js/app.js

File diff suppressed because one or more lines are too long

4
js/lib/push_worker.js

@ -57,7 +57,9 @@ self.addEventListener('push', function(event) {
if (userInvisibleIsSupported() || hasActiveWindows) {
return closeAllNotifications()
}
var promise = self.registration.showNotification('Telegram').then(function () {
return self.registration.showNotification('Telegram', {
tag: 'unknown_peer'
}).then(function () {
if (hasActiveWindows) {
return closeAllNotifications()
}

2
service_worker.js

File diff suppressed because one or more lines are too long

28
webogram.appcache

@ -5,6 +5,7 @@ CACHE:
favicon.ico
favicon_unread.ico
service_worker.js
js/app.js
css/app.css
css/desktop.css
css/mobile.css
@ -25,9 +26,19 @@ img/iphone_home120.png
img/iphone_startup.png
img/logo_share.png
img/sound_a.mp3
js/app.js
nacl/mtproto_crypto.nmf
nacl/mtproto_crypto.pexe
js/lib/bin_utils.js
js/lib/crypto_worker.js
js/lib/polyfill.js
js/lib/push_worker.js
js/locales/de-de.json
js/locales/en-us.json
js/locales/es-es.json
js/locales/it-it.json
js/locales/nl-nl.json
js/locales/pt-br.json
js/locales/ru-ru.json
img/changelog/card_wecandoit.png
img/icons/AboutLogos.png
img/icons/AboutLogos_2x.png
@ -64,20 +75,9 @@ img/placeholders/[email protected]
img/placeholders/[email protected]
img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif
js/lib/bin_utils.js
js/lib/crypto_worker.js
js/lib/polyfill.js
js/lib/push_worker.js
js/locales/de-de.json
js/locales/en-us.json
js/locales/es-es.json
js/locales/it-it.json
js/locales/nl-nl.json
js/locales/pt-br.json
js/locales/ru-ru.json
vendor/closure/long.js
vendor/jsbn/jsbn_combined.js
vendor/cryptoJS/crypto.js
vendor/jsbn/jsbn_combined.js
vendor/leemon_bigint/bigint.js
vendor/recorderjs/encoder_worker.js
vendor/rusha/rusha.js
@ -95,4 +95,4 @@ http://*
https://*
*
# hash: 41f86f74ecfc4480556d0a02d349731e83012b79f1cbad2cd784c600c17b6cb2
# hash: 0bd36454a93a9db87107d08f9b44aa5f2d64fa06357f81e3a4bb98aca934f4a0
Loading…
Cancel
Save