-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9.0.0 #51
base: master
Are you sure you want to change the base?
9.0.0 #51
Conversation
* feat: add parentGroup field in createState message * bump SDK and TP Api version * Change parameter order * feat: use the name from the category of the categoryId if parentGroup isn't specified * fix: typo's in stateId fix: use correct categoryId * fix: add check for category id from constants * fix: break outer loop * feat: add CategoryHelper.getCategoryShortId method
Waiting for API stabilization |
core: TP_JAVA_FILE
core: Use callbacksExecutor
Co-authored-by: Christophe Carvalho Vilas-Boas <[email protected]>
Co-authored-by: LGTM Migrator <[email protected]>
Library/src/main/java/com/christophecvb/touchportal/TPInvokable.java
Dismissed
Show dismissed
Hide dismissed
Library/src/main/java/com/christophecvb/touchportal/TouchPortalPlugin.java
Dismissed
Show dismissed
Hide dismissed
* @return Pair<JsonObject, TypeSpec.Builder> dataPair | ||
* @throws GenericHelper.TPTypeException If a used type is not Supported | ||
*/ | ||
public static <T extends Annotation> Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element targetElement, T annotation, JsonObject jsonElement, Element dataElement) throws GenericHelper.TPTypeException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
* @throws GenericHelper.TPTypeException If a used type is not Supported | ||
* @throws TPAnnotationException If an Annotation is misused | ||
*/ | ||
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element eventElement) throws GenericHelper.TPTypeException, TPAnnotationException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
* @throws GenericHelper.TPTypeException If a used type is not Supported | ||
* @throws TPAnnotationException If an Annotation is misused | ||
*/ | ||
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element eventElement) throws GenericHelper.TPTypeException, TPAnnotationException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
* @throws GenericHelper.TPTypeException If a used type is not Supported | ||
* @throws TPAnnotationException If an Annotation is misused | ||
*/ | ||
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element stateElement) throws GenericHelper.TPTypeException, TPAnnotationException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
* @throws GenericHelper.TPTypeException If a used type is not Supported | ||
* @throws TPAnnotationException If an Annotation is misused | ||
*/ | ||
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element stateElement) throws GenericHelper.TPTypeException, TPAnnotationException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
* Feat: Setting Tooltip * fix: use java 8 * Remove empty lines * Check if empty * use UpperCamelCase instead of Full uppercase * Check if empty
Touch Portal Plugin SDK v9.0.0
working with Touch Portal Plugin API v7