codeplay-common 4.2.0 → 4.2.2

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/.gitattributes CHANGED
@@ -1,2 +1,2 @@
1
- # Auto detect text files and perform LF normalization
2
- * text=auto
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Merbin Joe
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Merbin Joe
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,94 +1,100 @@
1
- # codeplay-common
2
- Everything automatted in Capacitor apps, easy to maintain many apps in capacitor. It will reduce your 40% of work, with common file code.
3
-
4
-
5
- Easy add splashscreen and set animation
6
- Admob id automatically from capacitor.config.json file
7
- Make three build file for different store as per our requirement
8
- Based on store install various IAP plugins
9
- Make it to ionic project
10
-
11
- Donate to get full code including many common functions
12
- https://ko-fi.com/codeplay
13
-
14
-
15
-
16
- Version 4.2.0
17
- Firebase related automatic changes updated
18
-
19
- Version 4.1.9
20
- Added AdMob nextgen 1.7 validation/default support for "overlappingHeight", "bannerTypeAndroidLandscape", and "bannerTypeiOSLandscape".
21
-
22
- Version 4.1.8
23
- "consentDebug: false" is added
24
-
25
- Version 4.1.7
26
- admob configuration automatically added.
27
-
28
- Version 4.1.6
29
- "setup-baseline-profile.js" modification, duplicate validation error fixed
30
-
31
- Version 4.1.5
32
- While isTesting is true it is not validated from our new configuration admob file, now it is solved
33
-
34
- Version 4.1.4
35
- hardcoded version is removed for the admob-emi-nextgen
36
-
37
-
38
- Version 4.1.3
39
- "consentDebug": false automatically adds if not
40
-
41
- Version 4.1.2
42
- Speedup
43
-
44
- Version 4.1.1
45
- Auto admob integration updated
46
-
47
-
48
- version 4.0.9
49
- packageJson.scripts["ionic:serve"] = "cross-env NODE_ENV=development vite"; this line updated in "sync-files.js"
50
-
51
-
52
- version 4.0.8
53
- safearea plugin is checked and removed automatically
54
- Automatically added following in capacitor.config.json file
55
- "SystemBars": {
56
- "insetsHandling": "css"
57
- }
58
- patchFile() method is removed
59
-
60
-
61
-
62
-
63
- Version 4.0.6
64
- IAP related some automatic variable creation and validation
65
- Fetch from vite.config.json file
66
- 'import.meta.env.VITE_APP_UNIQUE_ID': JSON.stringify(APP_UNIQUE_ID),
67
- 'import.meta.env.VITE_ANDROID_ANALYTICS_ENABLED': JSON.stringify(ANDROID_ANALYTICS_ENABLED),
68
- 'import.meta.env.VITE_IOS_ANALYTICS_ENABLED': JSON.stringify(IOS_ANALYTICS_ENABLED),
69
- 'import.meta.env.VITE_IAP_DESIGN': JSON.stringify(IAP_DESIGN),
70
-
71
-
72
- Version 4.0.5
73
- In "files\buildCodeplay\packageidBaseModification-1.4.js" SCHEDULE_EXACT_ALARM permission added for the app unique id 2 (resume generator app)
74
-
75
-
76
- Version 4.0.4
77
- patchFile(); method is disabled, Due to "@capacitor/android:8.4.2" this update. I think it is realted to safearea issue fixed in this latest version, file in "SystemBars.java"
78
-
79
- Version 4.0.3
80
- Old admob check performs through plugin location, but not it is validated from capacitor.config.json
81
-
82
-
83
- Version: 4.0.2
84
- After check & install/download the latest version, the re-check is cancelled now
85
-
86
- Version: 4.0.1
87
- Base profile script added
88
-
89
-
90
- "version": "",
91
- Version : 4.0.0 (Previous version 3.2.19)
92
- 1) In here we are completly remove the admob-emi and use "capacitor-admob-nextgen"
93
- 2) Removed "modify-plugin-xml.js"
94
- 3)
1
+ # codeplay-common
2
+ Everything automatted in Capacitor apps, easy to maintain many apps in capacitor. It will reduce your 40% of work, with common file code.
3
+
4
+
5
+ Easy add splashscreen and set animation
6
+ Admob id automatically from capacitor.config.json file
7
+ Make three build file for different store as per our requirement
8
+ Based on store install various IAP plugins
9
+ Make it to ionic project
10
+
11
+ Donate to get full code including many common functions
12
+ https://ko-fi.com/codeplay
13
+
14
+
15
+ Version 4.2.2
16
+ Added "bannerDisabledPages" property and its default value
17
+ The admob configuration default value priority is updated
18
+
19
+ Version 4.2.1
20
+ Updated AdMob nextgen file validation to match admob-emi-nextgen file names.
21
+
22
+ Version 4.2.0
23
+ Firebase related automatic changes updated
24
+
25
+ Version 4.1.9
26
+ Added AdMob nextgen 1.7 validation/default support for "overlappingHeight", "bannerTypeAndroidLandscape", and "bannerTypeiOSLandscape".
27
+
28
+ Version 4.1.8
29
+ "consentDebug: false" is added
30
+
31
+ Version 4.1.7
32
+ admob configuration automatically added.
33
+
34
+ Version 4.1.6
35
+ "setup-baseline-profile.js" modification, duplicate validation error fixed
36
+
37
+ Version 4.1.5
38
+ While isTesting is true it is not validated from our new configuration admob file, now it is solved
39
+
40
+ Version 4.1.4
41
+ hardcoded version is removed for the admob-emi-nextgen
42
+
43
+
44
+ Version 4.1.3
45
+ "consentDebug": false automatically adds if not
46
+
47
+ Version 4.1.2
48
+ Speedup
49
+
50
+ Version 4.1.1
51
+ Auto admob integration updated
52
+
53
+
54
+ version 4.0.9
55
+ packageJson.scripts["ionic:serve"] = "cross-env NODE_ENV=development vite"; this line updated in "sync-files.js"
56
+
57
+
58
+ version 4.0.8
59
+ safearea plugin is checked and removed automatically
60
+ Automatically added following in capacitor.config.json file
61
+ "SystemBars": {
62
+ "insetsHandling": "css"
63
+ }
64
+ patchFile() method is removed
65
+
66
+
67
+
68
+
69
+ Version 4.0.6
70
+ IAP related some automatic variable creation and validation
71
+ Fetch from vite.config.json file
72
+ 'import.meta.env.VITE_APP_UNIQUE_ID': JSON.stringify(APP_UNIQUE_ID),
73
+ 'import.meta.env.VITE_ANDROID_ANALYTICS_ENABLED': JSON.stringify(ANDROID_ANALYTICS_ENABLED),
74
+ 'import.meta.env.VITE_IOS_ANALYTICS_ENABLED': JSON.stringify(IOS_ANALYTICS_ENABLED),
75
+ 'import.meta.env.VITE_IAP_DESIGN': JSON.stringify(IAP_DESIGN),
76
+
77
+
78
+ Version 4.0.5
79
+ In "files\buildCodeplay\packageidBaseModification-1.4.js" SCHEDULE_EXACT_ALARM permission added for the app unique id 2 (resume generator app)
80
+
81
+
82
+ Version 4.0.4
83
+ patchFile(); method is disabled, Due to "@capacitor/android:8.4.2" this update. I think it is realted to safearea issue fixed in this latest version, file in "SystemBars.java"
84
+
85
+ Version 4.0.3
86
+ Old admob check performs through plugin location, but not it is validated from capacitor.config.json
87
+
88
+
89
+ Version: 4.0.2
90
+ After check & install/download the latest version, the re-check is cancelled now
91
+
92
+ Version: 4.0.1
93
+ Base profile script added
94
+
95
+
96
+ "version": "",
97
+ Version : 4.0.0 (Previous version 3.2.19)
98
+ 1) In here we are completly remove the admob-emi and use "capacitor-admob-nextgen"
99
+ 2) Removed "modify-plugin-xml.js"
100
+ 3)