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

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.

Kima Network
Kima Network
technology96.25K

The Decentralized Money Transfer Protocol Revolutionizing Financial Interoperability. Incubated by @ChainGPT Announcements: t.me/KimaNetworkNews? HackaTRON Season 6 Twitter Space is LIVE TODAY! ?We're thrilled to announce that Kima is joining today's Twitter Space hosted by TRON DAO. ?As a proud Platinum Sponsor of HackaTRON Season 6, we're excited to dive into discussions on emerging blockchain technologies, the latest in the Bitcoin and crypto ecosystems, and share insights into the innovative solutions alongside esteemed projects:✅Chain GPT✅AI Tech✅GT-Protocol✅Router Protocol✅Moby Media⭐️ Highlight: Our CMO, Tomer Warschauer Nuni, will be speaking at the Bitcoin Halving celebration, showcasing how Kima is shaping the future of blockchain technology.

Technobuzznet OFFICIAL
Technobuzznet OFFICIAL
technology18.37K

Official Group of Technobuzz.net (https://www.youtube.com/user/Technobuzznet/videos) Channel @androidthemesTB

AlgoTech (ALGT)
AlgoTech (ALGT)
technology12.39K

A decentralized algorithmic crypto trading platform to revolutionize trading and investment with innovative technologies and automation??STAGE 3 Extension??Hello Everyone,We're delighted to share some exciting news with you!????First and foremost, we're pleased to announce that all dividends have been successfully released and paid to all investors in levels 1-8! This is just a taste of what's to come – moving forward, you can expect a dividend once per month from the profits generated by our algorithms through our AUM. We hope this news brings a smile to your face!????But wait, there's more! We've got another major update to share. We've recently sold off our entire Stage 4 token supply to an institutional client (family office). While they initially expressed interest in purchasing the entire supply during presale, they've settled for Stage 4 instead. Due to this exciting development and the numerous requests we've received, we've made the decision to extend the presale until Stage 3 sells out.??Currently, there are only around 30,000,000 ALGT tokens left in Stage 3. Instead of burning these tokens, we're offering you the incredible opportunity to purchase them at $0.08 each before we release the token on DEX for $0.15. This is your chance to get in early and secure your investment at a discounted rate!????We truly hope you appreciate these decisions as much as we do, and we're counting on your support to help us sell out this stage as soon as possible.????In addition to these developments, I am pleased to announce that the initial token airdrop is scheduled to occur within the next 10 days. This milestone represents the commencement of token distribution, a pivotal moment in our journey together.????We are deeply encouraged by these advancements and remain steadfast in our commitment to delivering value to our investors. Your continued support is paramount as we navigate this transformative phase.????Thank you for your confidence in our vision.Let's make this happen together!

AmpereChain - Connect the World
AmpereChain - Connect the World
technology7.35K

AmpereChain: The fastest D-QBFT blockchain with AMPERE crypto. Pioneering EVM public chain with privacy nodes. Unmatched speed, efficiency, privacy, and TPS. #DecentralizedTechDear Community,I have received lot of DM regarding vesting time of migration.Considering queries and objection we have decided to go with voting for merging decision1. Project is registered and they have shared formation, approval certificate2. There is one way(Either go with them or reject them). Once we opt for rejection we are completely out3. Our community must have to understand they are yet in presale and asking all tokens to release without reaching certain market cap will crash project. I had discussion with him for early release and he highlighted it. Many of you have intention to exit but none of project owner will allow such crash4. I asked same questions to seed funding users few days back and they opted to stay with them5. Dom and Moh already left project with no backing to support itI have clearly mentioned positive as well as negative side with our current situation.Requesting everyone to vote for next 3 days which will help us to go forward or return back to previous steps leaving them.

Nomota Al
Nomota Al
technology2.41K

In the fusion of technology and creativity, limitless innovation blossoms.Portal: https://t.me/NomotaAlMIGRATION IS LIVE NOMOTA AI V2remember to migrate your old token via our dApp below1. scroll down and select migrate 2. connect wallet and confirm signature request button that pop up3. this will move your token from the old contract to the new contract address4. once signature request is confirmed successfully refresh wallet your V2 token will be there

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!