feat: rebrand mobile variant and harden privacy settings#5842
Open
kabelklaus wants to merge 1 commit into
Open
feat: rebrand mobile variant and harden privacy settings#5842kabelklaus wants to merge 1 commit into
kabelklaus wants to merge 1 commit into
Conversation
Files in this commit: - PRIVACY.md (modified) Updates the privacy policy from the F-Droid-specific wording to the SmartTube-mobil build and package ID. - common/src/main/java/com/liskovsoft/smartyoutubetv2/common/misc/GDriveBackupManagerOld.java (modified) Adds org.smarttube.mobil to the list of alternate SmartTube package names used for backup handling. - common/src/main/java/com/liskovsoft/smartyoutubetv2/common/utils/Utils.java (modified) Replaces the old F-Droid package ID with org.smarttube.mobil and removes the hardcoded super password bypass. - gradlew (modified) Marks the Gradle wrapper script as executable. - leanbackassistant/src/stfdroid/res/values/strings.xml (modified) Updates the search provider authority to org.smarttube.mobil.search_provider. - leanbackassistant/src/stfdroid/res/xml/searchable.xml (modified) Updates searchable provider authority and intent data URI to the SmartTube-mobil package namespace. - smarttubetv/build.gradle (modified) Changes the stfdroid applicationId from app.smarttube.fdroid to org.smarttube.mobil. - smarttubetv/src/main/AndroidManifest.xml (modified) Makes leanback support optional for broader device compatibility and disables Android backup. - smarttubetv/src/main/res/values/strings.xml (modified) Renames the main app title and browse title to SmartTube-mobil. - smarttubetv/src/stbeta/res/values/strings.xml (modified) Renames the beta flavor app title and browse title to SmartTube-mobil. - smarttubetv/src/stfdroid/res/values/strings.xml (modified) Renames the stfdroid flavor app title and browse title to SmartTube-mobil. - smarttubetv/src/ststable/res/values/strings.xml (modified) Renames the stable flavor app title and browse title to SmartTube-mobil.
Owner
|
Hi, could you describe more what this is for? |
This file contains hidden or 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
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.
Files in this commit:
PRIVACY.md (modified) Updates the privacy policy from the F-Droid-specific wording to the SmartTube-mobil build and package ID.
common/src/main/java/com/liskovsoft/smartyoutubetv2/common/misc/GDriveBackupManagerOld.java (modified) Adds org.smarttube.mobil to the list of alternate SmartTube package names used for backup handling.
common/src/main/java/com/liskovsoft/smartyoutubetv2/common/utils/Utils.java (modified) Replaces the old F-Droid package ID with org.smarttube.mobil and removes the hardcoded super password bypass.
gradlew (modified) Marks the Gradle wrapper script as executable.
leanbackassistant/src/stfdroid/res/values/strings.xml (modified) Updates the search provider authority to org.smarttube.mobil.search_provider.
leanbackassistant/src/stfdroid/res/xml/searchable.xml (modified) Updates searchable provider authority and intent data URI to the SmartTube-mobil package namespace.
smarttubetv/build.gradle (modified) Changes the stfdroid applicationId from app.smarttube.fdroid to org.smarttube.mobil.
smarttubetv/src/main/AndroidManifest.xml (modified) Makes leanback support optional for broader device compatibility and disables Android backup.
smarttubetv/src/main/res/values/strings.xml (modified) Renames the main app title and browse title to SmartTube-mobil.
smarttubetv/src/stbeta/res/values/strings.xml (modified) Renames the beta flavor app title and browse title to SmartTube-mobil.
smarttubetv/src/stfdroid/res/values/strings.xml (modified) Renames the stfdroid flavor app title and browse title to SmartTube-mobil.
smarttubetv/src/ststable/res/values/strings.xml (modified) Renames the stable flavor app title and browse title to SmartTube-mobil.