2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 05:37:43 +00:00

3741 Commits

Author SHA1 Message Date
l10n daemon script
842348efef GIT_SILENT Sync po/docbooks with svn 2024-04-04 02:30:17 +00:00
ShellWen Chen
0d735eafc3 refactor: migrate Plugin abstract class to Kotlin 2024-04-03 19:22:29 +00:00
ShellWen Chen
9f15a9a3ab refactor: migrate StartActivityAlertDialogFragment to Kotlin 2024-04-01 16:42:49 +00:00
ShellWen Chen
9a196543ff refactor: migrate TrustedNetworksActivity to Kotlin 2024-04-01 16:39:56 +00:00
ShellWen Chen
29c4fe3f8d feat: allow disable minify when build debug package 2024-04-01 16:35:16 +00:00
Marx Zhu
91867481a8 fix: change clipboard content when content is really in NetworkPacket 2024-03-31 14:47:49 +00:00
ShellWen Chen
eed7cad329 refactor: migrate KdeConnect to Kotlin
Migrate `KdeConnect` Application class into Kotlin. Already tested.
2024-03-31 01:10:09 +00:00
ShellWen Chen
66877d6730 refactor: migrate DeviceStats to Kotlin 2024-03-30 20:08:30 +00:00
ShellWen Chen
0a2080fdcd
refactor: migrate KdeConnectBroadcastReceiver to Kotlin 2024-03-28 03:32:46 +08:00
ShellWen Chen
e5eb61fd54 refactor: fix API change of startActivityAndCollapse
See also: https://developer.android.com/reference/android/service/quicksettings/TileService#startActivityAndCollapse(android.content.Intent)
2024-03-26 20:07:13 +00:00
ShellWen Chen
bed6fe2c55 feat: Add "ShellWen Chen" into AboutData.authors 2024-03-26 20:06:54 +00:00
Simon Redman
93e4f43198 Use allowed CI image
## Summary

A recent (couple of weeks ago?) change to the Invent policies requires that we use a docker image from an allow list.

The cleanest fix is to just use the Ubuntu base image and install the JDK, which is approximately what we had before.

We considered the Sysadmin Android image (https://invent.kde.org/sysadmin/ci-images/-/blob/master/android-qt66/Dockerfile?ref_type=heads), but we use a newer version of the SDK tools and a newer version of the JDK, at which point we may as well just install those since those are the only dependencies. We could consider building another custom docker image in the future if we see value to doing so.

## Test Plan

### Before:

CI fails with:

```
ERROR: The "eclipse-temurin:17-jdk-focal" image is not present on list of allowed images:
- invent-registry.kde.org/sysadmin/ci-images/*:*
- ubuntu:*
- debian:*
- fedora:*
- centos:*
- opensuse/*:*
- python:*
- ruby:*
- fsfe/reuse:*
- quay.io/podman/stable:*
```

### After:

Build passes and drops .apk
2024-03-25 22:24:43 +00:00
l10n daemon script
edbe59a2be GIT_SILENT made messages (after extraction) 2024-03-25 02:00:33 +00:00
l10n daemon script
cf5000accf GIT_SILENT made messages (after extraction) 2024-03-24 01:39:27 +00:00
ShellWen Chen
bfd147787c chore: migrate BatteryPlugin to Kotlin 2024-03-23 11:33:44 +00:00
ShellWen Chen
828e35103a
chore: migrate MprisPlugin to Kotlin 2024-03-22 23:45:59 +08:00
ShellWen Chen
8f2572ddec
chore: intro kapt
Kapt, short for Kotlin Annotation Processing Tool, serves as a replacement for annotationProcessor in Kotlin projects. It enables annotation processing in Kotlin by compiling Kotlin code into Java stubs, which are then processed as regular Java code. This allows for seamless integration of annotation processing in Kotlin projects, including handling existing Java code.
2024-03-22 13:43:18 +08:00
ShellWen Chen
e35382815d
fix: Correct gitlab link and typos
Replace `https://invent.kde.org/kde/kdeconnect-android/` with `https://invent.kde.org/network/kdeconnect-android/`.
Correct some typos.
2024-03-18 13:03:45 +08:00
l10n daemon script
02a3adac70 GIT_SILENT Sync po/docbooks with svn 2024-03-18 02:47:53 +00:00
l10n daemon script
917d21ec9e GIT_SILENT made messages (after extraction) 2024-03-18 02:00:24 +00:00
l10n daemon script
2b14702097 GIT_SILENT Sync po/docbooks with svn 2024-03-17 02:46:19 +00:00
l10n daemon script
e132cf7d03 GIT_SILENT Sync po/docbooks with svn 2024-03-16 02:53:30 +00:00
l10n daemon script
103709c4f2 GIT_SILENT made messages (after extraction) 2024-03-16 02:03:42 +00:00
l10n daemon script
9611d878c8 GIT_SILENT Sync po/docbooks with svn 2024-03-15 02:46:25 +00:00
l10n daemon script
61482c7dc9 GIT_SILENT Sync po/docbooks with svn 2024-03-14 02:47:38 +00:00
l10n daemon script
52ec889c88 GIT_SILENT made messages (after extraction) 2024-03-11 01:35:11 +00:00
l10n daemon script
3b1e478b9d GIT_SILENT Sync po/docbooks with svn 2024-03-10 02:45:37 +00:00
l10n daemon script
32b3a32ad3 GIT_SILENT made messages (after extraction) 2024-03-10 01:58:27 +00:00
l10n daemon script
7f6dde6ffe GIT_SILENT made messages (after extraction) 2024-03-08 01:34:58 +00:00
l10n daemon script
11d414be4a GIT_SILENT made messages (after extraction) 2024-03-07 01:33:46 +00:00
l10n daemon script
1b14fcd932 GIT_SILENT made messages (after extraction) 2024-03-05 01:35:12 +00:00
l10n daemon script
b38faa091b GIT_SILENT made messages (after extraction) 2024-03-04 01:36:00 +00:00
Julius Künzel
77f0e4b512 GIT_SILENT Set tag for CI runner 2024-03-03 22:52:07 +00:00
Albert Vaca Cintora
d1752ba53d
Rename slideshow remote to presentation remote
To match the desktop app
2024-03-03 21:21:37 +01:00
l10n daemon script
3433c84b82 GIT_SILENT made messages (after extraction) 2024-03-03 01:43:51 +00:00
l10n daemon script
61ed40f55f GIT_SILENT made messages (after extraction) 2024-03-02 01:37:22 +00:00
Albert Vaca Cintora
671608d074
Rename composable KdeTopAppBar file 2024-03-02 02:00:27 +01:00
Albert Vaca Cintora
3aacc07209
Remove redundant theme indications 2024-03-02 02:00:27 +01:00
Albert Vaca Cintora
cf4d71eb97
Remove deprecated Mdc3 library 2024-03-02 02:00:27 +01:00
Albert Vaca Cintora
423c57b71e
Bump dependencies 2024-03-02 01:59:34 +01:00
Albert Vaca Cintora
2cd88b56da
Fields can be local variables 2024-03-01 23:48:31 +01:00
l10n daemon script
bcfacc0c34 GIT_SILENT Sync po/docbooks with svn 2024-03-01 02:47:57 +00:00
Albert Vaca Cintora
8ffee90255 Accessibility improvements when using a screen reader
Fixes based on the report done by HAN University of Applied Sciences.
2024-03-01 00:18:02 +00:00
l10n daemon script
47fe781685 GIT_SILENT Sync po/docbooks with svn 2024-02-29 02:15:05 +00:00
l10n daemon script
fe17400bc6 GIT_SILENT Add new file (after extraction) 2024-02-27 01:37:48 +00:00
l10n daemon script
bc541ed224 GIT_SILENT made messages (after extraction) 2024-02-27 01:37:44 +00:00
l10n daemon script
9e93d932d8 GIT_SILENT made messages (after extraction) 2024-02-25 01:44:03 +00:00
Albert Vaca Cintora
3bacbb3211
Bump dependencies 2024-02-20 21:46:36 +01:00
l10n daemon script
9106df7c60 GIT_SILENT made messages (after extraction) 2024-02-19 01:41:57 +00:00
Simon Redman
0289416345 Initialize mostRecentTimestamp in SMSPlugin constructor 2024-02-12 16:49:50 -05:00