Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
7b8f5796df
  1. 2
      app.manifest
  2. 8
      js/app.js
  3. 2
      js/background.js
  4. 2
      js/lib/bin_utils.js
  5. 2
      js/lib/crypto_worker.js
  6. 2
      manifest.json
  7. 2
      manifest.webapp
  8. 4
      webogram.appcache

2
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Mon Dec 15 2014 23:46:34 GMT-0800 (PST)
# Time: Tue Dec 16 2014 00:32:25 GMT-0800 (PST)
CACHE:

8
js/app.js

File diff suppressed because one or more lines are too long

2
js/background.js

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

2
js/lib/bin_utils.js

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

2
js/lib/crypto_worker.js

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

2
manifest.json

@ -1,7 +1,7 @@
{
"name": "Telegram",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.3.7",
"version": "0.3.8",
"short_name": "Webogram",
"manifest_version": 2,
"app": {

2
manifest.webapp

@ -1,7 +1,7 @@
{
"name": "Telegram",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.3.7",
"version": "0.3.8",
"type": "privileged",
"launch_path": "/index.html",
"developer": {

4
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Mon Dec 15 2014 23:46:34 GMT-0800 (PST)
# Time: Tue Dec 16 2014 00:32:25 GMT-0800 (PST)
CACHE:
@ -81,8 +81,8 @@ js/locales/nl-nl.json
js/locales/pt-br.json
js/locales/ru-ru.json
vendor/closure/long.js
vendor/cryptoJS/crypto.js
vendor/jsbn/jsbn_combined.js
vendor/cryptoJS/crypto.js
vendor/leemon_bigint/bigint.js
vendor/rusha/rusha.js
vendor/angular/i18n/angular-locale_de-de.js

Loading…
Cancel
Save