Skip to content

Commit edfbd18

Browse files
committed
Merge remote-tracking branch 'origin/release-v0.1.12'
2 parents 64fe760 + 5da1f15 commit edfbd18

31 files changed

+1955
-659
lines changed

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Changes in Vector iOS in 0.1.12 (2016-07-15)
2+
===============================================
3+
4+
Improvements:
5+
* Upgrade MatrixKit version (v0.3.11).
6+
* Chat Screen: Set the right tint color of the "send" button.
7+
* Messages: Add pink red badge on each invitation #426.
8+
* Add 'leave' button to room settings #417.
9+
* Settings: Set the right label text color.
10+
* Room Settings: Add "Addresses" section #412.
11+
* Messages: switch decline and preview buttons on invites #447.
12+
13+
Bug fixes:
14+
* App crashes when the user leaves Settings whereas an email binding is in progress.
15+
* App crashes during [AppDelegate applicationDidEnterBackground:] #452.
16+
* Room Participants: Admin badge is missing sometimes.
17+
* Room Participants: The swipe to Leave/Kick is broken.
18+
* Markdown swallows leading #'s even if there are less than 3 #423.
19+
* HTML blockquote is badly rendered: some characters can miss #437.
20+
* Room Settings: check room permissions and grey out those boxes (disable) if you can't change them #430.
21+
* Room Settings: if there isn't a topic (new rooms) you can't actually change/set it. #441.
22+
123
Changes in Vector iOS in 0.1.11 (2016-07-01)
224
===============================================
325

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target "Vector" do
88

99
# Different flavours of pods to MatrixKit
1010
# The tagged version on which this version of Console has been built
11-
pod 'MatrixKit', '~> 0.3.10'
11+
pod 'MatrixKit', '~> 0.3.11'
1212

1313
# The lastest release available on the CocoaPods repository
1414
#pod 'MatrixKit'

Podfile.lock

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
PODS:
2-
- AFNetworking (2.6.3):
3-
- AFNetworking/NSURLConnection (= 2.6.3)
4-
- AFNetworking/NSURLSession (= 2.6.3)
5-
- AFNetworking/Reachability (= 2.6.3)
6-
- AFNetworking/Security (= 2.6.3)
7-
- AFNetworking/Serialization (= 2.6.3)
8-
- AFNetworking/UIKit (= 2.6.3)
9-
- AFNetworking/NSURLConnection (2.6.3):
2+
- AFNetworking (3.1.0):
3+
- AFNetworking/NSURLSession (= 3.1.0)
4+
- AFNetworking/Reachability (= 3.1.0)
5+
- AFNetworking/Security (= 3.1.0)
6+
- AFNetworking/Serialization (= 3.1.0)
7+
- AFNetworking/UIKit (= 3.1.0)
8+
- AFNetworking/NSURLSession (3.1.0):
109
- AFNetworking/Reachability
1110
- AFNetworking/Security
1211
- AFNetworking/Serialization
13-
- AFNetworking/NSURLSession (2.6.3):
14-
- AFNetworking/Reachability
15-
- AFNetworking/Security
16-
- AFNetworking/Serialization
17-
- AFNetworking/Reachability (2.6.3)
18-
- AFNetworking/Security (2.6.3)
19-
- AFNetworking/Serialization (2.6.3)
20-
- AFNetworking/UIKit (2.6.3):
21-
- AFNetworking/NSURLConnection
12+
- AFNetworking/Reachability (3.1.0)
13+
- AFNetworking/Security (3.1.0)
14+
- AFNetworking/Serialization (3.1.0)
15+
- AFNetworking/UIKit (3.1.0):
2216
- AFNetworking/NSURLSession
2317
- DTCoreText (1.6.17):
2418
- DTFoundation/Core (~> 1.7.5)
@@ -38,32 +32,32 @@ PODS:
3832
- GoogleAnalytics (3.14.0)
3933
- HPGrowingTextView (1.1)
4034
- libPhoneNumber-iOS (0.8.14)
41-
- MatrixKit (0.3.10):
35+
- MatrixKit (0.3.11):
4236
- DTCoreText (~> 1.6.17)
4337
- GHMarkdownParser (~> 0.1.2)
4438
- HPGrowingTextView (~> 1.1)
4539
- libPhoneNumber-iOS (~> 0.8.14)
46-
- MatrixSDK (~> 0.6.9)
47-
- MatrixSDK (0.6.9):
48-
- AFNetworking (~> 2.6.0)
40+
- MatrixSDK (~> 0.6.10)
41+
- MatrixSDK (0.6.10):
42+
- AFNetworking (~> 3.1.0)
4943

5044
DEPENDENCIES:
5145
- GBDeviceInfo (~> 4.1.0)
5246
- GoogleAnalytics
53-
- MatrixKit (~> 0.3.10)
47+
- MatrixKit (~> 0.3.11)
5448

5549
SPEC CHECKSUMS:
56-
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
50+
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
5751
DTCoreText: 3ea8bba23dd2141ba18adb227a7dd33a822df1c4
5852
DTFoundation: 3b6b1b817d2a7fb02e7eaf2596c922a68145bd43
5953
GBDeviceInfo: e50df975a95e21faec93e2bf98376846fe17d307
6054
GHMarkdownParser: 14cbf59d0ab9450017d843dffd4a3ef691e5bd77
6155
GoogleAnalytics: 9be1afdb8deeac4bb5f13ca7f7d3b9db2a1f43dc
6256
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
6357
libPhoneNumber-iOS: fb165271ebe7fb32e55da97b83219382f2f9d409
64-
MatrixKit: f777a251efb4c62d6b6414dab032998add4a415e
65-
MatrixSDK: 46b12fd15ef0d50c6ac189989897855b47ce6ba2
58+
MatrixKit: 711c7b8c1a0751432de3b718f948d25b736925be
59+
MatrixSDK: 39f5fd09a729e88ce7f159a66f2d2515c7252664
6660

67-
PODFILE CHECKSUM: 812ddb9e9f6d58c224447005986ba00c3a441ae8
61+
PODFILE CHECKSUM: fd4aa6cba642bed3736613be8b2d9b3c64b62327
6862

6963
COCOAPODS: 1.0.1

Vector.xcodeproj/project.pbxproj

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,11 @@
164164
F05641941C7DF9DE002276ED /* error@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = F05641911C7DF9DE002276ED /* error@3x.png */; };
165165
F05895001B8B7E6600B73E85 /* RoomBubbleCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = F05894FF1B8B7E6600B73E85 /* RoomBubbleCellData.m */; };
166166
F067F2BC1CF6F0EA00F35EE8 /* third_party_licenses.html in Resources */ = {isa = PBXBuildFile; fileRef = F067F2BB1CF6F0EA00F35EE8 /* third_party_licenses.html */; };
167-
F072E9A01D217C2C002921AF /* TableViewCellWithSwitches.m in Sources */ = {isa = PBXBuildFile; fileRef = F072E99F1D217C2C002921AF /* TableViewCellWithSwitches.m */; };
168-
F072E9A21D217EA0002921AF /* TableViewCellWithSwitches.xib in Resources */ = {isa = PBXBuildFile; fileRef = F072E9A11D217EA0002921AF /* TableViewCellWithSwitches.xib */; };
167+
F07ECA4D1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m in Sources */ = {isa = PBXBuildFile; fileRef = F07ECA4B1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m */; };
168+
F07ECA4E1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA4C1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib */; };
169+
F07ECA521D2D730D0060C09F /* main_alias_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA4F1D2D730D0060C09F /* main_alias_icon.png */; };
170+
F07ECA531D2D730D0060C09F /* main_alias_icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA501D2D730D0060C09F /* main_alias_icon@2x.png */; };
171+
F07ECA541D2D730D0060C09F /* main_alias_icon@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA511D2D730D0060C09F /* main_alias_icon@3x.png */; };
169172
F08BE09E1B87025B00C480FB /* EventFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = F08BE09D1B87025B00C480FB /* EventFormatter.m */; };
170173
F08BE0A21B87064000C480FB /* RoomDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F08BE0A11B87064000C480FB /* RoomDataSource.m */; };
171174
F094A9A81B78D8F000B1FBBF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F094A9A71B78D8F000B1FBBF /* main.m */; };
@@ -200,8 +203,8 @@
200203
F0A2413A1CB7E28F00E150C3 /* RoomParticipantsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0A241391CB7E28F00E150C3 /* RoomParticipantsViewController.xib */; };
201204
F0AF11F51D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F0AF11F31D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.m */; };
202205
F0AF11F61D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0AF11F41D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.xib */; };
203-
F0B7037E1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B7037C1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m */; };
204-
F0B7037F1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B7037D1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib */; };
206+
F0B7037E1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B7037C1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m */; };
207+
F0B7037F1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B7037D1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib */; };
205208
F0BE3DF01C6CE17200AC3111 /* RoomMemberDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0BE3DEF1C6CE17200AC3111 /* RoomMemberDetailsViewController.m */; };
206209
F0BE3DF21C6CE28300AC3111 /* RoomMemberDetailsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0BE3DF11C6CE28300AC3111 /* RoomMemberDetailsViewController.xib */; };
207210
F0C34B611C15C28300C36F09 /* RoomOutgoingAttachmentBubbleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C34B561C15C28300C36F09 /* RoomOutgoingAttachmentBubbleCell.m */; };
@@ -466,9 +469,12 @@
466469
F05894FE1B8B7E6600B73E85 /* RoomBubbleCellData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomBubbleCellData.h; sourceTree = "<group>"; };
467470
F05894FF1B8B7E6600B73E85 /* RoomBubbleCellData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomBubbleCellData.m; sourceTree = "<group>"; };
468471
F067F2BB1CF6F0EA00F35EE8 /* third_party_licenses.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = third_party_licenses.html; sourceTree = "<group>"; };
469-
F072E99E1D217C2C002921AF /* TableViewCellWithSwitches.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithSwitches.h; path = TableViewCell/TableViewCellWithSwitches.h; sourceTree = "<group>"; };
470-
F072E99F1D217C2C002921AF /* TableViewCellWithSwitches.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithSwitches.m; path = TableViewCell/TableViewCellWithSwitches.m; sourceTree = "<group>"; };
471-
F072E9A11D217EA0002921AF /* TableViewCellWithSwitches.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithSwitches.xib; path = TableViewCell/TableViewCellWithSwitches.xib; sourceTree = "<group>"; };
472+
F07ECA4A1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithCheckBoxes.h; path = TableViewCell/TableViewCellWithCheckBoxes.h; sourceTree = "<group>"; };
473+
F07ECA4B1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithCheckBoxes.m; path = TableViewCell/TableViewCellWithCheckBoxes.m; sourceTree = "<group>"; };
474+
F07ECA4C1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithCheckBoxes.xib; path = TableViewCell/TableViewCellWithCheckBoxes.xib; sourceTree = "<group>"; };
475+
F07ECA4F1D2D730D0060C09F /* main_alias_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = main_alias_icon.png; sourceTree = "<group>"; };
476+
F07ECA501D2D730D0060C09F /* main_alias_icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "main_alias_icon@2x.png"; sourceTree = "<group>"; };
477+
F07ECA511D2D730D0060C09F /* main_alias_icon@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "main_alias_icon@3x.png"; sourceTree = "<group>"; };
472478
F08BE09C1B87025B00C480FB /* EventFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventFormatter.h; sourceTree = "<group>"; };
473479
F08BE09D1B87025B00C480FB /* EventFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EventFormatter.m; sourceTree = "<group>"; };
474480
F08BE0A01B87064000C480FB /* RoomDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomDataSource.h; sourceTree = "<group>"; };
@@ -523,9 +529,9 @@
523529
F0AF11F21D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomIdOrAliasTableViewCell.h; sourceTree = "<group>"; };
524530
F0AF11F31D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomIdOrAliasTableViewCell.m; sourceTree = "<group>"; };
525531
F0AF11F41D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RoomIdOrAliasTableViewCell.xib; sourceTree = "<group>"; };
526-
F0B7037B1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithTickAndLabel.h; path = TableViewCell/TableViewCellWithTickAndLabel.h; sourceTree = "<group>"; };
527-
F0B7037C1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithTickAndLabel.m; path = TableViewCell/TableViewCellWithTickAndLabel.m; sourceTree = "<group>"; };
528-
F0B7037D1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithTickAndLabel.xib; path = TableViewCell/TableViewCellWithTickAndLabel.xib; sourceTree = "<group>"; };
532+
F0B7037B1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithCheckBoxAndLabel.h; path = TableViewCell/TableViewCellWithCheckBoxAndLabel.h; sourceTree = "<group>"; };
533+
F0B7037C1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithCheckBoxAndLabel.m; path = TableViewCell/TableViewCellWithCheckBoxAndLabel.m; sourceTree = "<group>"; };
534+
F0B7037D1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithCheckBoxAndLabel.xib; path = TableViewCell/TableViewCellWithCheckBoxAndLabel.xib; sourceTree = "<group>"; };
529535
F0BE3DEE1C6CE17200AC3111 /* RoomMemberDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomMemberDetailsViewController.h; sourceTree = "<group>"; };
530536
F0BE3DEF1C6CE17200AC3111 /* RoomMemberDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomMemberDetailsViewController.m; sourceTree = "<group>"; };
531537
F0BE3DF11C6CE28300AC3111 /* RoomMemberDetailsViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RoomMemberDetailsViewController.xib; sourceTree = "<group>"; };
@@ -660,12 +666,12 @@
660666
7179283B1C0384DE00407D96 /* TableViewCell */ = {
661667
isa = PBXGroup;
662668
children = (
663-
F0B7037B1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.h */,
664-
F0B7037C1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m */,
665-
F0B7037D1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib */,
666-
F072E99E1D217C2C002921AF /* TableViewCellWithSwitches.h */,
667-
F072E99F1D217C2C002921AF /* TableViewCellWithSwitches.m */,
668-
F072E9A11D217EA0002921AF /* TableViewCellWithSwitches.xib */,
669+
F07ECA4A1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.h */,
670+
F07ECA4B1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m */,
671+
F07ECA4C1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib */,
672+
F0B7037B1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.h */,
673+
F0B7037C1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m */,
674+
F0B7037D1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib */,
669675
F05641781C7C9FD7002276ED /* TableViewCellWithButton.h */,
670676
F05641791C7C9FD7002276ED /* TableViewCellWithButton.m */,
671677
F056417A1C7C9FD7002276ED /* TableViewCellWithButton.xib */,
@@ -1067,6 +1073,9 @@
10671073
F0DD7D1B1B7AA8C900C4BE02 /* Images */ = {
10681074
isa = PBXGroup;
10691075
children = (
1076+
F07ECA4F1D2D730D0060C09F /* main_alias_icon.png */,
1077+
F07ECA501D2D730D0060C09F /* main_alias_icon@2x.png */,
1078+
F07ECA511D2D730D0060C09F /* main_alias_icon@3x.png */,
10701079
F0CC255E1D099F30000819CA /* newmessages.png */,
10711080
F0CC255F1D099F30000819CA /* newmessages@2x.png */,
10721081
F0CC25601D099F30000819CA /* newmessages@3x.png */,
@@ -1282,9 +1291,10 @@
12821291
F008D6FC1D0180FB0049444D /* GoogleService-Info.plist in Resources */,
12831292
F02528E01C11B6FC00E1FE1B /* create_room.png in Resources */,
12841293
F02528DF1C11B6FC00E1FE1B /* camera_video.png in Resources */,
1285-
F0B7037F1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib in Resources */,
1294+
F0B7037F1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib in Resources */,
12861295
F02BB04C1CBE2EE70022A025 /* PreviewRoomTitleView.xib in Resources */,
12871296
F056418C1C7CBEBD002276ED /* group.png in Resources */,
1297+
F07ECA541D2D730D0060C09F /* main_alias_icon@3x.png in Resources */,
12881298
F0C34B681C15C28300C36F09 /* RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.xib in Resources */,
12891299
F0CC256F1D099F30000819CA /* scrollup@3x.png in Resources */,
12901300
F0026B631C916E68001D2C04 /* priorityLow@3x.png in Resources */,
@@ -1309,6 +1319,7 @@
13091319
F02528FC1C11B6FC00E1FE1B /* selection_tick@3x.png in Resources */,
13101320
F03FBCCD1CBBF521000A5770 /* mod_icon@3x.png in Resources */,
13111321
F025290B1C11B6FC00E1FE1B /* upload_icon@3x.png in Resources */,
1322+
F07ECA531D2D730D0060C09F /* main_alias_icon@2x.png in Resources */,
13121323
F0CC25691D099F30000819CA /* newmessages@3x.png in Resources */,
13131324
F02529011C11B6FC00E1FE1B /* settings_icon@2x.png in Resources */,
13141325
F0026B511C916E68001D2C04 /* favourite@3x.png in Resources */,
@@ -1382,6 +1393,7 @@
13821393
325F6A491C21D4C100C12F51 /* chevron@3x.png in Resources */,
13831394
F001D76E1B83156000A162C3 /* MediaPickerViewController.xib in Resources */,
13841395
F02529031C11B6FC00E1FE1B /* typing.png in Resources */,
1396+
F07ECA521D2D730D0060C09F /* main_alias_icon.png in Resources */,
13851397
32D200851C15C56A00A4E396 /* search_bg@3x.png in Resources */,
13861398
F056418D1C7CBEBD002276ED /* group@2x.png in Resources */,
13871399
F0026B501C916E68001D2C04 /* favourite@2x.png in Resources */,
@@ -1434,10 +1446,10 @@
14341446
F0026B521C916E68001D2C04 /* favouriteOff.png in Resources */,
14351447
32A887221C89B9580037DC17 /* SimpleRoomTitleView.xib in Resources */,
14361448
F02528FD1C11B6FC00E1FE1B /* selection_untick.png in Resources */,
1449+
F07ECA4E1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib in Resources */,
14371450
F0026B5C1C916E68001D2C04 /* notificationsOff@2x.png in Resources */,
14381451
F0CC4DC11C4E26FA003BBE45 /* MediaAlbumTableCell.xib in Resources */,
14391452
F02528DD1C11B6FC00E1FE1B /* camera_switch@2x.png in Resources */,
1440-
F072E9A21D217EA0002921AF /* TableViewCellWithSwitches.xib in Resources */,
14411453
);
14421454
runOnlyForDeploymentPostprocessing = 0;
14431455
};
@@ -1508,7 +1520,6 @@
15081520
F094A9AB1B78D8F000B1FBBF /* AppDelegate.m in Sources */,
15091521
32C52BF61CBE4B0A00863B33 /* RoomEmailInvitation.m in Sources */,
15101522
F047DBB91C576F6600952DA2 /* AuthInputsView.m in Sources */,
1511-
F072E9A01D217C2C002921AF /* TableViewCellWithSwitches.m in Sources */,
15121523
323A520B1C3183CC00010773 /* UIViewController+VectorSearch.m in Sources */,
15131524
32A887211C89B9580037DC17 /* SimpleRoomTitleView.m in Sources */,
15141525
F056417B1C7C9FD7002276ED /* TableViewCellWithButton.m in Sources */,
@@ -1542,7 +1553,7 @@
15421553
F094A9A81B78D8F000B1FBBF /* main.m in Sources */,
15431554
F00C47861BFF77C800DBABC9 /* RecentTableViewCell.m in Sources */,
15441555
F0CC4DCA1C4E594C003BBE45 /* MediaAlbumContentViewController.m in Sources */,
1545-
F0B7037E1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m in Sources */,
1556+
F0B7037E1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m in Sources */,
15461557
32AAC3E61C3525DE007A3B5B /* RoomSearchViewController.m in Sources */,
15471558
32F2E61B1C230D4D003BDEA5 /* PublicRoomsDirectoryDataSource.m in Sources */,
15481559
3235CD851C341FAA0084EA40 /* HomeSearchViewController.m in Sources */,
@@ -1569,6 +1580,7 @@
15691580
F0C34CB31C16269D00C36F09 /* RoomIncomingTextMsgWithPaginationTitleBubbleCell.m in Sources */,
15701581
F0D2D9851C197DCB007B8C96 /* RoomIncomingAttachmentWithoutSenderInfoBubbleCell.m in Sources */,
15711582
71046D5E1C0C639300DCA984 /* RoomTitleView.m in Sources */,
1583+
F07ECA4D1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m in Sources */,
15721584
F02BB04B1CBE2EE70022A025 /* PreviewRoomTitleView.m in Sources */,
15731585
F0C34B631C15C28300C36F09 /* RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m in Sources */,
15741586
F09EE0061C5134BE0078712F /* RoomOutgoingTextMsgWithoutSenderNameBubbleCell.m in Sources */,

0 commit comments

Comments
 (0)