Igor Zhukov
8f6d64131a
Added signatures
...
Close #1165
2016-06-24 19:22:43 +03:00
Igor Zhukov
984ebeae36
Fixed go to same message
...
Close #1142
2016-06-19 21:07:23 +03:00
Igor Zhukov
e4c5f28147
Improved share links
2016-06-14 15:14:20 +03:00
Igor Zhukov
6bb63b2a90
improved copy
2016-06-13 22:04:13 +03:00
Igor Zhukov
e6f1115c6c
Added post export link
2016-06-13 01:31:59 +03:00
Igor Zhukov
9cf85f3a0d
Bump to 0.5.4
2016-04-22 20:10:16 +03:00
Igor Zhukov
c042d26080
Fixed edit pending message
2016-04-20 17:51:54 +03:00
Igor Zhukov
6e27162ed1
Bugfixes
2016-04-18 02:02:39 +03:00
Igor Zhukov
1cee4855f5
Improved inline bots
2016-04-18 01:55:10 +03:00
Igor Zhukov
031a47ef25
Fixed buttons
2016-04-15 19:30:04 +03:00
Igor Zhukov
29ed4c9997
Improved message media directives
...
Improve webpage attach
Improve updates handling
2016-04-15 14:35:12 +03:00
Igor Zhukov
a3e06ea51d
Improved inline bots support
2016-04-15 01:11:23 +03:00
Igor Zhukov
c91ed89975
Improved message media directive
2016-04-14 00:04:09 +03:00
Igor Zhukov
bafd31b146
Improved message directives
2016-04-13 22:09:58 +03:00
Igor Zhukov
e126d2830b
Supported pinned service messages
2016-04-11 15:49:52 +03:00
Igor Zhukov
90d5d23e44
Migrating schema pt2
2016-04-11 01:20:01 +03:00
Igor Zhukov
10dd0c8167
Migrating schema pt1
...
Video, audio => document
2016-04-08 01:02:03 +03:00
Igor Zhukov
392c99d554
Fixed initials entitites
...
Closes #1099
2016-04-03 22:13:32 +03:00
Igor Zhukov
3cc4193146
Fixed composer progress on small height
...
Closes #1064
2016-02-11 19:08:19 +00:00
Igor Zhukov
ddc4c87b50
Fixed commands in channel
...
Closes #965
2016-02-11 14:19:14 +00:00
Igor Zhukov
0125cb9a1f
Bump to 0.5.3
2016-02-10 21:19:09 +00:00
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
c9698e125a
Improved copyable text
2016-02-10 17:04:48 +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
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
981ffb35dd
Improved inline bots support
...
Closes #1019
2016-02-01 21:05:00 +03:00
Igor Zhukov
5f1f7d7846
Added regrouping
2016-01-29 19:34:17 +00: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
64efe88880
Supported stickers real-time update
2016-01-22 16:02:35 +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
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
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
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