Commit Graph

425 Commits

Author SHA1 Message Date
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
Jovan Gerodetti
57fa8cf6fb slight UX improvement 2016-01-08 19:42:56 +01:00
Jovan Gerodetti
e9144e5703 voice recorder proposal for #190 2016-01-08 19:42:56 +01:00
Igor Zhukov
6343e22a31 Merge branch 'gif-improvements' 2016-01-04 23:00:12 +01:00
Igor Zhukov
d4d815efa0 Improved gifs 2016-01-04 22:58:32 +01:00
Martín Coll
453c00b891 Fixes #1000: message box not focused on a computer with touch enabled.
Also introduces a "shouldFocusOnInteraction" configuration value to make it easier to understand what the code does and also allow easier changes to this behavior in the future.
2015-12-21 17:31:18 -03:00
Igor Zhukov
4898023ed7 Gif minor 2015-12-14 21:17:58 +03:00
Igor Zhukov
807b30a3be Bugfixes 2015-11-30 20:33:22 +03:00
Igor Zhukov
26e4e72bb5 Bump to 0.5.2 2015-11-29 21:01:57 +03:00
Igor Zhukov
faaffc9b6e Added grey muted badges 2015-11-29 20:49:54 +03:00
Igor Zhukov
6a09ee41ef Fixed its hole bug bug 2015-11-27 15:47:03 +03:00
Igor Zhukov
3cae8df8c2 Bump to 0.5.1 2015-11-25 18:42:51 +03:00
Igor Zhukov
0b15fa8f4b Mobile app bugfixes
Enable webpage attachment on mobile
Closes #892
Closes #880
2015-11-25 17:53:13 +03:00
Igor Zhukov
36ef1084db Firefox OS improvements
Closes #694
Closes #993
Closes #695
2015-11-25 15:26:51 +03:00
Igor Zhukov
e02b9fd2eb Improved supergroups support
Bots with commands
New has rights check
2015-11-21 20:23:49 +03:00
Igor Zhukov
2bc6df6937 Fixed send message bug 2015-11-21 19:38:32 +03:00
Igor Zhukov
1dec3c9451 Updated schema
Supported new service message actions
Improved update status
2015-11-19 23:10:22 +03:00
Igor Zhukov
9cef19bc0e Updated schema
Migrated pFlags, startBot
2015-11-12 23:02:28 +03:00
Igor Zhukov
87dd8e2051 fixed preload photo 2015-11-02 20:10:10 +03:00
Igor Zhukov
fd804a59bf Verified users
typing bugfix
2015-10-24 02:20:48 +02:00
Igor Zhukov
7864ecd044 Bump to 0.5.0
+Changelog
2015-10-23 16:44:10 +02:00
Igor Zhukov
d0b3f8be81 Supported message views 2015-10-22 23:02:12 +02:00
Igor Zhukov
7d77145ebb New forward messages 2015-10-22 14:34:42 +02:00
Igor Zhukov
4911b0266c Fixed emoji icons, verified tick 2015-10-18 12:58:25 +02:00
Igor Zhukov
6cba0c5ff7 Bugfixes
Generate group invite link
Click on preloaded sticker in history
Scrollbar in Firefox
2015-10-14 00:26:38 +02:00
Igor Zhukov
6561c99e46 Bump to 0.4.9 2015-10-13 21:47:53 +02:00
Igor Zhukov
ef3e608d49 Improved emoji tooltip 2015-10-13 21:35:55 +02:00
Igor Zhukov
f00ce3165d Supported share url 2015-10-13 16:25:52 +02:00
Igor Zhukov
7acc4bfdab Improved emoji tooltip 2015-10-13 14:18:11 +02:00
Igor Zhukov
ed17c098de Verified tick for channels 2015-10-08 20:11:31 +03:00
Igor Zhukov
f7c4312f03 Bump to 0.4.8 2015-10-06 13:55:23 +03:00
Igor Zhukov
0c11fc6a1f Bugfixes 2015-10-06 13:42:17 +03:00
Igor Zhukov
82e5f0c068 Added broadcast in UI 2015-10-05 22:02:13 +03:00
Igor Zhukov
e66c02e89c Fixed lots of mobile issues
Moved all user / group photos to rounded with initials placeholder
2015-10-02 15:01:28 +03:00
Igor Zhukov
6d9aa03695 Improved channel updates 2015-10-01 00:48:15 +03:00
Igor Zhukov
7c425b5a6a Minor refactoring 2015-09-29 17:45:02 +03:00
Igor Zhukov
b0b5e2c75c Channels improvements
Supported load important history
Added channel profile
2015-09-28 23:25:55 +03:00
Igor Zhukov
5aa5a1d9a2 supported all service channel messages and conversations 2015-09-25 19:02:38 +03:00
Igor Zhukov
0bc85c4231 Updated schema
Minor channel improvements
2015-09-23 21:18:39 +03:00
Igor Zhukov
edeba50f60 Supported server-side message entities
Also added basic markdown formatting for code

Closes #147
2015-09-01 19:32:30 +03:00
Igor Zhukov
b03ea1f1b0 Fixed double-click selection
Also show ticks up to 900px w
2015-07-13 19:55:12 +03:00
Igor Zhukov
8d33107565 Bump to 0.4.7 2015-07-13 13:56:59 +03:00
Igor Zhukov
5918400f42 Improved reply keyboard on mobile 2015-07-13 13:56:28 +03:00
Igor Zhukov
7a8a221fa9 Minor fixes
Translations sync
2015-07-09 14:10:45 +03:00
Igor Zhukov
85fdc86047 Improved peer-photolink perf 2015-07-09 13:47:04 +03:00
Igor Zhukov
111a1f9331 Firefox minor fixes 2015-07-09 13:27:45 +03:00
Igor Zhukov
2a28adb6e5 Open stickerset on click
Closes #820
2015-07-09 12:09:44 +03:00
Igor Zhukov
a5b3dd8e07 Improved bots support 2015-07-08 20:15:11 +03:00
Igor Zhukov
ba25a32b14 Implemented universal scroller
Added keyboard hide/show
Added enter slash button
Added scroll to keyboard
2015-07-06 23:47:59 +03:00
Igor Zhukov
77fadbe0de Keyboard support improvements 2015-07-03 19:08:00 +03:00
Igor Zhukov
35d913751c Reply keyboard draft 2015-07-03 17:58:21 +03:00
Igor Zhukov
a25619bf19 Start button draft 2015-07-02 23:53:44 +03:00