mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
Release 1.32.5
This commit is contained in:
parent
725b3f1d6a
commit
0ffd9cd9dc
@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="13205"
|
android:versionCode="13205"
|
||||||
android:versionName="1.32.5 - Play Store">
|
android:versionName="1.32.5">
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.telephony"
|
android:name="android.hardware.telephony"
|
||||||
@ -55,6 +55,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
|
|||||||
<uses-permission android:name="android.permission.READ_LOGS" tools:ignore="ProtectedPermissions" />
|
<uses-permission android:name="android.permission.READ_LOGS" tools:ignore="ProtectedPermissions" />
|
||||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
|
||||||
|
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
|
||||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
|
17
fastlane/metadata/android/en-US/changelogs/13205.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/13205.txt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
1.32.5
|
||||||
|
* Fixed crash in Android 14+
|
||||||
|
|
||||||
|
1.32.3
|
||||||
|
* Fix trusted devices list
|
||||||
|
|
||||||
|
1.32.2
|
||||||
|
* Handle expired certificates
|
||||||
|
* Support doubletap drag in remote mouse
|
||||||
|
|
||||||
|
1.32.1
|
||||||
|
* Fixed a crash when opening the presentation remote
|
||||||
|
|
||||||
|
1.32
|
||||||
|
* Rewrite the remote file browsing
|
||||||
|
* Add Direct Share targets
|
||||||
|
* Send album art from phone to PC
|
@ -262,7 +262,7 @@ internal class SimpleSftpServer {
|
|||||||
companion object {
|
companion object {
|
||||||
private const val TAG = "SimpleSftpServer"
|
private const val TAG = "SimpleSftpServer"
|
||||||
|
|
||||||
val SUPPORTS_NATIVEFS = false // Disabled for Play Store release: Build.VERSION.SDK_INT >= Build.VERSION_CODES.R
|
val SUPPORTS_NATIVEFS = Build.VERSION.SDK_INT >= Build.VERSION_CODES.R
|
||||||
|
|
||||||
private val PORT_RANGE = 1739..1764
|
private val PORT_RANGE = 1739..1764
|
||||||
const val USER: String = "kdeconnect"
|
const val USER: String = "kdeconnect"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user