Jacek Krasiukianis
67fb5c8c00
Replace our UpsellScreenEntryPoint with SDK's UpsellEntryPoint
2025-10-22 13:36:40 +02:00
Jacek Krasiukianis
7e1417c32c
ET-5017 Auto-advance
2025-10-14 16:23:26 +02:00
Jacek Krasiukianis
42f1d8c8fc
ET-4989 Swipe to adjacent conversations
2025-10-13 14:02:26 +00:00
Jacek Krasiukianis
340ba892ed
ET-4185 Fix long messages crashing when orientation changes
2025-08-29 15:37:14 +00:00
Jacek Krasiukianis
472c590632
ET-4418 Fix conversation subject glitch in iOS 26
2025-08-21 15:01:23 +00:00
Mateusz Szklarek
ae083510cd
Propagate mailUserSession parameter to LabelAsSheetModel
...
Remove default argument from LabelAsSheetModel's init
2025-08-11 11:11:51 +02:00
Maciej Gomółka
3a09e90918
Support use iOS 26 in introspection
2025-08-07 11:22:29 +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
Jacek Krasiukianis
f8144a1c19
ET-1166 Ensure message subject can be copied with long press
2025-06-09 15:03:37 +02: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
d6667520f5
Replace back & star icons with SF Symbols #9
2025-05-27 15:53:02 +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
9e3d3e6ded
ET-2956 Switching environment in TestFlight builds
2025-05-16 08:57:53 +00:00
Jacek Krasiukianis
9e205b96e6
Cleanup whitespace
2025-04-29 11:07:38 +02:00
Mateusz Szklarek
1ca72d6274
Align border radius naming with Figma conventions
2025-04-23 13:26:10 +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
Maciej Gomółka
9f3498ec76
Merge branch 'main' into feat/ET-1879
...
# Conflicts:
# Modules/App/Sources/Resources/Localizable.xcstrings
# Modules/App/Sources/State/Mailbox/MailboxModel.swift
2025-01-24 17:57:44 +01:00
Xavi Gil
6b17e9c781
ET-1843: Undo send
2025-01-24 16:05:31 +00:00
Maciej Gomółka
74f35520c5
Merge branch 'main' into feat/ET-1879
...
# Conflicts:
# Modules/App/Sources/UI/Screens/ConversationDetail/Cells/ExpandedMessageCell.swift
# Modules/App/Sources/UI/Screens/ConversationDetail/ConversationDetailScreen.swift
2025-01-23 13:32:45 +01:00
Maciej Gomółka
6bef0a4f64
Hide star button on conversation screen for outbox
2025-01-22 15:18:28 +01: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
Maciej Gomółka
f8963763ef
Add top toolbar header to conversation view
2024-12-13 10:33:59 +00:00
Jacek Krasiukianis
77b1f4009a
Remove unused code
2024-12-06 15:34:25 +01:00
Maciej Gomółka
4433e1677f
Draft of start / unstar actions integration
2024-10-30 16:17:56 +00: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