react-native-netmera 1.4.7-nohms → 1.4.8
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/README.md +23 -0
- package/android/.gradle/4.10.1/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/4.10.1/fileHashes/fileHashes.lock +0 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +1 -3
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +4 -2
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +2 -0
- 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 +141 -15
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +1 -1
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +1 -1
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +1 -1
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmera.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraCategoryObject.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraConfiguration$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraConfiguration$Builder.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraConfiguration.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraEvent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$10.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$5.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$6.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$7.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$8.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule$9.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraModule.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraPackage.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraPushBroadcastReceiver.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraPushHeadlessService.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraUser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraUtil$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmeraUtil.class +0 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +16 -18
- package/android/build/intermediates/{library_manifest → merged_manifest}/debug/AndroidManifest.xml +1 -3
- package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +5 -3
- 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 +135 -15
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +21 -33
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +2 -1
- package/android/src/main/java/com/netmera/reactnativesdk/RNNetmera.java +1 -1
- package/android/src/main/java/com/netmera/reactnativesdk/RNNetmeraConfiguration.java +12 -0
- package/android/src/main/java/com/netmera/reactnativesdk/RNNetmeraModule.java +4 -0
- package/ios/RNNetmera.m +1 -1
- package/package.json +1 -1
- package/src/Netmera.js +9 -1
- package/android/build/.transforms/1bf2ef0cda730dd7179f544e5c5aa226/results.bin +0 -1
- package/android/build/.transforms/1bf2ef0cda730dd7179f544e5c5aa226/transformed/classes/classes.dex +0 -0
- package/android/build/.transforms/e8aa15d298099f6ff9b72440aa31047c/results.bin +0 -1
- package/android/build/.transforms/e8aa15d298099f6ff9b72440aa31047c/transformed/classes/classes.dex +0 -0
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +0 -1
- package/android/build/intermediates/incremental/packageDebugResources/merger.xml +0 -2
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
1<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
-
3 package="com.netmera.reactnativesdk"
|
|
4
|
-
4
|
|
5
|
-
5
|
|
6
|
-
6
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
9
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
12
|
|
18
|
-
13
|
|
19
|
-
14
|
|
20
|
-
15</manifest>
|
|
3
|
+
3 package="com.netmera.reactnativesdk" >
|
|
4
|
+
4
|
|
5
|
+
5 <uses-sdk
|
|
6
|
+
6 android:minSdkVersion="16"
|
|
7
|
+
6-->/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
8
|
+
7 android:targetSdkVersion="32" />
|
|
9
|
+
7-->/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
10
|
+
8
|
|
11
|
+
9 <application>
|
|
12
|
+
9-->/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:4:5-6:19
|
|
13
|
+
10 <service android:name="com.netmera.reactnativesdk.RNNetmeraPushHeadlessService" />
|
|
14
|
+
10-->/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:5:9-65
|
|
15
|
+
10-->/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:5:18-62
|
|
16
|
+
11 </application>
|
|
17
|
+
12
|
|
18
|
+
13</manifest>
|
package/android/build/intermediates/{library_manifest → merged_manifest}/debug/AndroidManifest.xml
RENAMED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
-
package="com.netmera.reactnativesdk"
|
|
4
|
-
android:versionCode="1"
|
|
5
|
-
android:versionName="1.0" >
|
|
3
|
+
package="com.netmera.reactnativesdk" >
|
|
6
4
|
|
|
7
5
|
<uses-sdk
|
|
8
6
|
android:minSdkVersion="16"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version":
|
|
2
|
+
"version": 3,
|
|
3
3
|
"artifactType": {
|
|
4
4
|
"type": "PACKAGED_MANIFESTS",
|
|
5
5
|
"kind": "Directory"
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
{
|
|
11
11
|
"type": "SINGLE",
|
|
12
12
|
"filters": [],
|
|
13
|
-
"
|
|
13
|
+
"attributes": [],
|
|
14
|
+
"outputFile": "../../merged_manifest/debug/AndroidManifest.xml"
|
|
14
15
|
}
|
|
15
|
-
]
|
|
16
|
+
],
|
|
17
|
+
"elementType": "File"
|
|
16
18
|
}
|
|
Binary file
|
|
@@ -77,6 +77,7 @@ animator mtrl_fab_hide_motion_spec
|
|
|
77
77
|
animator mtrl_fab_show_motion_spec
|
|
78
78
|
animator mtrl_fab_transformation_sheet_collapse_spec
|
|
79
79
|
animator mtrl_fab_transformation_sheet_expand_spec
|
|
80
|
+
array huawei_module_network_services
|
|
80
81
|
attr SharedValue
|
|
81
82
|
attr SharedValueId
|
|
82
83
|
attr actionBarDivider
|
|
@@ -145,6 +146,11 @@ attr autoSizePresetSizes
|
|
|
145
146
|
attr autoSizeStepGranularity
|
|
146
147
|
attr autoSizeTextType
|
|
147
148
|
attr autoTransition
|
|
149
|
+
attr autofillInlineSuggestionChip
|
|
150
|
+
attr autofillInlineSuggestionEndIconStyle
|
|
151
|
+
attr autofillInlineSuggestionStartIconStyle
|
|
152
|
+
attr autofillInlineSuggestionSubtitle
|
|
153
|
+
attr autofillInlineSuggestionTitle
|
|
148
154
|
attr background
|
|
149
155
|
attr backgroundColor
|
|
150
156
|
attr backgroundImage
|
|
@@ -604,6 +610,7 @@ attr indicatorInset
|
|
|
604
610
|
attr indicatorSize
|
|
605
611
|
attr initialActivityCount
|
|
606
612
|
attr insetForeground
|
|
613
|
+
attr isAutofillInlineSuggestionTheme
|
|
607
614
|
attr isLightTheme
|
|
608
615
|
attr isMaterial3Theme
|
|
609
616
|
attr isMaterialTheme
|
|
@@ -1257,7 +1264,6 @@ color abc_decor_view_status_guard
|
|
|
1257
1264
|
color abc_decor_view_status_guard_light
|
|
1258
1265
|
color abc_hint_foreground_material_dark
|
|
1259
1266
|
color abc_hint_foreground_material_light
|
|
1260
|
-
color abc_input_method_navigation_guard
|
|
1261
1267
|
color abc_primary_text_disable_only_material_dark
|
|
1262
1268
|
color abc_primary_text_disable_only_material_light
|
|
1263
1269
|
color abc_primary_text_material_dark
|
|
@@ -1350,6 +1356,9 @@ color dim_foreground_disabled_material_dark
|
|
|
1350
1356
|
color dim_foreground_disabled_material_light
|
|
1351
1357
|
color dim_foreground_material_dark
|
|
1352
1358
|
color dim_foreground_material_light
|
|
1359
|
+
color emui_color_gray_1
|
|
1360
|
+
color emui_color_gray_10
|
|
1361
|
+
color emui_color_gray_7
|
|
1353
1362
|
color error_color_material_dark
|
|
1354
1363
|
color error_color_material_light
|
|
1355
1364
|
color fcm_test_color
|
|
@@ -1852,6 +1861,9 @@ color test_mtrl_calendar_day
|
|
|
1852
1861
|
color test_mtrl_calendar_day_selected
|
|
1853
1862
|
color tooltip_background_dark
|
|
1854
1863
|
color tooltip_background_light
|
|
1864
|
+
color upsdk_color_gray_1
|
|
1865
|
+
color upsdk_color_gray_10
|
|
1866
|
+
color upsdk_color_gray_7
|
|
1855
1867
|
dimen abc_action_bar_content_inset_material
|
|
1856
1868
|
dimen abc_action_bar_content_inset_with_nav
|
|
1857
1869
|
dimen abc_action_bar_default_height_material
|
|
@@ -1935,6 +1947,7 @@ dimen abc_text_size_title_material
|
|
|
1935
1947
|
dimen abc_text_size_title_material_toolbar
|
|
1936
1948
|
dimen action_bar_size
|
|
1937
1949
|
dimen appcompat_dialog_background_inset
|
|
1950
|
+
dimen autofill_inline_suggestion_icon_size
|
|
1938
1951
|
dimen cardview_compat_inset_shadow
|
|
1939
1952
|
dimen cardview_default_elevation
|
|
1940
1953
|
dimen cardview_default_radius
|
|
@@ -2445,6 +2458,11 @@ dimen tooltip_precise_anchor_threshold
|
|
|
2445
2458
|
dimen tooltip_vertical_padding
|
|
2446
2459
|
dimen tooltip_y_offset_non_touch
|
|
2447
2460
|
dimen tooltip_y_offset_touch
|
|
2461
|
+
dimen upsdk_margin_l
|
|
2462
|
+
dimen upsdk_margin_m
|
|
2463
|
+
dimen upsdk_margin_xs
|
|
2464
|
+
dimen upsdk_master_body_2
|
|
2465
|
+
dimen upsdk_master_subtitle
|
|
2448
2466
|
drawable abc_ab_share_pack_mtrl_alpha
|
|
2449
2467
|
drawable abc_action_bar_item_background_material
|
|
2450
2468
|
drawable abc_btn_borderless_material
|
|
@@ -2539,6 +2557,7 @@ drawable abc_vector_test
|
|
|
2539
2557
|
drawable adaptive_icon
|
|
2540
2558
|
drawable adaptive_icon_background
|
|
2541
2559
|
drawable adaptive_icon_foreground
|
|
2560
|
+
drawable autofill_inline_suggestion_chip_background
|
|
2542
2561
|
drawable avd_hide_password
|
|
2543
2562
|
drawable avd_show_password
|
|
2544
2563
|
drawable btn_checkbox_checked_mtrl
|
|
@@ -2639,6 +2658,10 @@ drawable test_custom_background
|
|
|
2639
2658
|
drawable test_level_drawable
|
|
2640
2659
|
drawable tooltip_frame_dark
|
|
2641
2660
|
drawable tooltip_frame_light
|
|
2661
|
+
drawable upsdk_cancel_bg
|
|
2662
|
+
drawable upsdk_cancel_normal
|
|
2663
|
+
drawable upsdk_cancel_pressed_bg
|
|
2664
|
+
drawable upsdk_third_download_bg
|
|
2642
2665
|
id BOTTOM_END
|
|
2643
2666
|
id BOTTOM_START
|
|
2644
2667
|
id NO_DEBUG
|
|
@@ -2650,6 +2673,8 @@ id TOP_START
|
|
|
2650
2673
|
id accelerate
|
|
2651
2674
|
id accessibility_action_clickable_span
|
|
2652
2675
|
id accessibility_actions
|
|
2676
|
+
id accessibility_collection
|
|
2677
|
+
id accessibility_collection_item
|
|
2653
2678
|
id accessibility_custom_action_0
|
|
2654
2679
|
id accessibility_custom_action_1
|
|
2655
2680
|
id accessibility_custom_action_10
|
|
@@ -2684,9 +2709,11 @@ id accessibility_custom_action_8
|
|
|
2684
2709
|
id accessibility_custom_action_9
|
|
2685
2710
|
id accessibility_hint
|
|
2686
2711
|
id accessibility_label
|
|
2712
|
+
id accessibility_links
|
|
2687
2713
|
id accessibility_role
|
|
2688
2714
|
id accessibility_state
|
|
2689
2715
|
id accessibility_value
|
|
2716
|
+
id action
|
|
2690
2717
|
id action0
|
|
2691
2718
|
id actionDown
|
|
2692
2719
|
id actionDownUp
|
|
@@ -2716,10 +2743,12 @@ id adjust_width
|
|
|
2716
2743
|
id alertTitle
|
|
2717
2744
|
id aligned
|
|
2718
2745
|
id allStates
|
|
2746
|
+
id allsize_textview
|
|
2719
2747
|
id animateToEnd
|
|
2720
2748
|
id animateToStart
|
|
2721
2749
|
id antiClockwise
|
|
2722
2750
|
id anticipate
|
|
2751
|
+
id appsize_textview
|
|
2723
2752
|
id arc
|
|
2724
2753
|
id asConfigured
|
|
2725
2754
|
id async
|
|
@@ -2727,6 +2756,10 @@ id auto
|
|
|
2727
2756
|
id autoComplete
|
|
2728
2757
|
id autoCompleteToEnd
|
|
2729
2758
|
id autoCompleteToStart
|
|
2759
|
+
id autofill_inline_suggestion_end_icon
|
|
2760
|
+
id autofill_inline_suggestion_start_icon
|
|
2761
|
+
id autofill_inline_suggestion_subtitle
|
|
2762
|
+
id autofill_inline_suggestion_title
|
|
2730
2763
|
id barrier
|
|
2731
2764
|
id baseline
|
|
2732
2765
|
id bestChoice
|
|
@@ -2736,7 +2769,9 @@ id bounce
|
|
|
2736
2769
|
id buttonPanel
|
|
2737
2770
|
id callMeasure
|
|
2738
2771
|
id cancel_action
|
|
2772
|
+
id cancel_bg
|
|
2739
2773
|
id cancel_button
|
|
2774
|
+
id cancel_imageview
|
|
2740
2775
|
id carryVelocity
|
|
2741
2776
|
id catalyst_redbox_title
|
|
2742
2777
|
id center
|
|
@@ -2762,6 +2797,8 @@ id constraint
|
|
|
2762
2797
|
id container
|
|
2763
2798
|
id content
|
|
2764
2799
|
id contentPanel
|
|
2800
|
+
id content_layout
|
|
2801
|
+
id content_textview
|
|
2765
2802
|
id contiguous
|
|
2766
2803
|
id continuousVelocity
|
|
2767
2804
|
id coordinator
|
|
@@ -2785,6 +2822,8 @@ id design_menu_item_text
|
|
|
2785
2822
|
id design_navigation_view
|
|
2786
2823
|
id dialog_button
|
|
2787
2824
|
id disjoint
|
|
2825
|
+
id divider
|
|
2826
|
+
id download_info_progress
|
|
2788
2827
|
id dragAnticlockwise
|
|
2789
2828
|
id dragClockwise
|
|
2790
2829
|
id dragDown
|
|
@@ -2800,6 +2839,7 @@ id easeOut
|
|
|
2800
2839
|
id east
|
|
2801
2840
|
id edit_query
|
|
2802
2841
|
id elastic
|
|
2842
|
+
id enable_service_text
|
|
2803
2843
|
id end
|
|
2804
2844
|
id endToStart
|
|
2805
2845
|
id end_padder
|
|
@@ -2831,6 +2871,9 @@ id gone
|
|
|
2831
2871
|
id group_divider
|
|
2832
2872
|
id guideline
|
|
2833
2873
|
id header_title
|
|
2874
|
+
id hms_message_text
|
|
2875
|
+
id hms_progress_bar
|
|
2876
|
+
id hms_progress_text
|
|
2834
2877
|
id home
|
|
2835
2878
|
id honorRequest
|
|
2836
2879
|
id horizontal_only
|
|
@@ -2865,6 +2908,7 @@ id ivRight
|
|
|
2865
2908
|
id jumpToEnd
|
|
2866
2909
|
id jumpToStart
|
|
2867
2910
|
id labeled
|
|
2911
|
+
id labelled_by
|
|
2868
2912
|
id layout
|
|
2869
2913
|
id left
|
|
2870
2914
|
id leftToRight
|
|
@@ -2931,6 +2975,8 @@ id mtrl_picker_text_input_range_start
|
|
|
2931
2975
|
id mtrl_picker_title_text
|
|
2932
2976
|
id mtrl_view_tag_bottom_padding
|
|
2933
2977
|
id multiply
|
|
2978
|
+
id name_layout
|
|
2979
|
+
id name_textview
|
|
2934
2980
|
id navigation_bar_item_active_indicator_view
|
|
2935
2981
|
id navigation_bar_item_icon_container
|
|
2936
2982
|
id navigation_bar_item_icon_view
|
|
@@ -2966,6 +3012,12 @@ id path
|
|
|
2966
3012
|
id pathRelative
|
|
2967
3013
|
id percent
|
|
2968
3014
|
id pin
|
|
3015
|
+
id pointer_enter
|
|
3016
|
+
id pointer_enter_capture
|
|
3017
|
+
id pointer_leave
|
|
3018
|
+
id pointer_leave_capture
|
|
3019
|
+
id pointer_move
|
|
3020
|
+
id pointer_move_capture
|
|
2969
3021
|
id position
|
|
2970
3022
|
id postLayout
|
|
2971
3023
|
id progress_circular
|
|
@@ -2998,6 +3050,7 @@ id screen
|
|
|
2998
3050
|
id scrollIndicatorDown
|
|
2999
3051
|
id scrollIndicatorUp
|
|
3000
3052
|
id scrollView
|
|
3053
|
+
id scroll_layout
|
|
3001
3054
|
id scrollable
|
|
3002
3055
|
id search_badge
|
|
3003
3056
|
id search_bar
|
|
@@ -3016,6 +3069,7 @@ id sharedValueSet
|
|
|
3016
3069
|
id sharedValueUnset
|
|
3017
3070
|
id shortcut
|
|
3018
3071
|
id sin
|
|
3072
|
+
id size_layout
|
|
3019
3073
|
id skipped
|
|
3020
3074
|
id slide
|
|
3021
3075
|
id snackbar_action
|
|
@@ -3075,6 +3129,9 @@ id textinput_helper_text
|
|
|
3075
3129
|
id textinput_placeholder
|
|
3076
3130
|
id textinput_prefix_text
|
|
3077
3131
|
id textinput_suffix_text
|
|
3132
|
+
id third_app_dl_progress_text
|
|
3133
|
+
id third_app_dl_progressbar
|
|
3134
|
+
id third_app_warn_text
|
|
3078
3135
|
id time
|
|
3079
3136
|
id title
|
|
3080
3137
|
id titleDividerNoCustom
|
|
@@ -3100,6 +3157,8 @@ id unchecked
|
|
|
3100
3157
|
id uniform
|
|
3101
3158
|
id unlabeled
|
|
3102
3159
|
id up
|
|
3160
|
+
id version_layout
|
|
3161
|
+
id version_textview
|
|
3103
3162
|
id vertical_only
|
|
3104
3163
|
id view_offset_helper
|
|
3105
3164
|
id view_tag_instance_handle
|
|
@@ -3211,6 +3270,8 @@ layout abc_search_dropdown_item_icons_2line
|
|
|
3211
3270
|
layout abc_search_view
|
|
3212
3271
|
layout abc_select_dialog_material
|
|
3213
3272
|
layout abc_tooltip
|
|
3273
|
+
layout activity_endisable_service
|
|
3274
|
+
layout autofill_inline_suggestion
|
|
3214
3275
|
layout custom_dialog
|
|
3215
3276
|
layout design_bottom_navigation_item
|
|
3216
3277
|
layout design_bottom_sheet_dialog
|
|
@@ -3229,6 +3290,8 @@ layout design_text_input_end_icon
|
|
|
3229
3290
|
layout design_text_input_start_icon
|
|
3230
3291
|
layout dev_loading_view
|
|
3231
3292
|
layout fps_view
|
|
3293
|
+
layout hms_download_progress
|
|
3294
|
+
layout hwpush_trans_activity
|
|
3232
3295
|
layout m3_alert_dialog
|
|
3233
3296
|
layout m3_alert_dialog_actions
|
|
3234
3297
|
layout m3_alert_dialog_title
|
|
@@ -3327,6 +3390,8 @@ layout text_view_with_line_height_from_layout
|
|
|
3327
3390
|
layout text_view_with_line_height_from_style
|
|
3328
3391
|
layout text_view_with_theme_line_height
|
|
3329
3392
|
layout text_view_without_line_height
|
|
3393
|
+
layout upsdk_app_dl_progress_dialog
|
|
3394
|
+
layout upsdk_ota_update_view
|
|
3330
3395
|
menu example_menu
|
|
3331
3396
|
menu example_menu2
|
|
3332
3397
|
plurals mtrl_badge_content_description
|
|
@@ -3339,18 +3404,6 @@ string abc_activity_chooser_view_see_all
|
|
|
3339
3404
|
string abc_activitychooserview_choose_application
|
|
3340
3405
|
string abc_capital_off
|
|
3341
3406
|
string abc_capital_on
|
|
3342
|
-
string abc_font_family_body_1_material
|
|
3343
|
-
string abc_font_family_body_2_material
|
|
3344
|
-
string abc_font_family_button_material
|
|
3345
|
-
string abc_font_family_caption_material
|
|
3346
|
-
string abc_font_family_display_1_material
|
|
3347
|
-
string abc_font_family_display_2_material
|
|
3348
|
-
string abc_font_family_display_3_material
|
|
3349
|
-
string abc_font_family_display_4_material
|
|
3350
|
-
string abc_font_family_headline_material
|
|
3351
|
-
string abc_font_family_menu_material
|
|
3352
|
-
string abc_font_family_subhead_material
|
|
3353
|
-
string abc_font_family_title_material
|
|
3354
3407
|
string abc_menu_alt_shortcut_label
|
|
3355
3408
|
string abc_menu_ctrl_shortcut_label
|
|
3356
3409
|
string abc_menu_delete_shortcut_label
|
|
@@ -3370,13 +3423,13 @@ string abc_searchview_description_voice
|
|
|
3370
3423
|
string abc_shareactionprovider_share_with
|
|
3371
3424
|
string abc_shareactionprovider_share_with_application
|
|
3372
3425
|
string abc_toolbar_collapse_description
|
|
3426
|
+
string aimodule_exclude_domain
|
|
3373
3427
|
string alert_description
|
|
3374
3428
|
string androidx_startup
|
|
3375
3429
|
string app_name
|
|
3376
3430
|
string appbar_scrolling_view_behavior
|
|
3377
3431
|
string bottom_sheet_behavior
|
|
3378
3432
|
string bottomsheet_action_expand_halfway
|
|
3379
|
-
string button_description
|
|
3380
3433
|
string catalyst_change_bundle_location
|
|
3381
3434
|
string catalyst_copy_button
|
|
3382
3435
|
string catalyst_debug
|
|
@@ -3394,6 +3447,7 @@ string catalyst_hot_reloading_auto_disable
|
|
|
3394
3447
|
string catalyst_hot_reloading_auto_enable
|
|
3395
3448
|
string catalyst_hot_reloading_stop
|
|
3396
3449
|
string catalyst_inspector
|
|
3450
|
+
string catalyst_inspector_stop
|
|
3397
3451
|
string catalyst_loading_from_url
|
|
3398
3452
|
string catalyst_open_flipper_error
|
|
3399
3453
|
string catalyst_perf_monitor
|
|
@@ -3439,6 +3493,31 @@ string fcm_fallback_notification_channel_label
|
|
|
3439
3493
|
string fcm_no_args
|
|
3440
3494
|
string header_description
|
|
3441
3495
|
string hide_bottom_view_on_scroll_behavior
|
|
3496
|
+
string hms_abort
|
|
3497
|
+
string hms_abort_message
|
|
3498
|
+
string hms_apk_not_installed_hints
|
|
3499
|
+
string hms_bindfaildlg_message
|
|
3500
|
+
string hms_bindfaildlg_title
|
|
3501
|
+
string hms_cancel
|
|
3502
|
+
string hms_check_failure
|
|
3503
|
+
string hms_checking
|
|
3504
|
+
string hms_confirm
|
|
3505
|
+
string hms_download_failure
|
|
3506
|
+
string hms_download_no_space
|
|
3507
|
+
string hms_download_retry
|
|
3508
|
+
string hms_downloading_loading
|
|
3509
|
+
string hms_install
|
|
3510
|
+
string hms_install_message
|
|
3511
|
+
string hms_is_spoof
|
|
3512
|
+
string hms_push_channel
|
|
3513
|
+
string hms_retry
|
|
3514
|
+
string hms_spoof_hints
|
|
3515
|
+
string hms_update
|
|
3516
|
+
string hms_update_continue
|
|
3517
|
+
string hms_update_message
|
|
3518
|
+
string hms_update_message_new
|
|
3519
|
+
string hms_update_nettype
|
|
3520
|
+
string hms_update_title
|
|
3442
3521
|
string icon_content_description
|
|
3443
3522
|
string image_description
|
|
3444
3523
|
string imagebutton_description
|
|
@@ -3532,21 +3611,30 @@ string netmera_geo_not_available
|
|
|
3532
3611
|
string netmera_geo_too_many_geofences
|
|
3533
3612
|
string netmera_geo_too_many_pending_intents
|
|
3534
3613
|
string netmera_geo_unknown_error
|
|
3614
|
+
string networkkit_httpdns_domain
|
|
3535
3615
|
string nmfcm_geo_not_available
|
|
3536
3616
|
string nmfcm_geo_too_many_geofences
|
|
3537
3617
|
string nmfcm_geo_too_many_pending_intents
|
|
3538
3618
|
string nmfcm_geo_unknown_error
|
|
3619
|
+
string nmhms_geo_not_available
|
|
3620
|
+
string nmhms_geo_too_many_geofences
|
|
3621
|
+
string nmhms_geo_too_many_pending_intents
|
|
3622
|
+
string nmhms_geo_unknown_error
|
|
3539
3623
|
string password_toggle_content_description
|
|
3540
3624
|
string path_password_eye
|
|
3541
3625
|
string path_password_eye_mask_strike_through
|
|
3542
3626
|
string path_password_eye_mask_visible
|
|
3543
3627
|
string path_password_strike_through
|
|
3544
3628
|
string progressbar_description
|
|
3629
|
+
string push_cat_body
|
|
3630
|
+
string push_cat_head
|
|
3545
3631
|
string radiogroup_description
|
|
3546
3632
|
string rn_tab_description
|
|
3547
3633
|
string scrollbar_description
|
|
3548
|
-
string search_description
|
|
3549
3634
|
string search_menu_title
|
|
3635
|
+
string spec_ip_0
|
|
3636
|
+
string spec_ip_1
|
|
3637
|
+
string spec_ip_2
|
|
3550
3638
|
string spinbutton_description
|
|
3551
3639
|
string state_busy_description
|
|
3552
3640
|
string state_collapsed_description
|
|
@@ -3560,6 +3648,29 @@ string summary_description
|
|
|
3560
3648
|
string tablist_description
|
|
3561
3649
|
string timer_description
|
|
3562
3650
|
string toolbar_description
|
|
3651
|
+
string upsdk_app_download_info_new
|
|
3652
|
+
string upsdk_app_download_installing
|
|
3653
|
+
string upsdk_app_size
|
|
3654
|
+
string upsdk_app_version
|
|
3655
|
+
string upsdk_appstore_install
|
|
3656
|
+
string upsdk_cancel
|
|
3657
|
+
string upsdk_checking_update_prompt
|
|
3658
|
+
string upsdk_choice_update
|
|
3659
|
+
string upsdk_detail
|
|
3660
|
+
string upsdk_getting_message_fail_prompt_toast
|
|
3661
|
+
string upsdk_mobile_dld_warn
|
|
3662
|
+
string upsdk_no_available_network_prompt_toast
|
|
3663
|
+
string upsdk_ota_app_name
|
|
3664
|
+
string upsdk_ota_cancel
|
|
3665
|
+
string upsdk_ota_force_cancel_new
|
|
3666
|
+
string upsdk_ota_notify_updatebtn
|
|
3667
|
+
string upsdk_ota_title
|
|
3668
|
+
string upsdk_storage_utils
|
|
3669
|
+
string upsdk_store_url
|
|
3670
|
+
string upsdk_third_app_dl_cancel_download_prompt_ex
|
|
3671
|
+
string upsdk_third_app_dl_install_failed
|
|
3672
|
+
string upsdk_third_app_dl_sure_cancel_download
|
|
3673
|
+
string upsdk_update_check_no_new_version
|
|
3563
3674
|
style AlertDialog_AppCompat
|
|
3564
3675
|
style AlertDialog_AppCompat_Light
|
|
3565
3676
|
style AndroidThemeColorAccentYellow
|
|
@@ -3693,6 +3804,7 @@ style Base_Theme_MaterialComponents_Light_Dialog_Alert
|
|
|
3693
3804
|
style Base_Theme_MaterialComponents_Light_Dialog_Bridge
|
|
3694
3805
|
style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
|
|
3695
3806
|
style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
|
|
3807
|
+
style Base_Translucent
|
|
3696
3808
|
style Base_V14_ThemeOverlay_Material3_BottomSheetDialog
|
|
3697
3809
|
style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog
|
|
3698
3810
|
style Base_V14_ThemeOverlay_MaterialComponents_Dialog
|
|
@@ -4173,6 +4285,7 @@ style Theme_AppCompat_Light_Dialog_Alert
|
|
|
4173
4285
|
style Theme_AppCompat_Light_Dialog_MinWidth
|
|
4174
4286
|
style Theme_AppCompat_Light_NoActionBar
|
|
4175
4287
|
style Theme_AppCompat_NoActionBar
|
|
4288
|
+
style Theme_AutofillInlineSuggestion
|
|
4176
4289
|
style Theme_Catalyst
|
|
4177
4290
|
style Theme_Catalyst_LogBox
|
|
4178
4291
|
style Theme_Catalyst_RedBox
|
|
@@ -4333,6 +4446,12 @@ style Widget_AppCompat_TextView
|
|
|
4333
4446
|
style Widget_AppCompat_TextView_SpinnerItem
|
|
4334
4447
|
style Widget_AppCompat_Toolbar
|
|
4335
4448
|
style Widget_AppCompat_Toolbar_Button_Navigation
|
|
4449
|
+
style Widget_Autofill
|
|
4450
|
+
style Widget_Autofill_InlineSuggestionChip
|
|
4451
|
+
style Widget_Autofill_InlineSuggestionEndIconStyle
|
|
4452
|
+
style Widget_Autofill_InlineSuggestionStartIconStyle
|
|
4453
|
+
style Widget_Autofill_InlineSuggestionSubtitle
|
|
4454
|
+
style Widget_Autofill_InlineSuggestionTitle
|
|
4336
4455
|
style Widget_Compat_NotificationActionContainer
|
|
4337
4456
|
style Widget_Compat_NotificationActionText
|
|
4338
4457
|
style Widget_Design_AppBarLayout
|
|
@@ -4627,6 +4746,7 @@ styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
|
|
|
4627
4746
|
styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
|
|
4628
4747
|
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
|
|
4629
4748
|
styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
|
|
4749
|
+
styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineSuggestionEndIconStyle autofillInlineSuggestionStartIconStyle autofillInlineSuggestionSubtitle autofillInlineSuggestionTitle isAutofillInlineSuggestionTheme
|
|
4630
4750
|
styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
|
|
4631
4751
|
styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
|
|
4632
4752
|
styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets
|
|
@@ -1,43 +1,31 @@
|
|
|
1
1
|
-- Merging decision tree log ---
|
|
2
2
|
manifest
|
|
3
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
4
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
5
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
6
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
7
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
8
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
9
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
3
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
4
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
5
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
10
6
|
package
|
|
11
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:3:11-47
|
|
12
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
13
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
14
|
-
android:versionName
|
|
15
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
16
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
17
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
18
|
-
android:versionCode
|
|
19
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
20
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:1-7:12
|
|
21
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
7
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:3:11-47
|
|
8
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
9
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
22
10
|
xmlns:android
|
|
23
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:2:11-69
|
|
11
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:2:11-69
|
|
24
12
|
application
|
|
25
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:4:5-6:19
|
|
13
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:4:5-6:19
|
|
26
14
|
service#com.netmera.reactnativesdk.RNNetmeraPushHeadlessService
|
|
27
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:5:9-65
|
|
15
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:5:9-65
|
|
28
16
|
android:name
|
|
29
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml:5:18-62
|
|
17
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml:5:18-62
|
|
30
18
|
uses-sdk
|
|
31
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
32
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
33
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
34
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
35
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
19
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
20
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
21
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
22
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
23
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
36
24
|
android:targetSdkVersion
|
|
37
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
38
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
39
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
25
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
26
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
27
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
40
28
|
android:minSdkVersion
|
|
41
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
42
|
-
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
43
|
-
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/AndroidManifest.xml
|
|
29
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
30
|
+
ADDED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
31
|
+
INJECTED from /Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/AndroidManifest.xml
|
|
Binary file
|
package/android/build.gradle
CHANGED
|
@@ -16,7 +16,8 @@ android {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
dependencies {
|
|
19
|
-
implementation 'com.netmera:nmcore:3.9.
|
|
19
|
+
implementation 'com.netmera:nmcore:3.9.10'
|
|
20
20
|
implementation 'com.netmera:nmfcm:3.9.3'
|
|
21
|
+
implementation 'com.netmera:nmhms:3.9.5'
|
|
21
22
|
implementation 'com.facebook.react:react-native:+'
|
|
22
23
|
}
|
|
@@ -16,7 +16,7 @@ public class RNNetmera {
|
|
|
16
16
|
static void setNetmeraHeaders() {
|
|
17
17
|
ContentValues headerValues = new ContentValues();
|
|
18
18
|
headerValues.put("X-netmera-framework", "react");
|
|
19
|
-
headerValues.put("X-netmera-frameworkV", "1.4.
|
|
19
|
+
headerValues.put("X-netmera-frameworkV", "1.4.8");
|
|
20
20
|
Netmera.setNetmeraHeaders(headerValues);
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -13,6 +13,7 @@ public class RNNetmeraConfiguration {
|
|
|
13
13
|
NMPushActionCallbacks nmPushActionCallbacks;
|
|
14
14
|
Context context;
|
|
15
15
|
String baseUrl;
|
|
16
|
+
String huaweiSenderId;
|
|
16
17
|
String apiKey;
|
|
17
18
|
String firebaseSenderId;
|
|
18
19
|
boolean logging;
|
|
@@ -22,6 +23,7 @@ public class RNNetmeraConfiguration {
|
|
|
22
23
|
this.nmPushActionCallbacks = builder.nmPushActionCallbacks;
|
|
23
24
|
this.context = builder.context;
|
|
24
25
|
this.baseUrl = builder.baseUrl;
|
|
26
|
+
this.huaweiSenderId = builder.huaweiSenderId;
|
|
25
27
|
this.apiKey = builder.apiKey;
|
|
26
28
|
this.firebaseSenderId = builder.firebaseSenderId;
|
|
27
29
|
this.logging = builder.logging;
|
|
@@ -39,6 +41,10 @@ public class RNNetmeraConfiguration {
|
|
|
39
41
|
builder.firebaseSenderId(firebaseSenderId);
|
|
40
42
|
}
|
|
41
43
|
|
|
44
|
+
if (huaweiSenderId != null) {
|
|
45
|
+
builder.huaweiSenderId(huaweiSenderId);
|
|
46
|
+
}
|
|
47
|
+
|
|
42
48
|
if (apiKey != null) {
|
|
43
49
|
builder.apiKey(apiKey);
|
|
44
50
|
}
|
|
@@ -62,6 +68,7 @@ public class RNNetmeraConfiguration {
|
|
|
62
68
|
private NMPushActionCallbacks nmPushActionCallbacks;
|
|
63
69
|
private Context context;
|
|
64
70
|
private String baseUrl;
|
|
71
|
+
private String huaweiSenderId;
|
|
65
72
|
private String apiKey;
|
|
66
73
|
private String firebaseSenderId;
|
|
67
74
|
private boolean logging;
|
|
@@ -81,6 +88,11 @@ public class RNNetmeraConfiguration {
|
|
|
81
88
|
return this;
|
|
82
89
|
}
|
|
83
90
|
|
|
91
|
+
public Builder huaweiSenderId(String huaweiSenderId) {
|
|
92
|
+
this.huaweiSenderId = huaweiSenderId;
|
|
93
|
+
return this;
|
|
94
|
+
}
|
|
95
|
+
|
|
84
96
|
public Builder apiKey(String apiKey) {
|
|
85
97
|
this.apiKey = apiKey;
|
|
86
98
|
return this;
|
|
@@ -490,6 +490,10 @@ public class RNNetmeraModule extends ReactContextBaseJavaModule {
|
|
|
490
490
|
|
|
491
491
|
if (data.containsKey("google.c.sender.id")) {
|
|
492
492
|
Netmera.onNetmeraPushMessageReceived(new com.google.firebase.messaging.RemoteMessage(bundle));
|
|
493
|
+
} else {
|
|
494
|
+
com.huawei.hms.push.RemoteMessage.Builder builder = new com.huawei.hms.push.RemoteMessage.Builder("to");
|
|
495
|
+
builder.setData(data);
|
|
496
|
+
Netmera.onNetmeraPushMessageReceived(builder.build());
|
|
493
497
|
}
|
|
494
498
|
}
|
|
495
499
|
|