Открыть боковую панель
Aurora OS
Kotlin Multiplatform
Libraries
Aurora KInterop
Коммиты
59b1782b
Коммит
59b1782b
создал
Июл 17, 2025
по автору
Зарубин Виталий Викторович
Просмотр файлов
imp: add info use to readme
владелец
957d1c86
Конвейер
#34113
неудачно с этапами
Изменения
13
Конвейеры
1
Скрыть пробелы
Построчно
Рядом
ak-battery-info/README.md
Просмотр файла @
59b1782b
...
@@ -14,7 +14,7 @@ The library to access various information about the battery of the device.
...
@@ -14,7 +14,7 @@ The library to access various information about the battery of the device.
Permissions=DeviceInfo
Permissions=DeviceInfo
```
```
### Dependency
shared libs
### Dependency
-
`LIBS += -ldbus-1`
-
`LIBS += -ldbus-1`
...
...
ak-camera-info/README.md
Просмотр файла @
59b1782b
...
@@ -7,6 +7,11 @@ The library allows you to get information about the device's cameras.
...
@@ -7,6 +7,11 @@ The library allows you to get information about the device's cameras.
-
Getting information about cameras.
-
Getting information about cameras.
-
Getting information about the number of cameras.
-
Getting information about the number of cameras.
### Dependency
-
`BuildRequires: pkgconfig(streamcamera)`
-
`PKGCONFIG += streamcamera`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-connectivity-info/README.md
Просмотр файла @
59b1782b
...
@@ -7,6 +7,16 @@ The library allows listen state type of bearer used by this network configuratio
...
@@ -7,6 +7,16 @@ The library allows listen state type of bearer used by this network configuratio
-
State is online.
-
State is online.
-
Listen change state.
-
Listen change state.
### Permissions
```
Permissions=Internet
```
### Dependency
-
`QT += network`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-device-info/README.md
Просмотр файла @
59b1782b
...
@@ -29,6 +29,16 @@ The library that allows you to obtain information about the device.
...
@@ -29,6 +29,16 @@ The library that allows you to obtain information about the device.
-
Information on external storage the device.
-
Information on external storage the device.
-
Information on internal storage the device.
-
Information on internal storage the device.
### Permissions
```
Permissions=DeviceInfo
```
### Dependency
-
`LIBS += -ldbus-1`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-local-notification/README.md
Просмотр файла @
59b1782b
...
@@ -7,6 +7,10 @@ The library for displaying local notifications.
...
@@ -7,6 +7,10 @@ The library for displaying local notifications.
-
Show local notification.
-
Show local notification.
-
Close local notification by ID.
-
Close local notification by ID.
### Dependency
-
`LIBS += -ldbus-1`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-location-info/README.md
Просмотр файла @
59b1782b
...
@@ -8,6 +8,18 @@ The library for determining the real geographic location of device.
...
@@ -8,6 +8,18 @@ The library for determining the real geographic location of device.
-
Listen change location.
-
Listen change location.
-
Get listen location method.
-
Get listen location method.
### Permissions
```
Permissions=Location;Internet
```
### Dependency
-
`BuildRequires: pkgconfig(Qt5Location)`
-
`BuildRequires: pkgconfig(Qt5Positioning)`
-
`QT += location positioning`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-path-info/README.md
Просмотр файла @
59b1782b
...
@@ -28,6 +28,16 @@ The library that allows you to obtain information about path application.
...
@@ -28,6 +28,16 @@ The library that allows you to obtain information about path application.
-
Path to Music folder.
-
Path to Music folder.
-
Path to Pictures folder.
-
Path to Pictures folder.
### Permissions
```
Permissions=UserDirs
```
### Dependency
-
`LIBS += -lappdir`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-sensors-info/README.md
Просмотр файла @
59b1782b
...
@@ -15,6 +15,17 @@ The library allows access to sensor data.
...
@@ -15,6 +15,17 @@ The library allows access to sensor data.
-
Listen state sensor Rotation.
-
Listen state sensor Rotation.
-
Listen state sensor Tap.
-
Listen state sensor Tap.
### Permissions
```
Permissions=Sensors
```
### Dependency
-
`BuildRequires: pkgconfig(Qt5Sensors)`
-
`QT += sensors`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-share-data/README.md
Просмотр файла @
59b1782b
...
@@ -10,6 +10,10 @@ The library to share data from app via the platform share dialog.
...
@@ -10,6 +10,10 @@ The library to share data from app via the platform share dialog.
-
Share text like file.
-
Share text like file.
-
Share file by path.
-
Share file by path.
### Dependency
-
`LIBS += -ldbus-1`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-shared-preferences-secure/README.md
Просмотр файла @
59b1782b
...
@@ -15,6 +15,11 @@ The library allows keep preferences in the form of key-value pairs with data enc
...
@@ -15,6 +15,11 @@ The library allows keep preferences in the form of key-value pairs with data enc
-
Save data.
-
Save data.
-
Clear data.
-
Clear data.
### Dependency
-
`BuildRequires: pkgconfig(qca2-qt5)`
-
`PKGCONFIG += qca2-qt5`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-uri-launcher/README.md
Просмотр файла @
59b1782b
...
@@ -8,6 +8,11 @@ The library for launching a URI.
...
@@ -8,6 +8,11 @@ The library for launching a URI.
-
Open URI with state callback.
-
Open URI with state callback.
-
Check is valid URI.
-
Check is valid URI.
### Dependency
-
`BuildRequires: pkgconfig(runtime-manager-qt5)`
-
`PKGCONFIG += runtime-manager-qt5`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-vibration/README.md
Просмотр файла @
59b1782b
...
@@ -8,6 +8,11 @@ The library for handling vibration.
...
@@ -8,6 +8,11 @@ The library for handling vibration.
-
Start vibration.
-
Start vibration.
-
Start vibration effect.
-
Start vibration effect.
### Dependency
-
`BuildRequires: pkgconfig(Qt5Feedback)`
-
`QT += feedback`
### Example
### Example
```
kotlin
```
kotlin
...
...
ak-wakelock/README.md
Просмотр файла @
59b1782b
...
@@ -7,6 +7,10 @@ The library does not allow dimming of screen.
...
@@ -7,6 +7,10 @@ The library does not allow dimming of screen.
-
Enable blocking dimming.
-
Enable blocking dimming.
-
Disable blocking dimming.
-
Disable blocking dimming.
### Dependency
-
`LIBS += -ldbus-1`
### Example
### Example
```
kotlin
```
kotlin
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать