2
0

Add an informational message for testers.

This commit is contained in:
Maarten Billemont 2012-02-29 02:10:46 +01:00
parent eae8e9b7c4
commit bad54f2c0c

View File

@ -154,6 +154,18 @@
isEqualToString:[note.object description]])
[self loadKeyPhrase:YES];
}];
#ifndef PRODUCTION
[PearlAlert showAlertWithTitle:@"Welcome, tester!" message:
@"Thank you for taking the time to test Master Password.\n\n"
@"Please provide any feedback, however minor it may seem, via the Feedback action item accessible from the top right.\n\n"
@"Contact me directly at:\n"
@"lhunath@lyndir.com\n"
@"Or report detailed issues at:\n"
@"https://youtrack.lyndir.com\n"
viewStyle:UIAlertViewStyleDefault tappedButtonBlock:nil
cancelTitle:nil otherTitles:[PearlStrings get].commonButtonOkay, nil];
#endif
[[UIApplication sharedApplication] setStatusBarHidden:NO
withAnimation:UIStatusBarAnimationSlide];