Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marketing cloud split #313

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ded3a30
removed iOS platform
Jun 7, 2021
5fa4520
initial local notifications in response to remote notifications imple…
LuisMCunha Jul 2, 2021
49f37ac
Added Pushwoosh provider redirect
LuisMCunha Jul 6, 2021
22b477a
Temporarily commented out local notification
LuisMCunha Jul 6, 2021
0b3a345
implemented push notification split
LuisMCunha Jul 14, 2021
f639cff
Commented out the google services plugin to avouid conflicts with oth…
LuisMCunha Aug 19, 2021
b2b0ac2
Re-enable google-services apply
LuisMCunha Aug 19, 2021
1d97cf3
Commented out the google services plugin to avouid conflicts with mar…
LuisMCunha Aug 20, 2021
d2fbf38
Restored apply plugin: com.google.gms.googleservices.GoogleServicesPl…
LuisMCunha Aug 20, 2021
66ea42b
Update FCMPlugin.gradle
LuisMCunha Aug 20, 2021
84c97ca
Added Salesforce Marketing Cloud SDK import
LuisMCunha Aug 24, 2021
b99f611
Added compatibility with salesforce marketing cloud
LuisMCunha Aug 24, 2021
283eb58
added missing import
LuisMCunha Aug 24, 2021
6cefa81
updated deprecated references and Firebase sdk version
LuisMCunha Sep 3, 2021
f2774f9
added local notification on mea transaction received
LuisMCunha Dec 2, 2021
ba445cc
Removed local notification related code as it is unnecessary in this …
LuisMCunha Jan 3, 2022
140309a
Update marketing cloud repo to https
bitradteam Jan 4, 2022
9546559
Corrected imports in gradle file
LuisMCunha Jan 4, 2022
c68c761
Remove google services plugin initialization to avoid conflicts with …
LuisMCunha Jan 4, 2022
c59f5f3
-Implemented support for silent notifications
LuisMCunha Jan 14, 2022
a8a4e91
Merge branch 'marketing-cloud-split' of https://github.com/bitradteam…
LuisMCunha Jan 14, 2022
e3702ad
-Added environment based logic to copy google-services file
LuisMCunha Jan 14, 2022
8192d3e
-Implemented config preferences extration
LuisMCunha Jan 19, 2022
747aeab
-Added "before_plugin_install" hook step to copy google-services file
LuisMCunha Jan 20, 2022
e279b2a
-Added logs for the config preferences
LuisMCunha Jan 20, 2022
fb607b1
-Added more lookup paths for google-services file
LuisMCunha Jan 20, 2022
eac4291
-Corrected google-services path lookup values
LuisMCunha Jan 20, 2022
53d9105
Added android:exported property for Mabs 8.0 compatiblity
bitradteam Apr 11, 2022
0a67c86
Added android:exported property to MyFirebaseMessagingService
bitradteam Apr 11, 2022
8317a10
Updated android:exported to true
bitradteam Apr 11, 2022
cb49201
Updated Marketing Cloud Android SDK version
LuisMCunha May 10, 2022
7e9ab3d
-Clean up of unnecessary code
LuisMCunha May 18, 2022
8a32b43
-Included Mea notifications routing logic
LuisMCunha May 19, 2022
83995b4
Disabled local notification logic
LuisMCunha May 24, 2022
58d5591
Re-enabled buildNotificationData() method
LuisMCunha May 24, 2022
19d629b
Updated Google Services Version
bitradteam Apr 1, 2024
c08e69f
Update FCMPlugin.gradle
bitradteam Apr 9, 2024
6f561f0
Update FCMPlugin.gradle
bitradteam Apr 9, 2024
8ee4760
Update FCMPlugin.gradle
bitradteam Apr 9, 2024
bf78408
Update plugin.xml
bitradteam Apr 9, 2024
3f282c8
Update plugin.xml
bitradteam Apr 11, 2024
01c905a
Update FCMPlugin.gradle
bitradteam Apr 11, 2024
336b358
Google Services Enabled fix
andregrillo Apr 26, 2024
bc8859c
chore: log messages updated
andregrillo Apr 26, 2024
3a9a489
chore: hook updated path
andregrillo Apr 26, 2024
2af6c7a
Merge pull request #6 from andregrillo/marketing-cloud-split
bitradteam Apr 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ Temporary Items

npm-debug.log
node_modules

.idea/
109 changes: 0 additions & 109 deletions ionic/FCM.d.ts

This file was deleted.

51 changes: 0 additions & 51 deletions ionic/FCM.js

This file was deleted.

119 changes: 0 additions & 119 deletions ionic/ngx/FCM.d.ts

This file was deleted.

83 changes: 0 additions & 83 deletions ionic/ngx/FCM.js

This file was deleted.

Loading