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

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

Ashish Technical Services | OFFICIAL ?️ ?️
Ashish Technical Services | OFFICIAL ?️ ?️
technology3.79K

Pixel OS 14.0 Official For Mi 11X & POCO F3 | Android 14 QPR2 | Refreshed Feature | Security UpdatePOCO F1 - Project Elixir 4.2 Official - Android 14 QPR2 - Redesign Settings & New FeaturesHyper OS 1.0.1.0 Update For Redmi Note 5 Pro | Android 13 | Depth Wallpaper | Full Detailed ReviewMIUI SR 13 War Edition For Redmi Note 5 Pro | Android 12 | Bugs & Features | Full Detailed ReviewPOCO F1 - Pixel Experience Plus (EOL) Update - Android 13 - New Changes & April Security PatchHyperArt 1.0.5.0 V2 Port For Mi 11X & POCO F3 | Android 14 | Smoothness | Full Detailed ReviewCrDroid 10.4 For Redmi Note 4 | Android 14 QPR2 | New Features & Security UpdateUpdates & NewsChannel :- @Ashishts007

MEMENexusAI
MEMENexusAI
technology673

MENE is an AI-driven groundbreaking platform at the intersection of internet meme culture, blockchain technology, Artificial Intelligence (AI) and the billions of dollars captivating market share.We are finaliizing the first utility where you can build your own meme coin using our AI. With a feew steps you will be able to get:1. Meme token idea2. Token Contract3. Name4. Whitepaper5. Posts for social media6. Graphics7. Website8. Content

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 ?

$BNRY by The Binary Holdings
$BNRY by The Binary Holdings
technology44.32K

The Binary Holdings, together with its subsidiaries, engages in the digital social, digital tech & products, and digital financial service businesses in Southeast Asia, Middle East, Africa, rest of Asia, and internationally.https://www.thebinaryholdings.

News | SimpleSwap
News | SimpleSwap
technology317

Official chat of SimpleSwap.io Telegram channel @SimpleSwapAnother piece of content from the Web3 Family Conference is a big video  where we discuss cryptocurrency market predictions with the drivers of industry! Crypto experts from Lido Dao, Cosmos SDK, Decentraland, Chainlink, Outlier Ventures shared their vision on the future of the market ⬇️

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!