manuroe
674fcfaa9d
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
2018-11-30 17:10:28 +01:00
manuroe
6ad603a6ca
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
2018-11-30 17:10:28 +01:00
manuroe
58b1ff9381
Reskin: Change the 2 notifications colors
2018-11-30 16:36:34 +01:00
manuroe
ba51d3630f
Reskin: Change the 2 notifications colors
2018-11-30 16:36:34 +01:00
manuroe
1a058826f6
Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it
2018-11-30 15:57:19 +01:00
manuroe
56cd67857c
Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it
2018-11-30 15:57:19 +01:00
manuroe
d39c812d29
Reskin: Use current style color constants for section headers
2018-11-30 15:27:13 +01:00
manuroe
d6d64ff43d
Reskin: Use current style color constants for section headers
2018-11-30 15:27:13 +01:00
manuroe
93fca88f9b
Login flow: Fix Steve's remarks
2018-11-30 12:42:31 +01:00
manuroe
a247cefd31
Login flow: Fix Steve's remarks
2018-11-30 12:42:31 +01:00
manuroe
006dd7237c
Reskin: Factorise *RoomTitleViews
...
and apply them kRiotDesignNavigationBarBarTintColor as background color to mimic the nav bar color
2018-11-29 17:47:42 +01:00
manuroe
42b089c498
Reskin: Factorise *RoomTitleViews
...
and apply them kRiotDesignNavigationBarBarTintColor as background color to mimic the nav bar color
2018-11-29 17:47:42 +01:00
manuroe
47edf4dcbd
Reskin: Use the new [RiotDesignValues applyStyleOnNavigationBar:] method everywhere
...
Note that we do not change anymore the bar tint color when changing tabs. This is alwasy the same.
2018-11-29 17:31:41 +01:00
manuroe
00e19fe259
Reskin: Use the new [RiotDesignValues applyStyleOnNavigationBar:] method everywhere
...
Note that we do not change anymore the bar tint color when changing tabs. This is alwasy the same.
2018-11-29 17:31:41 +01:00
manuroe
cd6e258c3c
Reskin: RiotDesignValues: Make use of the new ColorValues
2018-11-29 16:20:20 +01:00
manuroe
145086bd8d
Reskin: RiotDesignValues: Make use of the new ColorValues
2018-11-29 16:20:20 +01:00
manuroe
df945555a4
Login flow: Make User Agreement part of the registration flow
...
Some fixes
2018-11-27 18:36:06 +01:00
manuroe
5d6f3c9c04
Login flow: Make User Agreement part of the registration flow
...
Some fixes
2018-11-27 18:36:06 +01:00
manuroe
6dedc96c39
AuthInputsView: Refactor a bit updateAuthSessionWithCompletedStages
2018-11-27 17:06:30 +01:00
manuroe
c8b489fd0c
AuthInputsView: Refactor a bit updateAuthSessionWithCompletedStages
2018-11-27 17:06:30 +01:00
manuroe
f85e90fcc9
Login flow: Make User Agreement part of the registration flow
...
#1939
2018-11-27 16:22:33 +01:00
manuroe
e8156d36fa
Login flow: Make User Agreement part of the registration flow
...
#1939
2018-11-27 16:22:33 +01:00
manuroe
475a504f3a
Login flow: Make more usage of the isFlowCompleted: method
2018-11-27 11:20:17 +01:00
manuroe
1d3c45db9a
Login flow: Make more usage of the isFlowCompleted: method
2018-11-27 11:20:17 +01:00
manuroe
0faf14010c
Login flow: Add generic isFlowSupported: and isFlowCompleted: methods
2018-11-27 11:20:17 +01:00
manuroe
0edb045e0c
Login flow: Add generic isFlowSupported: and isFlowCompleted: methods
2018-11-27 11:20:17 +01:00
Giom Foret
2b6fb87f7e
Fix a race condition observed when the app renders an image in a Group/Community description
2018-11-13 17:30:37 +01:00
Giom Foret
3f8cb73562
Fix a race condition observed when the app renders an image in a Group/Community description
2018-11-13 17:30:37 +01:00
Giom Foret
f7b91f4421
Move MXStrongifyAndReturnValueIfNil(self, nil); at the beginning of the block.
2018-11-13 16:12:54 +01:00
Giom Foret
3c0ab58ebc
Move MXStrongifyAndReturnValueIfNil(self, nil); at the beginning of the block.
2018-11-13 16:12:54 +01:00
Giom Foret
7ef4f41336
Remove all deprecated methods
2018-11-13 00:08:35 +01:00
Giom Foret
488c6ccfc8
Remove all deprecated methods
2018-11-13 00:08:35 +01:00
Giom Foret
dc747fec93
MXImageView: use the new interface [setImageURI:...] instead of the deprecated one [setImageURL:...] .
...
Note - DirectoryServerTableViewCell:
Presently the thirdPartyProtocolInstance.icon is not a Matrix Content URI. We could not use here MXKImageView setImageURI method
without breaking the instance icon rendering. We use the deprecated interface until this point is fixed on the server side.
2018-11-11 15:20:32 +01:00
Giom Foret
3bcdd88022
MXImageView: use the new interface [setImageURI:...] instead of the deprecated one [setImageURL:...] .
...
Note - DirectoryServerTableViewCell:
Presently the thirdPartyProtocolInstance.icon is not a Matrix Content URI. We could not use here MXKImageView setImageURI method
without breaking the instance icon rendering. We use the deprecated interface until this point is fixed on the server side.
2018-11-11 15:20:32 +01:00
Giom Foret
609174d093
Replace the deprecated MXMediaManager and MXMediaLoader interfaces use
2018-11-10 14:28:08 +01:00
Giom Foret
0d68e42fb4
Replace the deprecated MXMediaManager and MXMediaLoader interfaces use
2018-11-10 14:28:08 +01:00
manuroe
3b08fe6b43
Merge pull request #2067 from aaronraimist/password-autofill
...
Add UITextContentType values to AuthInputsView
2018-10-31 12:04:20 +01:00
manuroe
036ea23b0d
Merge pull request #2067 from aaronraimist/password-autofill
...
Add UITextContentType values to AuthInputsView
2018-10-31 12:04:20 +01:00
Aaron Raimist
89b1c86b50
Remove all calls of [NSUserDefaults synchronize] ( #1924 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2018-10-15 16:58:10 -05:00
Aaron Raimist
703bd95749
Remove all calls of [NSUserDefaults synchronize] ( #1924 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2018-10-15 16:58:10 -05:00
Aaron Raimist
86d86cc3e9
Add UITextContentType values to AuthInputsView
...
Improves #2066
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2018-10-06 14:45:16 -05:00
Aaron Raimist
f651cb3c47
Add UITextContentType values to AuthInputsView
...
Improves #2066
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2018-10-06 14:45:16 -05:00
manuroe
38c3d23c04
Server Quota Notices: Implement the blue banner
...
Fix Steves's remark
2018-10-04 18:37:25 +02:00
manuroe
56941a7f20
Server Quota Notices: Implement the blue banner
...
Fix Steves's remark
2018-10-04 18:37:25 +02:00
manuroe
6e495ad441
Server Quota Notices: Implement the blue banner
...
Closes #1937
2018-10-02 15:30:00 +02:00
manuroe
40092917c0
Server Quota Notices: Implement the blue banner
...
Closes #1937
2018-10-02 15:30:00 +02:00
manuroe
82fbcb4883
SettingsVC: Use MXKAccount method to determine if LL is supported by the HS
2018-09-25 11:20:50 +02:00
manuroe
8a64c2bc41
SettingsVC: Use MXKAccount method to determine if LL is supported by the HS
2018-09-25 11:20:50 +02:00
manuroe
6ccfbbd567
BF: Weird text color when selecting a message
...
#2046
2018-09-24 14:23:48 +02:00
manuroe
ecafb8e306
BF: Weird text color when selecting a message
...
#2046
2018-09-24 14:23:48 +02:00