Archived
1
0

Fixes. Preparing for submission

This commit is contained in:
Michael Gordeev
2019-02-02 15:14:35 +03:00
parent c30a08f47a
commit 550192d540
51 changed files with 262 additions and 253 deletions
+22
View File
@@ -0,0 +1,22 @@
<toast launch="action=openThread&amp;threadId=92187">
<visual>
<binding template="ToastGeneric">
<image placement="appLogoOverride" hint-crop="circle" src="Assets/Icons/Profile.png"/>
<text>[ChannelName] posted a new comment</text>
<text>[VideoName]</text>
</binding>
</visual>
<actions>
<input id="textBox" type="text" placeHolderContent="Send a reply"/>
<action content="Send" imageUri="Assets/Icons/Send.png"
hint-inputId="textBox" activationType="background"
arguments="action=reply&amp;threadId=92187"/>
<action content="Like"
arguments="action=commentPhoto&amp;photoId=92187"/>
<action content="Go to comment"
arguments="action=commentPhoto&amp;photoId=92187"/>
</actions>
</toast>
+1
View File
@@ -0,0 +1 @@
<toast launch="action=viewPhoto&amp;photoId=92187">
+1
View File
@@ -0,0 +1 @@
<toast launch="action=viewPhoto&amp;photoId=92187">
+1
View File
@@ -0,0 +1 @@
<toast launch="action=openThread&amp;threadId=92187">
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<history>
<item time="YYYY-MM-DDThh:mm:ss-03" type="" id="">
<images thumbnail="" avatar=""/>
<channelName></channelName>
<content></content>
</item>
</history>
+1
View File
@@ -0,0 +1 @@
<toast launch="action=openThread&amp;threadId=92187">
+8
View File
@@ -0,0 +1,8 @@
<posts>
<post time="YYYY-MM-DDThh:mm:ss-03" id="0">
<thumbnail></thumbnail>
<avatar></avatar>
<header>Main headline for full post</header>
<content>Announcement body (beware of special characters)</content>
</post>
</posts>
+1
View File
@@ -0,0 +1 @@
<toast launch="action=viewPhoto&amp;photoId=92187">
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<downloads>
<item>
<title></title>
<snippet>
<quality></quality>
<duration></duration>
<author></author>
<image></image>
</snippet>
<details>
<path></path>
<id></id>
</details>
</item>
</downloads>