Showing
4 changed files
with
7 additions
and
24 deletions
.idea/deploymentTargetDropDown.xml
deleted
100644 → 0
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<project version="4"> | ||
| 3 | - <component name="deploymentTargetDropDown"> | ||
| 4 | - <runningDeviceTargetSelectedWithDropDown> | ||
| 5 | - <Target> | ||
| 6 | - <type value="RUNNING_DEVICE_TARGET" /> | ||
| 7 | - <deviceKey> | ||
| 8 | - <Key> | ||
| 9 | - <type value="SERIAL_NUMBER" /> | ||
| 10 | - <value value="R58M5262DCB" /> | ||
| 11 | - </Key> | ||
| 12 | - </deviceKey> | ||
| 13 | - </Target> | ||
| 14 | - </runningDeviceTargetSelectedWithDropDown> | ||
| 15 | - <timeTargetWasSelectedWithDropDown value="2023-06-27T13:21:52.853768900Z" /> | ||
| 16 | - </component> | ||
| 17 | -</project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | 
| ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | 
| 2 | 2 | ||
| 3 | ext { | 3 | ext { | 
| 4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' | 
| 5 | - PUBLISH_VERSION = '4.5.4.6rc60' | 5 | + PUBLISH_VERSION = '4.5.4.6rc61' | 
| 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 
| 7 | } | 7 | } | 
| 8 | 8 | ... | ... | 
| ... | @@ -65,11 +65,11 @@ | ... | @@ -65,11 +65,11 @@ | 
| 65 | android:screenOrientation="portrait" | 65 | android:screenOrientation="portrait" | 
| 66 | android:theme="@style/SDKAppTheme" /> | 66 | android:theme="@style/SDKAppTheme" /> | 
| 67 | 67 | ||
| 68 | - <activity | 68 | +<!-- <activity--> | 
| 69 | - android:name="ly.warp.sdk.activities.TelematicsActivity" | 69 | +<!-- android:name="ly.warp.sdk.activities.TelematicsActivity"--> | 
| 70 | - android:exported="false" | 70 | +<!-- android:exported="false"--> | 
| 71 | - android:screenOrientation="portrait" | 71 | +<!-- android:screenOrientation="portrait"--> | 
| 72 | - android:theme="@style/SDKAppTheme" /> | 72 | +<!-- android:theme="@style/SDKAppTheme" />--> | 
| 73 | 73 | ||
| 74 | <activity | 74 | <activity | 
| 75 | android:name="ly.warp.sdk.activities.GiftsForYouActivity" | 75 | android:name="ly.warp.sdk.activities.GiftsForYouActivity" | ... | ... | 
| ... | @@ -239,7 +239,7 @@ public class UnifiedCouponInfoActivity extends Activity implements View.OnClickL | ... | @@ -239,7 +239,7 @@ public class UnifiedCouponInfoActivity extends Activity implements View.OnClickL | 
| 239 | } | 239 | } | 
| 240 | 240 | ||
| 241 | tempCoupon = tempCoupon + (10 - (result % 10)) % 10; | 241 | tempCoupon = tempCoupon + (10 - (result % 10)) % 10; | 
| 242 | - createBarcodeBitmap(tempCoupon); | 242 | + createBarcodeBitmap(mCoupon.getBarcode()); //tempCoupon | 
| 243 | } | 243 | } | 
| 244 | 244 | ||
| 245 | private void createBarcodeBitmap(String barcodeString) { | 245 | private void createBarcodeBitmap(String barcodeString) { | ... | ... | 
- 
Please register or login to post a comment