SBiOSoftWhare
24f681b357
Add a convenience method on MXKRoomBubbleTableViewCell Riot category to update the color name based on the sender id.
2019-03-07 17:44:15 +01:00
SBiOSoftWhare
1636364681
Add a custom hash method on String same as Riot Web
2019-03-07 17:32:10 +01:00
manuroe
b539ea6a66
Update Riot/Categories/UIApplication.swift
...
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com >
2019-03-04 19:06:14 +01:00
SBiOSoftWhare
82f50b72c7
Add convenient method on UIApplication for opening an URL on iOS 9 and iOS 10+
2019-03-04 18:03:20 +01:00
SBiOSoftWhare
103aaa3a0a
Fix SwiftLint warnings
2019-02-27 10:07:51 +01:00
manuroe
42a70fe60b
Maintenance: Update cocopoads and pods. Automatic update to Swift4.2
2019-02-20 16:45:32 +01:00
manuroe
d99f477b9e
key backup: Add a dedicated section to settings
...
#2193
Still WIP
2019-01-31 03:06:47 +01:00
SBiOSoftWhare
c426a91294
Add convenient method on UIButton to enable title with multiple lines.
2019-01-30 11:14:03 +01:00
SBiOSoftWhare
811b5c5b3a
Add commodity methods on OperationQueue and use them in key backup setup view models.
2019-01-23 12:11:30 +01:00
SBiOSoftWhare
172aa171e0
Fix typo in UIView extension
2019-01-22 17:09:15 +01:00
SBiOSoftWhare
a4a54504bc
Add extension methods for view controller containment on UIViewController and add convenient method to remove back bar button title when pushing a view controller on UINavigationViewController.
2019-01-22 00:04:34 +01:00
SBiOSoftWhare
c8fcf2ac34
Add convenient method on UIView to add a subview matching parent
2019-01-21 23:45:51 +01:00
manuroe
d94d4d12a7
reskin: kill UIColorFromRGB and use UIColor swift extension
2019-01-11 12:15:43 +01:00
manuroe
744a0b8d4f
reskin: Create ThemeService.shared
2019-01-11 11:45:27 +01:00
manuroe
712a632120
reskin: Rename RiotDesignValues -> ThemeService
2019-01-11 10:46:00 +01:00
manuroe
936a26da1a
reskin: kill kRiotSecondaryTextColor
2019-01-10 18:05:21 +01:00
manuroe
f89848ef26
reskin: kill kRiotPrimaryBgColor
2019-01-10 17:50:26 +01:00
manuroe
debc4b5f93
reskin: Kill RiotDesignValues.kRiotKeyboardColor and replace it by Theme.matrixSearchBackgroundImageTintColor
2019-01-10 17:36:36 +01:00
manuroe
3214858829
reskin: Delegate navigation and search bars styling to theme
2019-01-10 16:43:03 +01:00
manuroe
2b32e32ac4
reskin: rename ColorValues to Theme
2019-01-10 15:32:59 +01:00
manuroe
6d69bfa167
reskin: ColorValues: suffix UIColor properties names with "Color"
2019-01-10 15:23:22 +01:00
manuroe
af001664d0
Merge remote-tracking branch 'origin/develop' into reskin
...
# Conflicts:
# Riot/Constants/RiotDesignValues.m
# Riot/Modules/Authentication/AuthenticationViewController.m
2019-01-10 11:50:57 +01:00
manuroe
a39a47a4e4
Merge remote-tracking branch 'origin/develop' into reskin
2019-01-09 16:38:49 +01:00
fridtjof
0e8c73344d
make use of Obj-C's modern syntax for literals and subscripting
2019-01-08 00:24:11 +01:00
fridtjof
5f9058c043
fix almost all the warnings caused by -Wstrict-prototypes
2019-01-05 03:28:53 +01:00
manuroe
674fcfaa9d
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
2018-11-30 17:10:28 +01:00
manuroe
1a058826f6
Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it
2018-11-30 15:57:19 +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
manuroe
e9d6b0996c
Swift: Reintroduce 'MatrixSDK/SwiftSupport'
2018-08-24 15:26:14 +02:00
manuroe
4e09e6cb53
Disable 'MatrixSDK/SwiftSupport' pod
...
And make Swift code not using NS_REFINED_FOR_SWIFTed methods from MatrixSDK
2018-08-10 17:08:25 +02:00
manuroe
e3f204562b
Make use of MXRoom.roomId and MXRoom.summary instead of MXRooms.state
2018-07-16 22:30:55 +02:00
giomfo
047da280c2
Improve Error Notifications (based on kMXKErrorNotification)
...
Add the account identifier in userInfo dictionary to let the listener know which account is concerned by the error.
vector-im/riot-ios#1839
2018-04-13 16:43:41 +02:00
Giom Foret
ab19b8733c
Groups: self-management of membership of groups
...
- Improve group details display
vector-im/riot-meta#114
2017-12-20 12:32:40 +01:00
Giom Foret
99d5e26d04
Groups: self-management of membership of groups
...
- Add Groups tab
vector-im/riot-meta#114
2017-12-12 16:03:26 +01:00
Giom Foret
74f66ae4a1
Merge branch 'develop' into callkit
2017-09-19 09:50:21 +02:00
Giom Foret
33beaa3dfb
Handle the room display name and its avatar at the room summary level.
...
- Update the room display name and its avatar url when the Room Summary is updated on state events change (see `[session: updateRoomSummary: withStateEvents:]`).
- Store the riot display room name and its avatar url in the Room Summary.
- Add a new category `MXRoomSummary+Riot` to handle avatar display.
TODO: Increase file store version in `MXFileStore.h`.
2017-09-14 16:00:50 +02:00
Giom Foret
4b47ad7294
Dark theme - Improvements
...
- the keyboard bubble should be darker too
2017-09-11 22:37:00 +02:00
manuroe
89920186d4
Merge remote-tracking branch 'origin/pr/1458' into callkit
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
# Riot/AppDelegate.m
# Riot/ViewController/SettingsViewController.m
2017-09-04 15:57:37 +02:00
Giom Foret
f9fe4c931f
Bug Fix - Dark theme - Improvements #1444
...
- search dialogs being wrong themed
2017-08-25 13:53:17 +02:00
Denis Morozov
da7aa8d04e
Create app level category for MXSession to count missed notifications count
2017-08-22 10:46:53 +03:00
Giom Foret
6fdbb5d844
Enable Dark theme
...
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
giomfo
866e24e1e0
Merge pull request #1341 from aramsargsyan/read-receipts-details
...
Read receipts details
2017-06-30 10:33:06 +02:00
Giom Foret
ffc142f64b
Bug Fix - Chat screen: the message overlaps its timestamp
...
(related to #1361 )
2017-06-28 18:51:05 +02:00
Giom Foret
1d47cb1f81
Read Receipts Details - RoomDataSource: Add RR container in the cell content view
...
instead of the overlay container to not disturb tag gesture handling.
https://github.com/vector-im/riot-ios/issues/59
2017-06-27 11:05:43 +02:00
Aram Sargsyan
177ff95489
Review changes
2017-06-26 22:22:32 +04:00
Aram Sargsyan
1f48a6d946
Removed the ReceiptsContainerDelegate, used didRecognizeAction: instead
2017-06-26 19:33:53 +04:00
manuroe
a8302ce9df
Merge remote-tracking branch 'origin/develop' into room_summary
...
# Conflicts:
# Riot/Categories/MXRoom+Riot.m
# Riot/Model/RoomList/RecentCellData.m
2017-03-15 17:24:54 +01:00
Giom Foret
f39d0ac49d
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename categories
2017-03-09 11:59:22 +01:00
Giom Foret
8730bc8ff9
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename categories
2017-03-09 11:50:28 +01:00
Giom Foret
eb85af8379
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename categories
2017-03-09 11:50:12 +01:00