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
package/README.md
CHANGED
|
@@ -50,11 +50,13 @@ buildscript {
|
|
|
50
50
|
repositories {
|
|
51
51
|
google()
|
|
52
52
|
jcenter()
|
|
53
|
+
maven {url 'https://developer.huawei.com/repo/'}
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
dependencies {
|
|
56
57
|
classpath 'com.android.tools.build:gradle:4.1.3'
|
|
57
58
|
classpath 'com.google.gms:google-services:4.3.10'
|
|
59
|
+
classpath 'com.huawei.agconnect:agcp:1.6.3.300'
|
|
58
60
|
}
|
|
59
61
|
}
|
|
60
62
|
|
|
@@ -63,6 +65,7 @@ allprojects {
|
|
|
63
65
|
google()
|
|
64
66
|
jcenter()
|
|
65
67
|
maven { url 'https://maven.google.com'}
|
|
68
|
+
maven { url 'https://developer.huawei.com/repo/'}
|
|
66
69
|
maven { url "https://release.netmera.com/release/android" }
|
|
67
70
|
}
|
|
68
71
|
}
|
|
@@ -83,6 +86,7 @@ allprojects {
|
|
|
83
86
|
|
|
84
87
|
```
|
|
85
88
|
apply plugin: 'com.google.gms.google-services'
|
|
89
|
+
apply plugin: 'com.huawei.agconnect'
|
|
86
90
|
```
|
|
87
91
|
|
|
88
92
|
6) Create an application class as shown below.
|
|
@@ -97,6 +101,7 @@ apply plugin: 'com.google.gms.google-services'
|
|
|
97
101
|
super.onCreate();
|
|
98
102
|
RNNetmeraConfiguration netmeraConfiguration = new RNNetmeraConfiguration.Builder()
|
|
99
103
|
.firebaseSenderId(<YOUR GCM SENDER ID>)
|
|
104
|
+
.huaweiSenderId(<YOUR HMS SENDER ID>)
|
|
100
105
|
.apiKey(<YOUR NETMERA API KEY>) // This is for enabling Netmera logs.
|
|
101
106
|
.logging(true)
|
|
102
107
|
.build(this);
|
|
@@ -174,6 +179,24 @@ messaging().onMessage(async remoteMessage => {
|
|
|
174
179
|
});
|
|
175
180
|
```
|
|
176
181
|
|
|
182
|
+
10) If you have custom Huawei Messaging integration, please see usage below.
|
|
183
|
+
|
|
184
|
+
```
|
|
185
|
+
HmsPushInstanceId.getToken("")
|
|
186
|
+
.then((result) => {
|
|
187
|
+
Netmera.onNetmeraNewToken(result.result)
|
|
188
|
+
})
|
|
189
|
+
|
|
190
|
+
HmsPushEvent.onRemoteMessageReceived(event => {
|
|
191
|
+
const remoteMessage = new RNRemoteMessage(event.msg);
|
|
192
|
+
let data = JSON.parse(remoteMessage.getData())
|
|
193
|
+
console.log("onRemoteMessageReceived", data)
|
|
194
|
+
if (Netmera.isNetmeraRemoteMessage(data)) {
|
|
195
|
+
Netmera.onNetmeraHuaweiPushMessageReceived(remoteMessage.getFrom(), data)
|
|
196
|
+
}
|
|
197
|
+
})
|
|
198
|
+
```
|
|
199
|
+
|
|
177
200
|
### Setup - iOS Part
|
|
178
201
|
|
|
179
202
|
1) Navigate to ios folder in your terminal and run the following command.
|
|
Binary file
|
|
Binary file
|
package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
CHANGED
|
@@ -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"
|
package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version":
|
|
2
|
+
"version": 3,
|
|
3
3
|
"artifactType": {
|
|
4
4
|
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
5
5
|
"kind": "Directory"
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
{
|
|
11
11
|
"type": "SINGLE",
|
|
12
12
|
"filters": [],
|
|
13
|
+
"attributes": [],
|
|
13
14
|
"outputFile": "AndroidManifest.xml"
|
|
14
15
|
}
|
|
15
|
-
]
|
|
16
|
+
],
|
|
17
|
+
"elementType": "File"
|
|
16
18
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -76,6 +76,7 @@ int animator mtrl_fab_hide_motion_spec 0x0
|
|
|
76
76
|
int animator mtrl_fab_show_motion_spec 0x0
|
|
77
77
|
int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
|
|
78
78
|
int animator mtrl_fab_transformation_sheet_expand_spec 0x0
|
|
79
|
+
int array huawei_module_network_services 0x0
|
|
79
80
|
int attr SharedValue 0x0
|
|
80
81
|
int attr SharedValueId 0x0
|
|
81
82
|
int attr actionBarDivider 0x0
|
|
@@ -144,6 +145,11 @@ int attr autoSizePresetSizes 0x0
|
|
|
144
145
|
int attr autoSizeStepGranularity 0x0
|
|
145
146
|
int attr autoSizeTextType 0x0
|
|
146
147
|
int attr autoTransition 0x0
|
|
148
|
+
int attr autofillInlineSuggestionChip 0x0
|
|
149
|
+
int attr autofillInlineSuggestionEndIconStyle 0x0
|
|
150
|
+
int attr autofillInlineSuggestionStartIconStyle 0x0
|
|
151
|
+
int attr autofillInlineSuggestionSubtitle 0x0
|
|
152
|
+
int attr autofillInlineSuggestionTitle 0x0
|
|
147
153
|
int attr background 0x0
|
|
148
154
|
int attr backgroundColor 0x0
|
|
149
155
|
int attr backgroundImage 0x0
|
|
@@ -603,6 +609,7 @@ int attr indicatorInset 0x0
|
|
|
603
609
|
int attr indicatorSize 0x0
|
|
604
610
|
int attr initialActivityCount 0x0
|
|
605
611
|
int attr insetForeground 0x0
|
|
612
|
+
int attr isAutofillInlineSuggestionTheme 0x0
|
|
606
613
|
int attr isLightTheme 0x0
|
|
607
614
|
int attr isMaterial3Theme 0x0
|
|
608
615
|
int attr isMaterialTheme 0x0
|
|
@@ -1256,7 +1263,6 @@ int color abc_decor_view_status_guard 0x0
|
|
|
1256
1263
|
int color abc_decor_view_status_guard_light 0x0
|
|
1257
1264
|
int color abc_hint_foreground_material_dark 0x0
|
|
1258
1265
|
int color abc_hint_foreground_material_light 0x0
|
|
1259
|
-
int color abc_input_method_navigation_guard 0x0
|
|
1260
1266
|
int color abc_primary_text_disable_only_material_dark 0x0
|
|
1261
1267
|
int color abc_primary_text_disable_only_material_light 0x0
|
|
1262
1268
|
int color abc_primary_text_material_dark 0x0
|
|
@@ -1349,6 +1355,9 @@ int color dim_foreground_disabled_material_dark 0x0
|
|
|
1349
1355
|
int color dim_foreground_disabled_material_light 0x0
|
|
1350
1356
|
int color dim_foreground_material_dark 0x0
|
|
1351
1357
|
int color dim_foreground_material_light 0x0
|
|
1358
|
+
int color emui_color_gray_1 0x0
|
|
1359
|
+
int color emui_color_gray_10 0x0
|
|
1360
|
+
int color emui_color_gray_7 0x0
|
|
1352
1361
|
int color error_color_material_dark 0x0
|
|
1353
1362
|
int color error_color_material_light 0x0
|
|
1354
1363
|
int color fcm_test_color 0x0
|
|
@@ -1851,6 +1860,9 @@ int color test_mtrl_calendar_day 0x0
|
|
|
1851
1860
|
int color test_mtrl_calendar_day_selected 0x0
|
|
1852
1861
|
int color tooltip_background_dark 0x0
|
|
1853
1862
|
int color tooltip_background_light 0x0
|
|
1863
|
+
int color upsdk_color_gray_1 0x0
|
|
1864
|
+
int color upsdk_color_gray_10 0x0
|
|
1865
|
+
int color upsdk_color_gray_7 0x0
|
|
1854
1866
|
int dimen abc_action_bar_content_inset_material 0x0
|
|
1855
1867
|
int dimen abc_action_bar_content_inset_with_nav 0x0
|
|
1856
1868
|
int dimen abc_action_bar_default_height_material 0x0
|
|
@@ -1934,6 +1946,7 @@ int dimen abc_text_size_title_material 0x0
|
|
|
1934
1946
|
int dimen abc_text_size_title_material_toolbar 0x0
|
|
1935
1947
|
int dimen action_bar_size 0x0
|
|
1936
1948
|
int dimen appcompat_dialog_background_inset 0x0
|
|
1949
|
+
int dimen autofill_inline_suggestion_icon_size 0x0
|
|
1937
1950
|
int dimen cardview_compat_inset_shadow 0x0
|
|
1938
1951
|
int dimen cardview_default_elevation 0x0
|
|
1939
1952
|
int dimen cardview_default_radius 0x0
|
|
@@ -2444,6 +2457,11 @@ int dimen tooltip_precise_anchor_threshold 0x0
|
|
|
2444
2457
|
int dimen tooltip_vertical_padding 0x0
|
|
2445
2458
|
int dimen tooltip_y_offset_non_touch 0x0
|
|
2446
2459
|
int dimen tooltip_y_offset_touch 0x0
|
|
2460
|
+
int dimen upsdk_margin_l 0x0
|
|
2461
|
+
int dimen upsdk_margin_m 0x0
|
|
2462
|
+
int dimen upsdk_margin_xs 0x0
|
|
2463
|
+
int dimen upsdk_master_body_2 0x0
|
|
2464
|
+
int dimen upsdk_master_subtitle 0x0
|
|
2447
2465
|
int drawable abc_ab_share_pack_mtrl_alpha 0x0
|
|
2448
2466
|
int drawable abc_action_bar_item_background_material 0x0
|
|
2449
2467
|
int drawable abc_btn_borderless_material 0x0
|
|
@@ -2538,6 +2556,7 @@ int drawable abc_vector_test 0x0
|
|
|
2538
2556
|
int drawable adaptive_icon 0x0
|
|
2539
2557
|
int drawable adaptive_icon_background 0x0
|
|
2540
2558
|
int drawable adaptive_icon_foreground 0x0
|
|
2559
|
+
int drawable autofill_inline_suggestion_chip_background 0x0
|
|
2541
2560
|
int drawable avd_hide_password 0x0
|
|
2542
2561
|
int drawable avd_show_password 0x0
|
|
2543
2562
|
int drawable btn_checkbox_checked_mtrl 0x0
|
|
@@ -2638,6 +2657,10 @@ int drawable test_custom_background 0x0
|
|
|
2638
2657
|
int drawable test_level_drawable 0x0
|
|
2639
2658
|
int drawable tooltip_frame_dark 0x0
|
|
2640
2659
|
int drawable tooltip_frame_light 0x0
|
|
2660
|
+
int drawable upsdk_cancel_bg 0x0
|
|
2661
|
+
int drawable upsdk_cancel_normal 0x0
|
|
2662
|
+
int drawable upsdk_cancel_pressed_bg 0x0
|
|
2663
|
+
int drawable upsdk_third_download_bg 0x0
|
|
2641
2664
|
int id BOTTOM_END 0x0
|
|
2642
2665
|
int id BOTTOM_START 0x0
|
|
2643
2666
|
int id NO_DEBUG 0x0
|
|
@@ -2649,6 +2672,8 @@ int id TOP_START 0x0
|
|
|
2649
2672
|
int id accelerate 0x0
|
|
2650
2673
|
int id accessibility_action_clickable_span 0x0
|
|
2651
2674
|
int id accessibility_actions 0x0
|
|
2675
|
+
int id accessibility_collection 0x0
|
|
2676
|
+
int id accessibility_collection_item 0x0
|
|
2652
2677
|
int id accessibility_custom_action_0 0x0
|
|
2653
2678
|
int id accessibility_custom_action_1 0x0
|
|
2654
2679
|
int id accessibility_custom_action_10 0x0
|
|
@@ -2683,9 +2708,11 @@ int id accessibility_custom_action_8 0x0
|
|
|
2683
2708
|
int id accessibility_custom_action_9 0x0
|
|
2684
2709
|
int id accessibility_hint 0x0
|
|
2685
2710
|
int id accessibility_label 0x0
|
|
2711
|
+
int id accessibility_links 0x0
|
|
2686
2712
|
int id accessibility_role 0x0
|
|
2687
2713
|
int id accessibility_state 0x0
|
|
2688
2714
|
int id accessibility_value 0x0
|
|
2715
|
+
int id action 0x0
|
|
2689
2716
|
int id action0 0x0
|
|
2690
2717
|
int id actionDown 0x0
|
|
2691
2718
|
int id actionDownUp 0x0
|
|
@@ -2715,10 +2742,12 @@ int id adjust_width 0x0
|
|
|
2715
2742
|
int id alertTitle 0x0
|
|
2716
2743
|
int id aligned 0x0
|
|
2717
2744
|
int id allStates 0x0
|
|
2745
|
+
int id allsize_textview 0x0
|
|
2718
2746
|
int id animateToEnd 0x0
|
|
2719
2747
|
int id animateToStart 0x0
|
|
2720
2748
|
int id antiClockwise 0x0
|
|
2721
2749
|
int id anticipate 0x0
|
|
2750
|
+
int id appsize_textview 0x0
|
|
2722
2751
|
int id arc 0x0
|
|
2723
2752
|
int id asConfigured 0x0
|
|
2724
2753
|
int id async 0x0
|
|
@@ -2726,6 +2755,10 @@ int id auto 0x0
|
|
|
2726
2755
|
int id autoComplete 0x0
|
|
2727
2756
|
int id autoCompleteToEnd 0x0
|
|
2728
2757
|
int id autoCompleteToStart 0x0
|
|
2758
|
+
int id autofill_inline_suggestion_end_icon 0x0
|
|
2759
|
+
int id autofill_inline_suggestion_start_icon 0x0
|
|
2760
|
+
int id autofill_inline_suggestion_subtitle 0x0
|
|
2761
|
+
int id autofill_inline_suggestion_title 0x0
|
|
2729
2762
|
int id barrier 0x0
|
|
2730
2763
|
int id baseline 0x0
|
|
2731
2764
|
int id bestChoice 0x0
|
|
@@ -2735,7 +2768,9 @@ int id bounce 0x0
|
|
|
2735
2768
|
int id buttonPanel 0x0
|
|
2736
2769
|
int id callMeasure 0x0
|
|
2737
2770
|
int id cancel_action 0x0
|
|
2771
|
+
int id cancel_bg 0x0
|
|
2738
2772
|
int id cancel_button 0x0
|
|
2773
|
+
int id cancel_imageview 0x0
|
|
2739
2774
|
int id carryVelocity 0x0
|
|
2740
2775
|
int id catalyst_redbox_title 0x0
|
|
2741
2776
|
int id center 0x0
|
|
@@ -2761,6 +2796,8 @@ int id constraint 0x0
|
|
|
2761
2796
|
int id container 0x0
|
|
2762
2797
|
int id content 0x0
|
|
2763
2798
|
int id contentPanel 0x0
|
|
2799
|
+
int id content_layout 0x0
|
|
2800
|
+
int id content_textview 0x0
|
|
2764
2801
|
int id contiguous 0x0
|
|
2765
2802
|
int id continuousVelocity 0x0
|
|
2766
2803
|
int id coordinator 0x0
|
|
@@ -2784,6 +2821,8 @@ int id design_menu_item_text 0x0
|
|
|
2784
2821
|
int id design_navigation_view 0x0
|
|
2785
2822
|
int id dialog_button 0x0
|
|
2786
2823
|
int id disjoint 0x0
|
|
2824
|
+
int id divider 0x0
|
|
2825
|
+
int id download_info_progress 0x0
|
|
2787
2826
|
int id dragAnticlockwise 0x0
|
|
2788
2827
|
int id dragClockwise 0x0
|
|
2789
2828
|
int id dragDown 0x0
|
|
@@ -2799,6 +2838,7 @@ int id easeOut 0x0
|
|
|
2799
2838
|
int id east 0x0
|
|
2800
2839
|
int id edit_query 0x0
|
|
2801
2840
|
int id elastic 0x0
|
|
2841
|
+
int id enable_service_text 0x0
|
|
2802
2842
|
int id end 0x0
|
|
2803
2843
|
int id endToStart 0x0
|
|
2804
2844
|
int id end_padder 0x0
|
|
@@ -2830,6 +2870,9 @@ int id gone 0x0
|
|
|
2830
2870
|
int id group_divider 0x0
|
|
2831
2871
|
int id guideline 0x0
|
|
2832
2872
|
int id header_title 0x0
|
|
2873
|
+
int id hms_message_text 0x0
|
|
2874
|
+
int id hms_progress_bar 0x0
|
|
2875
|
+
int id hms_progress_text 0x0
|
|
2833
2876
|
int id home 0x0
|
|
2834
2877
|
int id honorRequest 0x0
|
|
2835
2878
|
int id horizontal_only 0x0
|
|
@@ -2864,6 +2907,7 @@ int id ivRight 0x0
|
|
|
2864
2907
|
int id jumpToEnd 0x0
|
|
2865
2908
|
int id jumpToStart 0x0
|
|
2866
2909
|
int id labeled 0x0
|
|
2910
|
+
int id labelled_by 0x0
|
|
2867
2911
|
int id layout 0x0
|
|
2868
2912
|
int id left 0x0
|
|
2869
2913
|
int id leftToRight 0x0
|
|
@@ -2930,6 +2974,8 @@ int id mtrl_picker_text_input_range_start 0x0
|
|
|
2930
2974
|
int id mtrl_picker_title_text 0x0
|
|
2931
2975
|
int id mtrl_view_tag_bottom_padding 0x0
|
|
2932
2976
|
int id multiply 0x0
|
|
2977
|
+
int id name_layout 0x0
|
|
2978
|
+
int id name_textview 0x0
|
|
2933
2979
|
int id navigation_bar_item_active_indicator_view 0x0
|
|
2934
2980
|
int id navigation_bar_item_icon_container 0x0
|
|
2935
2981
|
int id navigation_bar_item_icon_view 0x0
|
|
@@ -2965,6 +3011,12 @@ int id path 0x0
|
|
|
2965
3011
|
int id pathRelative 0x0
|
|
2966
3012
|
int id percent 0x0
|
|
2967
3013
|
int id pin 0x0
|
|
3014
|
+
int id pointer_enter 0x0
|
|
3015
|
+
int id pointer_enter_capture 0x0
|
|
3016
|
+
int id pointer_leave 0x0
|
|
3017
|
+
int id pointer_leave_capture 0x0
|
|
3018
|
+
int id pointer_move 0x0
|
|
3019
|
+
int id pointer_move_capture 0x0
|
|
2968
3020
|
int id position 0x0
|
|
2969
3021
|
int id postLayout 0x0
|
|
2970
3022
|
int id progress_circular 0x0
|
|
@@ -2997,6 +3049,7 @@ int id screen 0x0
|
|
|
2997
3049
|
int id scrollIndicatorDown 0x0
|
|
2998
3050
|
int id scrollIndicatorUp 0x0
|
|
2999
3051
|
int id scrollView 0x0
|
|
3052
|
+
int id scroll_layout 0x0
|
|
3000
3053
|
int id scrollable 0x0
|
|
3001
3054
|
int id search_badge 0x0
|
|
3002
3055
|
int id search_bar 0x0
|
|
@@ -3015,6 +3068,7 @@ int id sharedValueSet 0x0
|
|
|
3015
3068
|
int id sharedValueUnset 0x0
|
|
3016
3069
|
int id shortcut 0x0
|
|
3017
3070
|
int id sin 0x0
|
|
3071
|
+
int id size_layout 0x0
|
|
3018
3072
|
int id skipped 0x0
|
|
3019
3073
|
int id slide 0x0
|
|
3020
3074
|
int id snackbar_action 0x0
|
|
@@ -3074,6 +3128,9 @@ int id textinput_helper_text 0x0
|
|
|
3074
3128
|
int id textinput_placeholder 0x0
|
|
3075
3129
|
int id textinput_prefix_text 0x0
|
|
3076
3130
|
int id textinput_suffix_text 0x0
|
|
3131
|
+
int id third_app_dl_progress_text 0x0
|
|
3132
|
+
int id third_app_dl_progressbar 0x0
|
|
3133
|
+
int id third_app_warn_text 0x0
|
|
3077
3134
|
int id time 0x0
|
|
3078
3135
|
int id title 0x0
|
|
3079
3136
|
int id titleDividerNoCustom 0x0
|
|
@@ -3099,6 +3156,8 @@ int id unchecked 0x0
|
|
|
3099
3156
|
int id uniform 0x0
|
|
3100
3157
|
int id unlabeled 0x0
|
|
3101
3158
|
int id up 0x0
|
|
3159
|
+
int id version_layout 0x0
|
|
3160
|
+
int id version_textview 0x0
|
|
3102
3161
|
int id vertical_only 0x0
|
|
3103
3162
|
int id view_offset_helper 0x0
|
|
3104
3163
|
int id view_tag_instance_handle 0x0
|
|
@@ -3210,6 +3269,8 @@ int layout abc_search_dropdown_item_icons_2line 0x0
|
|
|
3210
3269
|
int layout abc_search_view 0x0
|
|
3211
3270
|
int layout abc_select_dialog_material 0x0
|
|
3212
3271
|
int layout abc_tooltip 0x0
|
|
3272
|
+
int layout activity_endisable_service 0x0
|
|
3273
|
+
int layout autofill_inline_suggestion 0x0
|
|
3213
3274
|
int layout custom_dialog 0x0
|
|
3214
3275
|
int layout design_bottom_navigation_item 0x0
|
|
3215
3276
|
int layout design_bottom_sheet_dialog 0x0
|
|
@@ -3228,6 +3289,8 @@ int layout design_text_input_end_icon 0x0
|
|
|
3228
3289
|
int layout design_text_input_start_icon 0x0
|
|
3229
3290
|
int layout dev_loading_view 0x0
|
|
3230
3291
|
int layout fps_view 0x0
|
|
3292
|
+
int layout hms_download_progress 0x0
|
|
3293
|
+
int layout hwpush_trans_activity 0x0
|
|
3231
3294
|
int layout m3_alert_dialog 0x0
|
|
3232
3295
|
int layout m3_alert_dialog_actions 0x0
|
|
3233
3296
|
int layout m3_alert_dialog_title 0x0
|
|
@@ -3326,6 +3389,8 @@ int layout text_view_with_line_height_from_layout 0x0
|
|
|
3326
3389
|
int layout text_view_with_line_height_from_style 0x0
|
|
3327
3390
|
int layout text_view_with_theme_line_height 0x0
|
|
3328
3391
|
int layout text_view_without_line_height 0x0
|
|
3392
|
+
int layout upsdk_app_dl_progress_dialog 0x0
|
|
3393
|
+
int layout upsdk_ota_update_view 0x0
|
|
3329
3394
|
int menu example_menu 0x0
|
|
3330
3395
|
int menu example_menu2 0x0
|
|
3331
3396
|
int plurals mtrl_badge_content_description 0x0
|
|
@@ -3338,18 +3403,6 @@ int string abc_activity_chooser_view_see_all 0x0
|
|
|
3338
3403
|
int string abc_activitychooserview_choose_application 0x0
|
|
3339
3404
|
int string abc_capital_off 0x0
|
|
3340
3405
|
int string abc_capital_on 0x0
|
|
3341
|
-
int string abc_font_family_body_1_material 0x0
|
|
3342
|
-
int string abc_font_family_body_2_material 0x0
|
|
3343
|
-
int string abc_font_family_button_material 0x0
|
|
3344
|
-
int string abc_font_family_caption_material 0x0
|
|
3345
|
-
int string abc_font_family_display_1_material 0x0
|
|
3346
|
-
int string abc_font_family_display_2_material 0x0
|
|
3347
|
-
int string abc_font_family_display_3_material 0x0
|
|
3348
|
-
int string abc_font_family_display_4_material 0x0
|
|
3349
|
-
int string abc_font_family_headline_material 0x0
|
|
3350
|
-
int string abc_font_family_menu_material 0x0
|
|
3351
|
-
int string abc_font_family_subhead_material 0x0
|
|
3352
|
-
int string abc_font_family_title_material 0x0
|
|
3353
3406
|
int string abc_menu_alt_shortcut_label 0x0
|
|
3354
3407
|
int string abc_menu_ctrl_shortcut_label 0x0
|
|
3355
3408
|
int string abc_menu_delete_shortcut_label 0x0
|
|
@@ -3369,13 +3422,13 @@ int string abc_searchview_description_voice 0x0
|
|
|
3369
3422
|
int string abc_shareactionprovider_share_with 0x0
|
|
3370
3423
|
int string abc_shareactionprovider_share_with_application 0x0
|
|
3371
3424
|
int string abc_toolbar_collapse_description 0x0
|
|
3425
|
+
int string aimodule_exclude_domain 0x0
|
|
3372
3426
|
int string alert_description 0x0
|
|
3373
3427
|
int string androidx_startup 0x0
|
|
3374
3428
|
int string app_name 0x0
|
|
3375
3429
|
int string appbar_scrolling_view_behavior 0x0
|
|
3376
3430
|
int string bottom_sheet_behavior 0x0
|
|
3377
3431
|
int string bottomsheet_action_expand_halfway 0x0
|
|
3378
|
-
int string button_description 0x0
|
|
3379
3432
|
int string catalyst_change_bundle_location 0x0
|
|
3380
3433
|
int string catalyst_copy_button 0x0
|
|
3381
3434
|
int string catalyst_debug 0x0
|
|
@@ -3393,6 +3446,7 @@ int string catalyst_hot_reloading_auto_disable 0x0
|
|
|
3393
3446
|
int string catalyst_hot_reloading_auto_enable 0x0
|
|
3394
3447
|
int string catalyst_hot_reloading_stop 0x0
|
|
3395
3448
|
int string catalyst_inspector 0x0
|
|
3449
|
+
int string catalyst_inspector_stop 0x0
|
|
3396
3450
|
int string catalyst_loading_from_url 0x0
|
|
3397
3451
|
int string catalyst_open_flipper_error 0x0
|
|
3398
3452
|
int string catalyst_perf_monitor 0x0
|
|
@@ -3438,6 +3492,31 @@ int string fcm_fallback_notification_channel_label 0x0
|
|
|
3438
3492
|
int string fcm_no_args 0x0
|
|
3439
3493
|
int string header_description 0x0
|
|
3440
3494
|
int string hide_bottom_view_on_scroll_behavior 0x0
|
|
3495
|
+
int string hms_abort 0x0
|
|
3496
|
+
int string hms_abort_message 0x0
|
|
3497
|
+
int string hms_apk_not_installed_hints 0x0
|
|
3498
|
+
int string hms_bindfaildlg_message 0x0
|
|
3499
|
+
int string hms_bindfaildlg_title 0x0
|
|
3500
|
+
int string hms_cancel 0x0
|
|
3501
|
+
int string hms_check_failure 0x0
|
|
3502
|
+
int string hms_checking 0x0
|
|
3503
|
+
int string hms_confirm 0x0
|
|
3504
|
+
int string hms_download_failure 0x0
|
|
3505
|
+
int string hms_download_no_space 0x0
|
|
3506
|
+
int string hms_download_retry 0x0
|
|
3507
|
+
int string hms_downloading_loading 0x0
|
|
3508
|
+
int string hms_install 0x0
|
|
3509
|
+
int string hms_install_message 0x0
|
|
3510
|
+
int string hms_is_spoof 0x0
|
|
3511
|
+
int string hms_push_channel 0x0
|
|
3512
|
+
int string hms_retry 0x0
|
|
3513
|
+
int string hms_spoof_hints 0x0
|
|
3514
|
+
int string hms_update 0x0
|
|
3515
|
+
int string hms_update_continue 0x0
|
|
3516
|
+
int string hms_update_message 0x0
|
|
3517
|
+
int string hms_update_message_new 0x0
|
|
3518
|
+
int string hms_update_nettype 0x0
|
|
3519
|
+
int string hms_update_title 0x0
|
|
3441
3520
|
int string icon_content_description 0x0
|
|
3442
3521
|
int string image_description 0x0
|
|
3443
3522
|
int string imagebutton_description 0x0
|
|
@@ -3531,21 +3610,30 @@ int string netmera_geo_not_available 0x0
|
|
|
3531
3610
|
int string netmera_geo_too_many_geofences 0x0
|
|
3532
3611
|
int string netmera_geo_too_many_pending_intents 0x0
|
|
3533
3612
|
int string netmera_geo_unknown_error 0x0
|
|
3613
|
+
int string networkkit_httpdns_domain 0x0
|
|
3534
3614
|
int string nmfcm_geo_not_available 0x0
|
|
3535
3615
|
int string nmfcm_geo_too_many_geofences 0x0
|
|
3536
3616
|
int string nmfcm_geo_too_many_pending_intents 0x0
|
|
3537
3617
|
int string nmfcm_geo_unknown_error 0x0
|
|
3618
|
+
int string nmhms_geo_not_available 0x0
|
|
3619
|
+
int string nmhms_geo_too_many_geofences 0x0
|
|
3620
|
+
int string nmhms_geo_too_many_pending_intents 0x0
|
|
3621
|
+
int string nmhms_geo_unknown_error 0x0
|
|
3538
3622
|
int string password_toggle_content_description 0x0
|
|
3539
3623
|
int string path_password_eye 0x0
|
|
3540
3624
|
int string path_password_eye_mask_strike_through 0x0
|
|
3541
3625
|
int string path_password_eye_mask_visible 0x0
|
|
3542
3626
|
int string path_password_strike_through 0x0
|
|
3543
3627
|
int string progressbar_description 0x0
|
|
3628
|
+
int string push_cat_body 0x0
|
|
3629
|
+
int string push_cat_head 0x0
|
|
3544
3630
|
int string radiogroup_description 0x0
|
|
3545
3631
|
int string rn_tab_description 0x0
|
|
3546
3632
|
int string scrollbar_description 0x0
|
|
3547
|
-
int string search_description 0x0
|
|
3548
3633
|
int string search_menu_title 0x0
|
|
3634
|
+
int string spec_ip_0 0x0
|
|
3635
|
+
int string spec_ip_1 0x0
|
|
3636
|
+
int string spec_ip_2 0x0
|
|
3549
3637
|
int string spinbutton_description 0x0
|
|
3550
3638
|
int string state_busy_description 0x0
|
|
3551
3639
|
int string state_collapsed_description 0x0
|
|
@@ -3559,6 +3647,29 @@ int string summary_description 0x0
|
|
|
3559
3647
|
int string tablist_description 0x0
|
|
3560
3648
|
int string timer_description 0x0
|
|
3561
3649
|
int string toolbar_description 0x0
|
|
3650
|
+
int string upsdk_app_download_info_new 0x0
|
|
3651
|
+
int string upsdk_app_download_installing 0x0
|
|
3652
|
+
int string upsdk_app_size 0x0
|
|
3653
|
+
int string upsdk_app_version 0x0
|
|
3654
|
+
int string upsdk_appstore_install 0x0
|
|
3655
|
+
int string upsdk_cancel 0x0
|
|
3656
|
+
int string upsdk_checking_update_prompt 0x0
|
|
3657
|
+
int string upsdk_choice_update 0x0
|
|
3658
|
+
int string upsdk_detail 0x0
|
|
3659
|
+
int string upsdk_getting_message_fail_prompt_toast 0x0
|
|
3660
|
+
int string upsdk_mobile_dld_warn 0x0
|
|
3661
|
+
int string upsdk_no_available_network_prompt_toast 0x0
|
|
3662
|
+
int string upsdk_ota_app_name 0x0
|
|
3663
|
+
int string upsdk_ota_cancel 0x0
|
|
3664
|
+
int string upsdk_ota_force_cancel_new 0x0
|
|
3665
|
+
int string upsdk_ota_notify_updatebtn 0x0
|
|
3666
|
+
int string upsdk_ota_title 0x0
|
|
3667
|
+
int string upsdk_storage_utils 0x0
|
|
3668
|
+
int string upsdk_store_url 0x0
|
|
3669
|
+
int string upsdk_third_app_dl_cancel_download_prompt_ex 0x0
|
|
3670
|
+
int string upsdk_third_app_dl_install_failed 0x0
|
|
3671
|
+
int string upsdk_third_app_dl_sure_cancel_download 0x0
|
|
3672
|
+
int string upsdk_update_check_no_new_version 0x0
|
|
3562
3673
|
int style AlertDialog_AppCompat 0x0
|
|
3563
3674
|
int style AlertDialog_AppCompat_Light 0x0
|
|
3564
3675
|
int style AndroidThemeColorAccentYellow 0x0
|
|
@@ -3692,6 +3803,7 @@ int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
|
|
|
3692
3803
|
int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
|
|
3693
3804
|
int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
|
|
3694
3805
|
int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
|
|
3806
|
+
int style Base_Translucent 0x0
|
|
3695
3807
|
int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
3696
3808
|
int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
3697
3809
|
int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
@@ -4172,6 +4284,7 @@ int style Theme_AppCompat_Light_Dialog_Alert 0x0
|
|
|
4172
4284
|
int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
|
|
4173
4285
|
int style Theme_AppCompat_Light_NoActionBar 0x0
|
|
4174
4286
|
int style Theme_AppCompat_NoActionBar 0x0
|
|
4287
|
+
int style Theme_AutofillInlineSuggestion 0x0
|
|
4175
4288
|
int style Theme_Catalyst 0x0
|
|
4176
4289
|
int style Theme_Catalyst_LogBox 0x0
|
|
4177
4290
|
int style Theme_Catalyst_RedBox 0x0
|
|
@@ -4332,6 +4445,12 @@ int style Widget_AppCompat_TextView 0x0
|
|
|
4332
4445
|
int style Widget_AppCompat_TextView_SpinnerItem 0x0
|
|
4333
4446
|
int style Widget_AppCompat_Toolbar 0x0
|
|
4334
4447
|
int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
|
|
4448
|
+
int style Widget_Autofill 0x0
|
|
4449
|
+
int style Widget_Autofill_InlineSuggestionChip 0x0
|
|
4450
|
+
int style Widget_Autofill_InlineSuggestionEndIconStyle 0x0
|
|
4451
|
+
int style Widget_Autofill_InlineSuggestionStartIconStyle 0x0
|
|
4452
|
+
int style Widget_Autofill_InlineSuggestionSubtitle 0x0
|
|
4453
|
+
int style Widget_Autofill_InlineSuggestionTitle 0x0
|
|
4335
4454
|
int style Widget_Compat_NotificationActionContainer 0x0
|
|
4336
4455
|
int style Widget_Compat_NotificationActionText 0x0
|
|
4337
4456
|
int style Widget_Design_AppBarLayout 0x0
|
|
@@ -4864,6 +4983,13 @@ int styleable AppCompatTheme_windowFixedWidthMinor 123
|
|
|
4864
4983
|
int styleable AppCompatTheme_windowMinWidthMajor 124
|
|
4865
4984
|
int styleable AppCompatTheme_windowMinWidthMinor 125
|
|
4866
4985
|
int styleable AppCompatTheme_windowNoTitle 126
|
|
4986
|
+
int[] styleable Autofill_InlineSuggestion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4987
|
+
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0
|
|
4988
|
+
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1
|
|
4989
|
+
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionStartIconStyle 2
|
|
4990
|
+
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionSubtitle 3
|
|
4991
|
+
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionTitle 4
|
|
4992
|
+
int styleable Autofill_InlineSuggestion_isAutofillInlineSuggestionTheme 5
|
|
4867
4993
|
int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4868
4994
|
int styleable Badge_backgroundColor 0
|
|
4869
4995
|
int styleable Badge_badgeGravity 1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#Mon Jan 02 20:22:04 TRT 2023
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/res"/><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/build/generated/res/rs/debug"/><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/res"/><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/build/generated/res/rs/debug"/><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/debug/res"/></dataSet><mergedItems/></merger>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/debug/jniLibs"/></dataSet></merger>
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/debug/jniLibs"/></dataSet></merger>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/debug/shaders"/></dataSet></merger>
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/debug/shaders"/></dataSet></merger>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/main/assets"/><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/build/intermediates/shader_assets/debug/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/android/src/debug/assets"/></dataSet></merger>
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/main/assets"/><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/build/intermediates/shader_assets/debug/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/gunesbaki/Projects/Netmera/NetmeraSDKReactNative/example/node_modules/react-native-netmera/android/src/debug/assets"/></dataSet></merger>
|
package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/BuildConfig.class
CHANGED
|
Binary file
|
package/android/build/intermediates/javac/debug/classes/com/netmera/reactnativesdk/RNNetmera.class
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|