Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
330690a
screen reader
imhoffd Dec 14, 2020
c369ada
action sheet
imhoffd Dec 14, 2020
bdac5e9
more screen reader
imhoffd Dec 14, 2020
b55bcfb
wip
imhoffd Dec 14, 2020
aa4df2b
export all from definitions
imhoffd Dec 14, 2020
69afc8d
motion
imhoffd Dec 14, 2020
88db6f3
toast
imhoffd Dec 14, 2020
f8d2b7b
haptics
imhoffd Dec 14, 2020
8a3700f
more screen reader
imhoffd Dec 14, 2020
4bdd07f
app
imhoffd Dec 14, 2020
d9d6a1d
network
imhoffd Dec 14, 2020
c6dd1fe
app-launcher
imhoffd Dec 14, 2020
c35e73a
wip
imhoffd Dec 14, 2020
3a7e9d3
filesystem
imhoffd Dec 14, 2020
7b91694
browser
imhoffd Dec 14, 2020
6c270e9
text-zoom
imhoffd Dec 14, 2020
90e93f6
status-bar
imhoffd Dec 14, 2020
27410cb
device
imhoffd Dec 14, 2020
682d023
clipboard
imhoffd Dec 14, 2020
b8ee00b
Merge remote-tracking branch 'origin/main' into localize-types
imhoffd Dec 14, 2020
f53c9f1
generate readmes
imhoffd Dec 14, 2020
8a04441
fmt
imhoffd Dec 14, 2020
4b45c36
Merge branch 'main' into localize-types
imhoffd Dec 15, 2020
a502574
update docgen
imhoffd Dec 15, 2020
4a38e02
regen
imhoffd Dec 15, 2020
f082233
Merge branch 'main' into localize-types
imhoffd Dec 16, 2020
5c294cd
Merge branch 'main' into localize-types
imhoffd Dec 16, 2020
4a7205d
Merge branch 'main' into localize-types
imhoffd Dec 19, 2020
a61781e
Merge branch 'main' into localize-types
imhoffd Dec 19, 2020
fbddd6b
geolocation
imhoffd Dec 20, 2020
45c69ac
camera
imhoffd Dec 20, 2020
c57d3fd
splash-screen
imhoffd Dec 20, 2020
ed46fd9
build and format
imhoffd Dec 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into localize-types
Conflicts:
	action-sheet/package.json
	app-launcher/package.json
	app/README.md
	app/package.json
	browser/package.json
	clipboard/package.json
	device/README.md
	device/package.json
	dialog/package.json
	filesystem/package.json
	filesystem/src/definitions.ts
	haptics/package.json
	keyboard/package.json
	motion/README.md
	motion/package.json
	network/README.md
	network/package.json
	screen-reader/README.md
	screen-reader/package.json
	share/package.json
	status-bar/package.json
	storage/package.json
	text-zoom/package.json
	toast/package.json
  • Loading branch information
imhoffd committed Dec 16, 2020
commit 5c294cdeb09ff158baa554d379b8e528994f8bd6
2 changes: 1 addition & 1 deletion action-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion app-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Listen for changes in the App's active state (whether the app is in the foregrou

| Param | Type |
| ------------------ | ------------------------------------------------------------------- |
| **`eventName`** | <code>"appStateChange"</code> |
| **`eventName`** | <code>'appStateChange'</code> |
| **`listenerFunc`** | <code><a href="#statechangelistener">StateChangeListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand All @@ -124,7 +124,7 @@ as URLs your app handles (Universal Links on iOS and App Links on Android)

| Param | Type |
| ------------------ | ----------------------------------------------------------- |
| **`eventName`** | <code>"appUrlOpen"</code> |
| **`eventName`** | <code>'appUrlOpen'</code> |
| **`listenerFunc`** | <code><a href="#urlopenlistener">URLOpenListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand All @@ -146,7 +146,7 @@ the app was launched with, converted into the form of a result from a plugin cal

| Param | Type |
| ------------------ | ------------------------------------------------------------- |
| **`eventName`** | <code>"appRestoredResult"</code> |
| **`eventName`** | <code>'appRestoredResult'</code> |
| **`listenerFunc`** | <code><a href="#restoredlistener">RestoredListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand All @@ -168,7 +168,7 @@ If you want to close the app, call `App.exitApp()`.

| Param | Type |
| ------------------ | ----------------------------------------------------------------- |
| **`eventName`** | <code>"backButton"</code> |
| **`eventName`** | <code>'backButton'</code> |
| **`listenerFunc`** | <code><a href="#backbuttonlistener">BackButtonListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Get the device's current language locale code.
| --------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| **`name`** | <code>string</code> | The name of the device. For example, "John's iPhone". This is only supported on iOS and Android 7.1 or above. | 1.0.0 |
| **`model`** | <code>string</code> | The device model. For example, "iPhone". | 1.0.0 |
| **`platform`** | <code>"ios" \| "android" \| "web"</code> | The device platform (lowercase). | 1.0.0 |
| **`platform`** | <code>'ios' \| 'android' \| 'web'</code> | The device platform (lowercase). | 1.0.0 |
| **`uuid`** | <code>string</code> | The UUID of the device as available to the app. This identifier may change on modern mobile platforms that only allow per-app install UUIDs. | 1.0.0 |
| **`operatingSystem`** | <code><a href="#operatingsystem">OperatingSystem</a></code> | The operating system of the device. | 1.0.0 |
| **`osVersion`** | <code>string</code> | The version of the device OS. | 1.0.0 |
Expand Down Expand Up @@ -109,6 +109,6 @@ Get the device's current language locale code.

#### OperatingSystem

<code>'ios'</code>,<code>'android'</code>,<code>'windows'</code>,<code>'mac'</code>,<code>'unknown'</code>
<code>'ios' | 'android' | 'windows' | 'mac' | 'unknown'</code>

</docgen-api>
2 changes: 1 addition & 1 deletion device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
13 changes: 0 additions & 13 deletions filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,19 +418,6 @@ Required on Android, only when using <a href="#directory">`Directory.Documents`<
<code>'prompt' | 'prompt-with-rationale' | 'granted' | 'denied'</code>


### Type Aliases


#### RenameOptions

<code><a href="#copyoptions">CopyOptions</a></code>


#### PermissionState

<code>'prompt'</code>,<code>'prompt-with-rationale'</code>,<code>'granted'</code>,<code>'denied'</code>


### Enums


Expand Down
2 changes: 1 addition & 1 deletion filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 2 additions & 0 deletions filesystem/src/definitions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { PermissionState } from '@capacitor/core';

export interface PermissionStatus {
publicStorage: PermissionState;
}
Expand Down
2 changes: 1 addition & 1 deletion haptics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/cli": "^3.0.0-alpha.9",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions motion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add a listener for accelerometer data

| Param | Type |
| ------------------ | ------------------------------------------------------- |
| **`eventName`** | <code>"accel"</code> |
| **`eventName`** | <code>'accel'</code> |
| **`listenerFunc`** | <code><a href="#accellistener">AccelListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand All @@ -54,7 +54,7 @@ Add a listener for device orientation change (compass heading, etc.)

| Param | Type |
| ------------------ | ------------------------------------------------------------------- |
| **`eventName`** | <code>"orientation"</code> |
| **`eventName`** | <code>'orientation'</code> |
| **`listenerFunc`** | <code><a href="#orientationlistener">OrientationListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand Down
2 changes: 1 addition & 1 deletion motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Listen for changes in the network connection.

| Param | Type |
| ------------------ | ----------------------------------------------------------------------------------------- |
| **`eventName`** | <code>"networkStatusChange"</code> |
| **`eventName`** | <code>'networkStatusChange'</code> |
| **`listenerFunc`** | <code><a href="#connectionstatuschangelistener">ConnectionStatusChangeListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand Down Expand Up @@ -99,7 +99,7 @@ Represents the state and type of the network connection.

The type of network connection that a device might have.

<code>'wifi'</code>,<code>'cellular'</code>,<code>'none'</code>,<code>'unknown'</code>
<code>'wifi' | 'cellular' | 'none' | 'unknown'</code>


#### ConnectionStatusChangeListener
Expand Down
2 changes: 1 addition & 1 deletion network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion screen-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Readers).

| Param | Type |
| --------------- | ------------------------------------------------------------------- |
| **`eventName`** | <code>"screenReaderStateChange"</code> |
| **`eventName`** | <code>'screenReaderStateChange'</code> |
| **`listener`** | <code><a href="#statechangelistener">StateChangeListener</a></code> |

**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand Down
2 changes: 1 addition & 1 deletion screen-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion status-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion text-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.10",
"@capacitor/core": "^3.0.0-alpha.9",
"@capacitor/docgen": "0.0.13",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.9",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.