Albert Vaca Cintora
4f796446d6
Bump deps
2025-07-02 21:14:07 +02:00
Albert Vaca Cintora
b463adda73
Bump deps
2025-06-04 14:06:07 +02:00
Albert Vaca Cintora
e3ccfb1b25
Bump deps
2025-05-02 17:12:15 +02:00
Albert Vaca Cintora
d4ab2ca6cf
Bump deps
2025-04-06 10:24:14 +02:00
Albert Vaca Cintora
95b4c08605
Bump deps
2025-04-04 12:15:11 +02:00
Albert Vaca Cintora
c0fc19baaa
Bump version of classindexksp
2025-03-18 12:56:45 +01:00
Albert Vaca Cintora
5aa6fae03b
Bump gradle
2025-03-05 15:47:02 +01:00
Albert Vaca Cintora
228a504b90
Bump deps
2025-03-03 14:42:43 +01:00
Albert Vaca Cintora
52ff931c4e
Fix build
2025-02-26 21:22:04 +01:00
Albert Vaca Cintora
737c333a91
Bump deps
2025-02-26 18:21:58 +01:00
Albert Vaca Cintora
ecd4bec109
Release 1.32.11
2025-01-18 11:42:02 +01:00
Albert Vaca Cintora
5b937313ff
Bump dependencies
2025-01-12 21:34:52 +01:00
Albert Vaca Cintora
444f5725af
Bump deps
2024-12-24 17:35:37 +01:00
Albert Vaca Cintora
c3af9b03f6
Replace classindex with my own implementation that uses KSP instead of KAPT
2024-12-24 12:40:51 +00:00
Albert Vaca Cintora
c7223a17dc
Bump AGP version
2024-12-04 22:47:25 +01:00
Albert Vaca Cintora
6b15348677
Bump deps
2024-11-30 16:42:46 +01:00
Albert Vaca Cintora
cb44c70d17
Bump deps
2024-10-21 16:48:51 +02:00
Albert Vaca Cintora
056b569951
Revert "Replace ClassIndex (unmaintained) with KlassIndex"
...
Fixes the R8 minifier error "Type fyi.fax.klassindex.AnnotationIndex is defined multiple times"
This reverts commit 526c3a9c4d9868e59cac59ebe422357b301a7a11.
2024-10-21 16:48:51 +02:00
Albert Vaca Cintora
526c3a9c4d
Replace ClassIndex (unmaintained) with KlassIndex
2024-10-13 23:51:35 +02:00
Albert Vaca Cintora
1fad01e306
Bump dependencies
2024-10-13 21:49:00 +02:00
Philip Cohn-Cort
2e82673bbf
Regenerate Gradle wrapper files
2024-10-02 03:52:19 +00:00
Albert Vaca Cintora
1ffcaf076e
Bump deps
2024-09-28 18:21:06 +02:00
Albert Vaca Cintora
0f7af315f5
Bump deps
2024-09-03 12:03:03 +02:00
Albert Vaca Cintora
1beb8d4581
Bump deps
2024-08-18 23:59:04 +02:00
Albert Vaca Cintora
4bdbb8f74a
Bump deps
2024-08-10 14:05:00 +02:00
ShellWen Chen
e391750e0e
chore: bump sshd core to 2.13.1
2024-07-31 10:40:00 +00:00
ShellWen Chen
cd8237d773
fix: use Apache MINA as IO Service of SSHD Core to fix issues when Android SDK < 26 (Android 8.0)
...
NIO2 is the default IO Service of SSHD Core. But when Android SDK < 26, NIO2 doesn't exists. So we have to use Apache MINA as IO Service to fix this issue.
2024-07-31 10:40:00 +00:00
ShellWen Chen
3d54da75cc
chore: bump mina core to 2.2.3
2024-07-31 10:40:00 +00:00
ShellWen Chen
358584ba6f
chore: bump sshd core to 2.12.1
...
chore: bump sshd core to `2.10.0`
chore: bump sshd core to `2.8.0`
chore: bump sshd core to `2.6.0`
chore: bump sshd core to `2.4.0`
chore: bump sshd core to `2.3.0`
chore: bump sshd core to `2.2.0`
chore: bump sshd core to `2.1.0`
chore: bump sshd core to `2.0.0`
chore: bump sshd core to `1.7.0`
2024-07-31 10:40:00 +00:00
ShellWen Chen
e37a519e3a
refactor: migrate SSHD Core to 1.0.0
. SAF is unavailable now.
2024-07-31 10:40:00 +00:00
Albert Vaca Cintora
1ecd6b67c2
Bump deps
2024-06-06 07:55:04 +02:00
Albert Vaca Cintora
ca4a6eb06a
Update Jetpack Compose compiler to 2.0
...
This is the new way of including the Jetpack Compose compiler [1] starting from Kotlin 2.0
[1] https://android-developers.googleblog.com/2024/04/jetpack-compose-compiler-moving-to-kotlin-repository.html
2024-05-21 09:46:23 +00:00
Albert Vaca Cintora
c6dbadce21
Upgrade to Mockito 5, remove PowerMock and update test
...
PowerMock is no longer maintained and is only compatible with Mockito 3.
However, modern Mockito supports mocking static methods, so PowerMock is
no longer needed (after adjusting the tests a bit).
2024-05-13 12:31:59 +02:00
Albert Vaca Cintora
5dad852ece
Bump deps
2024-05-12 22:26:54 +02:00
Albert Vaca Cintora
2803024046
Bump Gradle version
2024-05-12 15:50:19 +02:00
Albert Vaca Cintora
2f922f282a
Bump deps
2024-04-12 09:25:44 +02:00
Albert Vaca Cintora
af50a03676
Bump deps
2024-04-06 16:46:27 +02: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
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
3bacbb3211
Bump dependencies
2024-02-20 21:46:36 +01:00
Albert Vaca Cintora
7ffc6a742c
Bump Gradle and AGP
2024-01-16 11:38:45 +01:00
Albert Vaca Cintora
2e247f8e2b
Add dependency on sl4j-handroid
...
This redirects log messages from libraries that use SL4J (like mina-ssh)
to the Android logger so they show up in logcat.
2023-10-02 08:28:10 +00:00
Albert Vaca Cintora
ce055818c9
Bump deps, do not use alpha accompanist
2023-09-07 09:27:55 +02:00
Albert Vaca Cintora
6b1b12a178
Bump dependencies
2023-09-06 08:08:53 +02:00
Erik Duisters
b3b538ff31
Migrate build configuration to kotlin
...
Migrate build logic to kotlin including use of version catalog
2023-08-08 08:01:35 +00:00
Albert Vaca Cintora
921d0ee884
Upgrde gradle and AGP
2023-04-25 23:51:30 +02:00
Albert Vaca Cintora
15fec5e515
Bump deps
2023-01-23 23:24:27 +01:00
Albert Vaca Cintora
6fbd923c60
Bump dependencies and targetSdkVersion
...
Motivation: We can't publish to the Play Store with a targetSdkVersion < 31
The new targetSdk required two changes:
* Specifying when activities, services and receivers should be exported or
not to other apps. For the ones I wasn't sure of what we want, I made
them exported to not break something.
* Specifying when a PendingIntent should be mutable or immutable. I made
them all mutable for now.
2022-12-27 23:53:13 +01:00
Nicolas Fella
f2481644ae
Update Gradle plugin
2022-06-02 00:39:06 +02:00