Skip to content

Commit 8fd9d60

Browse files
author
pingzing
committed
Add screenshots, fix store association, add privacy policy
1 parent 97d3d76 commit 8fd9d60

22 files changed

+13
-5
lines changed

Diff for: DigiTransit10/DigiTransit10.csproj

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1818
<FileAlignment>512</FileAlignment>
1919
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
20-
<PackageCertificateKeyFile>DigiTransit10_TemporaryKey.pfx</PackageCertificateKeyFile>
20+
<PackageCertificateKeyFile>DigiTransit10_StoreKey.pfx</PackageCertificateKeyFile>
2121
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
2222
<AppxBundle>Always</AppxBundle>
2323
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
2424
<HockeyAppResourceId>c2a732e8165446bc81e0ea6087509c2b</HockeyAppResourceId>
25-
<PackageCertificateThumbprint>036E78C9FA6B8FCA2C69F7439A83AAB49A2256B7</PackageCertificateThumbprint>
25+
<PackageCertificateThumbprint>FB08D689DD803B885938A1BE51EE22443D012633</PackageCertificateThumbprint>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
2828
<DebugSymbols>true</DebugSymbols>
@@ -514,7 +514,9 @@
514514
<Content Include="Assets\Images\Wide310x150Logo.scale-400.png">
515515
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
516516
</Content>
517-
<None Include="Package.StoreAssociation.xml" />
517+
<None Include="Package.StoreAssociation.xml">
518+
<SubType>Designer</SubType>
519+
</None>
518520
<Content Include="maps-api-key.txt" />
519521
<Content Include="Properties\Default.rd.xml" />
520522
</ItemGroup>

Diff for: DigiTransit10/Package.StoreAssociation.xml

+2
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@
366366
<AccountPackageIdentityNames>
367367
<MainPackageIdentityName>10707NeilApps.FutuMapTest</MainPackageIdentityName>
368368
<MainPackageIdentityName>10707NeilApps.Codeco</MainPackageIdentityName>
369+
<MainPackageIdentityName>10707NeilApps.FOODDIoTShoppingList</MainPackageIdentityName>
369370
<MainPackageIdentityName>10707NeilApps.MagicPacketSender</MainPackageIdentityName>
371+
<MainPackageIdentityName>10707NeilApps.MerryChristmasKaisa</MainPackageIdentityName>
370372
<MainPackageIdentityName>10707NeilApps.Talebook</MainPackageIdentityName>
371373
</AccountPackageIdentityNames>
372374
<PackageInfoList LandingUrl="https://developer.microsoft.com/dashboard/Application?appId=9NBLGGH3ZR5R" />

Diff for: DigiTransit10/Package.appxmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3-
<Identity Name="10707NeilApps.Trippit" Publisher="CN=mcali" Version="0.1.18.0" />
4-
<mp:PhoneIdentity PhoneProductId="4de19fee-e28f-47a9-aa23-2a16d4084f8d" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
3+
<Identity Name="10707NeilApps.Trippit" Publisher="CN=B458EF9C-1F3A-4DD2-AB1A-76FB5056CF30" Version="1.0.2.0" />
4+
<mp:PhoneIdentity PhoneProductId="837da454-a846-4b92-a26d-5e72c6f88588" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>ms-resource:DigiTransit10.Localization/AppResources/AppName</DisplayName>
77
<PublisherDisplayName>NeilApps</PublisherDisplayName>

Diff for: store_resources/privacy_policy.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Trippit Privacy Policy
2+
Trippit has the capability to collect anonymous usage information through the usage of Microsoft's HockeyApp. By default, this telemetry is disabled, but the user can choose to enable it via a toggle under the app's settings.
3+
4+
No information transmitted is personally identifiable, or disclosed to any third parties beyond those necessary to facilitate data transfer between the app and the HockeyApp service.

Diff for: store_resources/screenshots/en/narrow_1.png

76.9 KB
Loading

Diff for: store_resources/screenshots/en/narrow_2.png

159 KB
Loading

Diff for: store_resources/screenshots/en/narrow_3.png

727 KB
Loading

Diff for: store_resources/screenshots/en/narrow_4.png

793 KB
Loading

Diff for: store_resources/screenshots/en/narrow_5.png

954 KB
Loading

Diff for: store_resources/screenshots/en/narrow_6.png

801 KB
Loading

Diff for: store_resources/screenshots/en/narrow_7.png

481 KB
Loading

Diff for: store_resources/screenshots/en/narrow_8.png

145 KB
Loading

Diff for: store_resources/screenshots/en/narrow_9.png

63.7 KB
Loading

Diff for: store_resources/screenshots/en/wide_1.png

25 KB
Loading

Diff for: store_resources/screenshots/en/wide_2.png

39 KB
Loading

Diff for: store_resources/screenshots/en/wide_3.png

203 KB
Loading

Diff for: store_resources/screenshots/en/wide_4.png

316 KB
Loading

Diff for: store_resources/screenshots/en/wide_5.png

322 KB
Loading

Diff for: store_resources/screenshots/en/wide_6.png

314 KB
Loading

Diff for: store_resources/screenshots/en/wide_7.png

136 KB
Loading

Diff for: store_resources/screenshots/en/wide_8.png

21.2 KB
Loading

Diff for: store_resources/screenshots/en/wide_9.png

8.73 KB
Loading

0 commit comments

Comments
 (0)