Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2023-06-27 18:15:31 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d70ebfb0f03c8b594d24fc70c619d931c8c2238
6d70ebfb
1 parent
ec14fc95
unified coupons fixes
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
24 deletions
.idea/deploymentTargetDropDown.xml
warply_android_sdk/build.gradle
warply_android_sdk/src/main/AndroidManifest.xml
warply_android_sdk/src/main/java/ly/warp/sdk/activities/UnifiedCouponInfoActivity.java
.idea/deploymentTargetDropDown.xml
deleted
100644 → 0
View file @
ec14fc9
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"deploymentTargetDropDown"
>
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type
value=
"RUNNING_DEVICE_TARGET"
/>
<deviceKey>
<Key>
<type
value=
"SERIAL_NUMBER"
/>
<value
value=
"R58M5262DCB"
/>
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown
value=
"2023-06-27T13:21:52.853768900Z"
/>
</component>
</project>
\ No newline at end of file
warply_android_sdk/build.gradle
View file @
6d70ebf
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.4.6rc6
0
'
PUBLISH_VERSION
=
'4.5.4.6rc6
1
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
warply_android_sdk/src/main/AndroidManifest.xml
View file @
6d70ebf
...
...
@@ -65,11 +65,11 @@
android:screenOrientation=
"portrait"
android:theme=
"@style/SDKAppTheme"
/>
<activity
android:name=
"ly.warp.sdk.activities.TelematicsActivity"
android:exported=
"false"
android:screenOrientation=
"portrait"
android:theme=
"@style/SDKAppTheme"
/
>
<!-- <activity-->
<!-- android:name="ly.warp.sdk.activities.TelematicsActivity"-->
<!-- android:exported="false"-->
<!-- android:screenOrientation="portrait"-->
<!-- android:theme="@style/SDKAppTheme" />--
>
<activity
android:name=
"ly.warp.sdk.activities.GiftsForYouActivity"
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/activities/UnifiedCouponInfoActivity.java
View file @
6d70ebf
...
...
@@ -239,7 +239,7 @@ public class UnifiedCouponInfoActivity extends Activity implements View.OnClickL
}
tempCoupon
=
tempCoupon
+
(
10
-
(
result
%
10
))
%
10
;
createBarcodeBitmap
(
tempCoupon
);
createBarcodeBitmap
(
mCoupon
.
getBarcode
());
//tempCoupon
}
private
void
createBarcodeBitmap
(
String
barcodeString
)
{
...
...
Please
register
or
login
to post a comment