Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-v0.1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Jul 15, 2016
2 parents 64fe760 + 5da1f15 commit edfbd18
Show file tree
Hide file tree
Showing 31 changed files with 1,955 additions and 659 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Changes in Vector iOS in 0.1.12 (2016-07-15)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.3.11).
* Chat Screen: Set the right tint color of the "send" button.
* Messages: Add pink red badge on each invitation #426.
* Add 'leave' button to room settings #417.
* Settings: Set the right label text color.
* Room Settings: Add "Addresses" section #412.
* Messages: switch decline and preview buttons on invites #447.

Bug fixes:
* App crashes when the user leaves Settings whereas an email binding is in progress.
* App crashes during [AppDelegate applicationDidEnterBackground:] #452.
* Room Participants: Admin badge is missing sometimes.
* Room Participants: The swipe to Leave/Kick is broken.
* Markdown swallows leading #'s even if there are less than 3 #423.
* HTML blockquote is badly rendered: some characters can miss #437.
* Room Settings: check room permissions and grey out those boxes (disable) if you can't change them #430.
* Room Settings: if there isn't a topic (new rooms) you can't actually change/set it. #441.

Changes in Vector iOS in 0.1.11 (2016-07-01)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "Vector" do

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

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down
46 changes: 20 additions & 26 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
PODS:
- AFNetworking (2.6.3):
- AFNetworking/NSURLConnection (= 2.6.3)
- AFNetworking/NSURLSession (= 2.6.3)
- AFNetworking/Reachability (= 2.6.3)
- AFNetworking/Security (= 2.6.3)
- AFNetworking/Serialization (= 2.6.3)
- AFNetworking/UIKit (= 2.6.3)
- AFNetworking/NSURLConnection (2.6.3):
- AFNetworking (3.1.0):
- AFNetworking/NSURLSession (= 3.1.0)
- AFNetworking/Reachability (= 3.1.0)
- AFNetworking/Security (= 3.1.0)
- AFNetworking/Serialization (= 3.1.0)
- AFNetworking/UIKit (= 3.1.0)
- AFNetworking/NSURLSession (3.1.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.6.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.6.3)
- AFNetworking/Security (2.6.3)
- AFNetworking/Serialization (2.6.3)
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/Reachability (3.1.0)
- AFNetworking/Security (3.1.0)
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- DTCoreText (1.6.17):
- DTFoundation/Core (~> 1.7.5)
Expand All @@ -38,32 +32,32 @@ PODS:
- GoogleAnalytics (3.14.0)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.8.14)
- MatrixKit (0.3.10):
- MatrixKit (0.3.11):
- DTCoreText (~> 1.6.17)
- GHMarkdownParser (~> 0.1.2)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (~> 0.6.9)
- MatrixSDK (0.6.9):
- AFNetworking (~> 2.6.0)
- MatrixSDK (~> 0.6.10)
- MatrixSDK (0.6.10):
- AFNetworking (~> 3.1.0)

DEPENDENCIES:
- GBDeviceInfo (~> 4.1.0)
- GoogleAnalytics
- MatrixKit (~> 0.3.10)
- MatrixKit (~> 0.3.11)

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
DTCoreText: 3ea8bba23dd2141ba18adb227a7dd33a822df1c4
DTFoundation: 3b6b1b817d2a7fb02e7eaf2596c922a68145bd43
GBDeviceInfo: e50df975a95e21faec93e2bf98376846fe17d307
GHMarkdownParser: 14cbf59d0ab9450017d843dffd4a3ef691e5bd77
GoogleAnalytics: 9be1afdb8deeac4bb5f13ca7f7d3b9db2a1f43dc
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: fb165271ebe7fb32e55da97b83219382f2f9d409
MatrixKit: f777a251efb4c62d6b6414dab032998add4a415e
MatrixSDK: 46b12fd15ef0d50c6ac189989897855b47ce6ba2
MatrixKit: 711c7b8c1a0751432de3b718f948d25b736925be
MatrixSDK: 39f5fd09a729e88ce7f159a66f2d2515c7252664

PODFILE CHECKSUM: 812ddb9e9f6d58c224447005986ba00c3a441ae8
PODFILE CHECKSUM: fd4aa6cba642bed3736613be8b2d9b3c64b62327

COCOAPODS: 1.0.1
52 changes: 32 additions & 20 deletions Vector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,11 @@
F05641941C7DF9DE002276ED /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F05641911C7DF9DE002276ED /* [email protected] */; };
F05895001B8B7E6600B73E85 /* RoomBubbleCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = F05894FF1B8B7E6600B73E85 /* RoomBubbleCellData.m */; };
F067F2BC1CF6F0EA00F35EE8 /* third_party_licenses.html in Resources */ = {isa = PBXBuildFile; fileRef = F067F2BB1CF6F0EA00F35EE8 /* third_party_licenses.html */; };
F072E9A01D217C2C002921AF /* TableViewCellWithSwitches.m in Sources */ = {isa = PBXBuildFile; fileRef = F072E99F1D217C2C002921AF /* TableViewCellWithSwitches.m */; };
F072E9A21D217EA0002921AF /* TableViewCellWithSwitches.xib in Resources */ = {isa = PBXBuildFile; fileRef = F072E9A11D217EA0002921AF /* TableViewCellWithSwitches.xib */; };
F07ECA4D1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m in Sources */ = {isa = PBXBuildFile; fileRef = F07ECA4B1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m */; };
F07ECA4E1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA4C1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib */; };
F07ECA521D2D730D0060C09F /* main_alias_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA4F1D2D730D0060C09F /* main_alias_icon.png */; };
F07ECA531D2D730D0060C09F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA501D2D730D0060C09F /* [email protected] */; };
F07ECA541D2D730D0060C09F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F07ECA511D2D730D0060C09F /* [email protected] */; };
F08BE09E1B87025B00C480FB /* EventFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = F08BE09D1B87025B00C480FB /* EventFormatter.m */; };
F08BE0A21B87064000C480FB /* RoomDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F08BE0A11B87064000C480FB /* RoomDataSource.m */; };
F094A9A81B78D8F000B1FBBF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F094A9A71B78D8F000B1FBBF /* main.m */; };
Expand Down Expand Up @@ -200,8 +203,8 @@
F0A2413A1CB7E28F00E150C3 /* RoomParticipantsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0A241391CB7E28F00E150C3 /* RoomParticipantsViewController.xib */; };
F0AF11F51D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F0AF11F31D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.m */; };
F0AF11F61D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0AF11F41D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.xib */; };
F0B7037E1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B7037C1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m */; };
F0B7037F1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B7037D1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib */; };
F0B7037E1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B7037C1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m */; };
F0B7037F1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B7037D1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib */; };
F0BE3DF01C6CE17200AC3111 /* RoomMemberDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0BE3DEF1C6CE17200AC3111 /* RoomMemberDetailsViewController.m */; };
F0BE3DF21C6CE28300AC3111 /* RoomMemberDetailsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0BE3DF11C6CE28300AC3111 /* RoomMemberDetailsViewController.xib */; };
F0C34B611C15C28300C36F09 /* RoomOutgoingAttachmentBubbleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C34B561C15C28300C36F09 /* RoomOutgoingAttachmentBubbleCell.m */; };
Expand Down Expand Up @@ -466,9 +469,12 @@
F05894FE1B8B7E6600B73E85 /* RoomBubbleCellData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomBubbleCellData.h; sourceTree = "<group>"; };
F05894FF1B8B7E6600B73E85 /* RoomBubbleCellData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomBubbleCellData.m; sourceTree = "<group>"; };
F067F2BB1CF6F0EA00F35EE8 /* third_party_licenses.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = third_party_licenses.html; sourceTree = "<group>"; };
F072E99E1D217C2C002921AF /* TableViewCellWithSwitches.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithSwitches.h; path = TableViewCell/TableViewCellWithSwitches.h; sourceTree = "<group>"; };
F072E99F1D217C2C002921AF /* TableViewCellWithSwitches.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithSwitches.m; path = TableViewCell/TableViewCellWithSwitches.m; sourceTree = "<group>"; };
F072E9A11D217EA0002921AF /* TableViewCellWithSwitches.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithSwitches.xib; path = TableViewCell/TableViewCellWithSwitches.xib; sourceTree = "<group>"; };
F07ECA4A1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithCheckBoxes.h; path = TableViewCell/TableViewCellWithCheckBoxes.h; sourceTree = "<group>"; };
F07ECA4B1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithCheckBoxes.m; path = TableViewCell/TableViewCellWithCheckBoxes.m; sourceTree = "<group>"; };
F07ECA4C1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithCheckBoxes.xib; path = TableViewCell/TableViewCellWithCheckBoxes.xib; sourceTree = "<group>"; };
F07ECA4F1D2D730D0060C09F /* main_alias_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = main_alias_icon.png; sourceTree = "<group>"; };
F07ECA501D2D730D0060C09F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
F07ECA511D2D730D0060C09F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
F08BE09C1B87025B00C480FB /* EventFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventFormatter.h; sourceTree = "<group>"; };
F08BE09D1B87025B00C480FB /* EventFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EventFormatter.m; sourceTree = "<group>"; };
F08BE0A01B87064000C480FB /* RoomDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomDataSource.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -523,9 +529,9 @@
F0AF11F21D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomIdOrAliasTableViewCell.h; sourceTree = "<group>"; };
F0AF11F31D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomIdOrAliasTableViewCell.m; sourceTree = "<group>"; };
F0AF11F41D1029CF00FEE52F /* RoomIdOrAliasTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RoomIdOrAliasTableViewCell.xib; sourceTree = "<group>"; };
F0B7037B1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithTickAndLabel.h; path = TableViewCell/TableViewCellWithTickAndLabel.h; sourceTree = "<group>"; };
F0B7037C1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithTickAndLabel.m; path = TableViewCell/TableViewCellWithTickAndLabel.m; sourceTree = "<group>"; };
F0B7037D1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithTickAndLabel.xib; path = TableViewCell/TableViewCellWithTickAndLabel.xib; sourceTree = "<group>"; };
F0B7037B1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewCellWithCheckBoxAndLabel.h; path = TableViewCell/TableViewCellWithCheckBoxAndLabel.h; sourceTree = "<group>"; };
F0B7037C1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableViewCellWithCheckBoxAndLabel.m; path = TableViewCell/TableViewCellWithCheckBoxAndLabel.m; sourceTree = "<group>"; };
F0B7037D1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TableViewCellWithCheckBoxAndLabel.xib; path = TableViewCell/TableViewCellWithCheckBoxAndLabel.xib; sourceTree = "<group>"; };
F0BE3DEE1C6CE17200AC3111 /* RoomMemberDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomMemberDetailsViewController.h; sourceTree = "<group>"; };
F0BE3DEF1C6CE17200AC3111 /* RoomMemberDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomMemberDetailsViewController.m; sourceTree = "<group>"; };
F0BE3DF11C6CE28300AC3111 /* RoomMemberDetailsViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RoomMemberDetailsViewController.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -660,12 +666,12 @@
7179283B1C0384DE00407D96 /* TableViewCell */ = {
isa = PBXGroup;
children = (
F0B7037B1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.h */,
F0B7037C1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m */,
F0B7037D1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib */,
F072E99E1D217C2C002921AF /* TableViewCellWithSwitches.h */,
F072E99F1D217C2C002921AF /* TableViewCellWithSwitches.m */,
F072E9A11D217EA0002921AF /* TableViewCellWithSwitches.xib */,
F07ECA4A1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.h */,
F07ECA4B1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m */,
F07ECA4C1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib */,
F0B7037B1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.h */,
F0B7037C1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m */,
F0B7037D1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib */,
F05641781C7C9FD7002276ED /* TableViewCellWithButton.h */,
F05641791C7C9FD7002276ED /* TableViewCellWithButton.m */,
F056417A1C7C9FD7002276ED /* TableViewCellWithButton.xib */,
Expand Down Expand Up @@ -1067,6 +1073,9 @@
F0DD7D1B1B7AA8C900C4BE02 /* Images */ = {
isa = PBXGroup;
children = (
F07ECA4F1D2D730D0060C09F /* main_alias_icon.png */,
F07ECA501D2D730D0060C09F /* [email protected] */,
F07ECA511D2D730D0060C09F /* [email protected] */,
F0CC255E1D099F30000819CA /* newmessages.png */,
F0CC255F1D099F30000819CA /* [email protected] */,
F0CC25601D099F30000819CA /* [email protected] */,
Expand Down Expand Up @@ -1282,9 +1291,10 @@
F008D6FC1D0180FB0049444D /* GoogleService-Info.plist in Resources */,
F02528E01C11B6FC00E1FE1B /* create_room.png in Resources */,
F02528DF1C11B6FC00E1FE1B /* camera_video.png in Resources */,
F0B7037F1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.xib in Resources */,
F0B7037F1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.xib in Resources */,
F02BB04C1CBE2EE70022A025 /* PreviewRoomTitleView.xib in Resources */,
F056418C1C7CBEBD002276ED /* group.png in Resources */,
F07ECA541D2D730D0060C09F /* [email protected] in Resources */,
F0C34B681C15C28300C36F09 /* RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.xib in Resources */,
F0CC256F1D099F30000819CA /* [email protected] in Resources */,
F0026B631C916E68001D2C04 /* [email protected] in Resources */,
Expand All @@ -1309,6 +1319,7 @@
F02528FC1C11B6FC00E1FE1B /* [email protected] in Resources */,
F03FBCCD1CBBF521000A5770 /* [email protected] in Resources */,
F025290B1C11B6FC00E1FE1B /* [email protected] in Resources */,
F07ECA531D2D730D0060C09F /* [email protected] in Resources */,
F0CC25691D099F30000819CA /* [email protected] in Resources */,
F02529011C11B6FC00E1FE1B /* [email protected] in Resources */,
F0026B511C916E68001D2C04 /* [email protected] in Resources */,
Expand Down Expand Up @@ -1382,6 +1393,7 @@
325F6A491C21D4C100C12F51 /* [email protected] in Resources */,
F001D76E1B83156000A162C3 /* MediaPickerViewController.xib in Resources */,
F02529031C11B6FC00E1FE1B /* typing.png in Resources */,
F07ECA521D2D730D0060C09F /* main_alias_icon.png in Resources */,
32D200851C15C56A00A4E396 /* [email protected] in Resources */,
F056418D1C7CBEBD002276ED /* [email protected] in Resources */,
F0026B501C916E68001D2C04 /* [email protected] in Resources */,
Expand Down Expand Up @@ -1434,10 +1446,10 @@
F0026B521C916E68001D2C04 /* favouriteOff.png in Resources */,
32A887221C89B9580037DC17 /* SimpleRoomTitleView.xib in Resources */,
F02528FD1C11B6FC00E1FE1B /* selection_untick.png in Resources */,
F07ECA4E1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.xib in Resources */,
F0026B5C1C916E68001D2C04 /* [email protected] in Resources */,
F0CC4DC11C4E26FA003BBE45 /* MediaAlbumTableCell.xib in Resources */,
F02528DD1C11B6FC00E1FE1B /* [email protected] in Resources */,
F072E9A21D217EA0002921AF /* TableViewCellWithSwitches.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1508,7 +1520,6 @@
F094A9AB1B78D8F000B1FBBF /* AppDelegate.m in Sources */,
32C52BF61CBE4B0A00863B33 /* RoomEmailInvitation.m in Sources */,
F047DBB91C576F6600952DA2 /* AuthInputsView.m in Sources */,
F072E9A01D217C2C002921AF /* TableViewCellWithSwitches.m in Sources */,
323A520B1C3183CC00010773 /* UIViewController+VectorSearch.m in Sources */,
32A887211C89B9580037DC17 /* SimpleRoomTitleView.m in Sources */,
F056417B1C7C9FD7002276ED /* TableViewCellWithButton.m in Sources */,
Expand Down Expand Up @@ -1542,7 +1553,7 @@
F094A9A81B78D8F000B1FBBF /* main.m in Sources */,
F00C47861BFF77C800DBABC9 /* RecentTableViewCell.m in Sources */,
F0CC4DCA1C4E594C003BBE45 /* MediaAlbumContentViewController.m in Sources */,
F0B7037E1D22D4AD00B63766 /* TableViewCellWithTickAndLabel.m in Sources */,
F0B7037E1D22D4AD00B63766 /* TableViewCellWithCheckBoxAndLabel.m in Sources */,
32AAC3E61C3525DE007A3B5B /* RoomSearchViewController.m in Sources */,
32F2E61B1C230D4D003BDEA5 /* PublicRoomsDirectoryDataSource.m in Sources */,
3235CD851C341FAA0084EA40 /* HomeSearchViewController.m in Sources */,
Expand All @@ -1569,6 +1580,7 @@
F0C34CB31C16269D00C36F09 /* RoomIncomingTextMsgWithPaginationTitleBubbleCell.m in Sources */,
F0D2D9851C197DCB007B8C96 /* RoomIncomingAttachmentWithoutSenderInfoBubbleCell.m in Sources */,
71046D5E1C0C639300DCA984 /* RoomTitleView.m in Sources */,
F07ECA4D1D2BB0A60060C09F /* TableViewCellWithCheckBoxes.m in Sources */,
F02BB04B1CBE2EE70022A025 /* PreviewRoomTitleView.m in Sources */,
F0C34B631C15C28300C36F09 /* RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m in Sources */,
F09EE0061C5134BE0078712F /* RoomOutgoingTextMsgWithoutSenderNameBubbleCell.m in Sources */,
Expand Down
Loading

0 comments on commit edfbd18

Please sign in to comment.