Commit 7ff8105
authored
📝 Add docstrings to
Docstrings generation was requested by @tobihagemann.
* #630 (comment)
The following files were modified:
* `data/src/main/java/org/cryptomator/data/db/DatabaseUpgrades.java`
* `data/src/main/java/org/cryptomator/data/db/Upgrade13To14.kt`
* `data/src/main/java/org/cryptomator/data/db/entities/UpdateCheckEntity.java`
* `data/src/main/java/org/cryptomator/data/repository/HubRepositoryImpl.java`
* `data/src/main/java/org/cryptomator/data/repository/UpdateCheckRepositoryImpl.java`
* `domain/src/main/java/org/cryptomator/domain/Vault.java`
* `domain/src/main/java/org/cryptomator/domain/repository/HubRepository.kt`
* `domain/src/main/java/org/cryptomator/domain/repository/UpdateCheckRepository.java`
* `domain/src/main/java/org/cryptomator/domain/usecases/DoLicenseCheck.java`
* `domain/src/main/java/org/cryptomator/domain/usecases/vault/UnlockHubVault.java`
* `presentation/src/main/java/org/cryptomator/presentation/CryptomatorApp.kt`
* `presentation/src/main/java/org/cryptomator/presentation/di/component/ActivityComponent.java`
* `presentation/src/main/java/org/cryptomator/presentation/intent/LicenseCheckIntent.java`
* `presentation/src/main/java/org/cryptomator/presentation/intent/TextEditorIntent.java`
* `presentation/src/main/java/org/cryptomator/presentation/licensing/LicenseEnforcer.kt`
* `presentation/src/main/java/org/cryptomator/presentation/licensing/LicenseStateOrchestrator.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/BaseLicensePresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/BrowseFilesPresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/ChooseCloudServicePresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/CloudSettingsPresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/SettingsPresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/SharedFilesPresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/VaultListPresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/presenter/WelcomePresenter.kt`
* `presentation/src/main/java/org/cryptomator/presentation/service/ProductInfo.kt`
* `presentation/src/main/java/org/cryptomator/presentation/service/PurchaseRevokedReason.kt`
* `presentation/src/main/java/org/cryptomator/presentation/service/PurchaseRevokedToastObserver.kt`
* `presentation/src/main/java/org/cryptomator/presentation/service/RestoreOutcomeHandler.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/BrowseFilesActivity.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/LicenseCheckActivity.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/SharedFilesActivity.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/TextEditorActivity.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/VaultListActivity.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/WelcomeActivity.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/view/SharedFilesView.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/view/UpdateLicenseView.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/activity/view/WelcomeView.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/dialog/NoFullVersionDialog.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/dialog/RestoreFailedDialog.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/dialog/RestoreSuccessfulDialog.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/dialog/TrialExpiredDialog.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/SettingsFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/SharedFilesFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/TextEditorFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/WelcomeIntroFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/WelcomeLicenseFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/WelcomeNotificationsFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/fragment/WelcomeScreenLockFragment.kt`
* `presentation/src/main/java/org/cryptomator/presentation/ui/layout/LicenseContentViewBinder.kt`
* `presentation/src/nonplaystoreiap/java/org/cryptomator/presentation/service/IapBillingService.kt`
* `presentation/src/playstoreiap/java/org/cryptomator/presentation/service/IapBillingService.kt`
* `presentation/src/playstoreiap/java/org/cryptomator/presentation/service/PurchaseManager.kt`
* `presentation/src/playstoreiap/java/org/cryptomator/presentation/service/PurchaseRefreshCoordinator.kt`
* `util/src/main/java/org/cryptomator/util/SharedPreferencesHandler.kt`feature/freemium
1 parent d4969ae commit 7ff8105
54 files changed
Lines changed: 1983 additions & 64 deletions
File tree
- data/src/main/java/org/cryptomator/data
- db
- entities
- repository
- domain/src/main/java/org/cryptomator/domain
- repository
- usecases
- vault
- presentation/src
- main/java/org/cryptomator/presentation
- di/component
- intent
- licensing
- presenter
- service
- ui
- activity
- view
- dialog
- fragment
- layout
- nonplaystoreiap/java/org/cryptomator/presentation/service
- playstoreiap/java/org/cryptomator/presentation/service
- util/src/main/java/org/cryptomator/util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
20 | 42 | | |
21 | 43 | | |
22 | 44 | | |
| |||
52 | 74 | | |
53 | 75 | | |
54 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
55 | 83 | | |
56 | 84 | | |
57 | 85 | | |
| |||
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 | | |
14 | 25 | | |
15 | 26 | | |
| |||
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
27 | 43 | | |
28 | 44 | | |
29 | 45 | | |
30 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
31 | 55 | | |
32 | 56 | | |
33 | 57 | | |
| |||
55 | 79 | | |
56 | 80 | | |
57 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
58 | 88 | | |
59 | 89 | | |
60 | 90 | | |
| |||
66 | 96 | | |
67 | 97 | | |
68 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
69 | 104 | | |
70 | 105 | | |
71 | 106 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
| |||
38 | 53 | | |
39 | 54 | | |
40 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
41 | 61 | | |
42 | 62 | | |
43 | 63 | | |
44 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
45 | 70 | | |
46 | 71 | | |
47 | 72 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
57 | 75 | | |
58 | 76 | | |
59 | 77 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
67 | 79 | | |
68 | 80 | | |
69 | 81 | | |
| |||
88 | 100 | | |
89 | 101 | | |
90 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
91 | 110 | | |
92 | 111 | | |
93 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
40 | 50 | | |
41 | 51 | | |
42 | 52 | | |
43 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
44 | 64 | | |
45 | 65 | | |
46 | 66 | | |
| |||
57 | 77 | | |
58 | 78 | | |
59 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
60 | 85 | | |
61 | 86 | | |
62 | 87 | | |
| |||
101 | 126 | | |
102 | 127 | | |
103 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
104 | 134 | | |
105 | 135 | | |
106 | 136 | | |
107 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
108 | 143 | | |
109 | 144 | | |
110 | 145 | | |
111 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
112 | 152 | | |
113 | 153 | | |
114 | 154 | | |
115 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
116 | 162 | | |
117 | 163 | | |
118 | 164 | | |
| |||
149 | 195 | | |
150 | 196 | | |
151 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
152 | 201 | | |
153 | 202 | | |
154 | 203 | | |
| |||
219 | 268 | | |
220 | 269 | | |
221 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
222 | 277 | | |
223 | 278 | | |
224 | 279 | | |
225 | 280 | | |
226 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
227 | 288 | | |
228 | 289 | | |
229 | 290 | | |
230 | 291 | | |
231 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
232 | 299 | | |
233 | 300 | | |
234 | 301 | | |
235 | 302 | | |
236 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
237 | 310 | | |
238 | 311 | | |
239 | 312 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
11 | 27 | | |
12 | 28 | | |
13 | 29 | | |
| |||
0 commit comments