Commit Graph
13 Commits
Author SHA1 Message Date
IsaacIsaacClaude Opus 4.7
7b2b74e79b Postbox -> TelegramEngine wave 6: unused import Postbox batch sweep
First build-verified unused-import sweep: speculatively dropped
import Postbox from 782 consumer files (plain ^import Postbox$ lines,
excluding TelegramCore/Postbox/TelegramApi paths), iterated 18 full
project builds with --continueOnError, restored the import on every
file that failed to compile. 183 drops survived; 189 consumer modules
newly Postbox-free.

Bundled: spec + plan + C1 atomic batch drop + C2 CLAUDE.md outcome and
permanent methodology guidance under Wave-selection. The methodology
subsection captures the reusable playbook (--continueOnError is
essential, dependency graphs are deep so expect many iterations,
pattern-based preemptive restores accelerate convergence, and
CLAUDE.md's engine typealias cheat sheet arrows are migration targets
rather than typealiases in TelegramCore).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 23:46:13 +02:00
IsaacIsaacClaude Opus 4.7
c99adbbe0b Postbox -> TelegramEngine wave 5: uploadSecureIdFile + SecureId context
Migrates uploadSecureIdFile's public signature from (context:,
postbox: Postbox, network: Network, resource: MediaResource) to
(context:, engine: TelegramEngine, resource: EngineMediaResource).
SecureIdVerificationDocumentsContext refactored to hold
engine: TelegramEngine instead of raw postbox + network, drops
import Postbox (tally +1). The one instantiation site in
SecureIdDocumentFormControllerNode updates to pass
engine: self.context.engine.

Completes the last explicitly-named future-wave candidate from
CLAUDE.md.

Bundled: spec + plan + C1 atomic migration + CLAUDE.md outcome.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 23:45:59 +02:00
AliandAli 31bc746984 Fix more warnings 2021-08-05 01:42:59 +02:00
AliandAli 1a04fb4408 Refactor SyncCore back into TelegramCore 2021-07-21 21:43:20 +02:00
AliandAli 7bed1728bb Refactor string generation 2021-07-20 11:57:50 +02:00
AliandAli 60d959bff8 Refactoring 2021-04-18 03:10:18 +04:00
AliandAli 8963691778 Initial support for gallery content transition rect 2019-12-20 20:25:15 +04:00
AliandAli d3091f0abe Improve Dynamic Type 2019-11-26 20:44:48 +04:00
PeterandPeter 10692a323e Refactor SyncCore 2019-10-21 16:58:00 +04:00
Ilya Laktyushin 91b9c28670 Message search improvements 2019-09-14 01:26:20 +03:00
PeterandPeter f1d1754aa5 Temp 2019-08-30 23:32:32 +04:00
Ilya Laktyushin cfb5d2027a Various UI fixes 2019-08-23 06:55:33 +03:00
PeterandPeter a49f04203e Refactor PasswordSetupUI, PassportUI, GalleryUI and related modules 2019-08-12 19:18:43 +03:00