TopTgm
telegram-github-commits-and-releases

Telegram github commits and releases

Locale: en
Subscribers:8.73K
Category: technology
Description:
Broadcast from the most important Telegram clients' repositories

Contact me: @remembertheair
• • 1 files, +1/-1
Update lib_webview

• • 2 files, +16/-7
Added ability to see vcard if available to all types if contacts media.

• • 1 files, +5/-5
Improved display of cached message preview in profile sections.

• • 3 files, +0/-53
Removed unused refund api support for credits.

• • 1 files, +1/-0
Fixed text elision of peer name in section of chat preview.

• • 22 files, +1070/-641
Redesign search scope selection.

6/6/2024, 5:15:44 AM
• • 4 files, +18/-22
Code style: avoid `import static`

• • 1 files, +0/-2
Optimize imports

• • 1 files, +1/-1
Update `tdlib-utils`

• • 1 files, +5/-3
Use `Canvas.restoreToCount` instead of `Canvas.restore` repetition

6/5/2024, 10:01:09 PM
• • 39 files, +2062/-373
Chat folders: Redesign, Global Filter (#602)

* Add Global Filter

* Redesign filters

* Redesign included/excluded chats screen

* New "hide folder" tooltip text

* UI fixes

* Extract MainController.postApplyFilter; Use MainController.postApplyFilter in global filter mode

* Label on active tab mode

* Fix tooltip text

* UI fixes

* Reset top view's from/to on page scroll state changed

* Fix ToggleHeaderView2.onDraw

* Fix MainController.getMenuSectionName

* Fix MainController.buildSectionItem

* Fix TdlibSettingsManager.setChatFolderOptions

* Remove [WIP] prefix

* Collapse header on Edit Chat Folder screen

* Allow folder filter selection if global filter is not selected

* Reset global filter on chat folders position changed to top

* Fix ViewPagerController.scrollToFirstPosition

* Folders intro pop-up

6/5/2024, 9:46:08 PM
• • 4 files, +7/-2
Add a power saving setting for effects.

• • 1 files, +1/-0
Fix dropping invertCaption on reschedule.

• • 3 files, +5/-51
Fix bot about title display.

6/2/2024, 7:00:45 AM
: v5.1.1 (stable)

- Fix caption display on some media.
- Fix collapsed blockquotes rendering.
- Fully close search in chat by "Cancel" click.
- Allow editing caption placement and spoiler in topics.
- Disable effects on forwarded messages and inline results.

6/1/2024, 8:45:12 PM
• • 1 files, +4/-6
Fix caption disappearance on album sending.

• • 4 files, +26/-7
Disable effects for inline results sending.

• • 1 files, +1/-1
Fix cancel search glitch with the new search.

• • 1 files, +1/-1
Fix filtered premium sticker effects selection.

• • 6 files, +23/-15
Version 5.1.1.

- Fix caption display on some media.
- Fix collapsed blockquotes rendering.
- Fully close search in chat by "Cancel" click.
- Allow editing caption placement and spoiler in topics.
- Disable effects on forwarded messages and inline results.

6/1/2024, 7:45:47 PM
• • 14 files, +311/-124
Allow HistoryView::ListWidget without SessionController.

• • 6 files, +234/-7
Empty preview widget on long userpic press.

• • 4 files, +455/-13
Show long-press preview of topics.

• • 3 files, +4/-18
Use arc_angles.h from lib_ui.

• • 16 files, +570/-96
Implement chats preview, show from unread.

• • 2 files, +6/-2
Don't stick to bottom while loading down.

• • 2 files, +5/-3
Fix migrated history in chat preview.

• • 2 files, +22/-12
Show chat preview on Alt+Click.

• • 5 files, +80/-14
Open chat on exact clicked message from preview.

• • 6 files, +289/-43
Implement preview top and bottom.

• • 1 files, +2/-0
Fix preview showing on fast userpic click.

• • 6 files, +36/-16
Added userpic views to headers of forwarded messages.

• • 7 files, +23/-18
Beta version 5.0.5.

- Long press on chat userpic to show quick preview.
- Alt+Click on chat to show quick preview.
- Show author userpics in forwarded messages.

5/28/2024, 8:15:46 PM
• • 1 files, +1/-1
Fixed fake ability to hide webpage media with spoiler.

• • 2 files, +5/-1
Added back button to cloud password step in intro.

• • 1 files, +3/-1
Fixed color of radial animation in audio files from shared media.

• • 2 files, +21/-6
Improved labels for channel and group types with restricted content.

• • 3 files, +123/-28
Added ability to add proxy from clipboard.

• • 2 files, +16/-2
Added ability to hide every sponsored message to premium users.

• • 6 files, +20/-15
Version 5.0.4

- Fix reply to last message by Ctrl+Up in topics.
- Some other bug fixes.

5/28/2024, 4:45:44 PM
• • 18 files, +1204/-453
Fact check

• • 17 files, +1884/-34
Message effects

• • 34 files, +2225/-222
Stars

• • 19 files, +160/-95
Show caption above

• • 3 files, +74/-13
Disable unsupported entities in fact check

5/28/2024, 12:03:02 PM
• • 1 files, +1/-1
Fix missing animation in stickers panel

• • 2 files, +2/-2
Upgrade FFmpeg to `6.1.2` (FFmpeg/FFmpeg@f914c18)

• • 1 files, +1/-2
`GifReceiver`: Support playback of invalid/improperly encoded mp4 files

This fixes preview of video messages recorded by iOS app, looping of partially broken GIFs, and possibly some more edge cases

• • 1 files, +1/-1
Bump `version.jni` to `232.0.0`

5/1/2024, 5:16:09 PM
• • 1 files, +23/-6
Fix possible crash in common groups list.

Currently Data::Session::processChat() may change adminRights(),
that may change Data::CanSendAnyOf(peer, ...), that may lead to
Window::SessionController::updateThirdColumnToCurrentChat() call,
that destroys current third column to replace it with another one.

If common groups list was opened in the third column this will crash.

Fixes #27640.

5/1/2024, 2:00:44 PM
• • 1 files, +0/-2
Revert "Toggle search focus by escape."

This reverts commit 72d5a9b3e00e8f76fabbfb3e130efe371d2d5aaa.

• • 1 files, +10/-4
Focus chats search by Ctrl[Cmd]+F.

• • 2 files, +5/-3
Fix possible crash with custom wallpapered peers.

5/1/2024, 10:45:41 AM
• • 15 files, +554/-62
Implement live location view.

• • 1 files, +1/-1
Fix premium preview bullet-dots.

Regression was introduced in 88751896af.

• • 13 files, +238/-30
Update scheme, new sticker categories.

• • 5 files, +30/-4
Greeting category first in ChatIntro setup.

• • 3 files, +34/-23
Schedule no-response action runs at different times

To avoid rate limits

• • 1 files, +1/-1
Update User-Agent for DNS to Chrome .

• • 2 files, +2/-2
Update Linux Qt patches. Hope fixes crashes.

• • 1 files, +3/-1
Just focus the search field on Space.

5/1/2024, 9:00:43 AM
• • 1 files, +17/-17
Removed state sending of low level of battery to call participant.

• • 5 files, +7/-7
Slightly improved style of rpl text mapping.

• • 2 files, +10/-3
Added ability to translate selected text in profile section.

5/1/2024, 1:45:54 AM
• • 7 files, +86/-10
Emoji status: timer, option to set in context menu

• • 1 files, +2/-2
Fix displaying round video time

• • 5 files, +21/-6
Fix loading some sticker packs
Add 'Show Message' to reply context menu

• • 3 files, +13/-8
Fix 'mentioning' chats

• • 49 files, +103/-103
Build

4/30/2024, 5:04:13 PM
• • 1 files, +1/-1
Fix crash related to link preview when applying a draft from another device

• • 1 files, +1/-1
Version bump to `1707`

4/29/2024, 4:46:10 PM
• • 2 files, +28/-14
Fix unused system notification channels being restored during `Reset All Notifications`

This fixes seeing duplicate notification categories in system settings immediately after performing `Reset All Notifications` and possibly some other issues until app restart. This bug was causing issues only until app restart: old channels are always checked and removed during app initialization.

4/29/2024, 4:01:10 PM
• • 2 files, +2/-2
Fix article spelling.

• • 2 files, +22/-56
Use TRY_RESULT_PROMISE in LanguagePackManager.

• • 5 files, +28/-18
Check app-provided contact.user_id.

• • 1 files, +3/-3
Improve error message for empty start_parameter.

4/28/2024, 7:02:47 PM
• • 1 files, +36/-1
Added to moderate box number of all messages that will be deleted.

• • 4 files, +134/-10
Replaced box for leaving or deleting chat with generic box.

4/28/2024, 5:15:52 PM

Related Groups

For Web3
For Web3
technology653

Your one-stop shop for Web3 News, Events, Projects & People! ✨ Get daily news digest straight to your inbox!✨ No need to keep up with events & meetups; find them delivered to you!✨ Find a highly motivated & like-minded community!? forwebthree.comGm Frens ✨Welcome to the For Web3 Community!As the name suggests we are here for web3; to create more awareness, onboard more people, and help people stay up-to-date with web3!For Web 3 Media house is a news & media platform intending to showcase India as a leader in revolutionizing the next age of the Internet aka Web 3! We publish news, cover events, feature projects & showcase the next gen of buidlers!Why FW3 Community?✨ Get Daily News Digest straight to your inbox!✨ Learn about new Projects & Buidlers in detail every week! ✨ No need to keep up with events & meetups, be it Indian or International; find them delivered to you!✨ Learn about Web3 & Blockchain in a simple, concise, jargon-free way!✨ Web3 is boring without people; find a highly motivated & like-minded community!So, strap your seatbelts & get ready because we are just getting started!WAGMI ?

Solidus AI Chat Group
Solidus AI Chat Group
technology0.13M

? $AITECH now listed on these exchanges:Kucoin | Gate_io | HTX | MEXC | BitGet | BitMart | Pancakeswap✅ $AITECH Official Contract Address:0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944? What are Reserve Bonds? ? Reserve Bonds allow users to purchase tokens at a discounted rate, that vest over time. Each Reserve Bond is represented by an NFT and is exchanged for a single underlying asset. The discounted tokens gradually vest over a specific duration, becoming claimable to the holder of the Reserve Bond NFT incrementally.? What are Liquidity Bonds?✨ Liquidity Bonds offer users the opportunity to purchase tokens at a discount that vest over time, represented by an NFT, in exchange for Liquidity Provider (LP) tokens. The discounted tokens vest over a certain amount of time, becoming claimable to the holder of the Liquidity Bond NFT incrementally.? AITECH Pad Update!⭐️ AITECH Pad's latest update enables users to effortlessly transition between managing investments and claiming them. This new update optimizes portfolio management, improves accessibility, and simplifies the asset claiming process, all while prioritizing top-notch security standards.

AppleSwap AI | Global Group
AppleSwap AI | Global Group
technology53.78K

Appleswap AI - The all in one AI Technology Platform for all your cryptocurrency needs!?Channel:@AppleSwapAI_Announcement?Email: [email protected]? Dear Appleswap community,? Appleswap team would like to announce that we're working tirelessly with the Athene team to bring you the much-awaited Athene Mainnet and Athene Bridge, set to launch in Q2 2024! ?But that's not all! ? $AP is expected to be listed on major exchanges in Q2 2024! Stay tuned for more updates as we embark on this incredible journey together! ?Buy AP tokens on:? Appleswap ? DEX Screener? PancakeSwap Stake on Appleswap ?app.appleswap.ai/stake Stay tuned for more updates!

The Job Overflow - Recently asked Problems
The Job Overflow - Recently asked Problems
technology6.12K

The right package for interview help to switch to Product Based Companies led by Tech Professionals. We provide OAs and interview experience, and post it at thejoboverflow.com, and notify in the TGVisit the Pinned messages for our Community Guidelines ?I don't know if there is a simpler way, but I know a way of changing profile picture. TJO profile picture is linked to gravatar. 1.So go to gravatar. Com 2.Sign in with email you registered tjo with3.change profile picture at gravatar. That's all!Thanks for showing such mad excitement! We've now got some exciting news to share. The first-ever Masterclass by AlgoUniversity is all set to take place. Join us in this Resume Crafting session by none other than Manas Sir himself!Yep, you heard it right! Manas Sir is ready for spilling all his insider secrets on how he nailed his resume that made him travel to not one, not two, but three different countries ✈️. It's an exclusive opportunity to learn from the best!

SHIBARIUM TECH
SHIBARIUM TECH
technology26.75K

Group for  projects building on shibarium. Do your own research and be careful from scams. Shib admins will never DM you and are not responsible for SCAMTWITTER: @shibariumtechGroup link: t.me/+u2gOwsAGtANlNjBhDear Shibarium members, We are pleased to inform you that $BONE withdrawals and deposits for Shibarium are once again operational on gate.ioThank you for your patience and continued support.

Tech Talk by TnS
Tech Talk by TnS
technology254

This is a Mobile technology related discussion channel. You can chat with members of various regions and get a solution for your tech related problems, ask questions,etc.,TG Channel:- @technspiceWelcome to Tech Talk by TnS! ?Boost Your PC's Speed with These 3 Simple Tricks! You Won't Believe the Results!National Quantum Science and Technology Symposium (NQSTS) Event HighlightsBharatGPT - CoRover.ai and Google Cloud to Unveil India's cutting-edge language modeNetflix Alters Streaming Policy for Indian Films Worldwide

This website is not affiliated with Telegram. Visual content shown here might be copyrighted by rightful owners. No infringement intended.
DISCLAIMER: Infos without tag OFFICIAL posted on website are public, and wo are not responsible for the content on their media. Join or subscribe the info there maybe some risk with you. If you have any issueContact UsPlease!