TGX-Android/Telegram-X/main • 46b97ed • 7 files, +7/-364
Remove `VoIPController` layer for `libtgvoip`
TGX-Android/Telegram-X/main • 20a17ba • 3 files, +10/-0
Add ephemeral message change callbacks
TGX-Android/Telegram-X/main • 8ae036d • 1 files, +1/-1
Version bump to `1813`
#tgxandroid
Remove `VoIPController` layer for `libtgvoip`
TGX-Android/Telegram-X/main • 20a17ba • 3 files, +10/-0
Add ephemeral message change callbacks
TGX-Android/Telegram-X/main • 8ae036d • 1 files, +1/-1
Version bump to `1813`
#tgxandroid
🤨3🫡2
TGX-Android/Telegram-X/main • f61d8c5 • 7 files, +46/-560
Remove remaining rudimentary `libtgvoip` Java layer
TGX-Android/Telegram-X/main • ce50b6a • 12 files, +124/-46
Remove `tgcalls` from `legacy` flavor
#tgxandroid
Remove remaining rudimentary `libtgvoip` Java layer
TGX-Android/Telegram-X/main • ce50b6a • 12 files, +124/-46
Remove `tgcalls` from `legacy` flavor
#tgxandroid
🤨4🫡3
🤨3🫡2
DrKLO/Telegram/master • de379e7 • 1 files, +12/-1
Merge pull request #1833 from and-fed/fix-vibration-bug-android-14
#android
Merge pull request #1833 from and-fed/fix-vibration-bug-android-14
#android
🫡6
🫡5
🫡3👍1
New telegramdesktop/tdesktop release:
- Fix some tlottie incorrect renderings.
#tdesktop
v7.2.9 (stable)- Fix some tlottie incorrect renderings.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 52b5071 • 3 files, +162/-0
Added clang-tidy ban of qMin, qMax, qAbs and qBound.
telegramdesktop/tdesktop/dev • 3535faf • 91 files, +575/-291
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.
telegramdesktop/tdesktop/dev • 09071b4 • 3 files, +115/-4
Added refusal of banned functions in edits and in commits.
telegramdesktop/tdesktop/dev • 75228e0 • 2 files, +167/-37
Added rationing of comments to one line with WHY exception.
telegramdesktop/tdesktop/dev • 13aebb1 • 2 files, +260/-1
Added tests of house rules hook.
telegramdesktop/tdesktop/dev • 4e07bc8 • 1 files, +24/-1
Extended clang-tidy ban to Qt helpers wrapping std functions.
telegramdesktop/tdesktop/dev • 657ac99 • 13 files, +22/-21
Replaced qSwap, qMakePair and qSin with std equivalents.
telegramdesktop/tdesktop/dev • 3cd0f03 • 1 files, +2/-1
Added clang-tidy ban of qCeil.
telegramdesktop/tdesktop/dev • bc92322 • 9 files, +20/-17
Replaced qCeil with int(std::ceil()).
telegramdesktop/tdesktop/dev • fdc60c4 • 1 files, +2/-1
Added clang-tidy ban of qFloor.
telegramdesktop/tdesktop/dev • 9f3d070 • 9 files, +43/-21
Replaced qFloor with int(std::floor()).
telegramdesktop/tdesktop/dev • 3eece12 • 1 files, +2/-1
Added clang-tidy ban of qRound.
telegramdesktop/tdesktop/dev • 6e8d16b • 47 files, +164/-125
Replaced qRound with base::SafeRound.
telegramdesktop/tdesktop/dev • 5294555 • 2 files, +423/-465
Slightly improved code style in sticker set box.
#tdesktop
Added clang-tidy ban of qMin, qMax, qAbs and qBound.
telegramdesktop/tdesktop/dev • 3535faf • 91 files, +575/-291
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.
telegramdesktop/tdesktop/dev • 09071b4 • 3 files, +115/-4
Added refusal of banned functions in edits and in commits.
telegramdesktop/tdesktop/dev • 75228e0 • 2 files, +167/-37
Added rationing of comments to one line with WHY exception.
telegramdesktop/tdesktop/dev • 13aebb1 • 2 files, +260/-1
Added tests of house rules hook.
telegramdesktop/tdesktop/dev • 4e07bc8 • 1 files, +24/-1
Extended clang-tidy ban to Qt helpers wrapping std functions.
telegramdesktop/tdesktop/dev • 657ac99 • 13 files, +22/-21
Replaced qSwap, qMakePair and qSin with std equivalents.
telegramdesktop/tdesktop/dev • 3cd0f03 • 1 files, +2/-1
Added clang-tidy ban of qCeil.
telegramdesktop/tdesktop/dev • bc92322 • 9 files, +20/-17
Replaced qCeil with int(std::ceil()).
telegramdesktop/tdesktop/dev • fdc60c4 • 1 files, +2/-1
Added clang-tidy ban of qFloor.
telegramdesktop/tdesktop/dev • 9f3d070 • 9 files, +43/-21
Replaced qFloor with int(std::floor()).
telegramdesktop/tdesktop/dev • 3eece12 • 1 files, +2/-1
Added clang-tidy ban of qRound.
telegramdesktop/tdesktop/dev • 6e8d16b • 47 files, +164/-125
Replaced qRound with base::SafeRound.
telegramdesktop/tdesktop/dev • 5294555 • 2 files, +423/-465
Slightly improved code style in sticker set box.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • b7ff511 • 2 files, +613/-484
Slightly improved code style in stickers box.
telegramdesktop/tdesktop/dev • 3a34645 • 2 files, +647/-554
Slightly improved code style in field autocomplete.
telegramdesktop/tdesktop/dev • 24e6443 • 12 files, +67/-113
Replaced floorclamp and ceilclamp with Ui::RowsInRange.
telegramdesktop/tdesktop/dev • 6714926 • 1 files, +135/-129
Slightly improved code style in country select box.
telegramdesktop/tdesktop/dev • 4542a0e • 1 files, +3/-0
Fixed hold-to-speedup reset by seek or quality change in media viewer.
telegramdesktop/tdesktop/dev • aca7dd8 • 2 files, +19/-3
Fixed video frame timing at non-default playback speed.
telegramdesktop/tdesktop/dev • e1ef28b • 1 files, +1/-1
Fixed out of range alpha in speed boost arrows from media viewer.
telegramdesktop/tdesktop/dev • 0b63ca4 • 1 files, +12/-2
Fixed shortcuts on non-latin layouts in media viewer.
telegramdesktop/tdesktop/dev • db34056 • 11 files, +126/-372
Remove legacy interpret path helper.
telegramdesktop/tdesktop/dev • 0bf3e7e • 3 files, +88/-51
Fix the scale of the external webapp shell.
telegramdesktop/tdesktop/dev • 9ce8e9b • 1 files, +1/-1
Update lib_webview.
telegramdesktop/tdesktop/dev • 8316d84 • 3 files, +3/-3
Update tlottie to latest revision.
telegramdesktop/tdesktop/dev • 8d5cf86 • 1 files, +40/-13
Fixed profile about copy and translate including peer id.
telegramdesktop/tdesktop/dev • 173c0f1 • 3 files, +37/-21
Make the unsupported notice badge smaller and pointy
#tdesktop
Slightly improved code style in stickers box.
telegramdesktop/tdesktop/dev • 3a34645 • 2 files, +647/-554
Slightly improved code style in field autocomplete.
telegramdesktop/tdesktop/dev • 24e6443 • 12 files, +67/-113
Replaced floorclamp and ceilclamp with Ui::RowsInRange.
telegramdesktop/tdesktop/dev • 6714926 • 1 files, +135/-129
Slightly improved code style in country select box.
telegramdesktop/tdesktop/dev • 4542a0e • 1 files, +3/-0
Fixed hold-to-speedup reset by seek or quality change in media viewer.
telegramdesktop/tdesktop/dev • aca7dd8 • 2 files, +19/-3
Fixed video frame timing at non-default playback speed.
telegramdesktop/tdesktop/dev • e1ef28b • 1 files, +1/-1
Fixed out of range alpha in speed boost arrows from media viewer.
telegramdesktop/tdesktop/dev • 0b63ca4 • 1 files, +12/-2
Fixed shortcuts on non-latin layouts in media viewer.
telegramdesktop/tdesktop/dev • db34056 • 11 files, +126/-372
Remove legacy interpret path helper.
telegramdesktop/tdesktop/dev • 0bf3e7e • 3 files, +88/-51
Fix the scale of the external webapp shell.
telegramdesktop/tdesktop/dev • 9ce8e9b • 1 files, +1/-1
Update lib_webview.
telegramdesktop/tdesktop/dev • 8316d84 • 3 files, +3/-3
Update tlottie to latest revision.
telegramdesktop/tdesktop/dev • 8d5cf86 • 1 files, +40/-13
Fixed profile about copy and translate including peer id.
telegramdesktop/tdesktop/dev • 173c0f1 • 3 files, +37/-21
Make the unsupported notice badge smaller and pointy
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 0b7af2d • 3 files, +12/-4
Patch tlottie to fix broken sticker rendering
telegramdesktop/tdesktop/dev • 7878992 • 1 files, +1/-1
Update lib_ui.
telegramdesktop/tdesktop/dev • 73f055c • 6 files, +10/-11
Use brace-init instead of make_pair.
telegramdesktop/tdesktop/dev • b0e8237 • 2 files, +4/-4
Fix build on x64 with Qt 5.
telegramdesktop/tdesktop/dev • fb2e332 • 6 files, +19/-15
Version 7.2.9.
#tdesktop
Patch tlottie to fix broken sticker rendering
telegramdesktop/tdesktop/dev • 7878992 • 1 files, +1/-1
Update lib_ui.
telegramdesktop/tdesktop/dev • 73f055c • 6 files, +10/-11
Use brace-init instead of make_pair.
telegramdesktop/tdesktop/dev • b0e8237 • 2 files, +4/-4
Fix build on x64 with Qt 5.
telegramdesktop/tdesktop/dev • fb2e332 • 6 files, +19/-15
Version 7.2.9.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 089118f • 1 files, +2/-2
Replace a leftover qCeil in the external webapp shell.
#tdesktop
Replace a leftover qCeil in the external webapp shell.
#tdesktop
🫡3
🫡3
Assets for release
• Windows on ARM: Portable
• Windows 64 bit: Portable
• Windows 32 bit: Portable
• Linux 64 bit: Binary
• macOS 10.13+: Installer
• Windows on ARM: Installer
• Windows 64 bit: Installer
• Windows 32 bit: Installer
• Source code (tar.gz, full)
#tdesktop
v7.2.9 of telegramdesktop/tdesktop:• Windows on ARM: Portable
• Windows 64 bit: Portable
• Windows 32 bit: Portable
• Linux 64 bit: Binary
• macOS 10.13+: Installer
• Windows on ARM: Installer
• Windows 64 bit: Installer
• Windows 32 bit: Installer
• Source code (tar.gz, full)
#tdesktop
🫡2
telegramdesktop/tdesktop/public-canary • 7603c04 • 3 files, +0/-0
Delete unused account_check icon rasters
telegramdesktop/tdesktop/public-canary • a3296c6 • 2 files, +11/-2
Correct shared media index writes and viewer counts
telegramdesktop/tdesktop/public-canary • c5e7ede • 1 files, +16/-3
Re-index a sent message only when its thread moves
telegramdesktop/tdesktop/public-canary • e444576 • 2 files, +60/-6
Derive the pinned bar's topic root from the thread
telegramdesktop/tdesktop/public-canary • 6b40ae9 • 2 files, +1/-1
Pair the uploaded media edit's shared media removal
telegramdesktop/tdesktop/public-canary • 5c5b0d8 • 1 files, +20/-5
Drop a sent message from the shared media lists it left
telegramdesktop/tdesktop/public-canary • 7d0464c • 1 files, +3/-3
Don't keep a media reference across rich page changes
telegramdesktop/tdesktop/public-canary • e42205a • 5 files, +30/-13
Don't lower shared media counts for unindexed messages
telegramdesktop/tdesktop/public-canary • 0c66316 • 7 files, +40/-56
Tie stored pinned index writes to the pinned flag
telegramdesktop/tdesktop/public-canary • 2c9629b • 2 files, +52/-1
Write the pinned thread index only in forum peers
telegramdesktop/tdesktop/public-canary • 839febb • 2 files, +5/-2
Give a saved sublist its own pinned message list
telegramdesktop/tdesktop/public-canary • d32ca28 • 1 files, +6/-0
Retire shared media of a deleted topic with no object
telegramdesktop/tdesktop/public-canary • 075437f • 5 files, +31/-0
Retire all topic shared media when a forum is destroyed
#tdesktop
Delete unused account_check icon rasters
telegramdesktop/tdesktop/public-canary • a3296c6 • 2 files, +11/-2
Correct shared media index writes and viewer counts
telegramdesktop/tdesktop/public-canary • c5e7ede • 1 files, +16/-3
Re-index a sent message only when its thread moves
telegramdesktop/tdesktop/public-canary • e444576 • 2 files, +60/-6
Derive the pinned bar's topic root from the thread
telegramdesktop/tdesktop/public-canary • 6b40ae9 • 2 files, +1/-1
Pair the uploaded media edit's shared media removal
telegramdesktop/tdesktop/public-canary • 5c5b0d8 • 1 files, +20/-5
Drop a sent message from the shared media lists it left
telegramdesktop/tdesktop/public-canary • 7d0464c • 1 files, +3/-3
Don't keep a media reference across rich page changes
telegramdesktop/tdesktop/public-canary • e42205a • 5 files, +30/-13
Don't lower shared media counts for unindexed messages
telegramdesktop/tdesktop/public-canary • 0c66316 • 7 files, +40/-56
Tie stored pinned index writes to the pinned flag
telegramdesktop/tdesktop/public-canary • 2c9629b • 2 files, +52/-1
Write the pinned thread index only in forum peers
telegramdesktop/tdesktop/public-canary • 839febb • 2 files, +5/-2
Give a saved sublist its own pinned message list
telegramdesktop/tdesktop/public-canary • d32ca28 • 1 files, +6/-0
Retire shared media of a deleted topic with no object
telegramdesktop/tdesktop/public-canary • 075437f • 5 files, +31/-0
Retire all topic shared media when a forum is destroyed
#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary • 1e60e90 • 1 files, +6/-4
Guard the live-topic media unload against a zero root
telegramdesktop/tdesktop/public-canary • 55d5ad0 • 1 files, +6/-4
Guard the forum teardown media unload against a zero root
telegramdesktop/tdesktop/public-canary • 56530aa • 2 files, +4/-4
Resolve the self peer sublist in the shared resolver
telegramdesktop/tdesktop/public-canary • f846ff7 • 2 files, +0/-2
Drop the write-only monoforum id from top controls
telegramdesktop/tdesktop/public-canary • e06347e • 1 files, +1/-1
Read the inbox when a sublist has no parent chat
telegramdesktop/tdesktop/public-canary • 796eab2 • 1 files, +2/-8
Use the shared sublist resolver in the player panel
telegramdesktop/tdesktop/public-canary • 9a04a5b • 4 files, +35/-0
Request pinned messages when a pin is not loaded
telegramdesktop/tdesktop/public-canary • e583fc5 • 6 files, +21/-10
Open a saved sublist's own shared media page
telegramdesktop/tdesktop/public-canary • 2237d47 • 9 files, +63/-43
Align sublist media count, query and window keys
telegramdesktop/tdesktop/public-canary • 90d6974 • 4 files, +55/-3
Keep Info pages on their topic or sublist
telegramdesktop/tdesktop/public-canary • c5e533f • 1 files, +12/-10
Tear down Info after a sublist is destroyed
telegramdesktop/tdesktop/public-canary • 67f8a82 • 1 files, +14/-12
Clear Info immediately when its sublist dies
telegramdesktop/tdesktop/public-canary • d8ddaff • 1 files, +9/-13
Always drop an Info wrap when its sublist dies
#tdesktop
Guard the live-topic media unload against a zero root
telegramdesktop/tdesktop/public-canary • 55d5ad0 • 1 files, +6/-4
Guard the forum teardown media unload against a zero root
telegramdesktop/tdesktop/public-canary • 56530aa • 2 files, +4/-4
Resolve the self peer sublist in the shared resolver
telegramdesktop/tdesktop/public-canary • f846ff7 • 2 files, +0/-2
Drop the write-only monoforum id from top controls
telegramdesktop/tdesktop/public-canary • e06347e • 1 files, +1/-1
Read the inbox when a sublist has no parent chat
telegramdesktop/tdesktop/public-canary • 796eab2 • 1 files, +2/-8
Use the shared sublist resolver in the player panel
telegramdesktop/tdesktop/public-canary • 9a04a5b • 4 files, +35/-0
Request pinned messages when a pin is not loaded
telegramdesktop/tdesktop/public-canary • e583fc5 • 6 files, +21/-10
Open a saved sublist's own shared media page
telegramdesktop/tdesktop/public-canary • 2237d47 • 9 files, +63/-43
Align sublist media count, query and window keys
telegramdesktop/tdesktop/public-canary • 90d6974 • 4 files, +55/-3
Keep Info pages on their topic or sublist
telegramdesktop/tdesktop/public-canary • c5e533f • 1 files, +12/-10
Tear down Info after a sublist is destroyed
telegramdesktop/tdesktop/public-canary • 67f8a82 • 1 files, +14/-12
Clear Info immediately when its sublist dies
telegramdesktop/tdesktop/public-canary • d8ddaff • 1 files, +9/-13
Always drop an Info wrap when its sublist dies
#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary • ddbc3ce • 6 files, +90/-34
Reach unloaded pins on thread keys and updates
telegramdesktop/tdesktop/public-canary • c2c0585 • 3 files, +11/-4
Rebind Info wrap teardown when a sublist is replaced
telegramdesktop/tdesktop/public-canary • d139ca0 • 2 files, +14/-10
Tear down Layer Info instantly when its sublist dies
telegramdesktop/tdesktop/public-canary • 7ed2053 • 2 files, +17/-14
Queue Info wrap teardown off sublist destroyed()
telegramdesktop/tdesktop/public-canary • 66ea89b • 3 files, +19/-21
Hide Layer Info before its sublist is erased
telegramdesktop/tdesktop/public-canary • ac9233d • 2 files, +15/-18
Preserve teardown stream across Info wrap removal
telegramdesktop/tdesktop/public-canary • c177cf2 • 1 files, +0/-1
Remove stale Info teardown implementation note
telegramdesktop/tdesktop/public-canary • 8ddf07c • 1 files, +3/-2
Keep saved sublists alive through item teardown
telegramdesktop/tdesktop/public-canary • 978b3bf • 4 files, +39/-20
Align sublist media counts, windows and titles
telegramdesktop/tdesktop/public-canary • 28d6b25 • 1 files, +7/-5
Show the new window tooltip only on entries that have one
telegramdesktop/tdesktop/public-canary • ae84297 • 4 files, +90/-67
Unify sublist media window ids and persisted titles
telegramdesktop/tdesktop/public-canary • bcfd0a0 • 1 files, +2/-2
Limit media topic context to forum chats
telegramdesktop/tdesktop/public-canary • 353be0f • 164 files, +11908/-1278
Slightly improved photo editor. (Combined commit.)
#tdesktop
Reach unloaded pins on thread keys and updates
telegramdesktop/tdesktop/public-canary • c2c0585 • 3 files, +11/-4
Rebind Info wrap teardown when a sublist is replaced
telegramdesktop/tdesktop/public-canary • d139ca0 • 2 files, +14/-10
Tear down Layer Info instantly when its sublist dies
telegramdesktop/tdesktop/public-canary • 7ed2053 • 2 files, +17/-14
Queue Info wrap teardown off sublist destroyed()
telegramdesktop/tdesktop/public-canary • 66ea89b • 3 files, +19/-21
Hide Layer Info before its sublist is erased
telegramdesktop/tdesktop/public-canary • ac9233d • 2 files, +15/-18
Preserve teardown stream across Info wrap removal
telegramdesktop/tdesktop/public-canary • c177cf2 • 1 files, +0/-1
Remove stale Info teardown implementation note
telegramdesktop/tdesktop/public-canary • 8ddf07c • 1 files, +3/-2
Keep saved sublists alive through item teardown
telegramdesktop/tdesktop/public-canary • 978b3bf • 4 files, +39/-20
Align sublist media counts, windows and titles
telegramdesktop/tdesktop/public-canary • 28d6b25 • 1 files, +7/-5
Show the new window tooltip only on entries that have one
telegramdesktop/tdesktop/public-canary • ae84297 • 4 files, +90/-67
Unify sublist media window ids and persisted titles
telegramdesktop/tdesktop/public-canary • bcfd0a0 • 1 files, +2/-2
Limit media topic context to forum chats
telegramdesktop/tdesktop/public-canary • 353be0f • 164 files, +11908/-1278
Slightly improved photo editor. (Combined commit.)
#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary • 1cb992e • 19 files, +447/-58
Added ability to unpack archives from send files box. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 85c98f9 • 11 files, +170/-18
Switched Windows builds to Qt 6. (Combined commit.)
telegramdesktop/tdesktop/public-canary • bec51bf • 32 files, +1228/-46
Added ability to stash typed text from input field. (Combined commit.)
telegramdesktop/tdesktop/public-canary • ae2279b • 5 files, +52/-14
Fixed sped up tail of some videos in history view.
#tdesktop
Added ability to unpack archives from send files box. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 85c98f9 • 11 files, +170/-18
Switched Windows builds to Qt 6. (Combined commit.)
telegramdesktop/tdesktop/public-canary • bec51bf • 32 files, +1228/-46
Added ability to stash typed text from input field. (Combined commit.)
telegramdesktop/tdesktop/public-canary • ae2279b • 5 files, +52/-14
Fixed sped up tail of some videos in history view.
#tdesktop
🫡3
New TGX-Android/Telegram-X release:
**Telegram X** `Telegram X 0.29.0.1813` has been released. You can review all changes in the source code [here](https://github.com/TGX-Android/Telegram-X/compare/4ac597ca...9312ace3).
## Download
* **[Google Play](https://play.google.com/store/apps/details?id=org.thunderdog.challegram)** ([subscribe to beta](https://play.google.com/apps/testing/org.thunderdog.challegram))
* **[GitHub Releases](https://github.com/TGX-Android/Telegram-X/releases)**
* **[Telegram X APKs & Build Info](https://t.me/tgx_log)**
## Checksums
You can always check if checksum of an APK you downloaded corresponds to any official Telegram X build via [@tgx_bot](https://t.me/tgx_bot).
<details><summary>Checksums for <code>Telegram X 0.29.0.1813</code>. Tap to expand</summary>
---
#### universal
**SHA-256**: [c207f6bbb32849db173815b40a34974d33278b3d12ee62d9c6cf80579d31ea9e](https://t.me/tgx_bot?start=c207f6bbb32849db173815b40a34974d33278b3d12ee62d9c6cf80579d31ea9e)
**SHA-1**: [eb03d8b7a99269a73a151d6cb87013fb9fa4e521](https://t.me/tgx_bot?start=eb03d8b7a99269a73a151d6cb87013fb9fa4e521)
**MD5**: [87cd1b63412b3d463df2ccae35947168](https://t.me/tgx_bot?start=87cd1b63412b3d463df2ccae35947168)
---
#### arm64-v8a
**SHA-256**: [70ae701c590ec277387bbd2b71f1ba7cc21c7b03c25e464b5b73e1ce817386db](https://t.me/tgx_bot?start=70ae701c590ec277387bbd2b71f1ba7cc21c7b03c25e464b5b73e1ce817386db)
**SHA-1**: [fed6c0b9b0cb0bc0d615eec8e89bb70f7f1759c0](https://t.me/tgx_bot?start=fed6c0b9b0cb0bc0d615eec8e89bb70f7f1759c0)
**MD5**: [5b1ef86cafd3c76d33058dfc93237c67](https://t.me/tgx_bot?start=5b1ef86cafd3c76d33058dfc93237c67)
---
#### armeabi-v7a
**SHA-256**: [ba34054eb1c51345f63b8a71d4c43a4e2b0fc26d355eea54075041d80aac618b](https://t.me/tgx_bot?start=ba34054eb1c51345f63b8a71d4c43a4e2b0fc26d355eea54075041d80aac618b)
**SHA-1**: [f58208ceef9901d13e2a03c1a000d248c9f3ee55](https://t.me/tgx_bot?start=f58208ceef9901d13e2a03c1a000d248c9f3ee55)
**MD5**: [d23dcd6793e8f71d58fe2cb12239b0f0](https://t.me/tgx_bot?start=d23dcd6793e8f71d58fe2cb12239b0f0)
---
#### x64
**SHA-256**: [e3fcfae8017861b98b3a75cf382eebc3a0d51944d679b13ed9c93df31b007751](https://t.me/tgx_bot?start=e3fcfae8017861b98b3a75cf382eebc3a0d51944d679b13ed9c93df31b007751)
**SHA-1**: [ab735d2747b35043d5a3cbe1041b96d1b44ef5a9](https://t.me/tgx_bot?start=ab735d2747b35043d5a3cbe1041b96d1b44ef5a9)
**MD5**: [6f2ceeb4e3767a85044b0c8c06ef254d](https://t.me/tgx_bot?start=6f2ceeb4e3767a85044b0c8c06ef254d)
---
#### x86
**SHA-256**: [8b72ea2254e3779c1f109db70b0eea2defa28ed88946e20c2c88221d8cecc80f](https://t.me/tgx_bot?start=8b72ea2254e3779c1f109db70b0eea2defa28ed88946e20c2c88221d8cecc80f)
**SHA-1**: [f2c9ca357f01720ed8acb1e5abcfee2a42052f73](https://t.me/tgx_bot?start=f2c9ca357f01720ed8acb1e5abcfee2a42052f73)
**MD5**: [60c85772174ef0f41acc03c925272a52](https://t.me/tgx_bot?start=60c85772174ef0f41acc03c925272a52)
---
#### marshmallow-universal
**SHA-256**: [ec3bfcfebde42b73ab72fd5b061
#tgxandroid
v0.29.0.1813 (stable)**Telegram X** `Telegram X 0.29.0.1813` has been released. You can review all changes in the source code [here](https://github.com/TGX-Android/Telegram-X/compare/4ac597ca...9312ace3).
## Download
* **[Google Play](https://play.google.com/store/apps/details?id=org.thunderdog.challegram)** ([subscribe to beta](https://play.google.com/apps/testing/org.thunderdog.challegram))
* **[GitHub Releases](https://github.com/TGX-Android/Telegram-X/releases)**
* **[Telegram X APKs & Build Info](https://t.me/tgx_log)**
## Checksums
You can always check if checksum of an APK you downloaded corresponds to any official Telegram X build via [@tgx_bot](https://t.me/tgx_bot).
<details><summary>Checksums for <code>Telegram X 0.29.0.1813</code>. Tap to expand</summary>
---
#### universal
**SHA-256**: [c207f6bbb32849db173815b40a34974d33278b3d12ee62d9c6cf80579d31ea9e](https://t.me/tgx_bot?start=c207f6bbb32849db173815b40a34974d33278b3d12ee62d9c6cf80579d31ea9e)
**SHA-1**: [eb03d8b7a99269a73a151d6cb87013fb9fa4e521](https://t.me/tgx_bot?start=eb03d8b7a99269a73a151d6cb87013fb9fa4e521)
**MD5**: [87cd1b63412b3d463df2ccae35947168](https://t.me/tgx_bot?start=87cd1b63412b3d463df2ccae35947168)
---
#### arm64-v8a
**SHA-256**: [70ae701c590ec277387bbd2b71f1ba7cc21c7b03c25e464b5b73e1ce817386db](https://t.me/tgx_bot?start=70ae701c590ec277387bbd2b71f1ba7cc21c7b03c25e464b5b73e1ce817386db)
**SHA-1**: [fed6c0b9b0cb0bc0d615eec8e89bb70f7f1759c0](https://t.me/tgx_bot?start=fed6c0b9b0cb0bc0d615eec8e89bb70f7f1759c0)
**MD5**: [5b1ef86cafd3c76d33058dfc93237c67](https://t.me/tgx_bot?start=5b1ef86cafd3c76d33058dfc93237c67)
---
#### armeabi-v7a
**SHA-256**: [ba34054eb1c51345f63b8a71d4c43a4e2b0fc26d355eea54075041d80aac618b](https://t.me/tgx_bot?start=ba34054eb1c51345f63b8a71d4c43a4e2b0fc26d355eea54075041d80aac618b)
**SHA-1**: [f58208ceef9901d13e2a03c1a000d248c9f3ee55](https://t.me/tgx_bot?start=f58208ceef9901d13e2a03c1a000d248c9f3ee55)
**MD5**: [d23dcd6793e8f71d58fe2cb12239b0f0](https://t.me/tgx_bot?start=d23dcd6793e8f71d58fe2cb12239b0f0)
---
#### x64
**SHA-256**: [e3fcfae8017861b98b3a75cf382eebc3a0d51944d679b13ed9c93df31b007751](https://t.me/tgx_bot?start=e3fcfae8017861b98b3a75cf382eebc3a0d51944d679b13ed9c93df31b007751)
**SHA-1**: [ab735d2747b35043d5a3cbe1041b96d1b44ef5a9](https://t.me/tgx_bot?start=ab735d2747b35043d5a3cbe1041b96d1b44ef5a9)
**MD5**: [6f2ceeb4e3767a85044b0c8c06ef254d](https://t.me/tgx_bot?start=6f2ceeb4e3767a85044b0c8c06ef254d)
---
#### x86
**SHA-256**: [8b72ea2254e3779c1f109db70b0eea2defa28ed88946e20c2c88221d8cecc80f](https://t.me/tgx_bot?start=8b72ea2254e3779c1f109db70b0eea2defa28ed88946e20c2c88221d8cecc80f)
**SHA-1**: [f2c9ca357f01720ed8acb1e5abcfee2a42052f73](https://t.me/tgx_bot?start=f2c9ca357f01720ed8acb1e5abcfee2a42052f73)
**MD5**: [60c85772174ef0f41acc03c925272a52](https://t.me/tgx_bot?start=60c85772174ef0f41acc03c925272a52)
---
#### marshmallow-universal
**SHA-256**: [ec3bfcfebde42b73ab72fd5b061
#tgxandroid
🫡3
telegramdesktop/tdesktop/public-canary • 6936805 • 1 files, +22/-15
Fixed system media controls state after video story with stopped player.
#tdesktop
Fixed system media controls state after video story with stopped player.
#tdesktop
🫡2
morethanwords/tweb/master • e22fdde • 5 files, +368/-34
Stop the avatar wake-up registry from owning what it tracks
morethanwords/tweb/master • ffd9250 • 6 files, +231/-62
Share one weak subscription across every scrollable
morethanwords/tweb/master • 2556fc9 • 300 files, +12660/-13494
Rewrite the popups on the SolidJS shell
morethanwords/tweb/master • 44f22a5 • 1 files, +121/-0
Assert the popup shell's layout promises in the sandbox sweep
#webk
Stop the avatar wake-up registry from owning what it tracks
morethanwords/tweb/master • ffd9250 • 6 files, +231/-62
Share one weak subscription across every scrollable
morethanwords/tweb/master • 2556fc9 • 300 files, +12660/-13494
Rewrite the popups on the SolidJS shell
morethanwords/tweb/master • 44f22a5 • 1 files, +121/-0
Assert the popup shell's layout promises in the sandbox sweep
#webk
🫡3
🫡2