update screenshots, change scannfc msgbox, rssbackground to 3 hupdates

This commit is contained in:
stubbfel
2013-10-18 09:14:52 +02:00
parent bd807b16ea
commit a81c36280b
7 changed files with 10 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ namespace CampusAppWP8
if (Debugger.IsAttached)
{
// Zähler für die aktuelle Bildrate anzeigen
// Application.Current.Host.Settings.EnableFrameRateCounter = true;
Application.Current.Host.Settings.EnableFrameRateCounter = true;
// Bereiche der Anwendung hervorheben, die mit jedem Bild neu gezeichnet werden.
//Application.Current.Host.Settings.EnableRedrawRegions = true;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -466,9 +466,9 @@ namespace CampusAppWP8.Pages.Campusmap
private void SearchPlaceByNFC_Click(object sender, EventArgs e)
{
MessageBoxes.ShowMainModelInfoMessageBox(AppResources.ScarNfc_Search);
this.DefHeader.ProgressVisibility = Visibility.Visible;
this.device.StopSubscribingForMessage(this.ndefId);
this.ndefId = this.device.SubscribeForMessage(Constants.NCFMessageType_NDEF, this.NDEFHandler);
// this.DefHeader.ProgressVisibility = Visibility.Visible;
// this.device.StopSubscribingForMessage(this.ndefId);
// this.ndefId = this.device.SubscribeForMessage(Constants.NCFMessageType_NDEF, this.NDEFHandler);
}
/// <summary> Method start a QRCodeScan. </summary>

View File

@@ -276,8 +276,9 @@ namespace CampusAppWP8.Pages
/// <param name="e"> some EventArgs. </param>
private void ApplicationBarMenuItem4_Click(object sender, EventArgs e)
{
this.device.StopSubscribingForMessage(this.ndefId);
this.ndefId = this.device.SubscribeForMessage(Constants.NCFMessageType_NDEF, this.NDEFHandler);
MessageBoxes.ShowMainModelInfoMessageBox(AppResources.ScarNfc_Search);
// this.device.StopSubscribingForMessage(this.ndefId);
// this.ndefId = this.device.SubscribeForMessage(Constants.NCFMessageType_NDEF, this.NDEFHandler);
}
/// <summary> Event handler. Called by ApplicationBarMenuItem5 for click events. </summary>

View File

@@ -925,7 +925,7 @@ namespace CampusAppWP8.Resources {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Bitte halten Sie das Handy vor dem NFC-Tag ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die Bitte halten Sie das Handy vor dem NFC-Tag und stellen Sie sicher das NFC (Tap+Send) eingeschaltet ist. ähnelt.
/// </summary>
public static string ScarNfc_Search {
get {

View File

@@ -417,7 +417,7 @@
<value>BTU-Tag via QR-Code</value>
</data>
<data name="ScarNfc_Search" xml:space="preserve">
<value>Bitte halten Sie das Handy vor dem NFC-Tag</value>
<value>Bitte halten Sie das Handy vor dem NFC-Tag und stellen Sie sicher das NFC (Tap+Send) eingeschaltet ist.</value>
</data>
<data name="PlaceLabel_Accessbility" xml:space="preserve">
<value>Barrierefreiheit</value>

View File

@@ -409,7 +409,7 @@ namespace CampusAppWP8ScheduledTaskAgent
/// <returns> true, if it is up-to-date, otherwise false. </returns>
private bool CheckRssIsUpToDate(DateTime lastModified)
{
int diff = lastModified.CompareTo(DateTime.Now.AddDays(1));
int diff = lastModified.CompareTo(DateTime.Now.AddHours(3));
if (diff < 0)
{