-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[API 7] Setting Tooltip #65
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChristopheCVB
requested changes
Oct 6, 2023
...ssor/src/main/java/com/christophecvb/touchportal/annotations/processor/SettingProcessor.java
Outdated
Show resolved
Hide resolved
...ssor/src/main/java/com/christophecvb/touchportal/annotations/processor/SettingProcessor.java
Outdated
Show resolved
Hide resolved
...ssor/src/main/java/com/christophecvb/touchportal/annotations/processor/SettingProcessor.java
Outdated
Show resolved
Hide resolved
ChristopheCVB
approved these changes
Oct 26, 2023
ChristopheCVB
added a commit
that referenced
this pull request
Nov 18, 2024
* [Feature] Dynamic state parent group (#48) * 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 * core: Upgrade dependencies * core: Upgrade Gradle version to 7.5.1 * core: Upgrade Gradle version to 7.5.1 * core: Upgrade Gradle version to 7.5.1 * core: Upgrade Gradle version to 7.5.1 * core: Upgrade Gradle version to 7.5.1 * core: Dependencies management * core: ActionTranslation annotation * fix: Github Workflow * fix: Github Workflows * fix: Github Workflows * fix: Github Workflows * fix: Tests wait time * fix: Packager SNAPSHOT publication * fix: Packager SNAPSHOT publication * fix: Packager SNAPSHOT publication * fix: Packager SNAPSHOT publication * fix: Packager SNAPSHOT publication * feat: Plugin ParentCategory * feat: TouchPortalPlugin.getBase64ImageFromUrl closes #38 * fix: Set encoding to UTF-8 * feat: TP Plugin API 7 Platform start command * core: Refactor Annotations Processor core: TP_JAVA_FILE * fix: JavaDoc * fix: JavaDoc * fix: JavaDoc * core: Refactor Annotations Processor * core: Add logs in tests * core: (WIP) Modularization closes #54 * doc: Update Samples and README.md * core: Call TPInvokable.onInvoke from callbacksExecutor * core: TPInvokable.onListChanged core: Use callbacksExecutor * core: Revert to System Java instalation * core: Revert to System Java instalation * core: 9.0.0 * Feat: TriggerEvent (#63) * Feat: forceUpdate (#64) Co-authored-by: Christophe Carvalho Vilas-Boas <[email protected]> * Change `sdk` to `api` (#66) * Add CodeQL workflow for GitHub code scanning (#53) Co-authored-by: LGTM Migrator <[email protected]> * [API 7] Setting Tooltip (#65) * Feat: Setting Tooltip * fix: use java 8 * Remove empty lines * Check if empty * use UpperCamelCase instead of Full uppercase * Check if empty --------- Co-authored-by: Pjiesco <[email protected]> Co-authored-by: lgtm-com[bot] <43144390+lgtm-com[bot]@users.noreply.github.com> Co-authored-by: LGTM Migrator <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #56