492 Commits

Author SHA1 Message Date
Igor Zhukov
d817e955ab Fixed contacts search 2018-02-13 22:27:43 +04:00
Igor Zhukov
a6fe495c07 Fixed group to supergroup migrate issue 2018-02-13 22:27:43 +04:00
Igor Zhukov
de16c0c795 Changed version to 0.7.0 to comply with npm 2018-01-18 11:20:41 +06:00
Igor Zhukov
f0a551e1aa Allow to create group with 1 participant 2018-01-12 20:16:39 +04:00
Aziz Khakulov
81448595bb Multi-forward functionality #1492 (#1588)
* Multi forward functionality #1492

* Remove unused variable

* Changes according to pull request review 88460714
2018-01-12 16:49:59 +04:00
Igor Zhukov
3f84e5a66f Fixed kicks in channel
Closes #1594
2018-01-12 16:45:53 +04:00
Igor Zhukov
2a406f1300 Bugfixes 2018-01-07 16:02:05 +04:00
Igor Zhukov
4e3539be15 Fixed found outgoing messages 2018-01-02 21:07:25 +04:00
Igor Zhukov
c168a26382 Fixed mentions in supergroups
Closes #1584
2018-01-02 21:06:21 +04:00
Igor Zhukov
6936ca11c3 No revoke label when deleting saved message 2017-12-31 14:26:57 +04:00
Igor Zhukov
d1489020b1 Hide mentions shared media option when not in group 2017-12-31 13:58:18 +04:00
Igor Zhukov
29f37d9628 Bump to 0.7 2017-12-31 00:04:19 +04:00
Igor Zhukov
90380025f6 Saved messages
Closes #1548
Closes #1542
2017-12-31 00:04:19 +04:00
Igor Zhukov
d2cbfea664 New items in shared media
Audio, Shared Links, Replies and mentions
Click on date in shared media now jumps to message in context

Closes #1554
Closes #975
2017-12-31 00:04:19 +04:00
Igor Zhukov
77630dcf5c Supported pinned messages
Closes #1088
2017-12-31 00:04:19 +04:00
Igor Zhukov
e613f095ef Support flush history in private supergroups 2017-12-31 00:04:19 +04:00
Igor Zhukov
2ca6bbfaf6 74 layer
New schema
Supported global search, local search
2017-12-31 00:04:18 +04:00
Igor Zhukov
74da08df7b Bump to 0.6.1 2017-12-09 00:40:26 +04:00
Igor Zhukov
213431735a Bump version to 0.6.0 2017-08-11 20:18:28 +02:00
Igor Zhukov
fa47720d22 Working on mobile
Broken desktop
2017-08-10 23:05:04 +02:00
Igor Zhukov
0a2b5fbdfe Make it work with recordjs
File is now encoded to Opus, like in other apps
2017-08-04 23:09:19 +02:00
Igor Zhukov
b6fa42d8ae merged conflicts 2017-08-04 20:59:15 +02:00
Viktor Oreshkin
a5b165ff50 Filter for round video messages (#1445)
Fixes #1440

Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
2017-07-31 18:45:05 +03:00
Igor Zhukov
9111bed580 Fixed crash in ChromeApp
Also bump to 0.5.7.1
Closes #1450
2017-07-05 11:57:23 +03:00
Igor Zhukov
fdf983dec7 Fixed force unsubscribe on logout 2017-07-03 14:54:16 +03:00
Igor Zhukov
7086aabf84 Bump to 0.5.7 2017-06-30 22:08:57 +03:00
Igor Zhukov
53aad40a14 Supported service notifications 2017-06-30 22:07:00 +03:00
Igor Zhukov
21b34ac7b4 Disable sign ups 2017-06-29 23:14:21 +03:00
Bart
aea8530556 Added tests to improve Controller test coverage to over 10% (#1428)
* fully tested CountrySelectModal Controller

* Added test CountrySelectModal Controller for forgotten scenarios

* fully tested ImportContactModal Controller

* fully tested ProfileEditModal Controller and cleanup style of tests

* fully tested PasswordRecoveryModal Controller

* tested most of UsernameEditModal Controller

* Improved readability, refactored beforeEach ImportContactModalControllerSpec

* Tried to make the code more DRY

* removed unnecessary 'this.'
2017-06-28 18:04:48 +03:00
Bart
cd3979aeab Cleanup of tests, improved readability of the test code (#1434)
* Cleanup of tests, improved readability

* Improved readability concerning timeout/loading tests, removed unnecessary 'this.'
2017-06-28 18:03:49 +03:00
Igor Zhukov
550f8ae781 Fixed pinned messages bugs 2017-05-15 19:07:05 +03:00
Igor Zhukov
7e1153712b Bump to 0.5.6
Sync translations
2017-05-11 22:41:06 +03:00
Igor Zhukov
092685db5a Supported sticker suggestions by emoji
Also fixed blinking suggestions list
Closes #1409
Closes #1332
Closes #814
2017-05-10 01:28:13 +03:00
Igor Zhukov
9962250799 Fixed forward to the same chat
Closes #1405
2017-05-09 19:55:56 +03:00
Igor Zhukov
fb1f274eba Merge branch 'pr/1360' 2017-04-13 16:53:23 +03:00
Igor Zhukov
81f041780e Simplified double click 2017-04-13 16:52:41 +03:00
Igor Zhukov
857181617f Optimize performance
Less watch expressions
2017-04-13 16:00:53 +03:00
John Yong
5a14a4f926 Scroll chat to bottom upon dialog double click 2017-04-06 15:47:09 +08:00
John Yong
0bc21d74f7 Implement unsend messages. Fix #1340 2017-04-06 11:32:51 +08:00
Stapelpanda
63489fe23f Renamed 'hasOnlick' to 'hasOnclick', added function to StandardJS Globals (#1361) 2017-03-17 13:42:46 +03:00
Bart
5871645ca6 Fixed subset of StandardJS errors (#1356)
Fixed the errors that would definitly not change the functionality of the program
These include
* Unexpected && and || combinations
* variables with different values defined in same line of code
* Global variable never defined
* spacing/placing errors

These errors were not touched
* variables who are never used
* == and != errors
2017-03-13 21:57:24 +03:00
Igor Zhukov
5c9f4b00b7 Started to clean popup opener 2017-02-10 12:27:44 +03:00
Igor Zhukov
694938a788 Improved search in history
Closes #1328
2017-01-19 18:30:40 +03:00
Igor Zhukov
35fdf3d8f1 Fixed flicker after edit 2017-01-17 15:27:44 +03:00
Igor Zhukov
ba7e57879e Remove unused ErrorService dep
Closes #1295
2017-01-12 19:18:26 +03:00
Igor Zhukov
300721e9b5 Added t.me support 2017-01-12 17:30:04 +03:00
Igor Zhukov
11ccf1aa16 Web Push notifications supported
Closes #981
2016-12-15 22:08:16 +03:00
Igor Zhukov
1d8e37b27e Fixed edit when editing text
Closes #1290
2016-12-14 15:37:40 +03:00
Igor Zhukov
563077f69e Improved logging 2016-12-13 18:35:38 +03:00
Igor Zhukov
75df136a7f Simple search in chat history 2016-12-08 23:33:01 +03:00