Igor Zhukov
83daade80b
Bugfixes
2016-02-10 18:51:20 +00:00
Igor Zhukov
85aa4cb7a6
Bugfixes
2016-02-10 18:21:24 +00:00
Igor Zhukov
cc7493e3d3
Multiple bugfixes
2016-02-10 17:35:52 +00:00
Igor Zhukov
c9698e125a
Improved copyable text
2016-02-10 17:04:48 +00:00
Igor Zhukov
87f82fcbc1
Fixed mobile transitions
2016-02-10 16:44:40 +00:00
Igor Zhukov
fc6587911d
Fixed classes on desktop
...
mobile wip
2016-02-10 15:08:47 +00:00
Igor Zhukov
45bf484ba4
Improved history for copy to clipboard
...
Can’t fix #911
2016-02-09 19:42:01 +00:00
Igor Zhukov
65e35adc4c
Preview image before paste
...
Closes #835
2016-02-08 18:27:09 +00:00
Igor Zhukov
ff6525da35
Improved dropbox on mobile view
...
Closes #1017
2016-02-08 17:40:19 +00:00
Igor Zhukov
18a8106c85
Added audio channel for notifications
...
Closes #1025
2016-02-08 17:31:19 +00:00
Igor Zhukov
c8ef691eb0
Improvements for mobile
2016-02-08 17:23:19 +00:00
Igor Zhukov
dadfac38b0
Bugfixes
2016-02-05 19:03:13 +00:00
Igor Zhukov
00f7229e3d
Added recent inline bots on '@'
2016-02-05 18:35:11 +00:00
Igor Zhukov
c0d94fe976
Inline bots bugfixes
2016-02-05 15:44:30 +03:00
Jovan Gerodetti
c24bfc640d
Merge branch 'master' into voice_recorder
2016-02-04 18:34:26 +01:00
Igor Zhukov
840705e6a8
Merge pull request #1045 from ihoru/master
...
Open links starting with https://telegram.me/ in the same window
2016-02-01 21:10:50 +03:00
Igor Zhukov
981ffb35dd
Improved inline bots support
...
Closes #1019
2016-02-01 21:05:00 +03:00
Igor Zhukov
b11fd2aa60
Merge pull request #1001 from roukmoute/patch-1
...
Replace wrong attribute value
2016-01-30 20:31:49 +03:00
Igor Zhukov
82b31b7370
Merge remote-tracking branch 'origin/master'
2016-01-30 20:29:00 +03:00
Igor Zhukov
ef54bfa308
Merge branch 'pr/1041'
2016-01-30 20:28:40 +03:00
Ihor Polyakov
89717bca88
Open links starting with https://telegram.me/ in the same window closes #1042
2016-01-30 09:56:17 +07:00
Igor Zhukov
5f1f7d7846
Added regrouping
2016-01-29 19:34:17 +00:00
Igor Zhukov
70e39704e1
Improved inline bots
2016-01-29 15:20:47 +03:00
Yuri
b44e49cb31
Added svg logo
2016-01-29 02:45:25 +03:00
Igor Zhukov
040da24417
Added basic inline bots support
2016-01-28 23:24:50 +03:00
Igor Zhukov
210dd48249
Bugfixes
2016-01-26 22:37:26 +00:00
Igor Zhukov
078d871626
inline bots wip
2016-01-25 21:05:15 +00:00
Igor Zhukov
465a54fb56
Click on date for reply or fwd
2016-01-22 20:59:20 +03:00
Igor Zhukov
a7bb7ecb73
Inline bots wip
2016-01-22 19:35:41 +00:00
Igor Zhukov
64efe88880
Supported stickers real-time update
2016-01-22 16:02:35 +03:00
Igor Zhukov
3962309545
Improved stickers updates logic
2016-01-21 22:47:00 +00:00
Igor Zhukov
d0a2f7b587
stickers wip
2016-01-21 14:15:21 +03:00
Igor Zhukov
55b980bd0b
Bugfixes
2016-01-20 00:49:50 +03:00
Igor Zhukov
53bf285800
Fixed glitch on jump
2016-01-19 23:33:51 +03:00
Igor Zhukov
d9e9be15f9
Sync translations
2016-01-18 22:59:00 +00:00
Igor Zhukov
4c67ba8fb5
Fixed progress
2016-01-18 22:56:56 +00:00
Igor Zhukov
c4c67d4d6d
Added some animations
2016-01-18 22:56:14 +00:00
Igor Zhukov
736860a5b2
Improved animations
2016-01-18 19:39:24 +00:00
Igor Zhukov
1d38572733
Handle add channel state with empty pts
2016-01-18 15:55:24 +00:00
Igor Zhukov
e241dd2785
Improved gif download progress
2016-01-18 15:43:22 +03:00
Igor Zhukov
bf89e0ea92
Arc-progress
2016-01-15 19:03:40 +00:00
Jovan Gerodetti
e5d434ba31
Merge branch 'master' into voice_recorder
2016-01-15 18:07:03 +01:00
Igor Zhukov
ecb4871723
Improve error reporting when network request fails
2016-01-14 22:32:42 +03:00
Igor Zhukov
216c33c411
Fixed hashtag regex
2016-01-14 22:13:56 +03:00
Igor Zhukov
3238b93b67
Fixed user access hash
2016-01-14 22:09:33 +03:00
Jovan Gerodetti
20b20ba613
fix for a wrong merge conflic resolve
2016-01-08 19:45:50 +01:00
Jovan Gerodetti
49029b301b
don't access dead objects
...
Some clean up to prevent the app from accessing the dead stream object.
2016-01-08 19:42:56 +01:00
Sébastien Lerique
ad66b39ff8
Prevent a new recording from starting while processing
2016-01-08 19:42:56 +01:00
Sébastien Lerique
e1cc8b8829
Use a promise to gather the recorded data
...
`click` is when we know if we should use the recorded data or discard
it, but `click` fires after `touchend`. So to avoid stopping the
recording and registering `ondataavailable` afterwards, register a
promise on `ondataavailable`, and gather the data if needed in `click`.
2016-01-08 19:42:56 +01:00
Jovan Gerodetti
57fa8cf6fb
slight UX improvement
2016-01-08 19:42:56 +01:00