-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix warnings in Java/Kotlin code #46
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
Loic-Dumas
approved these changes
Aug 29, 2024
dataproviderdemo/src/main/java/ch/srgssr/dataprovider/demo/MainActivity.kt
Show resolved
Hide resolved
StaehliJ
reviewed
Aug 30, 2024
data/src/main/java/ch/srg/dataProvider/integrationlayer/data/remote/SRGMediaMetadata.kt
Outdated
Show resolved
Hide resolved
MGaetan89
force-pushed
the
update_gradle
branch
from
August 30, 2024 09:08
5871502
to
9638f61
Compare
MGaetan89
force-pushed
the
fix_warnings
branch
from
August 30, 2024 09:12
a4a89a9
to
365c40c
Compare
MGaetan89
force-pushed
the
fix_warnings
branch
from
August 30, 2024 09:38
365c40c
to
5b5db56
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 3, 2024
As discussed in #46 (comment), I've updated the demo app to get rid of the `Log` `Coucou` and replaced it with a simple UI: | Loading | Success | Error | |-----|-----|------| | ![Screenshot_20240830_132703](https://github.com/user-attachments/assets/a82d4d94-15c6-4fa4-b648-0713ec8555ec) | ![Screenshot_20240830_132716](https://github.com/user-attachments/assets/e192332f-e602-4813-8b75-0ca7b7b36c54) | ![Screenshot_20240830_132854](https://github.com/user-attachments/assets/a5183f08-02c0-475d-b7e1-e298c74c34a5) |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 11, 2024
This PR bumps Data Provider version to 0.11.0. ## What's Changed * Update GitHub Actions workflow by @MGaetan89 in #44 * Update to Gradle 8.10 and fix deprecation warnings by @MGaetan89 in #45 * Fix warnings in Java/Kotlin code by @MGaetan89 in #46 * Update dependencies by @MGaetan89 in #47 * Update demo app to display request response by @MGaetan89 in #48 * Migrate Java files to Kotlin by @MGaetan89 in #49 * Update dependencies by @MGaetan89 in #53 * Bump androidx.lifecycle:lifecycle-runtime from 2.8.6 to 2.8.7 in the androidx group by @dependabot in #54 * Bump org.robolectric:robolectric from 4.13 to 4.14 by @dependabot in #58 * Bump android-gradle-plugin from 8.7.1 to 8.7.2 by @dependabot in #55 * Bump androidx.paging:paging-common from 3.3.2 to 3.3.4 in the androidx group by @dependabot in #57 * Update nexus repository url by @StaehliJ in #59 * Bump org.robolectric:robolectric from 4.14 to 4.14.1 by @dependabot in #60 * Add param `forceSAM=true` when targeting sam endpoint by @Loic-Dumas in #56 * Bump kotlin from 2.0.21 to 2.1.0 by @dependabot in #61 * Bump android-gradle-plugin from 8.7.2 to 8.7.3 by @dependabot in #62
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.
This PR: