Skip to content

Commit

Permalink
Updated to v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaib Khan committed Jan 20, 2017
1 parent ab2d526 commit c97a72b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.payu.custombrowser"
android:versionCode="15"
android:versionName="6.1.1" >
android:versionCode="17"
android:versionName="6.1.3" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
Binary file modified CustomBrowser-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### Integration of Custom Browser (Latest version 6.1)
### Integration of Custom Browser (Latest version 6.1.3)
Binary file modified libs/classes.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions res/values/values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,21 @@
<string name="cb_transaction_failed_retry">Or you can retry now to restart your transaction.</string>
<string name="cb_transaction_failed_title">Transaction not confirmed</string>
<string name="cb_transaction_paused">Transaction Paused</string>
<string name="cb_transaction_state_unknown">Transaction State Unknown</string>
<string name="cb_transaction_status">Please wait while we confirm this transaction from the bank. We will notify you once the bank confirms the status of your transaction.</string>
<string name="cb_transaction_success_msg">We have verified the transaction with the bank. You will now be redirected to the merchant application.</string>
<string name="cb_transaction_sucess">Transaction successful!</string>
<string name="cb_transaction_verified">Transaction Verified</string>
<string name="cb_try_later">Try Later?</string>
<string name="cb_use_sms_otp">USE SMS OTP</string>
<string name="cb_user_input_confirm_transaction">confirm_transaction</string>
<string name="cb_verify_message_received">verify_message_received</string>
<string name="cb_waiting_for_otp">Waiting for OTP</string>
<string name="internet_restored">Internet Restored</string>
<string name="redirect_back_to_merchant">Redirecting you back to merchant...</string>
<string name="resuming_your_transaction">Resuming your transaction...</string>
<string name="sp_internet_restored_ttl">sp_internet_restored_ttl</string>
<string name="status_unknown_redirect_to_merchant">The bank could not verify the transaction at this time. Redirecting you back to the merchant...</string>
<style name="cb_approve_otp" parent="android:Widget.Button">
<item name="android:padding">0dp</item>
<item name="android:textSize">@dimen/cb_fourteenScaled</item>
Expand Down

0 comments on commit c97a72b

Please sign in to comment.