mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
9606089b2a
* init geolocation plugin * ios impl (w/o js api) * generate ts api * use newer tauri commit * add temporary postinstall * include src in files * guest-js * just ship dist-js for now * fix watcher * fix android compile error * fix android build for real * fix heading type * initial getCurrentPosition android impl (wip) * prevent panics if errors (strings) are sent over the channel * Add android watchPosition implementation * init haptics plugin (android) * ios and new apis (ANDROID IS LIKELY BROKEN - MAY NOT EVEN COMPILE) * use tauri-specta that accounts for raw fn arg idents * add complete android support (it's not working great due to random soft-/hardware support) * fix(haptics): Fix the NotificationFeedbackType::Success and Version (#1) * Fix success feedback and version * Apply suggestions from code review * Update package.json --------- Co-authored-by: Fabian-Lars <118197967+FabianLars-crabnebula@users.noreply.github.com> * android: improve permission callback handling * keep track of ongoing perms requests * rebuild * license headers * rm sqlite feat * fmt * what diff u talkin bout? * ignore dist-js again * fix audits * dedupe api.js * clippy * changefiles * readmes * clean up todos * rm dsstore * rm wrong feats * mirror * covector * rebuild * ios requires the wry feature * lint * update lock --------- Co-authored-by: fabianlars <fabianlars@fabianlars.de> Co-authored-by: Brendan Allan <brendonovich@outlook.com> Co-authored-by: Naman Garg <155433377+naman-crabnebula@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
193 lines
2.0 KiB
Markdown
193 lines
2.0 KiB
Markdown
|
|
### Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-check-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the check_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-check-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the check_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-clear-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the clear_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-clear-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the clear_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-clear-positions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the clear_positions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-clear-positions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the clear_positions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-clear-watch`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the clear_watch command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-clear-watch`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the clear_watch command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-execute`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the execute command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-execute`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the execute command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-get-current-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_current_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-get-current-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_current_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-watch-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the watch_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-watch-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the watch_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|