Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Submodules/MessagesTableViewController
2 changes: 1 addition & 1 deletion Submodules/ProjectTox-Core/ProjectTox-Core
2 changes: 1 addition & 1 deletion Toxicity/TXCAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ void print_message(Tox *m, int friendnumber, uint8_t * string, uint16_t length,
NSLog(@"Message from [%d]: %s", friendnumber, string);

TXCMessageObject *theMessage = [[TXCMessageObject alloc] initWithMessage:[NSString stringWithUTF8String:(char *)string]
origin:MessageLocation_Me
origin:MessageLocation_Them
family:MessageFamily_Friend
type:MessageType_Regular
senderName:[[TXCSingleton sharedSingleton] userNick]
Expand Down
7 changes: 6 additions & 1 deletion Toxicity/en.lproj/MainStoryboard.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,17 @@
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DnX-Uz-f9S">
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="DnX-Uz-f9S">
<rect key="frame" x="15" y="139" width="290" height="290"/>
<constraints>
<constraint firstAttribute="width" constant="290" id="8B6-o5-kcK"/>
<constraint firstAttribute="height" constant="290" id="jXv-qJ-U4R"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerX" secondItem="DnX-Uz-f9S" secondAttribute="centerX" id="H7R-XV-wkB"/>
<constraint firstAttribute="centerY" secondItem="DnX-Uz-f9S" secondAttribute="centerY" id="m4y-XD-PlH"/>
</constraints>
</view>
Expand Down