TouchPortalPluginSDK icon indicating copy to clipboard operation
TouchPortalPluginSDK copied to clipboard

This Project is an SDK to create a Touch Portal Plugin using Java or Kotlin and Gradle

Results 10 TouchPortalPluginSDK issues
Sort by recently updated
recently updated
newest added

Add annotation param `tooltip` to `Setting` ```java public @interface Tooltip { String title() default ""; String body(); String docUrl() default ""; } Tooltip tooltip() default @Tooltip(body = ""); ```

Touch Portal Plugin SDK v9.0.0 working with Touch Portal Plugin API v7

feature

Inside Category.java ```java public @interface SubCategory { String name(); String iconRelativePath() default ""; String id(); } SubCategory[] subCategories() default {}; ```

Remove deprecated implementation Implement the lines field

to specify

Right now, the annotations work fine but the declared field is not used Implement this with RxJava and States as Observable

enhancement
to specify

Kotlin Version in the sample in 8.3.0 is deprecated, I'd like to update date it and tweak some related options: - Update Kotlin version to 1.9.24 - 2.0 is newest,...