лоб и его друзья 🎄
Да @starnex008
— ҕывᴀю ᴘᴀзный, но всᴇгдᴀ πᴘᴇкᴘᴀсный😍
Forwarded from Мемные опросы
"Фонтан" на украинском?
Anonymous Poll
5%
Фонтан
31%
Струмінь гівна з труби
64%
Володимир - любитель дешевого вина
Forwarded from Nick K
lol, just decompile X app when code wasn't obfuscated (0.20.5.838 for example) and compare it with original app code
Forwarded from Deleted Account
lol, so he won the contest with help of official client sources?
Forwarded from Lorenzo Federici
When Telegram X will have all the features that the stock client has, Telegram stock will have some changes 👍
Forwarded from Nick K
There is only one connection between original and X client on Android, that X still using original client code and pretending that it’s not true.
Forwarded from Nick K
Same code in hard platform specific implementing things, like recording video and audio, etc. Networking and all its backend is tdlib and completely different.
Forwarded from Евгений
On ios is no reason in X, will that happened at android sometime?
Forwarded from Sajil CK
TGX will come back soon to the race. There is a single Dev and he was busy in some of his personal things. And TDLib was also lagging.
Next version of TDLib is going to support many missing features and eventually it will come to tgx too. It will be worth for the wait. I am sure Dev is not going to disappoint us.
Next version of TDLib is going to support many missing features and eventually it will come to tgx too. It will be worth for the wait. I am sure Dev is not going to disappoint us.
Forwarded from Nick K
if you is not doing all networking, database, work with server API, and other hard implementing things - you is not single dev
Forwarded from Nick K
TDLib is main part of X client, and it does all the job. UI is simple
Forwarded from Sajil CK
I have not compared or read the code, but in my experience if that was the exact case of copying code, TGX could have also brought below features without any issues and could have released a fully featured statistics.
1) Zoom out for languages
2) Pie graph for languages
3) Recent posts statistics
4) Checkboxes
And there were bugs in TGX which is not there in Android classic client, and Overview section was available in TGX before the legacy client implemented it
1) Zoom out for languages
2) Pie graph for languages
3) Recent posts statistics
4) Checkboxes
And there were bugs in TGX which is not there in Android classic client, and Overview section was available in TGX before the legacy client implemented it
Forwarded from Nick K
Or just not copy everything so that will not be so obvious https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/src/main/java/org/telegram/ui/Charts/data/ChartData.java#L36
GitHub
Telegram/ChartData.java at master · DrKLO/Telegram
Telegram for Android source. Contribute to DrKLO/Telegram development by creating an account on GitHub.
Forwarded from Nick K
as for bugs, he has to change code anyway, since tdlib API is different. Some UI components also are different