Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
229d4872ab
  1. 5
      app.manifest
  2. 6
      css/app.css
  3. BIN
      img/changelog/search.png
  4. 31
      js/app.js
  5. 2
      js/app.js.map
  6. 2
      js/background.js
  7. 2
      js/lib/aes_worker.js
  8. 4
      js/lib/mtproto.js
  9. 2
      js/lib/pq_worker.js
  10. 2
      js/lib/sha1_worker.js
  11. 2
      manifest.json
  12. 9
      manifest.webapp
  13. 17
      webogram.appcache

5
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Fri Jun 06 2014 19:10:33 GMT+0400 (MSK) # Time: Sat Jun 14 2014 00:44:18 GMT+0400 (MSK)
CACHE: CACHE:
@ -30,6 +30,7 @@ img/sound_a.wav
js/app.js js/app.js
js/app.js.map js/app.js.map
img/changelog/card_wecandoit.png img/changelog/card_wecandoit.png
img/changelog/search.png
img/icons/AboutLogos_1x.png img/icons/AboutLogos_1x.png
img/icons/AboutLogos_2x.png img/icons/AboutLogos_2x.png
img/icons/Checks1_1x.png img/icons/Checks1_1x.png
@ -59,11 +60,11 @@ img/placeholders/UserAvatar7@2x.png
img/placeholders/UserAvatar8@2x.png img/placeholders/UserAvatar8@2x.png
img/placeholders/VideoThumbConversation.gif img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif img/placeholders/VideoThumbModal.gif
vendor/closure/long.js
js/lib/aes_worker.js js/lib/aes_worker.js
js/lib/mtproto.js js/lib/mtproto.js
js/lib/pq_worker.js js/lib/pq_worker.js
js/lib/sha1_worker.js js/lib/sha1_worker.js
vendor/closure/long.js
vendor/console-polyfill/console-polyfill.js vendor/console-polyfill/console-polyfill.js
vendor/cryptoJS/crypto.js vendor/cryptoJS/crypto.js
vendor/jsbn/jsbn_combined.js vendor/jsbn/jsbn_combined.js

6
css/app.css

File diff suppressed because one or more lines are too long

BIN
img/changelog/search.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

31
js/app.js

File diff suppressed because one or more lines are too long

2
js/app.js.map

File diff suppressed because one or more lines are too long

2
js/background.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.1.5 - messaging web application for MTProto * Webogram v0.1.6 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
js/lib/aes_worker.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.1.5 - messaging web application for MTProto * Webogram v0.1.6 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

4
js/lib/mtproto.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.1.5 - messaging web application for MTProto * Webogram v0.1.6 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE
@ -1785,7 +1785,7 @@ factory('MtpNetworkerFactory', function (MtpDcConfigurator, MtpMessageIdGenerato
var serializer = new TLSerialization(options); var serializer = new TLSerialization(options);
if (!this.connectionInited) { if (!this.connectionInited) {
serializer.storeInt(0x2b9b08fa, 'invokeWithLayer14'); serializer.storeInt(0xb4418b64, 'invokeWithLayer15');
serializer.storeInt(0x69796de9, 'initConnection'); serializer.storeInt(0x69796de9, 'initConnection');
serializer.storeInt(Config.App.id, 'api_id'); serializer.storeInt(Config.App.id, 'api_id');
serializer.storeString(navigator.userAgent || 'Unknown UserAgent', 'device_model'); serializer.storeString(navigator.userAgent || 'Unknown UserAgent', 'device_model');

2
js/lib/pq_worker.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.1.5 - messaging web application for MTProto * Webogram v0.1.6 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
js/lib/sha1_worker.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.1.5 - messaging web application for MTProto * Webogram v0.1.6 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
manifest.json

@ -1,6 +1,6 @@
{ {
"name": "Telegram UNOFFICIAL", "name": "Telegram UNOFFICIAL",
"version": "0.1.5", "version": "0.1.6",
"short_name": "Webogram", "short_name": "Webogram",
"manifest_version": 2, "manifest_version": 2,
"app": { "app": {

9
manifest.webapp

@ -1,7 +1,8 @@
{ {
"name": "Webogram", "name": "Webogram",
"description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.1.5", "version": "0.1.6",
"type": "privileged",
"launch_path": "/index.html", "launch_path": "/index.html",
"developer": { "developer": {
"name": "Igor Zhukov", "name": "Igor Zhukov",
@ -12,7 +13,11 @@
], ],
"permissions": { "permissions": {
"desktop-notification": { "desktop-notification": {
"description": "To show new message notifications etc" "description": "Required to show new message notifications"
},
"contacts": {
"description": "Required to import phonebook contacts",
"access": "readonly"
} }
}, },
"icons": { "icons": {

17
webogram.appcache

@ -1,13 +1,11 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Fri Jun 06 2014 19:10:33 GMT+0400 (MSK) # Time: Sat Jun 14 2014 00:44:18 GMT+0400 (MSK)
CACHE: CACHE:
favicon.ico favicon.ico
favicon_unread.ico favicon_unread.ico
css/app.css css/app.css
js/app.js
js/app.js.map
img/TLogo2_1x.png img/TLogo2_1x.png
img/TLogo2_2x.png img/TLogo2_2x.png
img/TLogo_1x.png img/TLogo_1x.png
@ -29,11 +27,10 @@ img/emojisprite_4.png
img/logo_dogogram.png img/logo_dogogram.png
img/logo_share.png img/logo_share.png
img/sound_a.wav img/sound_a.wav
js/lib/aes_worker.js js/app.js
js/lib/mtproto.js js/app.js.map
js/lib/pq_worker.js
js/lib/sha1_worker.js
img/changelog/card_wecandoit.png img/changelog/card_wecandoit.png
img/changelog/search.png
img/icons/AboutLogos_1x.png img/icons/AboutLogos_1x.png
img/icons/AboutLogos_2x.png img/icons/AboutLogos_2x.png
img/icons/Checks1_1x.png img/icons/Checks1_1x.png
@ -63,8 +60,12 @@ img/placeholders/UserAvatar7@2x.png
img/placeholders/UserAvatar8@2x.png img/placeholders/UserAvatar8@2x.png
img/placeholders/VideoThumbConversation.gif img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif img/placeholders/VideoThumbModal.gif
vendor/console-polyfill/console-polyfill.js js/lib/aes_worker.js
js/lib/mtproto.js
js/lib/pq_worker.js
js/lib/sha1_worker.js
vendor/closure/long.js vendor/closure/long.js
vendor/console-polyfill/console-polyfill.js
vendor/cryptoJS/crypto.js vendor/cryptoJS/crypto.js
vendor/jsbn/jsbn_combined.js vendor/jsbn/jsbn_combined.js

Loading…
Cancel
Save