@capgo/native-market 6.0.2 → 7.1.5
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/.eslintignore +5 -0
- package/.github/FUNDING.yml +1 -0
- package/.github/ISSUE_TEMPLATE/bug_report.yml +86 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +45 -0
- package/.github/workflows/autofix.yml +23 -0
- package/.github/workflows/build.yml +82 -0
- package/.github/workflows/bump_version.yml +57 -0
- package/.github/workflows/test.yml +58 -0
- package/.prettierrc.js +3 -0
- package/CHANGELOG.md +500 -0
- package/CapgoNativeMarket.podspec +1 -1
- package/PLUGIN_AUTHOR_README.md +51 -0
- package/README.md +5 -15
- package/android/build.gradle +7 -7
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/android/gradlew +13 -9
- package/android/gradlew.bat +12 -10
- package/android/src/main/java/com/getcapacitor/community/nativemarket/NativeMarket.java +70 -73
- package/bun.lock +820 -0
- package/dist/docs.json +10 -10
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js.map +1 -1
- package/ios/Plugin/Plugin.swift +10 -2
- package/ios/Plugin.xcodeproj/project.pbxproj +4 -12
- package/ios/Plugin.xcworkspace/contents.xcworkspacedata +10 -0
- package/ios/Podfile +1 -1
- package/java_code_style.xml +24 -0
- package/package.json +44 -46
- package/renovate.json +20 -0
- package/rollup.config.mjs +22 -0
- package/src/definitions.ts +58 -0
- package/src/index.ts +10 -0
- package/src/web.ts +28 -0
- package/tsconfig.json +19 -0
- package/android/android.iml +0 -109
- package/android/src/main/res/layout/bridge_layout_main.xml +0 -15
- package/android/src/main/res/values/colors.xml +0 -3
- package/android/src/main/res/values/strings.xml +0 -3
- package/android/src/main/res/values/styles.xml +0 -3
- package/ios/Plugin/Plugin.h +0 -10
- package/ios/Plugin/Plugin.m +0 -12
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,500 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [7.1.5](https://github.com/Cap-go/capacitor-native-market/compare/7.1.4...7.1.5) (2025-04-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* url issue ([4e2bce4](https://github.com/Cap-go/capacitor-native-market/commit/4e2bce4d809d1027b369814fc31858742ae03cbf))
|
|
11
|
+
|
|
12
|
+
### [7.1.4](https://github.com/Cap-go/native-market/compare/7.1.3...7.1.4) (2025-04-03)
|
|
13
|
+
|
|
14
|
+
### [7.1.3](https://github.com/Cap-go/native-market/compare/7.1.2...7.1.3) (2025-04-03)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* Remove res folder ([4614665](https://github.com/Cap-go/native-market/commit/4614665d0e227fe1b6dca1243c33df37fb1b698d))
|
|
20
|
+
|
|
21
|
+
### [7.1.2](https://github.com/Cap-go/native-market/compare/7.1.1...7.1.2) (2025-04-03)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* lint issue ([25d7acc](https://github.com/Cap-go/native-market/commit/25d7acc9a5a91affaaad5acb7f3fe42c0f5ec8c0))
|
|
27
|
+
|
|
28
|
+
### [7.1.1](https://github.com/Cap-go/native-market/compare/7.1.0...7.1.1) (2025-02-09)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* add missing class ([a781465](https://github.com/Cap-go/native-market/commit/a781465433f190d14f9c0cc09defb3795086354b))
|
|
34
|
+
|
|
35
|
+
## [7.1.0](https://github.com/Cap-go/native-market/compare/6.0.2...7.1.0) (2025-02-08)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* migrate to capacitor v7 ([b7a6df1](https://github.com/Cap-go/native-market/commit/b7a6df1e27c87d30ae8bccccebb04491844f32ed))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* CICD ([c67070f](https://github.com/Cap-go/native-market/commit/c67070fd0e8cee620f405acbfc22d98cb96aab03))
|
|
46
|
+
|
|
47
|
+
### [6.0.2](https://github.com/riderx/native-market/compare/6.0.1...6.0.2) (2024-09-05)
|
|
48
|
+
|
|
49
|
+
### [6.0.1](https://github.com/riderx/native-market/compare/6.0.0...6.0.1) (2024-04-30)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* pnpm version ([0c8fb0d](https://github.com/riderx/native-market/commit/0c8fb0dd0e9d1674dbf1edccb2835202aa18c630))
|
|
55
|
+
|
|
56
|
+
## [6.0.0](https://github.com/riderx/native-market/compare/5.0.5...6.0.0) (2024-04-30)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### ⚠ BREAKING CHANGES
|
|
60
|
+
|
|
61
|
+
* upgrade to capacitor 6
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* upgrade to capacitor 6 ([f4e1970](https://github.com/riderx/native-market/commit/f4e1970a0deb8405adb7d91dad654fb1bcfe9b12))
|
|
66
|
+
|
|
67
|
+
### [5.0.5](https://github.com/riderx/native-market/compare/5.0.4...5.0.5) (2023-11-13)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* lint issue ([afca77c](https://github.com/riderx/native-market/commit/afca77c250d500966c2fd5db19ab209031b9000a))
|
|
73
|
+
|
|
74
|
+
### [5.0.4](https://github.com/riderx/native-market/compare/5.0.3...5.0.4) (2023-11-13)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
* crash if no app found ([cdaa081](https://github.com/riderx/native-market/commit/cdaa081f287e1352d3d2ca07aa73801a4d531ed3))
|
|
80
|
+
* lockfile ([92e7e0d](https://github.com/riderx/native-market/commit/92e7e0d42efa6ee63377b044f8b9eaa110c23696))
|
|
81
|
+
* remove husky ([fb54dab](https://github.com/riderx/native-market/commit/fb54dabed5fe84a70306aafcca2e10a17fc97dbc))
|
|
82
|
+
|
|
83
|
+
### [5.0.3](https://github.com/riderx/native-market/compare/5.0.2...5.0.3) (2023-06-21)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* use publish v2 ([9d4e5f4](https://github.com/riderx/native-market/commit/9d4e5f4e4e1f52aedc83003770f2d7c2ca40de9c))
|
|
89
|
+
|
|
90
|
+
### [5.0.2](https://github.com/riderx/native-market/compare/5.0.1...5.0.2) (2023-06-21)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
* ios build ([f4c88a1](https://github.com/riderx/native-market/commit/f4c88a142cb9ab98b4294cb01323e131c9f1a2e3))
|
|
96
|
+
|
|
97
|
+
### [5.0.1](https://github.com/riderx/native-market/compare/2.0.0...5.0.1) (2023-06-21)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Bug Fixes
|
|
101
|
+
|
|
102
|
+
* pnpm ([8fec601](https://github.com/riderx/native-market/commit/8fec6011bd30caa8d36f5d344bd930dc0ed8df2e))
|
|
103
|
+
* test fix commit and see if CI is sane now ([fba5857](https://github.com/riderx/native-market/commit/fba585739e28861bc9d5258e17896fdbb85626fe))
|
|
104
|
+
|
|
105
|
+
## [2.0.0](https://github.com/riderx/native-market/compare/5.0.0...2.0.0) (2023-06-21)
|
|
106
|
+
|
|
107
|
+
### Bug Fixes
|
|
108
|
+
|
|
109
|
+
- lint issue and pnpm ([8cc1e82](https://github.com/riderx/native-market/commit/8cc1e8281fa32597307c84469c128922a26cbc15))
|
|
110
|
+
- test fix commit and see if CI is sane now ([94e4d99](https://github.com/riderx/native-market/commit/94e4d99e06edbe94539c1896de691d6761b7f7a9))
|
|
111
|
+
- version number ([c9892a1](https://github.com/riderx/native-market/commit/c9892a11d7d9d60e7051dd0e2788ac77d8b7e1ad))
|
|
112
|
+
|
|
113
|
+
## [6.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v6.0.0) (2023-06-21)
|
|
114
|
+
|
|
115
|
+
### ⚠ BREAKING CHANGES
|
|
116
|
+
|
|
117
|
+
- upgrade to capacitor 5
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
122
|
+
|
|
123
|
+
### Bug Fixes
|
|
124
|
+
|
|
125
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
126
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
127
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
128
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
129
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
130
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
131
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
132
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
133
|
+
- test fix commit and see if CI is sane now ([94e4d99](https://github.com/riderx/native-market/commit/94e4d99e06edbe94539c1896de691d6761b7f7a9))
|
|
134
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
135
|
+
- version number ([c0524f3](https://github.com/riderx/native-market/commit/c0524f349642cc5d13eb6b3e1d2ab24e20a4d35e))
|
|
136
|
+
|
|
137
|
+
## [5.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v5.0.0) (2023-06-21)
|
|
138
|
+
|
|
139
|
+
### ⚠ BREAKING CHANGES
|
|
140
|
+
|
|
141
|
+
- upgrade to capacitor 5
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
150
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
151
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
152
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
153
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
154
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
155
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
156
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
157
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
158
|
+
- version number ([c0524f3](https://github.com/riderx/native-market/commit/c0524f349642cc5d13eb6b3e1d2ab24e20a4d35e))
|
|
159
|
+
|
|
160
|
+
## [11.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v11.0.0) (2023-06-01)
|
|
161
|
+
|
|
162
|
+
### ⚠ BREAKING CHANGES
|
|
163
|
+
|
|
164
|
+
- upgrade to capacitor 5
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
173
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
174
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
175
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
176
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
177
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
178
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
179
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
180
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
181
|
+
|
|
182
|
+
## [10.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v10.0.0) (2023-05-29)
|
|
183
|
+
|
|
184
|
+
### ⚠ BREAKING CHANGES
|
|
185
|
+
|
|
186
|
+
- upgrade to capacitor 5
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
191
|
+
|
|
192
|
+
### Bug Fixes
|
|
193
|
+
|
|
194
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
195
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
196
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
197
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
198
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
199
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
200
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
201
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
202
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
203
|
+
|
|
204
|
+
## [9.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v9.0.0) (2023-05-23)
|
|
205
|
+
|
|
206
|
+
### ⚠ BREAKING CHANGES
|
|
207
|
+
|
|
208
|
+
- upgrade to capacitor 5
|
|
209
|
+
|
|
210
|
+
### Features
|
|
211
|
+
|
|
212
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
213
|
+
|
|
214
|
+
### Bug Fixes
|
|
215
|
+
|
|
216
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
217
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
218
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
219
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
220
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
221
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
222
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
223
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
224
|
+
|
|
225
|
+
## [8.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v8.0.0) (2023-05-23)
|
|
226
|
+
|
|
227
|
+
### ⚠ BREAKING CHANGES
|
|
228
|
+
|
|
229
|
+
- upgrade to capacitor 5
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
234
|
+
|
|
235
|
+
### Bug Fixes
|
|
236
|
+
|
|
237
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
238
|
+
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
239
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
240
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
241
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
242
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
243
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
244
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
245
|
+
|
|
246
|
+
## [7.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v7.0.0) (2023-05-22)
|
|
247
|
+
|
|
248
|
+
### ⚠ BREAKING CHANGES
|
|
249
|
+
|
|
250
|
+
- upgrade to capacitor 5
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
255
|
+
|
|
256
|
+
### Bug Fixes
|
|
257
|
+
|
|
258
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
259
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
260
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
261
|
+
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
262
|
+
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
263
|
+
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
264
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
265
|
+
|
|
266
|
+
## [6.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v6.0.0) (2023-05-22)
|
|
267
|
+
|
|
268
|
+
### ⚠ BREAKING CHANGES
|
|
269
|
+
|
|
270
|
+
- upgrade to capacitor 5
|
|
271
|
+
|
|
272
|
+
### Features
|
|
273
|
+
|
|
274
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
279
|
+
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
280
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
281
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
282
|
+
|
|
283
|
+
## [5.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v5.0.0) (2023-05-22)
|
|
284
|
+
|
|
285
|
+
### ⚠ BREAKING CHANGES
|
|
286
|
+
|
|
287
|
+
- upgrade to capacitor 5
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
292
|
+
|
|
293
|
+
### Bug Fixes
|
|
294
|
+
|
|
295
|
+
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
296
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
297
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
298
|
+
|
|
299
|
+
## [4.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v4.0.0) (2023-05-22)
|
|
300
|
+
|
|
301
|
+
### ⚠ BREAKING CHANGES
|
|
302
|
+
|
|
303
|
+
- upgrade to capacitor 5
|
|
304
|
+
|
|
305
|
+
### Features
|
|
306
|
+
|
|
307
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
308
|
+
|
|
309
|
+
### Bug Fixes
|
|
310
|
+
|
|
311
|
+
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
312
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
313
|
+
|
|
314
|
+
## [3.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v3.0.0) (2023-05-22)
|
|
315
|
+
|
|
316
|
+
### ⚠ BREAKING CHANGES
|
|
317
|
+
|
|
318
|
+
- upgrade to capacitor 5
|
|
319
|
+
|
|
320
|
+
### Features
|
|
321
|
+
|
|
322
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
327
|
+
|
|
328
|
+
## [2.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v2.0.0) (2023-05-22)
|
|
329
|
+
|
|
330
|
+
### ⚠ BREAKING CHANGES
|
|
331
|
+
|
|
332
|
+
- upgrade to capacitor 5
|
|
333
|
+
|
|
334
|
+
### Features
|
|
335
|
+
|
|
336
|
+
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
337
|
+
|
|
338
|
+
### [1.1.36](https://github.com/riderx/native-market/compare/v1.1.35...v1.1.36) (2023-05-22)
|
|
339
|
+
|
|
340
|
+
### [1.1.35](https://github.com/riderx/native-market/compare/v1.1.34...v1.1.35) (2023-05-22)
|
|
341
|
+
|
|
342
|
+
### [1.1.34](https://github.com/riderx/native-market/compare/v1.1.33...v1.1.34) (2023-05-15)
|
|
343
|
+
|
|
344
|
+
### [1.1.33](https://github.com/riderx/native-market/compare/v1.1.32...v1.1.33) (2023-05-01)
|
|
345
|
+
|
|
346
|
+
### [1.1.32](https://github.com/riderx/native-market/compare/v1.1.31...v1.1.32) (2023-04-26)
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
- use https ([3aa12dd](https://github.com/riderx/native-market/commit/3aa12dd6fdc768752ff5f6b25722f97aabd561a3))
|
|
351
|
+
|
|
352
|
+
### [1.1.31](https://github.com/riderx/native-market/compare/v1.1.30...v1.1.31) (2023-04-24)
|
|
353
|
+
|
|
354
|
+
### [1.1.30](https://github.com/riderx/native-market/compare/v1.1.29...v1.1.30) (2023-04-17)
|
|
355
|
+
|
|
356
|
+
### [1.1.29](https://github.com/riderx/native-market/compare/v1.1.28...v1.1.29) (2023-04-10)
|
|
357
|
+
|
|
358
|
+
### [1.1.28](https://github.com/riderx/native-market/compare/v1.1.27...v1.1.28) (2023-04-03)
|
|
359
|
+
|
|
360
|
+
### [1.1.27](https://github.com/riderx/native-market/compare/v1.1.26...v1.1.27) (2023-03-27)
|
|
361
|
+
|
|
362
|
+
### [1.1.26](https://github.com/riderx/native-market/compare/v1.1.25...v1.1.26) (2023-03-20)
|
|
363
|
+
|
|
364
|
+
### [1.1.25](https://github.com/riderx/native-market/compare/v1.1.24...v1.1.25) (2023-03-06)
|
|
365
|
+
|
|
366
|
+
### [1.1.24](https://github.com/riderx/native-market/compare/v1.1.23...v1.1.24) (2023-02-27)
|
|
367
|
+
|
|
368
|
+
### [1.1.23](https://github.com/riderx/native-market/compare/v1.1.22...v1.1.23) (2023-02-27)
|
|
369
|
+
|
|
370
|
+
### [1.1.22](https://github.com/riderx/native-market/compare/v1.1.21...v1.1.22) (2023-02-20)
|
|
371
|
+
|
|
372
|
+
### [1.1.21](https://github.com/riderx/native-market/compare/v1.1.20...v1.1.21) (2023-02-13)
|
|
373
|
+
|
|
374
|
+
### [1.1.20](https://github.com/riderx/native-market/compare/v1.1.19...v1.1.20) (2023-02-06)
|
|
375
|
+
|
|
376
|
+
### [1.1.19](https://github.com/riderx/native-market/compare/v1.1.18...v1.1.19) (2023-01-30)
|
|
377
|
+
|
|
378
|
+
### [1.1.18](https://github.com/riderx/native-market/compare/v1.1.17...v1.1.18) (2023-01-09)
|
|
379
|
+
|
|
380
|
+
### [1.1.17](https://github.com/riderx/native-market/compare/v1.1.16...v1.1.17) (2023-01-04)
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
- use pnpm instead of npm ([97219f2](https://github.com/riderx/native-market/commit/97219f23b1bd9287e6bc93ba8115e39084759a7c))
|
|
385
|
+
|
|
386
|
+
### [1.1.16](https://github.com/riderx/native-market/compare/v1.1.15...v1.1.16) (2023-01-04)
|
|
387
|
+
|
|
388
|
+
### [1.1.15](https://github.com/riderx/native-market/compare/v1.1.14...v1.1.15) (2023-01-04)
|
|
389
|
+
|
|
390
|
+
### [1.1.14](https://github.com/riderx/native-market/compare/v1.1.13...v1.1.14) (2023-01-04)
|
|
391
|
+
|
|
392
|
+
### [1.1.13](https://github.com/riderx/native-market/compare/v1.1.12...v1.1.13) (2022-12-26)
|
|
393
|
+
|
|
394
|
+
### [1.1.12](https://github.com/riderx/native-market/compare/v1.1.11...v1.1.12) (2022-12-15)
|
|
395
|
+
|
|
396
|
+
### [1.1.11](https://github.com/riderx/native-market/compare/v1.1.10...v1.1.11) (2022-12-12)
|
|
397
|
+
|
|
398
|
+
### [1.1.10](https://github.com/riderx/native-market/compare/v1.1.9...v1.1.10) (2022-12-03)
|
|
399
|
+
|
|
400
|
+
### [1.1.9](https://github.com/riderx/native-market/compare/v1.1.8...v1.1.9) (2022-12-03)
|
|
401
|
+
|
|
402
|
+
### [1.1.8](https://github.com/riderx/native-market/compare/v1.1.7...v1.1.8) (2022-11-30)
|
|
403
|
+
|
|
404
|
+
### [1.1.7](https://github.com/riderx/native-market/compare/v1.1.6...v1.1.7) (2022-11-24)
|
|
405
|
+
|
|
406
|
+
### [1.1.6](https://github.com/riderx/native-market/compare/v1.1.5...v1.1.6) (2022-11-22)
|
|
407
|
+
|
|
408
|
+
### [1.1.5](https://github.com/riderx/native-market/compare/v1.1.4...v1.1.5) (2022-11-22)
|
|
409
|
+
|
|
410
|
+
### Bug Fixes
|
|
411
|
+
|
|
412
|
+
- **deps:** update dependency com.android.tools.build:gradle to v7.3.1 ([c1a7d2a](https://github.com/riderx/native-market/commit/c1a7d2a7c7acb330ae6e6b028cd54559eed3adec))
|
|
413
|
+
|
|
414
|
+
### [1.1.4](https://github.com/riderx/native-market/compare/v1.1.3...v1.1.4) (2022-11-22)
|
|
415
|
+
|
|
416
|
+
### [1.1.3](https://github.com/riderx/native-market/compare/v1.1.2...v1.1.3) (2022-11-22)
|
|
417
|
+
|
|
418
|
+
### [1.1.2](https://github.com/riderx/native-market/compare/v1.1.1...v1.1.2) (2022-11-11)
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
- lint issue ([e7ccc1f](https://github.com/riderx/native-market/commit/e7ccc1faad0365faa9e841b035b070065ffbbae3))
|
|
423
|
+
|
|
424
|
+
### [1.1.1](https://github.com/riderx/native-market/compare/v1.1.0...v1.1.1) (2022-11-11)
|
|
425
|
+
|
|
426
|
+
### Bug Fixes
|
|
427
|
+
|
|
428
|
+
- build ([8dd9629](https://github.com/riderx/native-market/commit/8dd962926fc81899907e5fed351ecb9455b6ae18))
|
|
429
|
+
|
|
430
|
+
## [1.1.0](https://github.com/riderx/native-market/compare/v1.0.12...v1.1.0) (2022-11-11)
|
|
431
|
+
|
|
432
|
+
### Features
|
|
433
|
+
|
|
434
|
+
- add ci to build native ([52ba907](https://github.com/riderx/native-market/commit/52ba90783767f703d1bbc8072966216f55843ecd))
|
|
435
|
+
|
|
436
|
+
### [1.0.12](https://github.com/riderx/native-market/compare/v1.0.11...v1.0.12) (2022-11-11)
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
- ios openStoreListing ([3a70a71](https://github.com/riderx/native-market/commit/3a70a7149a21c2c5a727d081473b1c37bb6a5b2e))
|
|
441
|
+
|
|
442
|
+
### [1.0.11](https://github.com/riderx/native-market/compare/v1.0.10...v1.0.11) (2022-11-10)
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
- update dependency ([9133f99](https://github.com/riderx/native-market/commit/9133f996996c4229117f790ba62c4322e48147f0))
|
|
447
|
+
|
|
448
|
+
### [1.0.10](https://github.com/riderx/native-market/compare/v1.0.9...v1.0.10) (2022-11-10)
|
|
449
|
+
|
|
450
|
+
### Bug Fixes
|
|
451
|
+
|
|
452
|
+
- app store appID ([08e44b3](https://github.com/riderx/native-market/commit/08e44b359b312e1c98110e13447263dbc5721fc3))
|
|
453
|
+
|
|
454
|
+
### [1.0.9](https://github.com/riderx/native-market/compare/v1.0.8...v1.0.9) (2022-08-29)
|
|
455
|
+
|
|
456
|
+
### [1.0.8](https://github.com/riderx/native-market/compare/v1.0.7...v1.0.8) (2022-08-21)
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
- readme ([7dfac5b](https://github.com/riderx/native-market/commit/7dfac5b558c6373b980d3288793920bac41d9a25))
|
|
461
|
+
|
|
462
|
+
### [1.0.7](https://github.com/riderx/native-market/compare/v1.0.6...v1.0.7) (2022-08-01)
|
|
463
|
+
|
|
464
|
+
### Bug Fixes
|
|
465
|
+
|
|
466
|
+
- deprecated ([8819e5a](https://github.com/riderx/native-market/commit/8819e5a3e0e651902230b445d8f7eaf606dfa731))
|
|
467
|
+
|
|
468
|
+
### [1.0.6](https://github.com/riderx/native-market/compare/v1.0.5...v1.0.6) (2022-07-31)
|
|
469
|
+
|
|
470
|
+
### Bug Fixes
|
|
471
|
+
|
|
472
|
+
- missing file after rename ([c07f681](https://github.com/riderx/native-market/commit/c07f681ecf621563d1637658aa0b6534785c1308))
|
|
473
|
+
|
|
474
|
+
### [1.0.5](https://github.com/riderx/native-market/compare/v1.0.4...v1.0.5) (2022-07-28)
|
|
475
|
+
|
|
476
|
+
### Bug Fixes
|
|
477
|
+
|
|
478
|
+
- issue after renaming ([221e1ac](https://github.com/riderx/native-market/commit/221e1ac29d812f00eae8edae97e3eeb8158556d7))
|
|
479
|
+
|
|
480
|
+
### [1.0.4](https://github.com/riderx/native-market/compare/v1.0.3...v1.0.4) (2022-07-24)
|
|
481
|
+
|
|
482
|
+
### Bug Fixes
|
|
483
|
+
|
|
484
|
+
- org ([cbd1e6a](https://github.com/riderx/native-market/commit/cbd1e6a246b6c5cb2ec263b478d21dc6f1ee76f7))
|
|
485
|
+
|
|
486
|
+
### [1.0.3](https://github.com/riderx/native-market/compare/v1.0.2...v1.0.3) (2022-07-24)
|
|
487
|
+
|
|
488
|
+
### Bug Fixes
|
|
489
|
+
|
|
490
|
+
- cannot use normal token ([0b4e158](https://github.com/riderx/native-market/commit/0b4e1587e2498eae149b6aa2d700f1a7636234ea))
|
|
491
|
+
|
|
492
|
+
### 1.0.2 (2022-07-24)
|
|
493
|
+
|
|
494
|
+
### Bug Fixes
|
|
495
|
+
|
|
496
|
+
- add ci and change org ([44a2b73](https://github.com/riderx/native-market/commit/44a2b731998baef852ab53312f64eb74990aa1c7))
|
|
497
|
+
- podcast issue and upgrade deps ([df9a5b6](https://github.com/riderx/native-market/commit/df9a5b6fbca5cbc06cfe092207bcffabb85ce567))
|
|
498
|
+
- readme and deploy ([f8a28f3](https://github.com/riderx/native-market/commit/f8a28f35085449763f25df0b9f0001537ae25839))
|
|
499
|
+
- test ci ([33a0e03](https://github.com/riderx/native-market/commit/33a0e03f9d9ebebdbe8298615a8abb17c02e5bb5))
|
|
500
|
+
- use new token to push ([b8c6895](https://github.com/riderx/native-market/commit/b8c6895784d48f652bc7c214bbe26ae4154b2dcf))
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
s.author = 'Priyank Patel <priyank.patel@stackspace.ca>'
|
|
9
9
|
s.source = { :git => 'https://github.com/Cap-go/native-market', :tag => s.version.to_s }
|
|
10
10
|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
11
|
-
s.ios.deployment_target
|
|
11
|
+
s.ios.deployment_target = '14.0'
|
|
12
12
|
s.dependency 'Capacitor'
|
|
13
13
|
end
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# For authors of this plugin from the Capacitor core team
|
|
2
|
+
|
|
3
|
+
This is a welcome message to all new plugin authors in the Capacitor Community organization. After reading and acting on this feel free to delete it from the repo.
|
|
4
|
+
|
|
5
|
+
First of all, welcome! We look forward to having your awesome plugin and contributions in this organization and are available for help if need be (easiest way is to ping one of us on Twitter).
|
|
6
|
+
|
|
7
|
+
## Registring with the Capacitor team
|
|
8
|
+
|
|
9
|
+
Before following any of the steps below, make sure you have been granted access to the `capacitor-community` GitHub org and `@capacitor-community` npm scope.
|
|
10
|
+
|
|
11
|
+
## Project Setup
|
|
12
|
+
|
|
13
|
+
One of the goals of the Capacitor Community initiative is to have a set of github repos that follow a set of conventions around READMES, package naming
|
|
14
|
+
|
|
15
|
+
### Getting Started
|
|
16
|
+
|
|
17
|
+
When starting a new repo in the `capacitor-community` org, make sure to select using the `capacitor-community/.github` template repo for your new project. This will pre-populate your project with a set of ready to go housekeeping items.
|
|
18
|
+
|
|
19
|
+
### License
|
|
20
|
+
|
|
21
|
+
We _strongly_ encourage your project use the MIT license. Apache 2 is also acceptable. Any other license must be approved with the Capacitor core team in advance to avoid licensing surprises.
|
|
22
|
+
|
|
23
|
+
Your next step after creating the project should be to update the `LICENSE` file and fill in the correct year and copyright holder information.
|
|
24
|
+
|
|
25
|
+
### README format
|
|
26
|
+
|
|
27
|
+
### Package Naming
|
|
28
|
+
|
|
29
|
+
Packages should be named as simply as possible, without any `capacitor` or `plugin` words in the package name itself. Packages must be published in the `@capacitor-community` npm scope.
|
|
30
|
+
|
|
31
|
+
For example, a Google Maps plugin would be published under `@capacitor-community/google-maps`.
|
|
32
|
+
|
|
33
|
+
### Publishing
|
|
34
|
+
|
|
35
|
+
Projects should use the `np` package for publishing which will correctly update tags and manage the entire publish process.
|
|
36
|
+
|
|
37
|
+
### Changelogs
|
|
38
|
+
|
|
39
|
+
Projects should follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) process (more info soon)
|
|
40
|
+
|
|
41
|
+
### Recognizing Contributors
|
|
42
|
+
|
|
43
|
+
Recognizing contributors is important. Every project in the `capacitor-community` GitHub org is automatically set up to use [All Contributors](https://allcontributors.org/) and maintainers should recognize any community members that contribute by following the [All Contributors usage guide](https://allcontributors.org/docs/en/bot/usage).
|
|
44
|
+
|
|
45
|
+
### Code Formatting
|
|
46
|
+
|
|
47
|
+
Capacitor uses a slightly less conventional code style for iOS and Android. The main differences are using two spaces and curly braces opening on the same line. Please adjust your editor settings or use a code formatter. In the future we will distribute a prettier config to make this easier.
|
|
48
|
+
|
|
49
|
+
### Where to get help
|
|
50
|
+
|
|
51
|
+
While the Capacitor Community organization is a community-driven environment, it is facilitated by the core Capacitor team at Ionic. If you are ever in need of help, don't hesitate to tweet at one of us or send us an email, especially to Max (Ionic CEO): [@maxlynch on Twitter](https://twitter.com/maxlynch).
|
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ NativeMarket.search({
|
|
|
115
115
|
### openStoreListing(...)
|
|
116
116
|
|
|
117
117
|
```typescript
|
|
118
|
-
openStoreListing(options: { appId: string; country?: string; }) =>
|
|
118
|
+
openStoreListing(options: { appId: string; country?: string; }) => Promise<void>
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
This method will launch link in Play/App Store.
|
|
@@ -124,8 +124,6 @@ This method will launch link in Play/App Store.
|
|
|
124
124
|
| ------------- | ------------------------------------------------- |
|
|
125
125
|
| **`options`** | <code>{ appId: string; country?: string; }</code> |
|
|
126
126
|
|
|
127
|
-
**Returns:** <code>any</code>
|
|
128
|
-
|
|
129
127
|
**Since:** 1.0.0
|
|
130
128
|
|
|
131
129
|
--------------------
|
|
@@ -134,7 +132,7 @@ This method will launch link in Play/App Store.
|
|
|
134
132
|
### openDevPage(...)
|
|
135
133
|
|
|
136
134
|
```typescript
|
|
137
|
-
openDevPage(options: { devId: string; }) =>
|
|
135
|
+
openDevPage(options: { devId: string; }) => Promise<void>
|
|
138
136
|
```
|
|
139
137
|
|
|
140
138
|
This method will deep-link directly to an Play/App store listing page.
|
|
@@ -145,8 +143,6 @@ Only in Android.
|
|
|
145
143
|
| ------------- | ------------------------------- |
|
|
146
144
|
| **`options`** | <code>{ devId: string; }</code> |
|
|
147
145
|
|
|
148
|
-
**Returns:** <code>any</code>
|
|
149
|
-
|
|
150
146
|
**Since:** 1.0.0
|
|
151
147
|
|
|
152
148
|
--------------------
|
|
@@ -155,7 +151,7 @@ Only in Android.
|
|
|
155
151
|
### openCollection(...)
|
|
156
152
|
|
|
157
153
|
```typescript
|
|
158
|
-
openCollection(options: { name: string; }) =>
|
|
154
|
+
openCollection(options: { name: string; }) => Promise<void>
|
|
159
155
|
```
|
|
160
156
|
|
|
161
157
|
This method will link users to a collection or top charts.
|
|
@@ -165,8 +161,6 @@ Only in Android.
|
|
|
165
161
|
| ------------- | ------------------------------ |
|
|
166
162
|
| **`options`** | <code>{ name: string; }</code> |
|
|
167
163
|
|
|
168
|
-
**Returns:** <code>any</code>
|
|
169
|
-
|
|
170
164
|
**Since:** 1.0.0
|
|
171
165
|
|
|
172
166
|
--------------------
|
|
@@ -175,7 +169,7 @@ Only in Android.
|
|
|
175
169
|
### openEditorChoicePage(...)
|
|
176
170
|
|
|
177
171
|
```typescript
|
|
178
|
-
openEditorChoicePage(options: { editorChoice: string; }) =>
|
|
172
|
+
openEditorChoicePage(options: { editorChoice: string; }) => Promise<void>
|
|
179
173
|
```
|
|
180
174
|
|
|
181
175
|
This method will link users to Editor's choice page.
|
|
@@ -186,8 +180,6 @@ Only in Android.
|
|
|
186
180
|
| ------------- | -------------------------------------- |
|
|
187
181
|
| **`options`** | <code>{ editorChoice: string; }</code> |
|
|
188
182
|
|
|
189
|
-
**Returns:** <code>any</code>
|
|
190
|
-
|
|
191
183
|
**Since:** 1.0.0
|
|
192
184
|
|
|
193
185
|
--------------------
|
|
@@ -196,7 +188,7 @@ Only in Android.
|
|
|
196
188
|
### search(...)
|
|
197
189
|
|
|
198
190
|
```typescript
|
|
199
|
-
search(options: { terms: string; }) =>
|
|
191
|
+
search(options: { terms: string; }) => Promise<void>
|
|
200
192
|
```
|
|
201
193
|
|
|
202
194
|
This method will link users to custom search query.
|
|
@@ -207,8 +199,6 @@ Only in Android.
|
|
|
207
199
|
| ------------- | ------------------------------- |
|
|
208
200
|
| **`options`** | <code>{ terms: string; }</code> |
|
|
209
201
|
|
|
210
|
-
**Returns:** <code>any</code>
|
|
211
|
-
|
|
212
202
|
**Since:** 1.0.0
|
|
213
203
|
|
|
214
204
|
--------------------
|