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

Add language selector to change the app language #2921

Merged
merged 24 commits into from
Feb 1, 2020
Merged

Commits on Jan 4, 2020

  1. Update localizations settings

    1) now, on « content language » change, it will also change the app language
    2) added Esperanto to the list of language in content language
    B0pol committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    dea1e0d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    3ad0e31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into dev

    B0pol committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    e0a39ef View commit details
    Browse the repository at this point in the history
  3. removed unused imports

    B0pol committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    ed9a351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b32935a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    8f46432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d06dc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Merge branch 'dev' into dev

    B0pol committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    382e692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a7aac View commit details
    Browse the repository at this point in the history
  3. added Occitan to the selector

    B0pol committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    055365a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    105981b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    9d8fcbb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Merge branch 'dev' into dev

    B0pol committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    0cd9fb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. fix: wrong language shown in playback parameters dialog

    This is a hardly reproduceable bug that I hopefully fixed. After a long time of watching videos, you could have your system language shown in playback parameters dialog.
    Calling changeAppLanguage(getAppLocale(…),…) onCreate will most certainly fix this bug
    B0pol committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b155f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e08e724 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Merge branch 'dev' into dev

    B0pol committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    e58088d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Merge branch 'dev' into dev

    B0pol committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    489420e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge branch 'dev' into dev

    B0pol committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e94981e View commit details
    Browse the repository at this point in the history
  2. update prettytime dependency

    see TeamNewPipe#2921 (comment)
    It will add Esperanto, add bengali, update vietnamese
    pretty time is the library used in the home page: … days ago
    B0pol committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    156a2eb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. app language: refactoring

    renamed NewPipe's language into App language, and same for all the
    concerning thing (keys, comments…)
    
    we now call assureCorrectAppLanguage(CONTEXT) in activities needing it
    instead of changeAppLanguage(getAppLocale(CONTEXT), RESOURCES)
    changeAppLanguage becomes private.
    B0pol committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    edc9d47 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. fix wrong language shown many popup dialogs

    Changed android.R.string.ok, which is "OK", into R.string.finish, which is also OK, but from our strings
    Then for a small amount of languages that don't have Android translation, it will show the good string.
    B0pol committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    6be23a0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/dev' into dev

    merging dev
    B0pol committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c5e6bb5 View commit details
    Browse the repository at this point in the history
  3. fix toast on app language change

    I forgot to change the key here when I renamed it
    B0pol committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    55a138e View commit details
    Browse the repository at this point in the history
  4. Improve formatting

    TobiGr committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d36ac7a View commit details
    Browse the repository at this point in the history