Mauro Romito
6dfeb9db10
added a placeholder to the pin text field to describe its content in voice over mode
2025-07-21 20:11:18 +02:00
Doug
70fde932a4
Adopt the new start chat button design. ( #4013 )
...
* Update compound and handle plain to tertiary/textLink button style updates.
* Update the start chat button to use the right icon/style.
* Update preview snapshots.
* Fix remaining snapshots.
2025-04-11 17:09:57 +01:00
Mauro Romito
a257f609fa
external keyboard support for PIN input
2025-04-11 10:10:55 +02:00
manuroe
c29f4cc9b4
Dual licensing: AGPL + Element Commercial ( #3657 )
...
* New LICENSE-COMMERCIAL file
* Apply dual licenses: AGPL + Element Commercial to file headers
* Update README with dual licensing
2025-01-06 11:27:37 +01:00
Mauro
17ef4093d5
remove iOS 16 support ( #3443 )
...
* remove iOS 16 support
* remove iOS 16 support
* test updates
* added more delay
* revert
* adding waiting time on the CI
2024-10-24 17:21:28 +02:00
Doug
e25f10e74d
Update HeroImage to match the BigIcon component from Compound. ( #3439 )
...
We can move it across in a following PR.
2024-10-23 12:13:14 +01:00
Stefan Ceriu
89eae00479
Switch license to AGPL ( #3237 )
...
* Switch license file to AGPL
* Update file copyright headers
* Update the default project file header
2024-09-06 16:34:30 +03:00
Doug
c0e704ce1d
Handle renamed PIN alert string. ( #3024 )
2024-07-11 09:18:32 +01:00
Stefan Ceriu
4a56fa75ad
Cleanup dead code after Periphery run
2024-06-11 14:38:08 +03:00
Doug
29ca045c5f
Add Forgot PIN button to AppLockSetupPINScreen. ( #2833 )
2024-05-13 15:41:35 +01:00
Mauro
46d5057f8e
QR Code, verification code views ( #2685 )
2024-04-12 09:29:14 +00:00
Doug
c03db40859
Add more flexible background support to FullscreenDialog ( #2675 )
...
Hide the background when the main content extends underneath the bottom content.
2024-04-10 14:56:41 +01:00
Doug
2e37817215
Update compound and remove all of the temporary icons ( #2419 )
...
* Update compound and fix breaking changes.
* Replace a lot of temporary icon assets with Compound versions.
* Replace temporary composer icon assets with Compound versions.
* Remove old icon asset from EI.
* Use Compound icons where possible for hero images.
* Snapshots
2024-02-05 16:03:13 +00:00
Stefan Ceriu
f33a77b7a0
Fix flakey app lock setup pin screen pin entry typing
2024-01-26 17:59:58 +02:00
Mauro
a705d18ba6
Removing dead code part 2 ( #2235 )
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2023-12-15 20:16:16 +01:00
Mauro
84b0f967e8
Removing Dead Code part 1 ( #2234 )
2023-12-13 09:51:57 +01:00
Doug
6918613195
Add a state machine to AppLockFlowCoordinator. ( #2166 )
...
Fixes a bug when cancelling Face ID would loop back round to presenting Face ID.
2023-11-24 16:03:38 +00:00
Stefan Ceriu
60504697ad
Fixes #2145 - Hide pin code in lock screen setup mode
2023-11-22 15:47:00 +02:00
Doug
009df3eee9
Add missing biometry type. ( #2148 )
2023-11-22 13:40:13 +00:00
Doug
052db0d1f0
Add SwiftLint rule to enforce stack spacing. ( #2080 )
...
Xcode 15 changes the default behaviour and given we're always working from designs, we shouldn't rely on it for our layout.
2023-11-14 12:38:38 +00:00
Alfonso Grillo
2c33f9c5d5
Add scaledFrame/scaledPadding APIs ( #2079 )
...
* Add scaled frame and padding modifiers
* Refactor AppLockScreen
* Refactor FormattingToolbar
* Refactor RoomAttachmentPicker
* Refactor ComposerToolbar
* Refactor VoiceMessageRecordingButton
* More refactors
* Refine ScaledPaddingModifier
* Cleanup
* Fix preview tests
* Fix preview test
* Use CompoundIcon for custom image
* Add .scaledFrame(size:) overload
* Set fallback style to .body
2023-11-14 12:20:34 +01:00
Doug
3a623915b9
Fix a regression where the forced logout indicator was presented on the hidden overlay window. ( #2063 )
2023-11-10 17:21:02 +00:00
Doug
871726aacc
Add UI tests for AppLockFlowCoordinator. ( #2055 )
...
* Add UITests for the App Lock flow.
* Add Notification Signal
Fix unwanted imports in UITests.
2023-11-10 15:38:54 +00:00
Doug
0bd097fe25
Add UI tests for optional app lock setup. ( #2046 )
2023-11-08 15:33:40 +00:00
Doug
b93a2a5860
Fix an inconsistency in the App Lock screen's background colour. ( #2035 )
2023-11-07 10:49:19 +01:00
Doug
86621eb2d0
Debounce PIN entry to show the last digit before submitting. ( #2017 )
2023-11-03 07:31:01 +00:00
Doug
e4225e9db0
Handle invalid PIN input in the settings flow. ( #1972 )
2023-10-27 14:08:06 +01:00
Doug
5bb85257e2
Add support for Face ID/Touch ID to app lock. ( #1966 )
...
* Fix biometrics with low grace period and backgrounding before unlocked.
* Trigger permissions alert when enabling Face ID.
2023-10-27 09:09:12 +00:00
Doug
8ac2829cd0
Initial implementation for AppLockSetupFlowCoordinator. ( #1949 )
...
Rename AppLockSettingsScreen to AppLockSetupSettingsScreen.
Implement forced logout and persist PIN entry attempts.
2023-10-25 11:03:37 +00:00
Doug
8b72c8ff32
Add AppLockSetupBiometricsScreen. ( #1942 )
2023-10-23 16:18:25 +01:00
Doug
d3c8af5a87
Add AppLockSetupPINScreen. ( #1930 )
2023-10-23 09:07:13 +00:00
Doug
b6ba38cb19
Implement AppLockScreen as per the designs. ( #1925 )
...
Fix a bug in the unlock flow
2023-10-20 17:35:57 +01:00
Stefan Ceriu
1fe4244fe0
#1899 , #1900 , #1901 - Implement chat backup setting screens
2023-10-19 15:34:10 +03:00
Doug
abb824a951
Add App Lock settings screen ( #1917 )
2023-10-19 12:26:34 +01:00