-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscription-agreement.html
More file actions
199 lines (173 loc) · 14.1 KB
/
Copy pathsubscription-agreement.html
File metadata and controls
199 lines (173 loc) · 14.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Subscription Agreement — ADB Pro</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
</head>
<body>
<!-- ═══ Navigation ═══ -->
<nav class="site-nav">
<div class="nav-inner">
<a href="index.html" class="nav-brand">
<img src="assets/logo.png" alt="ADB Pro" class="nav-brand-logo" width="32" height="32">
ADB Pro
</a>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="features/index.html">Features</a>
<a href="getting-started.html">Getting Started</a>
<a href="https://plugins.jetbrains.com/plugin/32100-adb-pro/pricing" target="_blank">Pricing</a>
<a href="dictionaries/index.html">Dictionaries</a>
<a href="blog/index.html">Blog</a>
<a href="feedback.html">Feedback</a>
</div>
<div class="nav-actions">
<button class="theme-toggle" onclick="toggleTheme()" aria-label="Toggle theme">
<svg class="icon-moon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
<svg class="icon-sun" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
<a href="https://plugins.jetbrains.com/plugin/32100-adb-pro" class="btn btn-primary btn-sm" target="_blank">Get ADB Pro</a>
</div>
<button class="nav-toggle" onclick="toggleMobileMenu()" aria-label="Menu">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>
</button>
</div>
</nav>
<div class="mobile-menu" id="mobile-menu">
<a href="index.html">Home</a>
<a href="features/index.html">Features</a>
<a href="getting-started.html">Getting Started</a>
<a href="https://plugins.jetbrains.com/plugin/32100-adb-pro/pricing" target="_blank">Pricing</a>
<a href="dictionaries/index.html">Dictionaries</a>
<a href="blog/index.html">Blog</a>
<a href="feedback.html">Feedback</a>
</div>
<!-- ═══ Hero ═══ -->
<section class="feature-hero" style="padding: 48px 24px 60px;">
<div class="hero-content">
<h1>ADB Pro Subscription Agreement</h1>
<p>Last updated: June 24, 2026</p>
</div>
</section>
<!-- ═══ Content ═══ -->
<div class="feature-section">
<div style="background: var(--bg-elevated, #f5f5f5); border-left: 4px solid #3b82f6; padding: 16px 20px; margin-bottom: 32px; border-radius: 4px;">
<strong>Important:</strong>
<p style="margin: 8px 0 0;">This Subscription Agreement ("Agreement") is a legal agreement between you ("User") and codetroupe ("we", "us", "our") governing your use of the ADB Pro plugin for JetBrains IDEs ("the Plugin"). By purchasing, installing, or using the Plugin, you agree to be bound by the terms of this Agreement. If you do not agree, do not install or use the Plugin.</p>
</div>
<p>The Plugin is distributed through the <a href="https://plugins.jetbrains.com/plugin/32100-adb-pro" target="_blank">JetBrains Marketplace</a>. All payment processing, subscription management, and license delivery are handled by JetBrains s.r.o. in accordance with the <a href="https://www.jetbrains.com/legal/docs/store/terms/" target="_blank">JetBrains Marketplace Terms of Service</a>. This Agreement supplements those terms with Plugin-specific licensing conditions.</p>
<h2>1. License Grant</h2>
<p>Subject to the terms of this Agreement and your compliance with payment obligations, codetroupe grants you a non-exclusive, non-transferable, revocable license to install and use the Plugin on any number of machines for as long as your subscription remains active.</p>
<p>You may not:</p>
<ul>
<li>Sublicense, sell, redistribute, or transfer the Plugin or your license to any third party.</li>
<li>Decompile, reverse-engineer, or disassemble the Plugin, except to the extent permitted by applicable law.</li>
<li>Modify, adapt, or create derivative works based on the Plugin.</li>
<li>Use the Plugin to provide services to third parties (e.g., as part of a hosted service or SaaS offering).</li>
<li>Remove or alter any proprietary notices, trademarks, or copyright notices on the Plugin.</li>
</ul>
<h2>2. Subscription Plans</h2>
<p>ADB Pro is available in two subscription tiers, both sold as annual subscriptions with monthly payment options:</p>
<h3>2.1 Personal Plan</h3>
<p>Intended for individual developers for personal or open-source use.</p>
<ul>
<li><strong>Annual:</strong> $59 USD per year</li>
<li><strong>Monthly:</strong> $5.90 USD per month</li>
</ul>
<h3>2.2 Business Plan</h3>
<p>Intended for commercial use by businesses and organizations. Includes all Personal features plus additional collaboration and team management capabilities.</p>
<ul>
<li><strong>Annual:</strong> $99 USD per year</li>
<li><strong>Monthly:</strong> $9.90 USD per month</li>
</ul>
<p>All prices are in US dollars (USD). Payment is processed by JetBrains Marketplace at the time of purchase or renewal. Prices are subject to change, but any change will not affect your current subscription period.</p>
<h2>3. Free Trial</h2>
<p>A 30-day free trial is available for new users. During the trial period, you have access to all features of the selected plan. No payment information is required to start the trial. At the end of the trial, you must purchase a subscription to continue using the Plugin. The Plugin will revert to a limited mode if no active subscription is detected after the trial expires.</p>
<h2>4. Perpetual Fallback License</h2>
<p>In accordance with JetBrains Marketplace policies, if you maintain an active paid subscription for <strong>12 consecutive months</strong>, you are entitled to a Perpetual Fallback License. This means:</p>
<ul>
<li>If your subscription lapses or you choose not to renew, you retain the right to continue using the version of the Plugin that was available at the time your subscription ended.</li>
<li>The Perpetual Fallback License does not include access to future updates, new features, or priority support.</li>
<li>The Perpetual Fallback License is non-transferable and applies only to the individual or entity that held the subscription.</li>
</ul>
<h2>5. License Activation</h2>
<p>The Plugin uses JetBrains Marketplace's built-in licensing system. Upon purchase, your license is automatically associated with your JetBrains account. The Plugin validates your license by communicating with JetBrains' servers when activated and periodically thereafter. No separate license key or activation code is required.</p>
<h2>6. Refund Policy</h2>
<p>Refunds are handled by JetBrains Marketplace in accordance with the <a href="https://www.jetbrains.com/legal/docs/store/terms/" target="_blank">JetBrains Marketplace Terms of Service</a>. If you believe you are entitled to a refund, please contact <a href="https://plugins.jetbrains.com/plugin/32100-adb-pro" target="_blank">JetBrains Marketplace Support</a> directly.</p>
<h2>7. Updates and Support</h2>
<p>While your subscription is active, you are entitled to:</p>
<ul>
<li>All minor and major updates to the Plugin released during your subscription period.</li>
<li>Bug fixes and compatibility updates for supported JetBrains IDE versions.</li>
<li>Email support for technical issues related to the Plugin.</li>
</ul>
<p>codetroupe reserves the right to discontinue features or modify the Plugin's functionality. Users will be notified of significant changes through the Plugin's changelog and the official website.</p>
<h2>8. Compatibility</h2>
<p>The Plugin is designed to work with JetBrains IDEs (Android Studio, IntelliJ IDEA) that support the IntelliJ Platform plugin API. Compatibility with specific IDE versions is listed on the <a href="https://plugins.jetbrains.com/plugin/32100-adb-pro" target="_blank">JetBrains Marketplace plugin page</a>. We do not guarantee compatibility with future IDE versions, though we make reasonable efforts to maintain compatibility.</p>
<h2>9. Intellectual Property</h2>
<p>The Plugin, including all source code, designs, documentation, and associated materials, is the intellectual property of codetroupe and is protected by applicable copyright, trademark, and other intellectual property laws. This Agreement does not grant you any rights to the Plugin's intellectual property beyond the limited license described in Section 1.</p>
<h2>10. Disclaimer of Warranties</h2>
<p>THE PLUGIN IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. codetroupe does not warrant that the Plugin will be error-free, uninterrupted, or fully compatible with all environments.</p>
<h2>11. Limitation of Liability</h2>
<p>IN NO EVENT SHALL codetroupe BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS, DATA, OR BUSINESS INTERRUPTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE PLUGIN, EVEN IF codetroupe HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
<p>To the maximum extent permitted by applicable law, the total aggregate liability of codetroupe for any claims arising under this Agreement shall not exceed the amount paid by you for the Plugin subscription in the twelve (12) months preceding the claim.</p>
<h2>12. Termination</h2>
<p>This Agreement is effective until terminated. It will terminate automatically if you fail to comply with any material term. Upon termination, you must cease all use of the Plugin and uninstall it from your machines. The Perpetual Fallback License (Section 4) survives termination of this Agreement if the eligibility conditions are met. Sections 9 through 14 survive termination.</p>
<h2>13. Governing Law</h2>
<p>This Agreement shall be governed by and construed in accordance with the laws of the People's Republic of China, without regard to its conflict of law provisions. Any disputes arising under this Agreement shall be subject to the exclusive jurisdiction of the courts located in China.</p>
<h2>14. Changes to This Agreement</h2>
<p>We may update this Agreement from time to time. Changes will be posted on this page with an updated "Last updated" date. Material changes will also be communicated through the Plugin or our website. Continued use of the Plugin after changes take effect constitutes acceptance of the revised Agreement.</p>
<h2>15. Contact</h2>
<p>If you have questions about this Agreement or your subscription, you can reach us at:</p>
<ul>
<li><strong>Email:</strong> <a href="mailto:294128852@qq.com">294128852@qq.com</a></li>
<li><strong>Plugin Page:</strong> <a href="https://plugins.jetbrains.com/plugin/32100-adb-pro" target="_blank">ADB Pro on JetBrains Marketplace</a></li>
<li><strong>Website:</strong> <a href="https://codetroupe.github.io/">codetroupe.github.io</a></li>
</ul>
</div>
<!-- ═══ Footer ═══ -->
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand">
<a href="index.html" class="nav-brand" style="font-size:16px;">
<img src="assets/logo.png" alt="ADB Pro" class="nav-brand-logo" width="28" height="28">
ADB Pro
</a>
<p>Advanced Android Development Tools for JetBrains IDEs.</p>
</div>
<div class="footer-links">
<div class="footer-col">
<h4>Product</h4>
<a href="features/index.html">Features</a>
<a href="https://plugins.jetbrains.com/plugin/32100-adb-pro/pricing" target="_blank">Pricing</a>
<a href="getting-started.html">Getting Started</a>
<a href="blog/index.html">Blog</a>
<a href="feedback.html">Feedback</a>
</div>
<div class="footer-col">
<h4>Resources</h4>
<a href="dictionaries/index.html">ProGuard Dictionaries</a>
<a href="https://plugins.jetbrains.com/plugin/32100-adb-pro" target="_blank">JetBrains Marketplace</a>
</div>
<div class="footer-col">
<h4>Legal</h4>
<a href="subscription-agreement.html">Subscription Agreement</a>
<a href="privacy-policy.html">Privacy Policy</a>
<a href="https://www.jetbrains.com/legal/docs/store/terms/" target="_blank">JetBrains Store Terms</a>
</div>
</div>
</div>
<div class="footer-bottom">
© 2026 codetroupe. All rights reserved.
</div>
</footer>
<script src="assets/js/main.js"></script>
<script data-goatcounter="https://codetroupe.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>