Skip to content

Commit 0ba9291

Browse files
committed
Send multiple images
1 parent 0a698dd commit 0ba9291

31 files changed

+1310
-18
lines changed

Mixin.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,12 @@
623623
7CE2DC9A28587DE100AF00AE /* Colors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7B8BB58F234F36C000991ACB /* Colors.xcassets */; };
624624
7CE2DE102858B52000AF00AE /* WallpaperImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE2DE0F2858B52000AF00AE /* WallpaperImageView.swift */; };
625625
7CE3A25C2771A8AB006BE765 /* DeleteAccountVerifyCodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE3A25B2771A8AB006BE765 /* DeleteAccountVerifyCodeViewController.swift */; };
626+
7CE4BA1F283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7CE4BA1D283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.xib */; };
627+
7CE4BA20283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE4BA1E283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.swift */; };
628+
7CE4BA23283CD297001C87D5 /* MediaPreviewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7CE4BA21283CD297001C87D5 /* MediaPreviewCell.xib */; };
629+
7CE4BA24283CD297001C87D5 /* MediaPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE4BA22283CD297001C87D5 /* MediaPreviewCell.swift */; };
630+
7CE4BA26283CD2B4001C87D5 /* SelectedPhotoInputItemsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE4BA25283CD2B3001C87D5 /* SelectedPhotoInputItemsViewController.swift */; };
631+
7CE4BA28283CD2C9001C87D5 /* SelectedMediaCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE4BA27283CD2C9001C87D5 /* SelectedMediaCell.swift */; };
626632
7CE5E7A8269BDA29000B7904 /* HomeAppsPinTipsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE5E7A6269BDA29000B7904 /* HomeAppsPinTipsViewController.swift */; };
627633
7CE5E7A9269BDA29000B7904 /* HomeAppsPinTipsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7CE5E7A7269BDA29000B7904 /* HomeAppsPinTipsView.xib */; };
628634
7CF2FEA626AA89BA00D3A5B3 /* StickersAlbumPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CF2FEA526AA89BA00D3A5B3 /* StickersAlbumPreviewViewController.swift */; };
@@ -1617,6 +1623,12 @@
16171623
7CC7304F2745F95D002780F5 /* StickerStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StickerStore.swift; sourceTree = "<group>"; };
16181624
7CE2DE0F2858B52000AF00AE /* WallpaperImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WallpaperImageView.swift; sourceTree = "<group>"; };
16191625
7CE3A25B2771A8AB006BE765 /* DeleteAccountVerifyCodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeleteAccountVerifyCodeViewController.swift; sourceTree = "<group>"; };
1626+
7CE4BA1D283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SelectedPhotoInputItemsPreviewWindow.xib; sourceTree = "<group>"; };
1627+
7CE4BA1E283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectedPhotoInputItemsPreviewWindow.swift; sourceTree = "<group>"; };
1628+
7CE4BA21283CD297001C87D5 /* MediaPreviewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MediaPreviewCell.xib; sourceTree = "<group>"; };
1629+
7CE4BA22283CD297001C87D5 /* MediaPreviewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaPreviewCell.swift; sourceTree = "<group>"; };
1630+
7CE4BA25283CD2B3001C87D5 /* SelectedPhotoInputItemsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectedPhotoInputItemsViewController.swift; sourceTree = "<group>"; };
1631+
7CE4BA27283CD2C9001C87D5 /* SelectedMediaCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectedMediaCell.swift; sourceTree = "<group>"; };
16201632
7CE5E7A6269BDA29000B7904 /* HomeAppsPinTipsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeAppsPinTipsViewController.swift; sourceTree = "<group>"; };
16211633
7CE5E7A7269BDA29000B7904 /* HomeAppsPinTipsView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeAppsPinTipsView.xib; sourceTree = "<group>"; };
16221634
7CF2FEA526AA89BA00D3A5B3 /* StickersAlbumPreviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StickersAlbumPreviewViewController.swift; sourceTree = "<group>"; };
@@ -2812,6 +2824,7 @@
28122824
7B915F73215FB0C100A562C6 /* GiphySearchViewController.swift */,
28132825
7B05CFDC22293B72006DA9E3 /* PhotoInputViewController.swift */,
28142826
7B93CAA4222963120053AE90 /* PhotoInputGridViewController.swift */,
2827+
7CE4BA25283CD2B3001C87D5 /* SelectedPhotoInputItemsViewController.swift */,
28152828
7B6A4045228400AF0037C7E5 /* MessageReceiverViewController.swift */,
28162829
7BFD3457228589ED00524EA0 /* ContactSelectorViewController.swift */,
28172830
7BEBCE2C228185130037BF18 /* MediaPreviewViewController.swift */,
@@ -2925,6 +2938,8 @@
29252938
7C0FAAC827E07A0A008D4021 /* ExpiredMessageTimePickerWindow.xib */,
29262939
7C47352828571CC900ECD293 /* AccessPhoneContactHintWindow.swift */,
29272940
7C47352A28571D0300ECD293 /* AccessPhoneContactHintWindow.xib */,
2941+
7CE4BA1E283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.swift */,
2942+
7CE4BA1D283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.xib */,
29282943
);
29292944
path = Windows;
29302945
sourceTree = "<group>";
@@ -2974,6 +2989,8 @@
29742989
DF53BB6E202362E5002BF028 /* AuthorizationScopeCell.xib */,
29752990
DF846CDC2369550B00AA1197 /* MultisigUserCell.swift */,
29762991
DF846CDE2369551D00AA1197 /* MultisigUserCell.xib */,
2992+
7CE4BA22283CD297001C87D5 /* MediaPreviewCell.swift */,
2993+
7CE4BA21283CD297001C87D5 /* MediaPreviewCell.xib */,
29772994
);
29782995
path = Cells;
29792996
sourceTree = "<group>";
@@ -3537,6 +3554,7 @@
35373554
7B04142A240FA09F00BE8D73 /* LocationCell.swift */,
35383555
7BA1768D244ACE2E007D50FD /* PickerCell.swift */,
35393556
7B3CDA6324FFDD1D003A3E80 /* FavoriteStickerCell.swift */,
3557+
7CE4BA27283CD2C9001C87D5 /* SelectedMediaCell.swift */,
35403558
);
35413559
path = Cells;
35423560
sourceTree = "<group>";
@@ -3921,6 +3939,7 @@
39213939
7B600D282453186B001D8146 /* DesktopTableHeaderView.xib in Resources */,
39223940
7BB7872B24514ACC0057B4ED /* PhoneContactsSettingTableHeaderView.xib in Resources */,
39233941
7B7B5DB5230EBEBA00D0F463 /* TransferTypeCell.xib in Resources */,
3942+
7CE4BA23283CD297001C87D5 /* MediaPreviewCell.xib in Resources */,
39243943
E0BEB85D236C1C49001FE534 /* ProfileMenuItemView.xib in Resources */,
39253944
7BACA8D523602BF8007E3381 /* RecorderLongPressHintView.xib in Resources */,
39263945
94C6AA0B280D36940011AB02 /* AttachmentDiagnosticView.xib in Resources */,
@@ -3962,6 +3981,7 @@
39623981
7B81BF2922893F8B00266A77 /* GroupParticipantCell.xib in Resources */,
39633982
7B36920A233B3650007321A7 /* MediaTypeOverlayView.xib in Resources */,
39643983
944ED8D0264640E200C97215 /* WebLoadingFailureView.xib in Resources */,
3984+
7CE4BA1F283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.xib in Resources */,
39653985
7BB788B2216C5A4A00EDE7B4 /* LoadingIndicatorFooterView.xib in Resources */,
39663986
DFDD89E922C4B8E600128991 /* DepositTipWindow.xib in Resources */,
39673987
DFA5B5911FB04C9C00549728 /* Wallet.storyboard in Resources */,
@@ -4352,6 +4372,7 @@
43524372
files = (
43534373
7BF49DD320C3DBAC00A8510E /* CaptchaManager.swift in Sources */,
43544374
DF8CECE11FC3054700E40064 /* TransferTypeCell.swift in Sources */,
4375+
7CE4BA26283CD2B4001C87D5 /* SelectedPhotoInputItemsViewController.swift in Sources */,
43554376
7BCB8C8422BB56B8002A13CC /* DataAndStorageSettingsViewController.swift in Sources */,
43564377
9BB351671FB19ECB00EDDD2C /* ConversationDateHeaderView.swift in Sources */,
43574378
DF2819752014669E001EE5FA /* RefreshAccountJob.swift in Sources */,
@@ -4735,6 +4756,7 @@
47354756
7B51DDB2223A408A008ACDBB /* LoginMobileNumberViewController.swift in Sources */,
47364757
7B21782122C4E70B00C08106 /* OggOpusPlayer.swift in Sources */,
47374758
7B3CDA6424FFDD1D003A3E80 /* FavoriteStickerCell.swift in Sources */,
4759+
7CE4BA20283CD249001C87D5 /* SelectedPhotoInputItemsPreviewWindow.swift in Sources */,
47384760
7BC3559F2265B7C30073C7BF /* DragDownIndicator.swift in Sources */,
47394761
7BA398CD242B539900DB5154 /* UIColor+Assets.swift in Sources */,
47404762
7B8BB588234F160C00991ACB /* SharedMediaCategorizer.swift in Sources */,
@@ -4804,6 +4826,7 @@
48044826
7B9D825A22F1BFEA0099381E /* NormalNetworkOperationIconSet.swift in Sources */,
48054827
7B6E5503223F69D90060E6FC /* KeyboardBasedLayoutViewController.swift in Sources */,
48064828
9B748DCD1FA71CEF00BC009B /* CameraViewController.swift in Sources */,
4829+
7CE4BA24283CD297001C87D5 /* MediaPreviewCell.swift in Sources */,
48074830
7B54F95B22B24A5600908A9D /* CreateEmergencyContactVerificationCodeViewController.swift in Sources */,
48084831
7BB0F9512434DDD400BEDA97 /* CircleMemberSearchResult.swift in Sources */,
48094832
7B81D91423E93ECA0031E945 /* QuotedMessageView.swift in Sources */,
@@ -4879,6 +4902,7 @@
48794902
7BD7534C2182CD7A00BAC172 /* CallMessageViewModel.swift in Sources */,
48804903
7B2D174F22B11A8600AE3DD8 /* LoginInfoInputViewController.swift in Sources */,
48814904
DF1ED8D920BBECFF003E10E8 /* AlbumViewController.swift in Sources */,
4905+
7CE4BA28283CD2C9001C87D5 /* SelectedMediaCell.swift in Sources */,
48824906
7BEE5351222D0E5C008D3911 /* ConversationExtensionCell.swift in Sources */,
48834907
DF8CECF21FC4256D00E40064 /* BlockUserCell.swift in Sources */,
48844908
7CC730502745F95D002780F5 /* StickerStore.swift in Sources */,
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "[email protected]",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "[email protected]",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
482 Bytes
Loading
714 Bytes
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"appearances" : [
9+
{
10+
"appearance" : "luminosity",
11+
"value" : "dark"
12+
}
13+
],
14+
"idiom" : "universal",
15+
"scale" : "1x"
16+
},
17+
{
18+
"filename" : "[email protected]",
19+
"idiom" : "universal",
20+
"scale" : "2x"
21+
},
22+
{
23+
"appearances" : [
24+
{
25+
"appearance" : "luminosity",
26+
"value" : "dark"
27+
}
28+
],
29+
"filename" : "[email protected]",
30+
"idiom" : "universal",
31+
"scale" : "2x"
32+
},
33+
{
34+
"filename" : "[email protected]",
35+
"idiom" : "universal",
36+
"scale" : "3x"
37+
},
38+
{
39+
"appearances" : [
40+
{
41+
"appearance" : "luminosity",
42+
"value" : "dark"
43+
}
44+
],
45+
"filename" : "[email protected]",
46+
"idiom" : "universal",
47+
"scale" : "3x"
48+
}
49+
],
50+
"info" : {
51+
"author" : "xcode",
52+
"version" : 1
53+
}
54+
}
1.14 KB
Loading
1.63 KB
Loading
1.44 KB
Loading
2.05 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "[email protected]",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "[email protected]",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}

0 commit comments

Comments
 (0)