Commit graph

73 commits

Author SHA1 Message Date
Ilya Laktyushin
622f9d970a Various fixes 2026-05-31 17:35:32 +02:00
Ilya Laktyushin
3e6363abf9 Various improvements 2026-05-28 16:50:05 +02:00
isaac
b20cd3502b Postbox -> TelegramEngine waves 11-14: stateManager collapse + BUILD-dep sweep
Wave 11: ActionSheetPeerItem de-Postboxed. Revisits wave-1 abandonment.
`postbox: Postbox, network: Network` init params collapse to
`stateManager: AccountStateManager`; avatar setPeer call routes via
`item.stateManager.postbox` / `.network`. Module never names Postbox.
Sole caller (ShareController.swift:1146) migrated in place.

Wave 12: HorizontalPeerItem de-Postboxed (same pattern). Ripples the
collapse up into ChatListSearchRecentPeersNode's public init
(`postbox:/network:` -> `stateManager:`). That module still imports
Postbox for PostboxViewKey/UnreadMessageCountsView internals but its
public surface simplifies. 3 external caller sites migrated.

Wave 13: AttachmentTextInputPanelNode minor cleanup. Module was already
Postbox-free at source level (wave 6) but carried a dead BUILD dep and
had 2 raw `peerId?.namespace == Namespaces.Peer.SecretChat` checks.
Both now use existing `PeerId.isSecretChat` extension in TelegramCore.

Wave 14: BUILD-dep sweep mirroring wave 6's source sweep. 98 modules
had `//submodules/Postbox:Postbox` (or `//submodules/Postbox`) BUILD
deps despite no source file importing Postbox since wave 6. Single
iteration, zero restores -- Bazel Swift requires source-level `import`
for symbol resolution, so redundant BUILD deps are pure metadata.

Net: 110 files, +116/-149. Build verified green (debug_sim_arm64).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 20:26:58 +02:00
Isaac
a23deded22 Cleanup 2025-06-28 19:48:34 +02:00
Isaac
c7a2fe5d3e Update to iOS 13 2025-06-11 16:59:53 +08:00
Ilya Laktyushin
31926980e7 Various fixes 2025-05-28 16:19:25 +02:00
Ilya Laktyushin
81e11d6d36 Various improvements 2025-05-20 22:30:48 +02:00
Ilya Laktyushin
ef6c097f6f Various improvements 2025-01-18 13:44:42 +04:00
Ilya Laktyushin
2df32e47e2 Various fixes 2024-02-01 04:07:15 +04:00
Ilya Laktyushin
713336a13f Giveaway improvements 2023-10-08 14:12:39 +04:00
Ilya Laktyushin
d8c061df1c Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2023-07-03 23:17:55 +02:00
Ilya Laktyushin
08fd6f80a3 Video message reply for stories 2023-07-03 23:17:48 +02:00
Ali
e316f0521b Reorder audio playback initialization, add play(mixWithOthers:) mode 2023-07-03 18:46:18 +02:00
Ali
1c2f989fbd Story improvements 2023-04-25 18:04:51 +04:00
Ilya Laktyushin
6000760416 Various fixes 2023-01-28 00:03:52 +04:00
Ilya Laktyushin
72fce11e2d Various fixes 2023-01-27 00:57:19 +04:00
Ilya Laktyushin
23d3966576 Various improvements 2023-01-26 14:16:39 +04:00
Ilya Laktyushin
1798554940 Various fixes 2022-12-22 16:42:13 +04:00
Ilya Laktyushin
1a55c2f626 Drawing improvements 2022-12-21 14:35:42 +04:00
Ilya Laktyushin
a1e2dd0b0e Various iPad fixes 2022-08-15 21:18:56 +03:00
Ilya Laktyushin
ed5f2636aa Various fixes 2022-05-01 00:43:58 +04:00
Ilya Laktyushin
1a93f976a7 Web app improvements 2022-04-10 15:07:07 +04:00
Ilya Laktyushin
54d0e64eac Web app improvements 2022-04-01 11:02:06 +04:00
Ilya Laktyushin
b6b5abbc46 Attachment menu improvements 2022-02-27 14:18:46 +04:00
Ilya Laktyushin
b8e0fe64f2 Attachment menu improvements 2022-02-26 22:06:43 +04:00
Ilya Laktyushin
ec8702ed07 Attachment menu improvements 2022-02-26 17:48:25 +04:00
Ilya Laktyushin
95b6b44d0a Attachment menu improvements 2022-02-15 16:01:20 +03:00
Ilya Laktyushin
9994bb44ad Further attach menu refinements 2022-02-13 04:11:04 +03:00
Ilya Laktyushin
7da0357b6d Initial implementation of attachment menu 2022-02-11 19:38:28 +03:00
Ali
7140c69dbf Refactoring 2021-09-24 11:59:21 +03:00
Ilya Laktyushin
cb93fdbc08 Merge branches 'master' and 'master' of gitlab.com:peter-iakovlev/telegram-ios 2021-09-04 00:40:15 +03:00
Ilya Laktyushin
79ecba19b0 Chat-specific theme improvements 2021-09-04 00:39:56 +03:00
Ali
d6446a284b Merge branch 'master' into experimental-2 2021-08-05 01:44:20 +02:00
Ali
31bc746984 Fix more warnings 2021-08-05 01:42:59 +02:00
Ilya Laktyushin
80e00293b6 Temporarily rollback audio session setup for video recording 2021-08-02 09:53:00 +03:00
Ilya Laktyushin
c9d4c266dd Various Fixes 2021-07-25 13:01:18 +03:00
Ali
7c8ad70014 Merge branch 'master' into experimental-2 2021-07-21 22:04:58 +02:00
Ali
1a04fb4408 Refactor SyncCore back into TelegramCore 2021-07-21 21:43:20 +02:00
Ali
0204a3ef49 Merge branch 'master' into features/64-bit 2021-07-08 02:36:42 +04:00
Ali
2a09dda7d9 API updates 2021-07-02 20:13:29 +04:00
Ali
a23971c0ef Initial 64-bit id support 2021-06-28 20:02:50 +04:00
Ilya Laktyushin
80426cdf8f Various Fixes 2021-06-25 15:40:14 +04:00
Ali
735ee8a54b Theme fixes 2021-05-31 02:04:20 +04:00
Ali
99dc1a8743 Blur and background updates 2021-05-18 19:30:41 +04:00
Ali
918b069431 UI bug fixes 2021-05-15 01:20:26 +04:00
Ali
d1160beadf Resource API refactoring 2021-03-29 21:20:08 +04:00
Ilya Laktyushin
7ab9412313 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2021-03-27 10:23:52 +05:00
Ilya Laktyushin
2c404a8b5c Add bio editing and photo setup in voice chats 2021-03-27 10:23:35 +05:00
Ali
4dae31e340 Initial peer id refactoring 2021-03-24 19:35:52 +04:00
Ilya Laktyushin
86e27f0706 Disable interactive keyboard dismissal in media caption screen 2021-03-16 12:39:51 +04:00