Skip to content

Commit

Permalink
Version updated to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himgupta229 committed Mar 26, 2018
1 parent 0ba016d commit 8cc670a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.payu.custombrowser"
android:versionCode="19"
android:versionName="7.0.0" >
android:versionCode="21"
android:versionName="7.1.1" >

<uses-sdk
android:minSdkVersion="9"
android:minSdkVersion="14"
android:targetSdkVersion="23" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
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 7.0)
### Integration of Custom Browser (Latest version 7.1.1)
Binary file modified libs/classes.jar
Binary file not shown.
Binary file added res/drawable-xhdpi/union_bank_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion res/layout/wait_for_otp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
style="@style/cb_edit_text"
android:layout_marginBottom="@dimen/cb_eight"
android:ems="5"
android:inputType="number"
android:fontFamily="sans-serif-light"
android:gravity="center"
android:hint="@string/cb_enter_caps_otp"
android:inputType="number"
android:maxLength="8"
android:textColor="@color/cb_otpColor"
android:textSize="25sp"
Expand Down
6 changes: 6 additions & 0 deletions res/values-large-v22/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<resources>
<style name="cb_dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
<style name="cb_snooze_dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" >
<item name="android:windowNoTitle">true</item>
</style>
</resources>
3 changes: 3 additions & 0 deletions res/values-v22/styles.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<resources>
<style name="cb_dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
<style name="cb_snooze_dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" >
<item name="android:windowNoTitle">true</item>
</style>
</resources>
2 changes: 2 additions & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<string name="cb_use_sms_otp">USE SMS OTP</string>
<string name="cb_detect_otp">detectOtp</string>
<string name="cb_find_otp">findOtp</string>
<string name="cb_find_new_otp">findNewOtp</string>
<string name="cb_process_otp">process_otp</string>
<string name="cb_detect_bank">detectBank</string>
<string name="cb_fill_otp">fillOTP</string>
<string name="cb_init">init</string>
<string name="cb_result">result</string>
<string name="cb_regenerate">regenerate</string>
Expand Down
2 changes: 1 addition & 1 deletion res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">wrap_content</item>
</style>

<style name="cb_snooze_dialog" parent="Theme.AppCompat.Light.Dialog.Alert" />
<style name="cb_dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="android:windowBackground">@android:color/transparent</item>
</style>
Expand Down

0 comments on commit 8cc670a

Please sign in to comment.