diff --git a/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m b/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m index 7b9d3a879..dd711d4e4 100644 --- a/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m +++ b/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m @@ -49,6 +49,7 @@ { dateTimeLabel.font = [UIFont systemFontOfSize:15]; } + dateTimeLabel.adjustsFontSizeToFitWidth = YES; dateTimeLabel.tag = componentIndex; diff --git a/Vector/Model/RoomList/RecentsDataSource.m b/Vector/Model/RoomList/RecentsDataSource.m index 5289b18dd..533cbe6ab 100644 --- a/Vector/Model/RoomList/RecentsDataSource.m +++ b/Vector/Model/RoomList/RecentsDataSource.m @@ -616,7 +616,7 @@ - (void)moveRoomCell:(MXRoom*)room from:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath success:(void (^)())moveSuccess failure:(void (^)(NSError *error))moveFailure; { - NSLog(@"[RecentsDataSource] moveCellFrom (%zu, %zu) to (%zu, %zu)", oldPath.section, oldPath.row, newPath.section, newPath.row); + NSLog(@"[RecentsDataSource] moveCellFrom (%tu, %tu) to (%tu, %tu)", oldPath.section, oldPath.row, newPath.section, newPath.row); if ([self canCellMoveFrom:oldPath to:newPath] && ![newPath isEqual:oldPath]) { diff --git a/Vector/Views/RoomBubbleList/RoomIncomingAttachmentBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomIncomingAttachmentBubbleCell.xib index ae04ec335..40177d3fa 100644 --- a/Vector/Views/RoomBubbleList/RoomIncomingAttachmentBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomIncomingAttachmentBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -26,7 +25,6 @@ - @@ -46,7 +43,6 @@ - @@ -148,7 +136,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithPaginationTitleBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithPaginationTitleBubbleCell.xib index e0b87a727..eb5fb69b1 100644 --- a/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithPaginationTitleBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithPaginationTitleBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -20,7 +20,6 @@ - - @@ -45,7 +42,6 @@ - @@ -54,7 +50,6 @@ - @@ -74,7 +68,6 @@ - @@ -179,7 +164,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.xib index 0c88024e0..0a18358fb 100644 --- a/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -26,7 +25,6 @@ - @@ -123,7 +113,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomIncomingTextMsgBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomIncomingTextMsgBubbleCell.xib index 7d154c18e..9357325eb 100644 --- a/Vector/Views/RoomBubbleList/RoomIncomingTextMsgBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomIncomingTextMsgBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -26,7 +25,6 @@ - @@ -49,7 +46,6 @@ - @@ -98,7 +91,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithPaginationTitleBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithPaginationTitleBubbleCell.xib index aa0b1a563..fcb4af60b 100644 --- a/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithPaginationTitleBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithPaginationTitleBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -20,7 +20,6 @@ - - @@ -45,7 +42,6 @@ - @@ -54,7 +50,6 @@ - @@ -76,10 +70,9 @@ - @@ -122,14 +112,13 @@ - + - diff --git a/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.xib index c13875291..cd266836b 100644 --- a/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -29,7 +28,6 @@ - @@ -73,7 +68,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentBubbleCell.xib index 9b196dfda..7f14b304c 100644 --- a/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -26,7 +25,6 @@ - @@ -46,7 +43,6 @@ - @@ -154,7 +141,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.xib index b9ed0f525..cabeb2251 100644 --- a/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -20,7 +20,6 @@ - - @@ -45,7 +42,6 @@ - @@ -54,7 +50,6 @@ - @@ -74,7 +68,6 @@ - @@ -185,7 +169,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.xib index 41419b01f..cf0e4cb9c 100644 --- a/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -26,7 +25,6 @@ - @@ -129,7 +118,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgBubbleCell.xib index 49b31fff3..a5ba0803a 100644 --- a/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -26,7 +25,6 @@ - @@ -49,7 +46,6 @@ - @@ -98,7 +91,6 @@ - diff --git a/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.xib index e07beef9c..35e735614 100644 --- a/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -20,7 +20,6 @@ - - @@ -45,7 +42,6 @@ - @@ -54,7 +50,6 @@ - @@ -76,10 +70,9 @@ - @@ -122,14 +112,13 @@ - + - diff --git a/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.xib b/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.xib index ce943da33..db2505095 100644 --- a/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.xib +++ b/Vector/Views/RoomBubbleList/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.xib @@ -1,8 +1,8 @@ - + - + @@ -17,7 +17,6 @@ - @@ -29,7 +28,6 @@ - @@ -73,7 +68,6 @@ -