зеркало из https://github.com/nextcloud/talk-ios.git
Calls are now Conversations.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
38a7a43604
Коммит
bd15a96e06
|
@ -79,11 +79,11 @@
|
|||
</objects>
|
||||
<point key="canvasLocation" x="1629.5999999999999" y="-739.88005997001505"/>
|
||||
</scene>
|
||||
<!--Calls-->
|
||||
<!--Conversations-->
|
||||
<scene sceneID="Fcv-fh-Lej">
|
||||
<objects>
|
||||
<navigationController id="OKQ-YS-70y" sceneMemberID="viewController">
|
||||
<tabBarItem key="tabBarItem" title="Calls" image="call-action" id="Lrt-Tc-cji"/>
|
||||
<tabBarItem key="tabBarItem" title="Conversations" image="conversations" id="Lrt-Tc-cji"/>
|
||||
<navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" id="pVd-L5-3CP">
|
||||
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
|
@ -216,8 +216,8 @@
|
|||
</scenes>
|
||||
<resources>
|
||||
<image name="add" width="24" height="24"/>
|
||||
<image name="call-action" width="24" height="24"/>
|
||||
<image name="contact" width="25" height="25"/>
|
||||
<image name="conversations" width="25" height="25"/>
|
||||
<image name="settings" width="25" height="25"/>
|
||||
</resources>
|
||||
</document>
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "conversations.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "conversations@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "conversations@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Двоичные данные
VideoCalls/Images.xcassets/conversations.imageset/conversations.png
поставляемый
Normal file
Двоичные данные
VideoCalls/Images.xcassets/conversations.imageset/conversations.png
поставляемый
Normal file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 454 B |
Двоичные данные
VideoCalls/Images.xcassets/conversations.imageset/conversations@2x.png
поставляемый
Normal file
Двоичные данные
VideoCalls/Images.xcassets/conversations.imageset/conversations@2x.png
поставляемый
Normal file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 733 B |
Двоичные данные
VideoCalls/Images.xcassets/conversations.imageset/conversations@3x.png
поставляемый
Normal file
Двоичные данные
VideoCalls/Images.xcassets/conversations.imageset/conversations@3x.png
поставляемый
Normal file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 1016 B |
|
@ -781,6 +781,8 @@ typedef void (^FetchRoomsCompletionBlock)(BOOL success);
|
|||
NSDate *date = [[NSDate alloc] initWithTimeIntervalSince1970:room.lastPing];
|
||||
cell.labelSubTitle.text = [date timeAgoSinceNow];
|
||||
|
||||
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
|
||||
|
||||
if (room.lastPing == 0) {
|
||||
cell.labelSubTitle.text = @"Never joined";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче