Skip to content
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

Never use android.R.strings; remove unused add string #7024

Merged
merged 3 commits into from
Aug 31, 2021

Conversation

Stypox
Copy link
Member

@Stypox Stypox commented Aug 30, 2021

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

  • Rename string finish, whose content was "OK", to ok
  • Replace android.R.string.yes and android.R.string.ok with R.string.ok
  • Replace android.R.string.no and android.R.string.cancel with R.string.cancel
  • Remove unused string add (legacy left behind from the downloader)
  • Reformat some lines of code in FeedGroupDialog, solving Android Studio warnings

Fixes the following issue(s)

Fixes #6848 (comment)

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
@nadiration could you check if this works well?

Due diligence

@triallax triallax added the localisation / translation Everything that has to do with translations or Weblate label Aug 30, 2021
@nadiration
Copy link
Contributor

@Stypox thank you for doing this ♥️

@Stypox Stypox merged commit a555aab into TeamNewPipe:dev Aug 31, 2021
This was referenced Sep 5, 2021
@Stypox Stypox mentioned this pull request Mar 2, 2022
5 tasks
@Stypox Stypox deleted the string-fixes branch August 4, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
localisation / translation Everything that has to do with translations or Weblate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants