This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 886
Add open source licenses screen to Android app #1528
Merged
chrisbanes
merged 25 commits into
chrisbanes:main
from
penkzhou:feature/add_open_source_license_screen
Sep 13, 2023
Merged
Add open source licenses screen to Android app #1528
chrisbanes
merged 25 commits into
chrisbanes:main
from
penkzhou:feature/add_open_source_license_screen
Sep 13, 2023
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
chrisbanes
reviewed
Sep 11, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start, thanks! Added some comments below.
Also, I think we should rename the packages and modules to licenses
rather than opensource
. It's a lot clearer imo.
data/opensource/src/commonMain/kotlin/app/tivi/data/opensource/OpenSourceState.kt
Outdated
Show resolved
Hide resolved
data/opensource/src/androidMain/kotlin/app/tivi/data/opensource/store/AndroidOpenSourceStore.kt
Outdated
Show resolved
Hide resolved
ui/opensource/src/commonMain/kotlin/app/tivi/settings/opensource/OpenSource.kt
Outdated
Show resolved
Hide resolved
Thanks for the changes! I think this is ready to go in. Can you please merge in |
auto-merge was automatically disabled
September 12, 2023 18:27
Head branch was pushed to by a user without write access
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
current only enable on QaDebug flavor on android platform.
Test path:
screenshot(video):
Screen_recording_20230910_202410.mp4
Fixes #1471