2e5a0e056c 
								
							 
						 
						
							
							
								
								Move to std::optional.  
							
							
							
						 
						
							2018-09-21 19:28:46 +03:00  
				
					
						
							
							
								 
						
							
								1ffbec0215 
								
							 
						 
						
							
							
								
								Finish animations disabling.  
							
							... 
							
							
							
							Replace some infinite animations with static layouts. 
							
						 
						
							2018-09-20 21:26:10 +03:00  
				
					
						
							
							
								 
						
							
								0c8709ca5f 
								
							 
						 
						
							
							
								
								Replace App::self() with Auth().user().  
							
							... 
							
							
							
							Always have self Auth().user() when AuthSession exists. 
							
						 
						
							2018-09-19 19:22:13 +03:00  
				
					
						
							
							
								 
						
							
								689aed7258 
								
							 
						 
						
							
							
								
								Show Emoji replacement tooltip on hover  
							
							... 
							
							
							
							When using the mouse, hovering over a emoji causes the corresponding
replacement text to appear in a tooltip. This feature is disabled, if
the option "Suggest emoji replacements" is disabled.
This closes  #3739 , closes  #743  and closes  #4211 . 
							
						 
						
							2018-09-19 13:54:46 +03:00  
				
					
						
							
							
								 
						
							
								64b8adb3d0 
								
							 
						 
						
							
							
								
								Isolate lib_base library. Use crl::time in getms.  
							
							
							
						 
						
							2018-09-01 18:56:08 +03:00  
				
					
						
							
							
								 
						
							
								51092fb6a9 
								
							 
						 
						
							
							
								
								Fix file references for faved stickers.  
							
							
							
						 
						
							2018-09-01 18:56:08 +03:00  
				
					
						
							
							
								 
						
							
								5a487bc30c 
								
							 
						 
						
							
							
								
								Refresh file references in saveGif/faveSticker.  
							
							
							
						 
						
							2018-08-20 17:26:28 +03:00  
				
					
						
							
							
								 
						
							
								c913c77fef 
								
							 
						 
						
							
							
								
								Refresh file references when sending stickers.  
							
							
							
						 
						
							2018-08-20 17:26:28 +03:00  
				
					
						
							
							
								 
						
							
								839885910c 
								
							 
						 
						
							
							
								
								Pass FileOrigin in all file downloads.  
							
							
							
						 
						
							2018-08-20 17:26:28 +03:00  
				
					
						
							
							
								 
						
							
								90f4187ca9 
								
							 
						 
						
							
							
								
								Don't accept tg:// links in passport callbacks.  
							
							... 
							
							
							
							Fixes  #5021 . 
						
							2018-07-31 22:51:06 +03:00  
				
					
						
							
							
								 
						
							
								44c6050bf2 
								
							 
						 
						
							
							
								
								Fix field autocomplete in empty chat.  
							
							
							
						 
						
							2018-06-27 22:58:33 +01:00  
				
					
						
							
							
								 
						
							
								33095966af 
								
							 
						 
						
							
							
								
								Move sendMessage and sendInlineResult to ApiWrap.  
							
							
							
						 
						
							2018-06-27 22:58:32 +01:00  
				
					
						
							
							
								 
						
							
								dca6e10beb 
								
							 
						 
						
							
							
								
								Fix markdown apply to text with emoji.  
							
							
							
						 
						
							2018-06-07 22:00:46 +03:00  
				
					
						
							
							
								 
						
							
								a52392241d 
								
							 
						 
						
							
							
								
								Fix some possible crashes.  
							
							
							
						 
						
							2018-06-04 22:48:17 +03:00  
				
					
						
							
							
								 
						
							
								31998406dd 
								
							 
						 
						
							
							
								
								Save settings any time emoji skin color is chosen.  
							
							... 
							
							
							
							Fixes  #4788 . 
						
							2018-06-04 21:34:18 +03:00  
				
					
						
							
							
								 
						
							
								dd81f5d59f 
								
							 
						 
						
							
							
								
								Replace base::lambda with shorter term.  
							
							... 
							
							
							
							base::lambda -> Fn (type alias for std::function).
base::lambda_once -> FnMut (type alias for base::unique_function).
base::lambda_guarded -> crl::guard.
base::lambda_call_type_t -> crl::deduced_call_type. 
							
						 
						
							2018-06-04 18:38:27 +03:00  
				
					
						
							
							
								 
						
							
								4f1a633019 
								
							 
						 
						
							
							
								
								Fix faved+recent stickers icon highlight.  
							
							
							
						 
						
							2018-06-03 23:16:36 +03:00  
				
					
						
							
							
								 
						
							
								364aaaae5b 
								
							 
						 
						
							
							
								
								Fix recent stickers icon.  
							
							... 
							
							
							
							Fixes  #4780 . 
						
							2018-06-03 20:58:28 +03:00  
				
					
						
							
							
								 
						
							
								2bd8737410 
								
							 
						 
						
							
							
								
								Fix sticker inline bot results.  
							
							... 
							
							
							
							Fixes  #3317 . 
						
							2018-06-03 20:48:02 +03:00  
				
					
						
							
							
								 
						
							
								43d19920e0 
								
							 
						 
						
							
							
								
								Apply markdown only when sending the message.  
							
							
							
						 
						
							2018-05-31 21:30:28 +03:00  
				
					
						
							
							
								 
						
							
								bfc748cd31 
								
							 
						 
						
							
							
								
								Pass modifiers inside InputField submitted signal.  
							
							... 
							
							
							
							Also use non-MOC connections for all InputFields.
Also use Ctrl/Cmd + Enter to submit fast share box.
Fixes  #4769 . 
							
						 
						
							2018-05-31 15:20:28 +03:00  
				
					
						
							
							
								 
						
							
								2e1517474d 
								
							 
						 
						
							
							
								
								Alpha version 1.2.24: Fix link preview.  
							
							
							
						 
						
							2018-05-26 19:02:36 +03:00  
				
					
						
							
							
								 
						
							
								07d8dafa5e 
								
							 
						 
						
							
							
								
								Allow inserting links with custom text.  
							
							... 
							
							
							
							Fixes  #4737 . 
						
							2018-05-26 18:07:51 +03:00  
				
					
						
							
							
								 
						
							
								10fa6f0c13 
								
							 
						 
						
							
							
								
								Ignore 'Replace emoji' setting in markdown.  
							
							... 
							
							
							
							Partially fixes  #4727 . Fixes  #4731 . 
							
						 
						
							2018-05-25 20:50:26 +03:00  
				
					
						
							
							
								 
						
							
								5e7642b42a 
								
							 
						 
						
							
							
								
								Support markdown and replaces in media captions.  
							
							
							
						 
						
							2018-05-24 16:03:21 +03:00  
				
					
						
							
							
								 
						
							
								6f6ec217e3 
								
							 
						 
						
							
							
								
								Support markdown replaces in Ui::InputField.  
							
							
							
						 
						
							2018-05-24 15:31:48 +03:00  
				
					
						
							
							
								 
						
							
								017ec87d60 
								
							 
						 
						
							
							
								
								Replace FlatTextarea with InputField.  
							
							
							
						 
						
							2018-05-22 13:45:22 +03:00  
				
					
						
							
							
								 
						
							
								30dd8fe070 
								
							 
						 
						
							
							
								
								Unite InputField and InputArea.  
							
							... 
							
							
							
							Also support and use instant replaces in InputField-s. 
							
						 
						
							2018-05-20 23:37:59 +03:00  
				
					
						
							
							
								 
						
							
								66b7b6da2a 
								
							 
						 
						
							
							
								
								Replace xD by emoji only after space.  
							
							
							
						 
						
							2018-05-18 18:25:05 +03:00  
				
					
						
							
							
								 
						
							
								0238c03956 
								
							 
						 
						
							
							
								
								Return emoji replace by ":o" after a space.  
							
							... 
							
							
							
							Fixes  #4700 . 
						
							2018-05-18 17:15:02 +03:00  
				
					
						
							
							
								 
						
							
								4bcd1e3c59 
								
							 
						 
						
							
							
								
								Allow editing last sent saved message by up key.  
							
							... 
							
							
							
							Also update libtgvoip.
Also replace 🤷  with a shrug. 
							
						 
						
							2018-05-15 21:13:37 +03:00  
				
					
						
							
							
								 
						
							
								168a7ce2e5 
								
							 
						 
						
							
							
								
								Add "Suggest emoji replacements" checkbox.  
							
							... 
							
							
							
							Also emoji suggestions insert an instant emoji replacement. 
							
						 
						
							2018-05-13 18:56:08 +03:00  
				
					
						
							
							
								 
						
							
								4b763a76df 
								
							 
						 
						
							
							
								
								Instant in-field emoji and text replaces.  
							
							... 
							
							
							
							Fixes  #4410 . Fixes  #522 . 
						
							2018-05-13 18:14:02 +03:00  
				
					
						
							
							
								 
						
							
								87d6081408 
								
							 
						 
						
							
							
								
								Version 1.2.16: Fix build in Xcode 9.3.  
							
							
							
						 
						
							2018-04-07 12:47:08 +04:00  
				
					
						
							
							
								 
						
							
								c1c3b6a7e5 
								
							 
						 
						
							
							
								
								Disable emoji suggestions for :-D/:-P  
							
							
							
						 
						
							2018-04-07 11:51:17 +04:00  
				
					
						
							
							
								 
						
							
								d4bd8862bd 
								
							 
						 
						
							
							
								
								Fix switching between stickers pan and panel.  
							
							... 
							
							
							
							Fixes  #4537 . 
						
							2018-03-26 00:54:02 +04:00  
				
					
						
							
							
								 
						
							
								6904e023d3 
								
							 
						 
						
							
							
								
								Increment dropdown emoji selection in recent list.  
							
							... 
							
							
							
							Fixes  #4539 . 
						
							2018-03-26 00:28:23 +04:00  
				
					
						
							
							
								 
						
							
								91a7a77bb0 
								
							 
						 
						
							
							
								
								Fix case-insensitive emoji suggestions.  
							
							... 
							
							
							
							Fixes  #4528 , fixes  #4511 , fixes  #4535 . 
						
							2018-03-26 00:18:14 +04:00  
				
					
						
							
							
								 
						
							
								4a32b00068 
								
							 
						 
						
							
							
								
								Setting for cloud stickers suggestions.  
							
							
							
						 
						
							2018-03-20 01:09:03 +04:00  
				
					
						
							
							
								 
						
							
								87ab4d9dd1 
								
							 
						 
						
							
							
								
								Improve local search in sticker sets.  
							
							... 
							
							
							
							- Don't index special sticker sets, like "Favorite stickers".
- Show "Not found." if no local results and waiting for server-side. 
							
						 
						
							2018-03-15 03:11:59 +03:00  
				
					
						
							
							
								 
						
							
								b6e7625016 
								
							 
						 
						
							
							
								
								Improve case-insensitive emoji suggestions.  
							
							
							
						 
						
							2018-03-15 03:11:59 +03:00  
				
					
						
							
							
								 
						
							
								dd1beb1d91 
								
							 
						 
						
							
							
								
								Let emoji suggestions be case insensitive  
							
							... 
							
							
							
							Closes  #3985  
						
							2018-03-11 22:01:18 +03:00  
				
					
						
							
							
								 
						
							
								d381836f01 
								
							 
						 
						
							
							
								
								Don't add separate icon for faved pack.  
							
							... 
							
							
							
							Also update stickers search icons. 
							
						 
						
							2018-03-08 15:54:55 +03:00  
				
					
						
							
							
								 
						
							
								5404dfef08 
								
							 
						 
						
							
							
								
								Search sticker sets locally by short name.  
							
							
							
						 
						
							2018-03-08 14:37:01 +03:00  
				
					
						
							
							
								 
						
							
								cba12980f9 
								
							 
						 
						
							
							
								
								Display correct amount of stickers in search.  
							
							
							
						 
						
							2018-03-08 14:12:30 +03:00  
				
					
						
							
							
								 
						
							
								321f5d879d 
								
							 
						 
						
							
							
								
								Fix crash in faving stickers.  
							
							... 
							
							
							
							Don't fill dates in any sets except CloudRecentSetId.
Otherwise some assertions will be violated later. 
							
						 
						
							2018-03-08 12:57:05 +03:00  
				
					
						
							
							
								 
						
							
								90179188b9 
								
							 
						 
						
							
							
								
								Improve sticker by emoji ordering.  
							
							... 
							
							
							
							First display recent by send/install date, then trending, then other. 
							
						 
						
							2018-03-08 00:26:35 +03:00  
				
					
						
							
							
								 
						
							
								ccef155f7a 
								
							 
						 
						
							
							
								
								Receive and track recent sticker usage date.  
							
							
							
						 
						
							2018-03-07 20:43:26 +03:00  
				
					
						
							
							
								 
						
							
								f0a95032a5 
								
							 
						 
						
							
							
								
								Show cloud stickers by emoji.  
							
							
							
						 
						
							2018-03-07 16:53:12 +03:00  
				
					
						
							
							
								 
						
							
								c3ff5f2603 
								
							 
						 
						
							
							
								
								Limit amount of displayed recent stickers.  
							
							
							
						 
						
							2018-03-07 15:04:05 +03:00