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-08 13:11:53 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25e80a1e9df0fc26e3b8277753adf92de53bf1dd
25e80a1e
1 parent
66569497
minor fixes
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/java/ly/warp/sdk/services/FCMBaseMessagingService.java
warply_android_sdk/src/main/java/ly/warp/sdk/services/HMSBaseMessagingService.java
warply_android_sdk/src/main/java/ly/warp/sdk/services/WarpBaseIntentService.java
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
warply_android_sdk/build.gradle
View file @
25e80a1
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.5.
2
'
PUBLISH_VERSION
=
'4.5.5.
3
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/services/FCMBaseMessagingService.java
View file @
25e80a1
...
...
@@ -251,7 +251,7 @@ public class FCMBaseMessagingService extends FirebaseMessagingService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
S
)
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
}
else
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_
IM
MUTABLE
);
}
b
.
setContentIntent
(
pi
);
// b.setFullScreenIntent(pi, true);
...
...
@@ -442,7 +442,7 @@ public class FCMBaseMessagingService extends FirebaseMessagingService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
S
)
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
}
else
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_
IM
MUTABLE
);
}
b
.
setContentIntent
(
pi
);
// b.setFullScreenIntent(pi, true);
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/services/HMSBaseMessagingService.java
View file @
25e80a1
...
...
@@ -297,7 +297,7 @@ public class HMSBaseMessagingService extends HmsMessageService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
S
)
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
}
else
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_
IM
MUTABLE
);
}
b
.
setContentIntent
(
pi
);
// b.setFullScreenIntent(pi, true);
...
...
@@ -486,7 +486,7 @@ public class HMSBaseMessagingService extends HmsMessageService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
S
)
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
}
else
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_
IM
MUTABLE
);
}
b
.
setContentIntent
(
pi
);
// b.setFullScreenIntent(pi, true);
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/services/WarpBaseIntentService.java
View file @
25e80a1
...
...
@@ -177,7 +177,7 @@ public abstract class WarpBaseIntentService extends IntentService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
S
)
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
}
else
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_
IM
MUTABLE
);
}
b
.
setContentIntent
(
pi
);
// b.setFullScreenIntent(pi, true);
...
...
@@ -361,7 +361,7 @@ public abstract class WarpBaseIntentService extends IntentService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
S
)
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
}
else
{
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_MUTABLE
);
pi
=
PendingIntent
.
getActivity
(
context
,
uid
,
newIntent
,
PendingIntent
.
FLAG_ONE_SHOT
|
PendingIntent
.
FLAG_
IM
MUTABLE
);
}
b
.
setContentIntent
(
pi
);
// b.setFullScreenIntent(pi, true);
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
View file @
25e80a1
...
...
@@ -30,7 +30,7 @@ public class WarpConstants {
/**
* The version of the SDK installed in the device
*/
public
static
final
String
SDK_VERSION
=
"4.5.5.
2
"
;
public
static
final
String
SDK_VERSION
=
"4.5.5.
3
"
;
/**
* The URL of the server where it should ping
...
...
Please
register
or
login
to post a comment