Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from ladybirdweb/devlopment-new
Browse files Browse the repository at this point in the history
New Release with improvements
  • Loading branch information
Mallikarjun Hanagandi committed Aug 20, 2018
2 parents fa15dc5 + 231abba commit a1ee89d
Show file tree
Hide file tree
Showing 1,276 changed files with 66,739 additions and 11,587 deletions.
21 changes: 21 additions & 0 deletions Faveo Helpdesk Community.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// Faveo Helpdesk Community.pch
// Faveo Helpdesk Community
//
// Copyright © 2017 Ladybird websolutions pvt ltd. All rights reserved.
//

#ifndef Faveo_Helpdesk_Community_pch
#define Faveo_Helpdesk_Community_pch

#ifdef DEBUG
# define DLog(...) NSLog(__VA_ARGS__)
#else
# define DLog(...) /* */
#endif
#define ALog(...) NSLog(__VA_ARGS__)

// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.

#endif /* Faveo_Helpdesk_Community_pch */
897 changes: 523 additions & 374 deletions Faveo Helpdesk Community.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Empty file.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9787A8C1DF800B6009C745F"
BuildableName = "Faveo Helpdesk Community.app"
BlueprintName = "Faveo Helpdesk Community"
ReferencedContainer = "container:Faveo Helpdesk Community.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9787AA51DF800B6009C745F"
BuildableName = "Faveo Helpdesk CommunityTests.xctest"
BlueprintName = "Faveo Helpdesk CommunityTests"
ReferencedContainer = "container:Faveo Helpdesk Community.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9787AB01DF800B6009C745F"
BuildableName = "Faveo Helpdesk CommunityUITests.xctest"
BlueprintName = "Faveo Helpdesk CommunityUITests"
ReferencedContainer = "container:Faveo Helpdesk Community.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9787A8C1DF800B6009C745F"
BuildableName = "Faveo Helpdesk Community.app"
BlueprintName = "Faveo Helpdesk Community"
ReferencedContainer = "container:Faveo Helpdesk Community.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9787A8C1DF800B6009C745F"
BuildableName = "Faveo Helpdesk Community.app"
BlueprintName = "Faveo Helpdesk Community"
ReferencedContainer = "container:Faveo Helpdesk Community.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9787A8C1DF800B6009C745F"
BuildableName = "Faveo Helpdesk Community.app"
BlueprintName = "Faveo Helpdesk Community"
ReferencedContainer = "container:Faveo Helpdesk Community.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Binary file modified Faveo Helpdesk Community/.DS_Store
100755 → 100644
Binary file not shown.
45 changes: 37 additions & 8 deletions Faveo Helpdesk Community/AboutViewController.h
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
//
// AboutViewController.h
// SideMEnuDemo
//
// Created by Narendra on 07/09/16.
// Copyright © 2016 Ladybird websolutions pvt ltd. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "SlideNavigationController.h"

/*!
@class AboutViewController
@brief This class display information about Company.
@discussion This class contain a view where It will show information about Faveo Helpdesk.
*/

@interface AboutViewController :UIViewController<SlideNavigationControllerDelegate>
- (IBAction)btnClicked:(id)sender;

/*!
@property websiteButton
@brief This is simple button property.
@discussion Buttons use the Target-Action design pattern to notify your app when the user taps the button. Rather than handle touch events directly, you assign action methods to the button and designate which events trigger calls to your methods. At runtime, the button handles all incoming touch events and calls your methods in response.
*/
@property (weak, nonatomic) IBOutlet UIButton *websiteButton;

/*!
@method btnClicked
@brief This in an Button.
@discussion After clicking this button acton is performed i.e It will goto http://www.faveohelpdesk.com url. This link contains website of Faveo Helpdesk. Here we see details information of Faveo Helpdesk.
@code
- (IBAction)btnClicked:(id)sender;
@endocde
@warning If internet is available then it will rediect to that url.
*/

- (IBAction)btnClicked:(id)sender;
@property (weak, nonatomic) IBOutlet UITextView *textview;


@end
34 changes: 16 additions & 18 deletions Faveo Helpdesk Community/AboutViewController.m
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
//
// AboutViewController.m
// SideMEnuDemo
//
// Created by Narendra on 07/09/16.
// Copyright © 2016 Ladybird websolutions pvt ltd. All rights reserved.
//


#import "AboutViewController.h"
#import "HexColors.h"
#import "RKDropdownAlert.h"

@interface AboutViewController ()

Expand All @@ -24,8 +19,11 @@ - (BOOL)slideNavigationControllerShouldDisplayLeftMenu

- (void)viewDidLoad {
[super viewDidLoad];
[self setTitle:@"About"];
_websiteButton.backgroundColor=[UIColor hx_colorWithHexString:@"#00aeef"];
_textview.editable = NO;
[self setTitle:NSLocalizedString(@"About",nil)];
_websiteButton.backgroundColor=[UIColor hx_colorWithHexRGBAString:@"#00aeef"];
// textView1.editable = NO;
// _textview.editable=NO;
// Do any additional setup after loading the view.
}

Expand All @@ -37,22 +35,22 @@ - (void)didReceiveMemoryWarning {


/*
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/

- (IBAction)btnClicked:(id)sender {

NSURL *url = [NSURL URLWithString:@"http://www.faveohelpdesk.com/"];
if ([[UIApplication sharedApplication] canOpenURL:url]) {
[[UIApplication sharedApplication] openURL:url];
}else {

}
}
@end
17 changes: 12 additions & 5 deletions Faveo Helpdesk Community/AppConstanst.h
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
//
// AppConstanst.h
// SideMEnuDemo
//
// Created by Narendra on 21/10/16.
// Copyright © 2016 Ladybird websolutions pvt ltd. All rights reserved.
//


#ifndef AppConstanst_h
#define AppConstanst_h

#define APP_NAME @"Faveo Helpdesk"
#define ALERT_COLOR @"#FFCC00"
#define SUCCESS_COLOR @"#4CD964"
#define FAILURE_COLOR @"#d50000"
#define URL @"http://jamboreebliss.com/sarfraz/public/api/v1/helpdesk/url"
#define DEMO_URL @"http://www.faveohelpdesk.com/api/v1/"
#define API_KEY @"9p41T2XFZ34YRZJUNQAdmM7iV0Rr1CjN"
#define NO_INTERNET @"No Internet Connection"
#define NO_INTERNET @"There is no Internet Connection"
#define IP @""
#define APP_VERSION @"1.0"

#define BILLING_API @"https://www.faveohelpdesk.com/billing/public/api/check-url"

#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
#define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)



#endif /* AppConstanst_h */
Loading

0 comments on commit a1ee89d

Please sign in to comment.