Commit Graph

  • b3da99c302 Replace gsl::not_null<T*> with just not_null<T*>. John Preston 2017-08-17 11:31:24 +0300
  • cc4023d26a Improve unread mentions badge layout. John Preston 2017-08-17 11:21:58 +0300
  • ca15fa3a97 Use sync notifications for name changes. John Preston 2017-08-17 11:16:17 +0300
  • 67bdb4cec8 Closed beta 1.1.19.1. John Preston 2017-08-16 00:06:17 +0300
  • e13ed9b909 Remove main()->peerUpdated and some other signals. John Preston 2017-08-11 12:42:52 +0200
  • 8e433971c9 Improve current executable path computing. John Preston 2017-08-15 20:12:57 +0300
  • f2801d4775 Fix possible crash in file download after error. John Preston 2017-08-15 18:59:40 +0300
  • 6cedf20c39 Remove old crash debug information. John Preston 2017-08-15 18:26:30 +0300
  • 7df63db9b3 Hide "Ban Users" admin rights changes in channels. John Preston 2017-08-15 18:25:14 +0300
  • 0303f18ac6 Fix check for _mouseSelection flag in dialogs. John Preston 2017-08-15 18:16:46 +0300
  • 81fb32504b Apply faved stickers limit when faving. John Preston 2017-08-15 17:34:30 +0300
  • a72453fb1b Remove ContactsBox and contacts_box module. John Preston 2017-08-15 12:41:53 +0300
  • b816d33d48 Replace add bot to group box with PeerListBox. John Preston 2017-08-15 12:35:19 +0300
  • 782114d644 Add and use base::make_weak_unique() helper. John Preston 2017-08-15 12:35:01 +0300
  • 0880c01a20 Replace group admins ContactsBox with PeerListBox. John Preston 2017-08-14 15:48:11 +0300
  • f7359093b4 Replace ContactsBox with PeerListBox in two cases. John Preston 2017-08-14 15:53:49 +0300
  • 17cef93ac0 Use gsl::finally() instead of base::scope_guard(). John Preston 2017-08-13 19:16:48 +0300
  • 012d59ab42 Use nullptr instead of std::unique_ptr<Type>(). John Preston 2017-08-13 19:14:00 +0300
  • 0bea2620b5 Replace BoxContent::closeHook() with boxClosing. John Preston 2017-08-13 19:09:14 +0300
  • 95af8da66a Call correct destructor in base::Observable. John Preston 2017-08-13 18:52:31 +0300
  • 71e0e6ac4d Mark history as read at the bottom in any case. John Preston 2017-08-11 19:53:19 +0300
  • bca444b92e Add base::optional as a wrapper of base::variant. John Preston 2017-08-14 13:38:23 +0300
  • ae1dacb7d7 Add base/algorithm for range-based algorithms. John Preston 2017-08-14 15:47:46 +0300
  • e209737b1a Display and follow unread mentions in history. John Preston 2017-08-11 09:16:07 +0200
  • 7ad21ff713 Move std and gsl includes to precompiled header. John Preston 2017-08-13 19:17:16 +0300
  • c8810f87b9 Move a lot of code from scheme.h to scheme.cpp. John Preston 2017-08-12 10:17:33 +0300
  • 1207ddb2ea Add flat_map and flat_set using std::deque. John Preston 2017-08-10 18:26:47 +0200
  • edbc3f8fde Use QDataStream directly on QByteArray. John Preston 2017-08-08 20:25:10 +0200
  • dd9d604966 Fix incorrect scroll jumps. John Preston 2017-08-08 20:23:32 +0200
  • 65d81f96f3 Remove some App::wnd() occurences. John Preston 2017-08-08 11:56:10 +0200
  • b08732cf28 Move MediaView from MainWindow to Messenger. John Preston 2017-08-08 11:31:48 +0200
  • fa818407e6 Improve group sticker set setup box. John Preston 2017-08-05 22:01:20 +0200
  • 7f5a91d2bb Allow to hide empty megagroup sticker set. John Preston 2017-08-05 16:04:18 +0200
  • 25f18c0c3a Allow to fave stickers from deleted sticker packs. John Preston 2017-08-05 14:38:59 +0200
  • 472a714ef1 Apply faved stickers limit when faving a new one. John Preston 2017-08-05 13:57:23 +0200
  • 9b01621791 Add height for checkbox/radiobutton ripple effect. John Preston 2017-08-05 13:43:59 +0200
  • f04b25ea26 Allow setting group stickers set. John Preston 2017-08-05 12:48:21 +0200
  • ab35829358 Remove App::app(), App::uploader(), App::api(). John Preston 2017-08-04 16:54:32 +0200
  • 417f5684dc Add ability to disable animations. John Preston 2017-08-03 16:10:55 +0200
  • a143505fd6 Remove lambda_slot() and lambda_slot_once(). John Preston 2017-08-03 15:06:29 +0200
  • cb5b6d0cb8 Add megagroup stickerset to StickersListWidget. John Preston 2017-08-03 14:52:56 +0200
  • d44b303fb3 Suggest faved stickers by emoji. John Preston 2017-08-03 13:15:57 +0200
  • 8188724920 Remove faved stickers from StickersListWidget. John Preston 2017-08-03 10:09:33 +0200
  • 070456882e Manage faved stickers from sticker context menu. John Preston 2017-08-02 22:57:49 +0200
  • 134bc13169 Show faved stickers in StickersListWidget. John Preston 2017-08-02 18:19:11 +0300
  • 667eb288d7 Add faved stickers set loading and saving. John Preston 2017-08-02 18:07:28 +0300
  • b0cc61c621 API scheme updated to layer 71. John Preston 2017-08-01 13:50:49 +0300
  • 99afa1196c Improve search in peer / search from user design. John Preston 2017-08-06 22:07:51 +0200
  • 0a6535ea94 Show "choose from user" box when typing "from:". John Preston 2017-08-06 19:32:05 +0200
  • ce51abd9d0 Change dialogs filter text area for two icons. John Preston 2017-08-06 19:11:22 +0200
  • a2c93bc040 Fix updates of mute status in context menu of dialog list Nicholas Guriev 2017-08-17 18:57:19 +0300
  • 7bcb6d556f Minor fixes for VS2015 build instructions Signed-off-by: Or Bin <orbin50@gmail.com> (github: OrBin) Or Bin 2017-08-05 20:13:19 +0300
  • 31b460fe46 Improve multiple people typing/playing message nyuszika7h 2017-07-26 16:06:09 +0200
  • 24fc162e71 Mute settings box Nicholas Guriev 2017-07-19 18:25:50 +0300
  • 98f3e9a853 Version 1.1.19: Update langs. John Preston 2017-08-01 22:57:41 +0300
  • a90a18920b Version 1.1.19. John Preston 2017-08-01 21:45:04 +0300
  • 6f746c238a Search for messages from a specific user in group. John Preston 2017-08-01 18:55:51 +0300
  • 8c60ac78aa Rename and split dialogswidget module. John Preston 2017-08-01 15:01:42 +0300
  • 91fda6b654 Add search from group member button to dialogs. John Preston 2017-08-01 14:43:50 +0300
  • 6f27e310ae Send reply and forward when choosing bot command. John Preston 2017-08-01 21:13:27 +0300
  • 96a2af842f Remove glitch with video messages floating player. John Preston 2017-08-01 20:59:43 +0300
  • 9d81ea59dd Attempt to fix an out of memory crash. John Preston 2017-08-01 19:46:47 +0300
  • 91f0d049db Fix saving a loaded file as another existing file. John Preston 2017-08-01 20:17:59 +0300
  • 27151d5e25 Show who banned or restricted user in supergroup. John Preston 2017-08-01 20:06:40 +0300
  • 1b46cec4fb Version 1.1.18. John Preston 2017-07-27 14:26:48 +0300
  • 027340a8e0 Copy public channel link instead of following it. John Preston 2017-07-27 14:24:37 +0300
  • 0517f9f780 Insert emoji instead of text replacement. John Preston 2017-07-27 13:22:51 +0300
  • 80ee40eb18 Add debug info for out of memory crash. John Preston 2017-07-27 13:14:39 +0300
  • 9194c68bd3 Version 1.1.17. John Preston 2017-07-26 23:46:55 +0300
  • 2dadc9bd7a Langs updated. John Preston 2017-07-26 23:46:16 +0300
  • 180f83c528 Fix crash in InnerDropdown widget animations. John Preston 2017-07-26 23:43:18 +0300
  • dfa7cb1826 Version 1.1.16: Fix build for Qt 5.3.2 and GCC. John Preston 2017-07-26 19:10:04 +0300
  • fdcb28f1a0 Version 1.1.16: Hide emoji replaces list for now. John Preston 2017-07-26 17:59:08 +0300
  • 0e059ec788 Version 1.1.16: Add some debug info. John Preston 2017-07-26 17:56:01 +0300
  • c681f75ad3 Version 1.1.16. John Preston 2017-07-26 15:56:01 +0300
  • 9bf40c927e Improve emoji suggestions and replace on send. John Preston 2017-07-25 21:16:37 +0300
  • df2aeb0c58 Provide emoji suggestions as a service. John Preston 2017-07-24 19:18:39 +0300
  • 2dec9c46a7 Add emoji autocomplete to history message field. John Preston 2017-07-22 11:35:18 +0300
  • 8f8100af3a Add emoji autocomplete data and algorithm. John Preston 2017-07-19 21:37:49 +0300
  • 65371ec1b8 Fix selected text render on Retina. John Preston 2017-07-26 15:24:18 +0300
  • 647d6ae443 Fix language switch when getting difference. John Preston 2017-07-26 15:50:39 +0300
  • 216692cd9b Remove the Link row in Settings. John Preston 2017-07-26 14:56:58 +0300
  • 2e5930eb58 Update full peer in profile and settings. John Preston 2017-07-26 14:53:49 +0300
  • 24b3b2a658 Fix forwarded from for single message forward. John Preston 2017-07-26 09:05:06 +0300
  • e1e286aa13 Allow to fast share not games to channels. John Preston 2017-07-25 22:38:08 +0300
  • 4081ceff22 Version 1.1.15. John Preston 2017-07-23 15:39:32 +0300
  • 7db57b72f1 Some langs updated. John Preston 2017-07-23 15:37:44 +0300
  • 9e0ca64e02 Closed beta 1001014001. John Preston 2017-07-23 13:30:02 +0300
  • cc55e3b027 Don't jump in chats list scroll while reordering. John Preston 2017-07-23 13:20:11 +0300
  • f78335aa67 Fix keyboard scrolling in ContactsBox. John Preston 2017-07-23 12:48:49 +0300
  • f283aa033b Fix a couple of layout bugs for username edit. John Preston 2017-07-19 22:20:38 +0300
  • 7ff175a81e Display user Bio in profile. John Preston 2017-07-18 19:03:11 +0300
  • 34d2e78308 Allow to edit Bio in Settings. John Preston 2017-07-18 18:15:02 +0300
  • 9bd89121e8 Replace self-destruct media service messages text. John Preston 2017-07-17 23:09:55 +0300
  • 2e0513a30f Check CDN file hashes. John Preston 2017-07-13 12:13:07 +0300
  • cf02a4cc31 API scheme updated to layer 70. John Preston 2017-07-12 22:14:20 +0300
  • 5a1ec3c9e0 Fix display of Search members button in profile. John Preston 2017-07-23 12:17:23 +0300
  • fa70bf9e0c Fix text message edit admin event log entries. John Preston 2017-07-23 12:31:44 +0300
  • 9bd983bb9d Alpha 1.1.14: Update langs. John Preston 2017-07-19 11:38:59 +0300
  • 1618daaeae Alpha 1.1.14. John Preston 2017-07-19 11:35:37 +0300