Ilya Laktyushin
|
3e6363abf9
|
Various improvements
|
2026-05-28 16:50:05 +02:00 |
|
isaac
|
301be02a89
|
Update localization
|
2026-04-29 21:23:36 +04:00 |
|
Ilya Laktyushin
|
92c350b559
|
Fix external text sharing
|
2026-04-28 21:18:02 +02:00 |
|
isaac
|
49709e3231
|
Merge commit '12bb7a851cc0a3a63a9119f6ba61f6baa53b6834'
|
2026-04-28 00:44:58 +04:00 |
|
isaac
|
55b2b47797
|
Various improvements
|
2026-04-28 00:44:54 +04:00 |
|
Ilya Laktyushin
|
7fdc1ea1d2
|
Game link support
|
2026-04-27 16:57:23 +02:00 |
|
 isaacandClaude Opus 4.7
|
2ac8a490b0
|
Postbox -> TelegramEngine waves 94-102 (squashed)
Adds AccountManagerResources facade in TelegramCore mirroring
TelegramEngine.Resources, drains the entire accountManager-side
mediaBox refactor across consumer modules, and validates the
Shape-C/D handle-migration pattern (account: Account ->
engine: TelegramEngine) on three classes.
Wave 94 (AccountManagerResources facade + 8 sites): new
AccountManagerResources class in TelegramCore with
storeResourceData, completedResourcePath (resource + id overloads),
status (with approximateSynchronousValue), moveResourceData,
fetch. Migrate EditThemeController (5 storeResourceData + 2
completedResourcePath) and WebBrowserSettingsController (1
storeResourceData).
Wave 95 (10 sites): WallpaperUtils.swift sweep, 5 distinct
storeResourceData patterns, replace_all on the two repeated ones.
Wave 96 (7 sites): theme controller triple — TPC (1 store + 2
moveResourceData), TPCN (1 status + 1 fetch + closure type
MediaResourceStatus -> EngineMediaResource.FetchStatus + rename
account local to engine), TAC (1 completedResourcePath + 1 store).
Wave 97 (9 sites): WallpaperGalleryController.swift, 4
completedResourcePath + 5 storeResourceData via replace_all.
Wave 98 (2 files): WallpaperGallery status-type cascade
Promise<MediaResourceStatus> -> Promise<EngineMediaResource.FetchStatus>
across WallpaperGalleryItem.swift + WallpaperGalleryController.swift.
Drops cosmetic `_asStatus()` unwrap.
Wave 99 (2 facade extensions + 7 sites): adds
AccountManagerResources.data() and approximateSynchronousValue
to engine.resources.status(). Migrates OpenResolvedUrl (data +
storeResourceData with .complete -> .isComplete cascade),
SettingsThemeWallpaperNode (paired engine + accountManager
status), WallpaperUploadManager, OpenChatMessage,
LiveChatReactionStreamView.
Wave 100 (Shape-C/D, free function): legacyWebSearchItem
account: Account -> engine: TelegramEngine. 4 files.
Wave 101 (Shape-C/D, small class): VerticalListContextResults
ChatInputPanelItem stored field migration. 2 files. Drops
`|> map(EngineMediaResource.FetchStatus.init)` redundancy.
Wave 102 (Shape-C/D, medium class with weak-context retention):
SharedMediaPlayer account: Account -> engine: TelegramEngine.
Engine field is intentionally a strong handle since the class
stores context as `weak var`. 2 files.
After this squash the accountManager-side mediaBox refactor is
essentially complete; only Postbox-protocol-blocked
cachedResourceRepresentation triple remains as the foundational
deferred item.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-26 02:46:44 +04:00 |
|
 isaacandClaude Opus 4.7
|
d1aa0db537
|
Postbox -> TelegramEngine waves 46-93 (squashed)
Squash of 63 commits spanning waves 46-93 (plus interspersed docs commits)
of the gradual Postbox->TelegramEngine consumer-side migration.
Scope: 139 files changed, 2123 insertions(+), 452 deletions(-).
## Themes by wave-block
**Waves 46-58 — Peer field migrations + facade additions**
Foundational EnginePeer convenience init additions (PeerReference, RenderedPeer,
SelectivePrivacyPeer). Multiple `peer: Peer` field migrations across PeerInfo,
ChatList, and SettingsUI components.
**Waves 59-73 — peer field cascade + EnginePeer wrap drops**
Series of single- to two-file peer-field migrations; consumer-side wrap
removal (`EnginePeer(peer)` -> direct EnginePeer use); `as? TelegramUser`
cast conversion to `case let .user(...)` enum match. Wave 64: RenderedPeer
convenience init. Wave 68: SelectivePrivacyPeer convenience init.
**Waves 74-83 — controller-Node bridge cleanup + small migrations**
Wave-71 shadow-pattern cleanup at controller->Node bridges. Migrations of
ChatRecentActionsController.peer (74), PeerInfoMember (75), MentionChatInputPanelItem
(76), PassportUI SecureIdAuthController (77), AccountWithInfo + ShareController
(78), peerInputActivitiesPromise (79), InactiveChannel (80), BlockedPeers (81),
openHashtag resolveSignal (82), NotificationExceptionsList (83).
**Waves 84-90 — TelegramEngine.Resources facade migrations**
Per-method Shape-A/B sweeps converting `<ctx>.account.postbox.mediaBox.X(...)`
to `<ctx>.engine.resources.X(...)`. Wave 90 was a single-commit big sweep:
40 fetchedMediaResource sites in 25 files migrated to engine.resources.fetch
facade in one atomic pass with first-pass-clean build.
Methods covered: storeResourceData, completedResourcePath, cancelInteractiveResourceFetch,
resourceRangesStatus, resourceStatus, fetch (fetchedMediaResource).
**Waves 91-92 — additional type migrations**
Wave 91: ItemListWebsiteItem.peer + RecentSessionsController enum-case payload
+ openWebSession callback Peer? -> EnginePeer?.
Wave 92: ChatListController StateHolder.EntryContext status type
MediaResourceStatus -> EngineMediaResource.FetchStatus.
**Wave 93 — speculative `import Postbox` drop sweep**
Drop import from 7 wave-touched files where it became unused; restore in 5
files where bare PeerId/Message/MediaId/StoryId references escaped the
pre-flight regex. Includes one MediaId(...) -> EngineMedia.Id(...) swap in
InAppPurchaseManager to unlock its import drop.
## Build state
Final state at squash: clean Telegram/Telegram build at debug_sim_arm64.
## Persistent-state notes
- Pre-existing WIP unchanged across the squashed range:
- build-system/bazel-rules/sourcekit-bazel-bsp submodule marker
- Untracked: build-system/tulsi/, submodules/TgVoip/, third-party/libx264/
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-25 20:48:15 +04:00 |
|
 isaacandClaude Opus 4.7
|
493f3103b3
|
Postbox -> TelegramEngine waves 37-43 + wave 44 design/plan (squashed)
Squashes 20 commits — the implementation and outcome commits of
waves 37 through 43 plus wave 44's spec and implementation-plan
docs — into a single commit. Per-wave lessons remain recorded in
docs/superpowers/postbox-refactor-log.md. The unrelated "Add swift
svg" commit is preserved separately outside this squash.
Wave 37 — peerTokenTitle: peer Peer → EnginePeer (1 file)
Wave 38 — canSendMessagesToPeer: peer Peer → EnginePeer (12 files)
Wave 39 — AccountContext.makePeerInfoController: peer Peer → EnginePeer (52 files)
Wave 40 — makeChatQrCodeScreen + makeChatRecentActionsController bundle (8 files)
Wave 41 — RenderedChannelParticipant.peer: Peer → EnginePeer (28 files)
Wave 42 — PeerInfoScreenData.peer: Peer? → EnginePeer? (17 files)
Wave 43 — PeerInfoScreen 6 helpers: peer Peer? → EnginePeer? (12 files)
Wave 44 — RenderedChannelParticipant.peers design doc + implementation plan
(impl and outcome land in subsequent commits, not part of squash)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-24 23:19:43 +04:00 |
|
isaac
|
f5cb1391aa
|
Merge commit '96b1432434205e2d09d7615bde1402d762ac2b8c'
|
2026-04-24 11:24:47 +04:00 |
|
 isaacandClaude Opus 4.7
|
8408e0ae19
|
Postbox -> TelegramEngine waves 27-36
Consumer-sweep, facade-addition, and Peer→EnginePeer migrations:
- Wave 27: preferencesView consumer sweep
- Wave 28: resourceData consumer sweep
- Wave 29: resourceStatus consumer sweep
- Wave 30: _asStatus() bridge cleanup
- Wave 31: unused-import sweep re-run
- Wave 32: resourceStatus residue sweep
- Wave 33: loadedPeerWithId consumer sweep
- Wave 34: FoundPeer.peer Peer -> EnginePeer
- Wave 35: SendAsPeer.peer Peer -> EnginePeer
- Wave 36: ContactListPeer.peer Peer -> EnginePeer
Also includes per-wave specs, implementation plans, outcome logs, and
a CLAUDE.md wave-counter update.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-24 11:24:13 +04:00 |
|
Ilya Laktyushin
|
dbd40fe7d3
|
Various improvements
|
2026-04-22 23:03:51 +02:00 |
|
isaac
|
524c29cbe3
|
Various improvements
|
2026-04-22 00:32:34 +04:00 |
|
Ilya Laktyushin
|
1fa0c7991c
|
Various fixes
|
2026-04-17 11:06:56 +02:00 |
|
Isaac
|
648430e37d
|
Various improvements
|
2026-04-03 22:15:42 +08:00 |
|
Isaac
|
16c630b946
|
Refactoring
|
2026-04-03 15:50:39 +08:00 |
|
Isaac
|
0b878e4d24
|
Various improvements
|
2026-03-28 00:52:16 +08:00 |
|
Isaac
|
0aac8d47ac
|
Temp
|
2026-03-23 21:33:34 +08:00 |
|
Isaac
|
bc7858ad2b
|
AI editing
|
2026-03-20 18:23:45 +01:00 |
|
Ilya Laktyushin
|
2fb17b827b
|
Various fixes
|
2026-02-28 13:55:20 +04:00 |
|
Ilya Laktyushin
|
d93a33cabb
|
Update localization
|
2026-02-25 03:43:48 +04:00 |
|
Ilya Laktyushin
|
9fe004a7ec
|
Various improvements
|
2026-02-25 02:08:33 +04:00 |
|
Ilya Laktyushin
|
654ff9e7e0
|
Various improvements
|
2026-02-24 21:44:29 +04:00 |
|
Ilya Laktyushin
|
e24d411efa
|
Various fixes
|
2026-02-24 16:34:29 +04:00 |
|
Ilya Laktyushin
|
bae4591799
|
Web auth improvements
|
2026-02-24 15:10:22 +04:00 |
|
Ilya Laktyushin
|
1d80861e09
|
Various improvements
|
2026-02-23 13:51:13 +04:00 |
|
Ilya Laktyushin
|
d9d1210c1d
|
Various improvements
|
2026-02-19 21:53:26 +04:00 |
|
Ilya Laktyushin
|
9616ea2ad9
|
Update API
|
2026-02-13 14:09:36 +04:00 |
|
Ilya Laktyushin
|
226200c8c9
|
Various improvements
|
2026-02-02 04:11:51 +04:00 |
|
Ilya Laktyushin
|
75627b036a
|
Various improvements
|
2026-01-30 18:55:05 +04:00 |
|
Ilya Laktyushin
|
0d12dd29ad
|
Various improvements
|
2026-01-25 22:17:49 +04:00 |
|
Ilya Laktyushin
|
d70b31f8bc
|
Fix build
|
2026-01-08 19:21:29 +04:00 |
|
Ilya Laktyushin
|
2edce5ebf2
|
Alerts
|
2025-12-22 00:19:11 +04:00 |
|
Ilya Laktyushin
|
1a1f08de64
|
Various improvements
|
2025-12-17 14:31:54 +04:00 |
|
Ilya Laktyushin
|
ecb12a784e
|
Various improvements
|
2025-12-02 19:22:06 +04:00 |
|
Ilya Laktyushin
|
a443df81dd
|
Various improvements
|
2025-11-15 02:12:21 +04:00 |
|
Ilya Laktyushin
|
807fa893c5
|
Various fixes
|
2025-11-14 15:02:49 +04:00 |
|
Ilya Laktyushin
|
5e17b321f8
|
Various improvements
|
2025-11-13 22:06:24 +04:00 |
|
Ilya Laktyushin
|
e680691988
|
Update API
|
2025-11-12 22:06:23 +04:00 |
|
Ilya Laktyushin
|
412e02ef00
|
Gift auctions
|
2025-11-12 04:46:02 +04:00 |
|
Ilya Laktyushin
|
6f5cd84019
|
Various improvements
|
2025-11-04 14:43:17 +04:00 |
|
Ilya Laktyushin
|
4432581c77
|
Various improvements
|
2025-10-31 18:13:30 +04:00 |
|
Ilya Laktyushin
|
76757b5f3d
|
Login email setup
|
2025-10-31 00:07:28 +04:00 |
|
Isaac
|
e44bd4d858
|
Story updates
|
2025-10-21 18:28:45 +04:00 |
|
Ilya Laktyushin
|
f2c2b9ae8c
|
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
|
2025-09-06 14:59:59 +05:00 |
|
Ilya Laktyushin
|
76e8d79f9f
|
Update API
|
2025-09-06 13:35:19 +05:00 |
|
Isaac
|
1d06c3f058
|
Bot forums v2
|
2025-09-05 15:25:50 +02:00 |
|
Ilya Laktyushin
|
4e1b9943a4
|
Various improvements
|
2025-08-26 15:44:41 +04:00 |
|
Ilya Laktyushin
|
bdaf5f5a02
|
Various fixes
|
2025-08-18 17:33:54 +04:00 |
|
Isaac
|
905a46e6cc
|
Update API
|
2025-08-11 16:54:32 +02:00 |
|