-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
74 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, BuglifeDelegate { | |
Buglife.shared().start(withEmail: "[email protected]") | ||
Buglife.shared().invocationOptions = [.shake, .screenshot, .floatingButton] | ||
Buglife.shared().delegate = self | ||
Buglife.shared().inputFields = LIFETextInputField.bugDetailInputFields() | ||
|
||
return true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,11 @@ LIFEStringKey LIFEStringKey_Report = @"Feedback"; | |
LIFEStringKey LIFEStringKey_UserEmailInputFieldTitle = @"Your email"; | ||
LIFEStringKey LIFEStringKey_UserEmailInputFieldPlaceholder = @"[email protected]"; | ||
LIFEStringKey LIFEStringKey_SummaryInputFieldTitle = @"Feedback"; | ||
LIFEStringKey LIFEStringKey_SummaryInputFieldDetailedTitle = @"What Happened?"; | ||
LIFEStringKey LIFEStringKey_SummaryInputFieldPlaceholder = @"Give us some feedback."; | ||
LIFEStringKey LIFEStringKey_SummaryInputFieldDetailedPlaceholder = @"Provide a summary of your report."; | ||
LIFEStringKey LIFEStringKey_SummaryInputFieldAccessibilityHint = @"Text entered here is submitted with your feedback."; | ||
LIFEStringKey LIFEStringKey_SummaryInputFieldAccessibilityDetailedHint = @"Text entered here is submitted with the bug report."; | ||
LIFEStringKey LIFEStringKey_StepsToReproduce = @"Steps to Reproduce"; | ||
LIFEStringKey LIFEStringKey_ExpectedResults = @"Expected Results"; | ||
LIFEStringKey LIFEStringKey_ExpectedResultsPlaceholder = @"Describe what you expected to happen."; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters