Skip to content

Commit

Permalink
Version updated to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himgupta229 committed Jul 19, 2019
1 parent 95eaafe commit 1252a21
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 264 deletions.
18 changes: 8 additions & 10 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.payu.custombrowser"
android:versionCode="32"
android:versionName="7.3.1">
android:versionCode="36"
android:versionName="7.4.0">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<!--Permission Disabled -->
<!--<uses-permission-->
<!--android:name="android.permission.RECEIVE_SMS"-->
<!--android:protectionLevel="signature" />-->
<!--android:name="android.permission.RECEIVE_SMS"-->
<!--android:protectionLevel="signature" />-->

<application
android:usesCleartextTraffic="false">
<application android:usesCleartextTraffic="false">
<activity
android:name=".CBActivity"
android:screenOrientation="portrait"
Expand All @@ -20,11 +19,10 @@
<service android:name=".services.SnoozeService" />

<activity
android:name=".upiintent.PaymentResponseActivity"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/Theme.Transparent" />
<activity android:name=".PreLollipopPaymentsActivity">
android:name=".PreLollipopPaymentsActivity">

<intent-filter>

<data android:scheme="${applicationId}.success" />
<action android:name="android.intent.action.VIEW" />

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.3.1)
### Integration of Custom Browser (Latest version 7.4.0)
Binary file modified libs/classes.jar
Binary file not shown.
Binary file removed res/drawable-xhdpi/cb_ic_vpa_verified.png
Binary file not shown.
8 changes: 0 additions & 8 deletions res/drawable/cb_background_round_drawable.xml

This file was deleted.

8 changes: 0 additions & 8 deletions res/drawable/cb_background_round_drawable_white.xml

This file was deleted.

191 changes: 0 additions & 191 deletions res/layout/cb_layout_generic_upi.xml

This file was deleted.

33 changes: 0 additions & 33 deletions res/layout/cb_layout_package_list.xml

This file was deleted.

13 changes: 0 additions & 13 deletions res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,4 @@
<attr name="barSpace" format="dimension" />
<attr name="animationSpeed" format="integer" />
</declare-styleable>
<declare-styleable name="CircularProgressView">
<attr name="cpv_progress" format="float" />
<attr name="cpv_maxProgress" format="float" />
<attr name="cpv_animDuration" format="integer" />
<attr name="cpv_animSwoopDuration" format="integer" />
<attr name="cpv_animSyncDuration" format="integer" />
<attr name="cpv_color" format="color"/>
<attr name="cpv_thickness" format="dimension"/>
<attr name="cpv_indeterminate" format="boolean" />
<attr name="cpv_animAutostart" format="boolean" />
<attr name="cpv_animSteps" format="integer" />
<attr name="cpv_startAngle" format="float" />
</declare-styleable>
</resources>
1 change: 1 addition & 0 deletions res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


<dimen name="cb_twelve">12dp</dimen>
<dimen name="twelve">12dp</dimen>
<dimen name="cb_twentyfour">24dp</dimen>
<dimen name="cb_thirtysix">36dp</dimen>

Expand Down
6 changes: 6 additions & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,10 @@
<string name="cb_verify_and_proceed">Verify and Proceed to Pay</string>
<string name="cb_invalid_vpa">Invalid VPA</string>

<!--MetaData-->
<string name="cb_debug_enabled">cb_debug_enabled</string>
<string name="payu_debug_mode_enabled">payu_debug_mode_enabled</string>
<string name="cb_logs_level">cb_logs_level</string>
<string name="payu_logs_level">payu_logs_level</string>
<string name="payu_logging_enabled">payu_logging_enabled</string>
</resources>

0 comments on commit 1252a21

Please sign in to comment.