forked from telerik-boneyard/feedback-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the native control iOS framework
Update the JS layer to accept initialization options Bump plugin version Update iOS framework files Follow the convention for constants names Refactoring the implementation Refactoring an if clause
- Loading branch information
1 parent
d3264c3
commit d9f0866
Showing
23 changed files
with
93 additions
and
637 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
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
Binary file not shown.
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
48 changes: 48 additions & 0 deletions
48
src/ios/TelerikAppFeedback.framework/Headers/TKFeedbackSettings.h
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// | ||
// Header.h | ||
// AppFeedback | ||
// | ||
// Created by Deyan Ginev on 8/16/16. | ||
// Copyright © 2016 Telerik. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface TKFeedbackSettings : NSObject | ||
|
||
/** | ||
Determines if the Alert window at the end of the feedback process is shown. | ||
*/ | ||
@property (nonatomic) BOOL showFeedbackSentAlert; | ||
|
||
/** | ||
Determines the title of the Alert window shown at the end of the feedback process. | ||
*/ | ||
@property (nonatomic) NSString* feedbackSentAlertTitle; | ||
|
||
/** | ||
Determines the text of the Alert window shown at the end of the feedback process. | ||
*/ | ||
@property (nonatomic) NSString* feedbackSentAlertText; | ||
|
||
/** | ||
Determines the title of the feedback window. | ||
*/ | ||
@property (nonatomic) NSString* feedbackTitle; | ||
|
||
/** | ||
Determines the text displayed in the button which starts the feedback procedure. | ||
*/ | ||
@property (nonatomic) NSString* feedbackMenuSendCaption; | ||
|
||
/** | ||
Determines the text displayed in the button which opens the settings menu of the AppFeedback component. | ||
*/ | ||
@property (nonatomic) NSString* feedbackMenuSettingsCaption; | ||
|
||
/** | ||
Determines the text of the button which shows the current feedback items. | ||
*/ | ||
@property (nonatomic) NSString* feedbackMenuMyFeedbackCaption; | ||
|
||
@end |
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
6 changes: 4 additions & 2 deletions
6
...pFeedback.framework/Headers/AppFeedback.h → ...ck.framework/Headers/TelerikAppFeedback.h
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
Binary file not shown.
18 changes: 0 additions & 18 deletions
18
src/ios/TelerikAppFeedback.framework/Versions/A/Headers/AppFeedback.h
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/ios/TelerikAppFeedback.framework/Versions/A/Headers/TKFeedback.h
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/ios/TelerikAppFeedback.framework/Versions/A/Headers/TKFeedbackController.h
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
src/ios/TelerikAppFeedback.framework/Versions/A/Headers/TKFeedbackDataSource.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.