Skip to content

Commit

Permalink
Update SDK v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjith Jothi Kanagavel committed Nov 24, 2017
1 parent 906e70a commit 00e89e1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FreshchatSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "FreshchatSDK"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "Freshchat iOS SDK - Modern messaging software that your sales and customer engagement teams will love."
s.description = <<-DESC
Modern messaging software that your sales and customer engagement teams will love.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
/* Search View Place Holder */
"search_placeholder_text"="Search FAQs";
"search_empty_result_text"="Whoops! We couldn't find what you were looking for.";
"empty_channel_text" = "Oops, no message channels here!";
"empty_channel_text" = "Oops, no messages here!";
"empty_faq_text" = "Sorry! There are no FAQs available";
"loading_channel_text" = "Loading Channels";
"loading_channel_text" = "Loading Messages";
"loading_faq_text" = "Loading FAQs";

/* Camera Unavailable alert */
Expand Down
8 changes: 6 additions & 2 deletions FreshchatSDK/FCResources.bundle/Themes/FCTheme.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
<key>TeamMemberMessageTextStyle</key>
<dict>
<key>textColorLink</key>
<string>#2701A0</string>
<string>#2283F6</string>
<key>fontName</key>
<string>Arial</string>
<key>textSize</key>
<string>15.0f</string>
<key>textColor</key>
<string>#000000</string>
<key>textAlignment</key>
<string>Left</string>
</dict>
<key>TeamMemberMessageTimeTextStyle</key>
<dict>
Expand All @@ -50,13 +52,15 @@
<key>UserMessageTextStyle</key>
<dict>
<key>textColorLink</key>
<string>#2701A0</string>
<string>#2283F6</string>
<key>fontName</key>
<string>Arial</string>
<key>textSize</key>
<string>15.0f</string>
<key>textColor</key>
<string>#000000</string>
<key>textAlignment</key>
<string>Left</string>
</dict>
<key>UserMessageTimeTextStyle</key>
<dict>
Expand Down
7 changes: 6 additions & 1 deletion FreshchatSDK/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Freshchat iOS SDK - Powered by Freshdesk

Documentation : https://support.freshchat.com
Support Email : [email protected]
Version : 1.2.1
Version : 1.2.2

Ver 1.2.2
__________________________
Fixes for on-demand init when showing conversations with tags.
Fixes for text alignment in message bubble.

Ver 1.2.1
__________________________
Expand Down
Binary file modified FreshchatSDK/libFDFreshchatSDK.a
Binary file not shown.

0 comments on commit 00e89e1

Please sign in to comment.