Commit Graph

47 Commits

Author SHA1 Message Date
Robin Dorpe fddae98d8c ET-5951: Added unlimited upsell design in the MainToolBar + tests 2026-04-28 11:22:53 +02:00
Maciej Gomółka ad24d667f6 Resolve breaking changes after the Rust SDK bump 2026-03-23 09:25:04 +00:00
Maciej Gomółka cb51ef95ba Change the behaviour of emails list top toolbar 2026-03-19 12:40:11 +00:00
Maciej Gomółka 6110e56c9a Revert "Add LiquidGlass feature flag backed by UIDesignRequiresCompatibility"
This reverts commit 6872916b81.
2026-03-09 13:23:49 +01:00
Maciej Gomółka 610f921e20 Refactor after the CR 2026-03-06 13:51:03 +01:00
Maciej Gomółka a48eb200ad Refactor after self CR 2026-03-06 12:56:07 +01:00
Maciej Gomółka 6872916b81 Add LiquidGlass feature flag backed by UIDesignRequiresCompatibility 2026-03-05 16:34:47 +01:00
Maciej Gomółka 30854f4f0f Fix emails list toolbar title 2026-03-05 14:39:24 +01:00
Maciej Gomółka 8b72ec757f Fix top title animation 2026-02-19 10:36:53 +01:00
Maciej Gomółka 9abbbf3f01 Update top toolbar to support Liquid Glass 2026-02-19 10:14:28 +01:00
Jacek Krasiukianis 39806c52e3 refactor: Remove unused previews and tests 2025-12-01 12:01:31 +01:00
Jacek Krasiukianis 3c6f4d979e swift-format: enable OrderedImports 2025-11-21 11:55:49 +01:00
Maciej Gomółka d8193718a3 Hide tip for iOS 18 2025-11-20 09:09:54 +01:00
Maciej Gomółka ad12167ba4 Use CloseButton from CoreUIFoundations 2025-11-18 10:11:41 +01:00
Maciej Gomółka cdfe700599 Refactor - rename objects, move objects to separate files 2025-11-18 10:03:12 +01:00
Maciej Gomółka 9dd78a17ef Update what's new tip UI 2025-11-18 10:03:12 +01:00
Maciej Gomółka 0a14dd21cf POC tip with custom view 2025-11-18 10:03:11 +01:00
Mateusz Szklarek f8b06633e6 Update UI for account switcher and manage accounts 2025-11-17 16:20:52 +01:00
Jacek Krasiukianis 89451977f6 ET-5188 Reflect all upsell eligibility states 2025-10-29 11:08:39 +01:00
Jacek Krasiukianis 67fb5c8c00 Replace our UpsellScreenEntryPoint with SDK's UpsellEntryPoint 2025-10-22 13:36:40 +02:00
Mateusz Szklarek ae083510cd Propagate mailUserSession parameter to LabelAsSheetModel
Remove default argument from LabelAsSheetModel's init
2025-08-11 11:11:51 +02:00
Jacek Krasiukianis c9573eab93 ET-3949 Upsell button in the sidebar 2025-07-31 13:25:37 +00:00
Jacek Krasiukianis cce324ca56 ET-617 Feature upsells 2025-07-28 14:58:29 +00:00
Jacek Krasiukianis be4620c6fe ET-611 Upsell screen 2025-07-25 13:56:49 +00:00
Xavi Gil 17f9611e97 ET-3224: Fix composer in search screen 2025-06-10 10:41:05 +00:00
Mateusz Szklarek 539809d434 Improve the usage of system symbol - add convenience init with symbol enum 2025-05-28 12:52:33 +02:00
Mateusz Szklarek e1eeaf21a8 Remove AnyView casting for the avatar view in MainToolbar 2025-05-28 11:24:46 +02:00
Mateusz Szklarek 423c3949da Hide account switcher in toolbar when mailbox is in selection mode [#7]
Implement this logic on mail side instead of `ProtonCoreET`
2025-05-27 17:11:17 +02:00
Mateusz Szklarek c88bb91808 Change icon for discarding selected items state in mailbox [#6]
- fix code formatting in `ComposeButtonView`
2025-05-27 15:53:02 +02:00
Mateusz Szklarek 008a9cf339 Adjust hamburger menu & search icons in header for mailbox screen [#2]
- for search we use native SF symbol
- new hamburger menu icon (Figma)
- fix formatting in modified files accordingly to SwiftFormat
- remove old icons
2025-05-27 15:53:02 +02:00
Xavi Gil 0afbf84b07 ET-3019: Schedule send, SDK integration for undo and edit 2025-05-23 07:49:51 +00:00
Jacek Krasiukianis 9e205b96e6 Cleanup whitespace 2025-04-29 11:07:38 +02:00
Jacek Krasiukianis e7130b4793 ET-2350 Request authorization again under specific conditions 2025-03-10 13:08:56 +00:00
Mateusz Szklarek 8ba7bd5061 Fix layout issue with truncated right toolbar items 2025-03-04 14:06:26 +01:00
Jacek Krasiukianis 7e214689b8 ET-1976 Move to trash as a swipe action 2025-02-11 13:28:19 +00:00
Xavi Gil 6b17e9c781 ET-1843: Undo send 2025-01-24 16:05:31 +00:00
Xavi Gil 8b2836a9fc ET-1485: Composer open from reply, reply all and forward 2025-01-17 13:58:57 +00:00
Maciej Gomółka 63ca855d1f Fix toolbar on mailbox 2024-12-19 10:59:53 +01:00
Jacek Krasiukianis 77b1f4009a Remove unused code 2024-12-06 15:34:25 +01:00
Mateusz Szklarek a939bb6a64 Rename ProtonCoreUI module to InboxCoreUI 2024-10-29 12:42:21 +01:00
Mateusz Szklarek f02cd2c8b9 Rename DesignSystem module to InboxDesignSystem 2024-10-29 12:42:21 +01:00
Xavi Gil 5193faf66d ET-378: Server Search logic with mock paginator 2024-10-25 15:26:37 +00:00
Maciej Gomółka 8696e950f0 Remove not used code 2024-10-22 20:54:19 +02:00
Xavi Gil 31a92b7a7c ET-1341: mailbox list view refactor for reusability 2024-10-17 16:56:40 +00:00
Mateusz Szklarek ab5011fa0e Add missing imports of ProtonCoreUI after extracting helpers 2024-10-17 13:57:04 +00:00
Xavi Gil 7f1bc3f225 ET-377: Search screen navigation 2024-10-15 13:26:34 +00:00
Mateusz Szklarek 42abe44195 Move all application target related files to one directory Modules/App
Move `Keychain` and `DesignSystem` to `Modules`
2024-10-11 08:20:40 +02:00