@selligent-marketing-cloud/selligent-react-native 2.10.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +30 -17
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/intermediates/javac/debug/classes/com/selligent/ButtonBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/SMSettingsFactory.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/Settings.class +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +17 -16
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/libs/sdk-release.aar +0 -0
- package/android/src/main/java/com/selligent/ButtonBroadcastEventDataParser.java +1 -1
- package/android/src/main/java/com/selligent/RNSelligent.java +1 -1
- package/android/src/main/java/com/selligent/SMSettingsFactory.java +0 -1
- package/android/src/main/java/com/selligent/Settings.java +0 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0] - 7 December 2022
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Add version 4.0.1 of the Android SDK to `android/libs`
|
|
7
|
+
- Remove everything to do with `googleApplicationId` from Android, as this setting was completely removed from Selligent's SDK
|
|
8
|
+
- On Android, use an SMNotificationButton's button action's `getValue()` method to get the action value, in accordance with Selligent's new API
|
|
9
|
+
- Change development dependency version of `react-native` to `^0.70.6`
|
|
10
|
+
|
|
3
11
|
## [2.10.0] - 12 September 2022
|
|
4
12
|
|
|
5
13
|
### Added
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ This module uses the native Selligent SDKs:
|
|
|
15
15
|
|
|
16
16
|
| SDK | Version |
|
|
17
17
|
| ----------------------------------------------------------------------- | ------- |
|
|
18
|
-
| [Android](https://github.com/SelligentMarketingCloud/MobileSDK-Android) |
|
|
18
|
+
| [Android](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.0.1 |
|
|
19
19
|
| [iOS](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 2.7.7 |
|
|
20
20
|
|
|
21
21
|
## ToC
|
|
Binary file
|
|
Binary file
|
|
@@ -973,6 +973,7 @@ int attr suffixText 0x0
|
|
|
973
973
|
int attr suffixTextAppearance 0x0
|
|
974
974
|
int attr suffixTextColor 0x0
|
|
975
975
|
int attr suggestionRowLayout 0x0
|
|
976
|
+
int attr swipeRefreshLayoutProgressSpinnerBackgroundColor 0x0
|
|
976
977
|
int attr switchMinWidth 0x0
|
|
977
978
|
int attr switchPadding 0x0
|
|
978
979
|
int attr switchStyle 0x0
|
|
@@ -1703,6 +1704,10 @@ int color material_timepicker_button_stroke 0x0
|
|
|
1703
1704
|
int color material_timepicker_clock_text_color 0x0
|
|
1704
1705
|
int color material_timepicker_clockface 0x0
|
|
1705
1706
|
int color material_timepicker_modebutton_tint 0x0
|
|
1707
|
+
int color mtrl_bottom_nav_colored_item_tint 0x0
|
|
1708
|
+
int color mtrl_bottom_nav_colored_ripple_color 0x0
|
|
1709
|
+
int color mtrl_bottom_nav_item_tint 0x0
|
|
1710
|
+
int color mtrl_bottom_nav_ripple_color 0x0
|
|
1706
1711
|
int color mtrl_btn_bg_color_selector 0x0
|
|
1707
1712
|
int color mtrl_btn_ripple_color 0x0
|
|
1708
1713
|
int color mtrl_btn_stroke_color_selector 0x0
|
|
@@ -1792,9 +1797,6 @@ int color tooltip_background_dark 0x0
|
|
|
1792
1797
|
int color tooltip_background_light 0x0
|
|
1793
1798
|
int color upsdk_blue_text_007dff 0x0
|
|
1794
1799
|
int color upsdk_category_button_select_pressed 0x0
|
|
1795
|
-
int color upsdk_color_gray_1 0x0
|
|
1796
|
-
int color upsdk_color_gray_10 0x0
|
|
1797
|
-
int color upsdk_color_gray_7 0x0
|
|
1798
1800
|
int color upsdk_white 0x0
|
|
1799
1801
|
int dimen abc_action_bar_content_inset_material 0x0
|
|
1800
1802
|
int dimen abc_action_bar_content_inset_with_nav 0x0
|
|
@@ -2255,6 +2257,7 @@ int dimen mtrl_card_elevation 0x0
|
|
|
2255
2257
|
int dimen mtrl_card_spacing 0x0
|
|
2256
2258
|
int dimen mtrl_chip_pressed_translation_z 0x0
|
|
2257
2259
|
int dimen mtrl_chip_text_size 0x0
|
|
2260
|
+
int dimen mtrl_edittext_rectangle_top_offset 0x0
|
|
2258
2261
|
int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
|
|
2259
2262
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
|
|
2260
2263
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
|
|
@@ -2406,11 +2409,6 @@ int dimen tooltip_precise_anchor_threshold 0x0
|
|
|
2406
2409
|
int dimen tooltip_vertical_padding 0x0
|
|
2407
2410
|
int dimen tooltip_y_offset_non_touch 0x0
|
|
2408
2411
|
int dimen tooltip_y_offset_touch 0x0
|
|
2409
|
-
int dimen upsdk_margin_l 0x0
|
|
2410
|
-
int dimen upsdk_margin_m 0x0
|
|
2411
|
-
int dimen upsdk_margin_xs 0x0
|
|
2412
|
-
int dimen upsdk_master_body_2 0x0
|
|
2413
|
-
int dimen upsdk_master_subtitle 0x0
|
|
2414
2412
|
int drawable abc_ab_share_pack_mtrl_alpha 0x0
|
|
2415
2413
|
int drawable abc_action_bar_item_background_material 0x0
|
|
2416
2414
|
int drawable abc_btn_borderless_material 0x0
|
|
@@ -2532,6 +2530,7 @@ int drawable common_google_signin_btn_text_light 0x0
|
|
|
2532
2530
|
int drawable common_google_signin_btn_text_light_focused 0x0
|
|
2533
2531
|
int drawable common_google_signin_btn_text_light_normal 0x0
|
|
2534
2532
|
int drawable common_google_signin_btn_text_light_normal_background 0x0
|
|
2533
|
+
int drawable design_bottom_navigation_item_background 0x0
|
|
2535
2534
|
int drawable design_fab_background 0x0
|
|
2536
2535
|
int drawable design_ic_visibility 0x0
|
|
2537
2536
|
int drawable design_ic_visibility_off 0x0
|
|
@@ -2575,6 +2574,7 @@ int drawable mtrl_ic_cancel 0x0
|
|
|
2575
2574
|
int drawable mtrl_ic_error 0x0
|
|
2576
2575
|
int drawable mtrl_navigation_bar_item_background 0x0
|
|
2577
2576
|
int drawable mtrl_popupmenu_background 0x0
|
|
2577
|
+
int drawable mtrl_popupmenu_background_dark 0x0
|
|
2578
2578
|
int drawable mtrl_popupmenu_background_overlay 0x0
|
|
2579
2579
|
int drawable mtrl_tabs_default_indicator 0x0
|
|
2580
2580
|
int drawable navigation_empty_icon 0x0
|
|
@@ -2830,8 +2830,10 @@ int id item4 0x0
|
|
|
2830
2830
|
int id item_touch_helper_previous_elevation 0x0
|
|
2831
2831
|
int id jumpToEnd 0x0
|
|
2832
2832
|
int id jumpToStart 0x0
|
|
2833
|
+
int id labelGroup 0x0
|
|
2833
2834
|
int id labeled 0x0
|
|
2834
2835
|
int id labelled_by 0x0
|
|
2836
|
+
int id largeLabel 0x0
|
|
2835
2837
|
int id latestProductCardView 0x0
|
|
2836
2838
|
int id layout 0x0
|
|
2837
2839
|
int id left 0x0
|
|
@@ -3018,6 +3020,7 @@ int id sm_mapView_container 0x0
|
|
|
3018
3020
|
int id sm_no_permission 0x0
|
|
3019
3021
|
int id sm_responseView_container 0x0
|
|
3020
3022
|
int id sm_view_container 0x0
|
|
3023
|
+
int id smallLabel 0x0
|
|
3021
3024
|
int id snackbar_action 0x0
|
|
3022
3025
|
int id snackbar_text 0x0
|
|
3023
3026
|
int id spacer 0x0
|
|
@@ -3349,6 +3352,8 @@ int menu menu_notification 0x0
|
|
|
3349
3352
|
int menu menu_sell_base 0x0
|
|
3350
3353
|
int menu menu_view 0x0
|
|
3351
3354
|
int plurals mtrl_badge_content_description 0x0
|
|
3355
|
+
int raw firebase_common_keep 0x0
|
|
3356
|
+
int raw keep 0x0
|
|
3352
3357
|
int string abc_action_bar_home_description 0x0
|
|
3353
3358
|
int string abc_action_bar_up_description 0x0
|
|
3354
3359
|
int string abc_action_menu_overflow_description 0x0
|
|
@@ -3378,7 +3383,6 @@ int string abc_shareactionprovider_share_with_application 0x0
|
|
|
3378
3383
|
int string abc_toolbar_collapse_description 0x0
|
|
3379
3384
|
int string action_back_label 0x0
|
|
3380
3385
|
int string action_forward_label 0x0
|
|
3381
|
-
int string ag_sdk_cbg_root 0x0
|
|
3382
3386
|
int string alert_description 0x0
|
|
3383
3387
|
int string androidx_startup 0x0
|
|
3384
3388
|
int string app_icon_sticky_notification_description 0x0
|
|
@@ -3451,13 +3455,12 @@ int string header_description 0x0
|
|
|
3451
3455
|
int string hide_bottom_view_on_scroll_behavior 0x0
|
|
3452
3456
|
int string hms_abort 0x0
|
|
3453
3457
|
int string hms_abort_message 0x0
|
|
3458
|
+
int string hms_apk_not_installed_hints 0x0
|
|
3454
3459
|
int string hms_base_google 0x0
|
|
3455
3460
|
int string hms_base_vmall 0x0
|
|
3456
3461
|
int string hms_bindfaildlg_message 0x0
|
|
3457
3462
|
int string hms_bindfaildlg_title 0x0
|
|
3458
3463
|
int string hms_cancel 0x0
|
|
3459
|
-
int string hms_cancel_after_cancel 0x0
|
|
3460
|
-
int string hms_cancel_install_message 0x0
|
|
3461
3464
|
int string hms_check_failure 0x0
|
|
3462
3465
|
int string hms_check_no_update 0x0
|
|
3463
3466
|
int string hms_checking 0x0
|
|
@@ -3470,7 +3473,6 @@ int string hms_downloading_loading 0x0
|
|
|
3470
3473
|
int string hms_downloading_new 0x0
|
|
3471
3474
|
int string hms_gamebox_name 0x0
|
|
3472
3475
|
int string hms_install 0x0
|
|
3473
|
-
int string hms_install_after_cancel 0x0
|
|
3474
3476
|
int string hms_install_message 0x0
|
|
3475
3477
|
int string hms_is_spoof 0x0
|
|
3476
3478
|
int string hms_push_channel 0x0
|
|
@@ -3602,10 +3604,8 @@ int string title_activity_view 0x0
|
|
|
3602
3604
|
int string toolbar_description 0x0
|
|
3603
3605
|
int string upsdk_app_dl_installing 0x0
|
|
3604
3606
|
int string upsdk_app_download_info_new 0x0
|
|
3605
|
-
int string upsdk_app_download_installing 0x0
|
|
3606
3607
|
int string upsdk_app_size 0x0
|
|
3607
3608
|
int string upsdk_app_version 0x0
|
|
3608
|
-
int string upsdk_appstore_install 0x0
|
|
3609
3609
|
int string upsdk_cancel 0x0
|
|
3610
3610
|
int string upsdk_checking_update_prompt 0x0
|
|
3611
3611
|
int string upsdk_choice_update 0x0
|
|
@@ -3613,7 +3613,6 @@ int string upsdk_connect_server_fail_prompt_toast 0x0
|
|
|
3613
3613
|
int string upsdk_detail 0x0
|
|
3614
3614
|
int string upsdk_getting_message_fail_prompt_toast 0x0
|
|
3615
3615
|
int string upsdk_install 0x0
|
|
3616
|
-
int string upsdk_mobile_dld_warn 0x0
|
|
3617
3616
|
int string upsdk_no_available_network_prompt_toast 0x0
|
|
3618
3617
|
int string upsdk_ota_app_name 0x0
|
|
3619
3618
|
int string upsdk_ota_cancel 0x0
|
|
@@ -4252,6 +4251,7 @@ int style ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
|
4252
4251
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
4253
4252
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
|
|
4254
4253
|
int style ThemeOverlay_MaterialComponents_Light 0x0
|
|
4254
|
+
int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x0
|
|
4255
4255
|
int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
|
|
4256
4256
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
|
|
4257
4257
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
|
|
@@ -5040,9 +5040,20 @@ int styleable BottomAppBar_navigationIconTint 8
|
|
|
5040
5040
|
int styleable BottomAppBar_paddingBottomSystemWindowInsets 9
|
|
5041
5041
|
int styleable BottomAppBar_paddingLeftSystemWindowInsets 10
|
|
5042
5042
|
int styleable BottomAppBar_paddingRightSystemWindowInsets 11
|
|
5043
|
-
int[] styleable BottomNavigationView { 0x1010140, 0x0 }
|
|
5043
|
+
int[] styleable BottomNavigationView { 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5044
5044
|
int styleable BottomNavigationView_android_minHeight 0
|
|
5045
|
-
int styleable
|
|
5045
|
+
int styleable BottomNavigationView_backgroundTint 1
|
|
5046
|
+
int styleable BottomNavigationView_elevation 2
|
|
5047
|
+
int styleable BottomNavigationView_itemBackground 3
|
|
5048
|
+
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 4
|
|
5049
|
+
int styleable BottomNavigationView_itemIconSize 5
|
|
5050
|
+
int styleable BottomNavigationView_itemIconTint 6
|
|
5051
|
+
int styleable BottomNavigationView_itemRippleColor 7
|
|
5052
|
+
int styleable BottomNavigationView_itemTextAppearanceActive 8
|
|
5053
|
+
int styleable BottomNavigationView_itemTextAppearanceInactive 9
|
|
5054
|
+
int styleable BottomNavigationView_itemTextColor 10
|
|
5055
|
+
int styleable BottomNavigationView_labelVisibilityMode 11
|
|
5056
|
+
int styleable BottomNavigationView_menu 12
|
|
5046
5057
|
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5047
5058
|
int styleable BottomSheetBehavior_Layout_android_elevation 0
|
|
5048
5059
|
int styleable BottomSheetBehavior_Layout_android_maxHeight 1
|
|
@@ -6302,6 +6313,8 @@ int[] styleable StateListDrawableItem { 0x1010199 }
|
|
|
6302
6313
|
int styleable StateListDrawableItem_android_drawable 0
|
|
6303
6314
|
int[] styleable StateSet { 0x0 }
|
|
6304
6315
|
int styleable StateSet_defaultState 0
|
|
6316
|
+
int[] styleable SwipeRefreshLayout { 0x0 }
|
|
6317
|
+
int styleable SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor 0
|
|
6305
6318
|
int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6306
6319
|
int styleable SwitchCompat_android_textOff 0
|
|
6307
6320
|
int styleable SwitchCompat_android_textOn 1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Wed Dec 07 00:41:42 CET 2022
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/build/intermediates/javac/debug/classes/com/selligent/SMSettingsFactory.class
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -974,6 +974,7 @@ attr suffixText
|
|
|
974
974
|
attr suffixTextAppearance
|
|
975
975
|
attr suffixTextColor
|
|
976
976
|
attr suggestionRowLayout
|
|
977
|
+
attr swipeRefreshLayoutProgressSpinnerBackgroundColor
|
|
977
978
|
attr switchMinWidth
|
|
978
979
|
attr switchPadding
|
|
979
980
|
attr switchStyle
|
|
@@ -1704,6 +1705,10 @@ color material_timepicker_button_stroke
|
|
|
1704
1705
|
color material_timepicker_clock_text_color
|
|
1705
1706
|
color material_timepicker_clockface
|
|
1706
1707
|
color material_timepicker_modebutton_tint
|
|
1708
|
+
color mtrl_bottom_nav_colored_item_tint
|
|
1709
|
+
color mtrl_bottom_nav_colored_ripple_color
|
|
1710
|
+
color mtrl_bottom_nav_item_tint
|
|
1711
|
+
color mtrl_bottom_nav_ripple_color
|
|
1707
1712
|
color mtrl_btn_bg_color_selector
|
|
1708
1713
|
color mtrl_btn_ripple_color
|
|
1709
1714
|
color mtrl_btn_stroke_color_selector
|
|
@@ -1793,9 +1798,6 @@ color tooltip_background_dark
|
|
|
1793
1798
|
color tooltip_background_light
|
|
1794
1799
|
color upsdk_blue_text_007dff
|
|
1795
1800
|
color upsdk_category_button_select_pressed
|
|
1796
|
-
color upsdk_color_gray_1
|
|
1797
|
-
color upsdk_color_gray_10
|
|
1798
|
-
color upsdk_color_gray_7
|
|
1799
1801
|
color upsdk_white
|
|
1800
1802
|
dimen abc_action_bar_content_inset_material
|
|
1801
1803
|
dimen abc_action_bar_content_inset_with_nav
|
|
@@ -2256,6 +2258,7 @@ dimen mtrl_card_elevation
|
|
|
2256
2258
|
dimen mtrl_card_spacing
|
|
2257
2259
|
dimen mtrl_chip_pressed_translation_z
|
|
2258
2260
|
dimen mtrl_chip_text_size
|
|
2261
|
+
dimen mtrl_edittext_rectangle_top_offset
|
|
2259
2262
|
dimen mtrl_exposed_dropdown_menu_popup_elevation
|
|
2260
2263
|
dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
|
|
2261
2264
|
dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
|
|
@@ -2407,11 +2410,6 @@ dimen tooltip_precise_anchor_threshold
|
|
|
2407
2410
|
dimen tooltip_vertical_padding
|
|
2408
2411
|
dimen tooltip_y_offset_non_touch
|
|
2409
2412
|
dimen tooltip_y_offset_touch
|
|
2410
|
-
dimen upsdk_margin_l
|
|
2411
|
-
dimen upsdk_margin_m
|
|
2412
|
-
dimen upsdk_margin_xs
|
|
2413
|
-
dimen upsdk_master_body_2
|
|
2414
|
-
dimen upsdk_master_subtitle
|
|
2415
2413
|
drawable abc_ab_share_pack_mtrl_alpha
|
|
2416
2414
|
drawable abc_action_bar_item_background_material
|
|
2417
2415
|
drawable abc_btn_borderless_material
|
|
@@ -2533,6 +2531,7 @@ drawable common_google_signin_btn_text_light
|
|
|
2533
2531
|
drawable common_google_signin_btn_text_light_focused
|
|
2534
2532
|
drawable common_google_signin_btn_text_light_normal
|
|
2535
2533
|
drawable common_google_signin_btn_text_light_normal_background
|
|
2534
|
+
drawable design_bottom_navigation_item_background
|
|
2536
2535
|
drawable design_fab_background
|
|
2537
2536
|
drawable design_ic_visibility
|
|
2538
2537
|
drawable design_ic_visibility_off
|
|
@@ -2576,6 +2575,7 @@ drawable mtrl_ic_cancel
|
|
|
2576
2575
|
drawable mtrl_ic_error
|
|
2577
2576
|
drawable mtrl_navigation_bar_item_background
|
|
2578
2577
|
drawable mtrl_popupmenu_background
|
|
2578
|
+
drawable mtrl_popupmenu_background_dark
|
|
2579
2579
|
drawable mtrl_popupmenu_background_overlay
|
|
2580
2580
|
drawable mtrl_tabs_default_indicator
|
|
2581
2581
|
drawable navigation_empty_icon
|
|
@@ -2831,8 +2831,10 @@ id item4
|
|
|
2831
2831
|
id item_touch_helper_previous_elevation
|
|
2832
2832
|
id jumpToEnd
|
|
2833
2833
|
id jumpToStart
|
|
2834
|
+
id labelGroup
|
|
2834
2835
|
id labeled
|
|
2835
2836
|
id labelled_by
|
|
2837
|
+
id largeLabel
|
|
2836
2838
|
id latestProductCardView
|
|
2837
2839
|
id layout
|
|
2838
2840
|
id left
|
|
@@ -3019,6 +3021,7 @@ id sm_mapView_container
|
|
|
3019
3021
|
id sm_no_permission
|
|
3020
3022
|
id sm_responseView_container
|
|
3021
3023
|
id sm_view_container
|
|
3024
|
+
id smallLabel
|
|
3022
3025
|
id snackbar_action
|
|
3023
3026
|
id snackbar_text
|
|
3024
3027
|
id spacer
|
|
@@ -3350,6 +3353,8 @@ menu menu_notification
|
|
|
3350
3353
|
menu menu_sell_base
|
|
3351
3354
|
menu menu_view
|
|
3352
3355
|
plurals mtrl_badge_content_description
|
|
3356
|
+
raw firebase_common_keep
|
|
3357
|
+
raw keep
|
|
3353
3358
|
string abc_action_bar_home_description
|
|
3354
3359
|
string abc_action_bar_up_description
|
|
3355
3360
|
string abc_action_menu_overflow_description
|
|
@@ -3379,7 +3384,6 @@ string abc_shareactionprovider_share_with_application
|
|
|
3379
3384
|
string abc_toolbar_collapse_description
|
|
3380
3385
|
string action_back_label
|
|
3381
3386
|
string action_forward_label
|
|
3382
|
-
string ag_sdk_cbg_root
|
|
3383
3387
|
string alert_description
|
|
3384
3388
|
string androidx_startup
|
|
3385
3389
|
string app_icon_sticky_notification_description
|
|
@@ -3452,13 +3456,12 @@ string header_description
|
|
|
3452
3456
|
string hide_bottom_view_on_scroll_behavior
|
|
3453
3457
|
string hms_abort
|
|
3454
3458
|
string hms_abort_message
|
|
3459
|
+
string hms_apk_not_installed_hints
|
|
3455
3460
|
string hms_base_google
|
|
3456
3461
|
string hms_base_vmall
|
|
3457
3462
|
string hms_bindfaildlg_message
|
|
3458
3463
|
string hms_bindfaildlg_title
|
|
3459
3464
|
string hms_cancel
|
|
3460
|
-
string hms_cancel_after_cancel
|
|
3461
|
-
string hms_cancel_install_message
|
|
3462
3465
|
string hms_check_failure
|
|
3463
3466
|
string hms_check_no_update
|
|
3464
3467
|
string hms_checking
|
|
@@ -3471,7 +3474,6 @@ string hms_downloading_loading
|
|
|
3471
3474
|
string hms_downloading_new
|
|
3472
3475
|
string hms_gamebox_name
|
|
3473
3476
|
string hms_install
|
|
3474
|
-
string hms_install_after_cancel
|
|
3475
3477
|
string hms_install_message
|
|
3476
3478
|
string hms_is_spoof
|
|
3477
3479
|
string hms_push_channel
|
|
@@ -3603,10 +3605,8 @@ string title_activity_view
|
|
|
3603
3605
|
string toolbar_description
|
|
3604
3606
|
string upsdk_app_dl_installing
|
|
3605
3607
|
string upsdk_app_download_info_new
|
|
3606
|
-
string upsdk_app_download_installing
|
|
3607
3608
|
string upsdk_app_size
|
|
3608
3609
|
string upsdk_app_version
|
|
3609
|
-
string upsdk_appstore_install
|
|
3610
3610
|
string upsdk_cancel
|
|
3611
3611
|
string upsdk_checking_update_prompt
|
|
3612
3612
|
string upsdk_choice_update
|
|
@@ -3614,7 +3614,6 @@ string upsdk_connect_server_fail_prompt_toast
|
|
|
3614
3614
|
string upsdk_detail
|
|
3615
3615
|
string upsdk_getting_message_fail_prompt_toast
|
|
3616
3616
|
string upsdk_install
|
|
3617
|
-
string upsdk_mobile_dld_warn
|
|
3618
3617
|
string upsdk_no_available_network_prompt_toast
|
|
3619
3618
|
string upsdk_ota_app_name
|
|
3620
3619
|
string upsdk_ota_cancel
|
|
@@ -4253,6 +4252,7 @@ style ThemeOverlay_MaterialComponents_Dialog
|
|
|
4253
4252
|
style ThemeOverlay_MaterialComponents_Dialog_Alert
|
|
4254
4253
|
style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
|
|
4255
4254
|
style ThemeOverlay_MaterialComponents_Light
|
|
4255
|
+
style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog
|
|
4256
4256
|
style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
|
|
4257
4257
|
style ThemeOverlay_MaterialComponents_MaterialAlertDialog
|
|
4258
4258
|
style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
|
|
@@ -4764,7 +4764,7 @@ styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineS
|
|
|
4764
4764
|
styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
|
|
4765
4765
|
styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
|
|
4766
4766
|
styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets
|
|
4767
|
-
styleable BottomNavigationView android_minHeight itemHorizontalTranslationEnabled
|
|
4767
|
+
styleable BottomNavigationView android_minHeight backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
|
|
4768
4768
|
styleable BottomSheetBehavior_Layout android_elevation android_maxHeight android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
|
|
4769
4769
|
styleable ButtonBarLayout allowStacking
|
|
4770
4770
|
styleable Capability queryPatterns shortcutMatchRequired
|
|
@@ -4868,6 +4868,7 @@ styleable State android_id constraints
|
|
|
4868
4868
|
styleable StateListDrawable android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
|
|
4869
4869
|
styleable StateListDrawableItem android_drawable
|
|
4870
4870
|
styleable StateSet defaultState
|
|
4871
|
+
styleable SwipeRefreshLayout swipeRefreshLayoutProgressSpinnerBackgroundColor
|
|
4871
4872
|
styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
|
|
4872
4873
|
styleable SwitchMaterial useMaterialThemeColors
|
|
4873
4874
|
styleable TabItem android_icon android_layout android_text
|
|
Binary file
|
|
Binary file
|
|
@@ -17,7 +17,7 @@ class ButtonBroadcastEventDataParser implements BroadcastEventDataParser {
|
|
|
17
17
|
resultingMap.putInt("type", button.type);
|
|
18
18
|
resultingMap.putString("value", button.value);
|
|
19
19
|
resultingMap.putString("label", button.label);
|
|
20
|
-
resultingMap.putInt("action", button.action);
|
|
20
|
+
resultingMap.putInt("action", button.action.getValue());
|
|
21
21
|
if (button.data != null) {
|
|
22
22
|
final WritableMap buttonData = new WritableNativeMap();
|
|
23
23
|
for(String dataKey : button.data.keySet()) {
|
|
@@ -187,7 +187,7 @@ public class RNSelligent extends ReactContextBaseJavaModule implements Lifecycle
|
|
|
187
187
|
buttonMap.putString("id", button.id);
|
|
188
188
|
buttonMap.putString("value", button.value);
|
|
189
189
|
buttonMap.putString("label", button.label);
|
|
190
|
-
buttonMap.putInt("action", button.action);
|
|
190
|
+
buttonMap.putInt("action", button.action.getValue());
|
|
191
191
|
buttonMap.putInt("type", button.type);
|
|
192
192
|
|
|
193
193
|
buttonsArray.pushMap(buttonMap);
|
|
@@ -9,7 +9,6 @@ class SMSettingsFactory {
|
|
|
9
9
|
smSettings.WebServiceUrl = settings.getUrl();
|
|
10
10
|
smSettings.ClientId = settings.getClientId();
|
|
11
11
|
smSettings.PrivateKey = settings.getPrivateKey();
|
|
12
|
-
smSettings.GoogleApplicationId = settings.getGoogleApplicationId();
|
|
13
12
|
smSettings.ConfigureGeolocation = settings.getConfigureLocationServices();
|
|
14
13
|
smSettings.AddInAppMessageFromPushToInAppMessageList = settings.getAddInAppMessageFromPushToInAppMessageList();
|
|
15
14
|
smSettings.DoNotFetchTheToken = settings.getDoNotFetchTheToken();
|
|
@@ -8,7 +8,6 @@ class Settings {
|
|
|
8
8
|
private String url;
|
|
9
9
|
private String clientId;
|
|
10
10
|
private String privateKey;
|
|
11
|
-
private String googleApplicationId;
|
|
12
11
|
private String activityName;
|
|
13
12
|
private String notificationSmallIcon;
|
|
14
13
|
private String notificationLargeIcon;
|
|
@@ -39,10 +38,6 @@ class Settings {
|
|
|
39
38
|
return privateKey;
|
|
40
39
|
}
|
|
41
40
|
|
|
42
|
-
public String getGoogleApplicationId() {
|
|
43
|
-
return googleApplicationId;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
41
|
public String getActivityName() {
|
|
47
42
|
return activityName;
|
|
48
43
|
}
|
|
@@ -101,9 +96,6 @@ class Settings {
|
|
|
101
96
|
settings.url = (String) settingsHashMap.get("url");
|
|
102
97
|
settings.clientId = (String) settingsHashMap.get("clientId");
|
|
103
98
|
settings.privateKey = (String) settingsHashMap.get("privateKey");
|
|
104
|
-
if (settingsHashMap.containsKey("googleApplicationId")) {
|
|
105
|
-
settings.googleApplicationId = (String) settingsHashMap.get("googleApplicationId");
|
|
106
|
-
}
|
|
107
99
|
if (settingsHashMap.containsKey("configureLocationServices")) {
|
|
108
100
|
settings.configureLocationServices = (Boolean) settingsHashMap.get("configureLocationServices");
|
|
109
101
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selligent-marketing-cloud/selligent-react-native",
|
|
3
3
|
"title": "Selligent React Native",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "React Native bridge for Selligent SDK",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"react": "18.1.0",
|
|
30
|
-
"react-native": "^0.70.
|
|
30
|
+
"react-native": "^0.70.6"
|
|
31
31
|
}
|
|
32
32
|
}
|