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

Release 0.23.0 (986) #8231

Merged
merged 286 commits into from Apr 29, 2022
Merged

Release 0.23.0 (986) #8231

merged 286 commits into from Apr 29, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 21, 2021

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

Commits on Nov 28, 2021

  1. Fix "unsage use" warnings

    TobiGr committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    a8fe2d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 7, 2021

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

Commits on Dec 8, 2021

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

Commits on Dec 10, 2021

  1. Reduce power consumption

    Only schedule the chek for new streams if the user enaled the check. Cancel the worker when the user disables the notifications.
    TobiGr committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    19fd7bc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

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

Commits on Dec 21, 2021

  1. Change pitch by semitones

    martin committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5514616 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Merge branch 'TeamNewPipe:dev' into dev

    Martin committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    bd1c003 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Merge branch 'TeamNewPipe:dev' into dev

    Martin committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    3e44856 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Merge branch 'TeamNewPipe:dev' into dev

    Martin committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    5134080 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

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

    Stypox committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    cd95ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccbc3af View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    6dcde96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc34734 View commit details
    Browse the repository at this point in the history
  3. Removed unused string

    litetex committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0397a31 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

    Stypox committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d5cfcb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. app/build.grade: compileSdk 30 -> 31

    Required for newer versions of some dependencies
    Atemu committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3a9cdb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. app/build.grade: androidxRoomVersion 2.3.0 -> 2.4.1

    This version of Room includes a fix for building dependant apps such as NewPipe
    on Apple Silicon devices (aarch64-darwin)
    Atemu committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    67b2503 View commit details
    Browse the repository at this point in the history
  2. fetch and merge

    martin committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    47798fe View commit details
    Browse the repository at this point in the history
  3. Addressed comment in PR

    martin committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4049abf View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Fixed checkstyle violation

    martin committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    906ee75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'TeamNewPipe:dev' into dev

    Martin committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    9397ff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Merge branch 'TeamNewPipe:dev' into dev

    Martin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    616fb47 View commit details
    Browse the repository at this point in the history
  2. Addressing layout comments

    martin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ed2967e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

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

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    ff8e44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba0ea1 View commit details
    Browse the repository at this point in the history
  3. Fix Room warning about unused columns during build

    The warning was: "The query returns some columns [...] which are not used by ..."
    Stypox committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    a8a96b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62abfa9 View commit details
    Browse the repository at this point in the history
  5. Remove useless constructor in *PlayQueue

    Also removes unused <> parameter in AbstractInfoPlayQueue and deduplicates constructor code in extending classes
    Stypox committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    5f1f52b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4789cf6 View commit details
    Browse the repository at this point in the history
  7. Better equals check

    It ensures that queues are not the same. Without this check when you have multiple videos in the backstack and navigating back via Back button you'll get duplicated videos
    avently committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    835c5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Add seamless transition between background player and video players (…

    …for video-only and audio-only streams only)
    
    This is only available when playing video-only streams (and when there is no audio stream and only video streams with audio) and audio-only streams.
    For more details about which conditions are required to get this transition, look at the changes in the useVideoSource(boolean) method of the Player class.
    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    336f9f3 View commit details
    Browse the repository at this point in the history
  2. Prefer video-only streams to video streams

    Prefering video-only streams to video streams for our player will allow us to make seamless transitions on 360 and 720p qualities on YouTube.
    External players and the downloader are not affected by this change.
    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    79f8270 View commit details
    Browse the repository at this point in the history
  3. Apply suggestion

    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    cc96ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ed87e7 View commit details
    Browse the repository at this point in the history
  5. Fixed checkstyle problems

    Unable to compile!
    
    * Cleaned up ``getMostCompactAudioIndex`` and ``getHighestQualityAudioIndex`` into a new method ``getAudioIndexByHighestRank``
    * Removed unreadable code and use Java Streams API
    * Tests work as expected
    litetex authored and AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    a489f40 View commit details
    Browse the repository at this point in the history
  6. Resolver: Cleaned up isVideoStreamVideoOnly

    * Replaced by ``wasLastResolvedVideoAndAudioSeparated``
    * Uses an ``Optional`` instead (we can't determine if the video and audio streams are separated when we did not fetch it)
    litetex authored and AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    bb27bf9 View commit details
    Browse the repository at this point in the history
  7. Updated checkstyle suppression

    Removed fixed problems.
    litetex authored and AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    1ea716a View commit details
    Browse the repository at this point in the history
  8. Fixed typo

    litetex authored and AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7a35641 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1c5c94 View commit details
    Browse the repository at this point in the history
  10. Extended Tests for ListHelper#getSortedStreamVideosList

    * Fixed expected and actual results. They were reversed...
    * Added new method ``getSortedStreamVideosListWithPreferVideoOnlyStreamsTest``
    litetex authored and AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    015982b View commit details
    Browse the repository at this point in the history
  11. Fix a NullPointerException when the current metadata is null

    Reload the play queue manager and set the recovery in this case, like on the current behavior (without this PR).
    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    bf02a56 View commit details
    Browse the repository at this point in the history
  12. Apply suggestion

    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3db3716 View commit details
    Browse the repository at this point in the history
  13. Use a enum to understand better what source type is used.

    This commit also allows a seamless transition for livestreams.
    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    ba804c7 View commit details
    Browse the repository at this point in the history
  14. Adress requested changes

    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    d27d36b View commit details
    Browse the repository at this point in the history
  15. Apply suggested change and add a note about data consumption for HLS …

    …streams in background
    
    ExoPlayer right now fetches HLS video tracks even if you disable them (with setRendererDisabled or setSelectionOverride).
    See issue 9282 of ExoPlayer's issue tracker for more information.
    AudricV committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    8932adb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c5fc371 View commit details
    Browse the repository at this point in the history
  17. Refactor generating InfoItemDialog's

    This commit refactors the way `InfoItemDialog`s are generated. This is necessary because the old way used  the `StreamDialogEntry` enum for most of the dialogs' content generation process. This required static variables and methods to store the entries which are used for the dialog to be build (See e.g.`enabledEntries` and methods like `generateCommands()`). In other words, `StreamDialogEntry` wasn't an enumeration anymore.
    
    To address this issue, a `Builder` is introduced for the `InfoItemDialog`'s genration. The builder also comes with some default entries and and a specific order. Both can be used, but are not enforced. 
    
    A second problem that introduced a structure which was atypical for an enumeration was the usage of non-final attributes within `StreamDialogEntry` instances. These were needed, because the default actions needed to overriden in some cases.
    
    To address this problem, the `StreamDialogEntry` enumeration was renamed to `StreamDialogDefaultEntry` and a new `StreamDialogEntry` class is used instead.
    TobiGr committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    80157fc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1cd3ef5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    50e2385 View commit details
    Browse the repository at this point in the history
  20. Use Context instead of Activity

    Improve docs
    TobiGr committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    962fe9c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef0d562 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    646d8f4 View commit details
    Browse the repository at this point in the history
  23. Apply feedback

    Return this in InfoIrtemDialog.Builder methoods.
    Move null checks for InfoIrtemDialog.Builder into constructor.
    Fix and add some more docs.
    TobiGr committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fd0d76e View commit details
    Browse the repository at this point in the history
  24. Fix rebase

    TobiGr committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    a7d5d9a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    277f21d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ee477b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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

Commits on Feb 22, 2022

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

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    21dc988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4871095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99379ed View commit details
    Browse the repository at this point in the history
  4. Add changelog for NewPipe 0.22.1 (984)

    Stypox authored and TobiGr committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3d47d73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0dc66a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a000fe View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Update AGP and Gradle

    TacoTheDank committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8291098 View commit details
    Browse the repository at this point in the history
  2. Small code improvements

    Removed some non-translatable strings and just hardcoded them in the code, like it's being done for other string separators. This also deduplicates some code by using Localization.
    Used some Kotlin feature to reduce code.
    Stypox committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    5fea12d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7925 from TacoTheDank/removeCircleImageView

    Replace CircleImageView with ShapeableImageView
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fb75519 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7904 from Stypox/fix-raw-use-of-parameterized-class

    Solve Java warning "Raw use of parameterized class"
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    5be40f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7905 from Stypox/fix-room-unused-columns

    Fix Room warning about unused columns during build
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    46fad32 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7349 from TiA4f8R/seamless-transition-players

    Add seamless transition between background and video players when putting the app in background (for video-only streams and audio-only streams only)
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    a95318a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7782 from Atemu/apple-silicon

    Fix build on Apple Silicon macs
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    a4dee77 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogB…

    …uilder
    
    Refactor generating InfoItemDialog's
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    37517c7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7910 from avently/equalscheck

    Better equals check
    litetex committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ccc3d38 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (Swedish)

    Currently translated at 49.2% (32 of 65 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 58.4% (38 of 65 strings)
    
    Translated using Weblate (Dutch (Belgium))
    
    Currently translated at 23.0% (15 of 65 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 66.1% (43 of 65 strings)
    
    Translated using Weblate (Azerbaijani)
    
    Currently translated at 7.6% (5 of 65 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 38.4% (25 of 65 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 55.3% (36 of 65 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 53.8% (35 of 65 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (65 of 65 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 7.6% (5 of 65 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 66.1% (43 of 65 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (English)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (English)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (English)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 65.6% (42 of 64 strings)
    
    Translated using Weblate (Dutch)
    
    Currently translated at 71.8% (46 of 64 strings)
    
    Translated using Weblate (Catalan)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 80.4% (493 of 613 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Co-authored-by: Agnieszka C <aga_04@o2.pl>
    Co-authored-by: Alex25820 <alexs25820@gmail.com>
    Co-authored-by: Benedikt Freisen <b.freisen@gmx.net>
    Co-authored-by: Corc <nizamismidov4@gmail.com>
    Co-authored-by: Guillem <guillemglez@gmail.com>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
    Co-authored-by: Issa1553 <fairfull.playing@gmail.com>
    Co-authored-by: Linerly <linerly@protonmail.com>
    Co-authored-by: Mohammed Anas <triallax@tutanota.com>
    Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
    Co-authored-by: Ray <ray.cfu@protonmail.com>
    Co-authored-by: Retrial <giwrgosmant@gmail.com>
    Co-authored-by: Stypox <stypox@pm.me>
    Co-authored-by: TiA4f8R <avdivers84@gmail.com>
    Co-authored-by: Vitor Henrique <vitorhcl00@gmail.com>
    Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
    Co-authored-by: mm4c <oldblue@vivaldi.net>
    Co-authored-by: ssantos <ssantos@web.de>
    Co-authored-by: zmni <zmni@outlook.com>
    Co-authored-by: Éfrit <efrit@posteo.net>
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/az/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fr/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/it/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nl/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nl_BE/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant_HK/
    Translation: NewPipe/Metadata
    21 people committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ffba1d5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7951 from TeamNewPipe/master

    Merge master back into dev after release 0.22.1
    Stypox committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    cd9dd2e View commit details
    Browse the repository at this point in the history
  12. Update Kotlin to 1.6.10

    TacoTheDank committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ae2ba57 View commit details
    Browse the repository at this point in the history
  13. Update ktlint to 0.44.0

    TacoTheDank committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    678edb1 View commit details
    Browse the repository at this point in the history
  14. Update Checkstyle to 9.3

    TacoTheDank committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    19d4e22 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    7c18072 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7565 from haklc/dev

    Change pitch by semitones
    Stypox committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3f7ba2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7947 from TacoTheDank/bumpPluginsNGradle

    Update AGP and Gradle
    litetex committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fd6c352 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7894 from Stypox/delete-large-land-player

    Remove large-land player layout: not actually used
    Stypox committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    627b4c8 View commit details
    Browse the repository at this point in the history
  5. Fix player queue/segments list buttons not focusable with DPAD

    Now the in-player play queue and the segments list are closeable
    Stypox committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a0bbcd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96c4201 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    146062d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Merge pull request #7954 from TacoTheDank/bumpInconsequential

    Update ConstraintLayout, Room libraries
    litetex committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e1197f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7952 from TacoTheDank/bumpKotlin

    Update Kotlin to 1.6.10
    litetex committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f1c6988 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Remember adjustment step size for playback controls (speed and pitch)

    - Add adjustment_step_key to settings_keys.xml to be used when
    saving/loading the step size.
    - Remove the global stepSize variable and the code that saves it to
    outState/loads it from savedInstanceState because it's now saved to
    Shared Preferences.
    - Move initially setting step size to setupStepSizeSelector to be
    consistent with the other view setup methods, using the value loaded
    from Shared Preferences.
    - Save the step size to Shared Preferences inside setStepSize.
    
    Fixes: #7031
    ktprograms committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    62c0e66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7728 from ktprograms/remember-playback-adjustment…

    …-step-size
    
    Remember adjustment step size for playback controls (speed and pitch)
    Stypox committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cbdcf59 View commit details
    Browse the repository at this point in the history
  3. - added: variable load check interval for progressive stream.

    - added: preferences to allow user setting of above.
    karyogamy authored and litetex committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ab45efc View commit details
    Browse the repository at this point in the history
  4. Minor rework

    * Moved settings to a better section
    * Made string a bit shorter
    litetex committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cde4ee9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7919 from karyogamy/progress-load-interval

    Mitigating long buffering on initial video playback
    Stypox committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b8e389c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Add confirmation button before deleting all files.

    Co-authored-by: TiA4f8R <74829229+TiA4f8R@users.noreply.github.com>
    2 people authored and Stypox committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    483dc06 View commit details
    Browse the repository at this point in the history
  2. Replace R.string.yes with R.string.ok

    Android doesn't use yes/no but ok/cancel usually, so this should be done here, too
    Stypox committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5f16e4e View commit details
    Browse the repository at this point in the history
  3. Fix duplication of icon vectors

    mauriciocolli authored and Stypox committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3b0153c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    919b92a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af20b2c View commit details
    Browse the repository at this point in the history
  6. Remove manual menu creation from some fragments

    Doing this programmatically is just a no-go when themes are being set
    in some other places (the toolbar is using a custom theme, in this
    case), so, instead of hunting down the proper theme, just let the
    system do its work.
    mauriciocolli authored and Stypox committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    96185fa View commit details
    Browse the repository at this point in the history
  7. Fix error notification on KitKat

    It was crashing due to a drawable icon being used; also use NotificationManagerCompat
    Stypox committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2a9733f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b3bbfc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f85b206 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Restore handling SPACE as play-pause only in fullscreen

    When not in fullscreen SPACE should be not handled by the player, and hence result in a scroll down
    Stypox committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    e588abd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7976 from Stypox/remove-yes-string

    Replace `R.string.yes` with `R.string.ok`
    Stypox committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    05a5e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162a838 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1602bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f175de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81fef1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71f141f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8b97fa View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Translated using Weblate (Polish)

    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 23.0% (15 of 65 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Dutch)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Bosnian)
    
    Currently translated at 4.6% (3 of 65 strings)
    
    Translated using Weblate (Bosnian)
    
    Currently translated at 19.7% (122 of 617 strings)
    
    Translated using Weblate (Croatian)
    
    Currently translated at 98.2% (606 of 617 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 99.5% (614 of 617 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 94.9% (586 of 617 strings)
    
    Translated using Weblate (Sardinian)
    
    Currently translated at 99.6% (615 of 617 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 99.5% (614 of 617 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 99.6% (615 of 617 strings)
    
    Translated using Weblate (Tamil)
    
    Currently translated at 55.2% (341 of 617 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 99.8% (616 of 617 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 94.4% (583 of 617 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (65 of 65 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 10.7% (7 of 65 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (617 of 617 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 99.5% (614 of 617 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (615 of 615 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (615 of 615 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (615 of 615 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 99.6% (613 of 615 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (613 of 613 strings)
    
    Added translation using Weblate (Bosnian)
    
    Co-authored-by: Agnieszka C <aga_04@o2.pl>
    Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
    Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
    Co-authored-by: Andrij Mizyk <andmizyk@gmail.com>
    Co-authored-by: Emin Tufan Çetin <etcetin@gmail.com>
    Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
    Co-authored-by: GobinathAL <gobinathal8@gmail.com>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
    Co-authored-by: Issa1553 <fairfull.playing@gmail.com>
    Co-authored-by: Jeff Huang <s8321414@gmail.com>
    Co-authored-by: Jonatan Nyberg <jonatan@autistici.org>
    Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Ricardo <contatorms7@tutamail.com>
    Co-authored-by: S3aBreeze <paperwork@evilcorp.ltd>
    Co-authored-by: SC <lalocas@protonmail.com>
    Co-authored-by: Terry Louwers <t.louwers@gmail.com>
    Co-authored-by: Vasilis K <skyhirules@gmail.com>
    Co-authored-by: Vitor Henrique <vitorhcl00@gmail.com>
    Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
    Co-authored-by: chr56 <chr0056@gmail.com>
    Co-authored-by: luciana <ludiazsp_182@live.com>
    Co-authored-by: nautilusx <translate@disroot.org>
    Co-authored-by: pjammo <adrianoghr@hotmail.it>
    Co-authored-by: sasukeiscool <jaflagasd@gmail.com>
    Co-authored-by: Óscar Fernández Díaz <oscfdezdz@tuta.io>
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/bs/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ja/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt_BR/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
    Translation: NewPipe/Metadata
    27 people committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    fed5161 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Merge pull request #7341 from ktprograms/external-play-hide-controls

    Fix player controls not hiding if resumed from media button
    Stypox committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    af89f05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7975 from TacoTheDank/updateCheckerRewrite

    Migrate app update checker to AndroidX Work
    Stypox committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    b607a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b4a672 View commit details
    Browse the repository at this point in the history
  4. Implement appending queue to playlist in main player (#8008)

    This also allows saving a remote playlist locally.
    
    - Add an "Add to playlist" button to the queue menu in the Player.
    - Move the appendAllToPlaylist functionality from PlayQueueActivity to
    Player.
    
    Fixes: #8004
    ktprograms committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    02fa5aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e7503f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7963 from Stypox/android-tv-player

    Improve player UI and navigability for Android TV
    litetex committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    00e4631 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7978 from TacoTheDank/bumpSomeLibraries

    Update some AndroidX libraries
    litetex committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6fe6f4b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5878 from SpinHit/spinhit/addingDeleteConfirmation

    Add a confirmation button when deleting all files in downloader
    litetex committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f47f2d1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7518 from mauriciocolli/remove-icon-duplicates

    Remove icon duplicates and fix some theming issues
    litetex committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0158f13 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge pull request #7981 from Stypox/sparse-items-deduplic

    Deduplicate code for fetching stream info when sparse
    litetex committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    37aca3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080c4ba View commit details
    Browse the repository at this point in the history
  3. delete unused methods

    XiangRongLin authored and litetex committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6a400dd View commit details
    Browse the repository at this point in the history
  4. stupid checkstyle

    XiangRongLin authored and litetex committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d348c20 View commit details
    Browse the repository at this point in the history
  5. Refactored code

    litetex committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    30a8f25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee5e0e1 View commit details
    Browse the repository at this point in the history
  7. Better naming

    litetex committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    cefb524 View commit details
    Browse the repository at this point in the history
  8. Fixed conflicts

    litetex committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6765135 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #8011 from XiangRongLin/extract_view_listeners

    Extract view click listeners from Player
    Stypox committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    102204e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    86f335b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20bddd8 View commit details
    Browse the repository at this point in the history
  3. Delete some unused code

    TacoTheDank committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    979a320 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8067 from TacoTheDank/removeUnusedCode

    Delete some unused code
    litetex committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e29aaaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf213af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc4a0a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dafe42 View commit details
    Browse the repository at this point in the history
  8. Update checkstyle to 10.0 and fix various related issues

    - Put checkstyle files into checkstyle/ subfolder so that the gradle task does not implicitly depend on the whole project, fixing many warnings during build and possibly increasing build performance.
    - Remove unused SuppressionXpathFilter from config file.
    - Remove outdated suppressions from suppressions file.
    Stypox committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    710964b View commit details
    Browse the repository at this point in the history
  9. Use @SuppressWarnings for checkstyle suppressions & warnings

    It's better to use @SuppressWarnings instead of the suppressions file, so that the warning suppression is at the place where it acts.
    Stypox committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    53f8415 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Translated using Weblate (Italian)

    Currently translated at 99.8% (616 of 617 strings)
    Dar9586 authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    f5ce228 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Chinese (Traditional, Hong Kong))

    Currently translated at 89.3% (551 of 617 strings)
    Ray authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    06227d4 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Slovak)

    Currently translated at 100.0% (617 of 617 strings)
    bw4518 authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8cd3083 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Slovak)

    Currently translated at 100.0% (617 of 617 strings)
    NTFSynergy authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8c662c9 View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Czech)

    Currently translated at 100.0% (617 of 617 strings)
    fm-mf authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    b2f22ac View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (Czech)

    Currently translated at 100.0% (617 of 617 strings)
    zenobit authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    71159cf View commit details
    Browse the repository at this point in the history
  7. Translated using Weblate (Arabic)

    Currently translated at 100.0% (617 of 617 strings)
    triallax authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ac10e15 View commit details
    Browse the repository at this point in the history
  8. Translated using Weblate (Polish)

    Currently translated at 100.0% (617 of 617 strings)
    Aga-C authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5ee961d View commit details
    Browse the repository at this point in the history
  9. Translated using Weblate (Persian)

    Currently translated at 100.0% (617 of 617 strings)
    danialbehzadi authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    d0ba87f View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (Hebrew)

    Currently translated at 100.0% (617 of 617 strings)
    yarons authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    7898c33 View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Telugu)

    Currently translated at 65.1% (402 of 617 strings)
    raidu4u authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    4ea0d05 View commit details
    Browse the repository at this point in the history
  12. Translated using Weblate (Filipino)

    Currently translated at 18.8% (116 of 617 strings)
    jmarkst authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8cc2924 View commit details
    Browse the repository at this point in the history
  13. Translated using Weblate (Russian)

    Currently translated at 16.9% (11 of 65 strings)
    
    Translation: NewPipe/Metadata
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ru/
    AHOHNMYC authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    f5e2534 View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Romanian)

    Currently translated at 9.2% (6 of 65 strings)
    
    Translation: NewPipe/Metadata
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ro/
    ygorigor authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8ca701b View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Czech)

    Currently translated at 4.6% (3 of 65 strings)
    
    Translation: NewPipe/Metadata
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/cs/
    fm-mf authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    cbc7184 View commit details
    Browse the repository at this point in the history
  16. Translated using Weblate (Slovak)

    Currently translated at 6.1% (4 of 65 strings)
    
    Translation: NewPipe/Metadata
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sk/
    NTFSynergy authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5522a7a View commit details
    Browse the repository at this point in the history
  17. Translated using Weblate (Chinese (Traditional))

    Currently translated at 60.0% (39 of 65 strings)
    
    Translation: NewPipe/Metadata
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant/
    david082321 authored and weblate committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    e5ee405 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #8065 from TacoTheDank/aboutCleanup

    Clean up the about package a bit
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    1f6fc06 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #8066 from TacoTheDank/simpleSeekbarChange

    Create stub implementation for OnSeekBarChangeListener
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5723138 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #8068 from TacoTheDank/lintCleaning

    Some lint cleaning
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    6d2b5d9 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #8073 from Stypox/bump-checkstyle

    Update checkstyle to 10.0 and fix various related issues
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    70d9a77 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6bc750c View commit details
    Browse the repository at this point in the history
  23. Merge pull request #8076 from litetex/update-license

    Update license to latest version
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8c5e8bd View commit details
    Browse the repository at this point in the history
  24. updated: ExoPlayer to 2.17.1.

    added: MediaItemTag for ManagedMediaSources.
    added: silent track for FailedMediaSource.
    added: keyframe fast forward at initial playback buffer.
    added: error notification on silently skipped streams.
    karyogamy committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    4e459b3 View commit details
    Browse the repository at this point in the history
  25. added: documentations to MediaItemTags and Player.

    fixed: checkStyle failures.
    karyogamy committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    69646e5 View commit details
    Browse the repository at this point in the history
  26. Delete copyright

    was replaced by LICENSE
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5f3db01 View commit details
    Browse the repository at this point in the history
  27. Remove backoff criteria: it never kicked in

    It never kicked in since we are never returning a retry() Result, but always either success() or failure() (see createWork() function). Also, there is already a default (exponential backoff starting from 30 seconds), so no need to override it.
    Stypox committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    3d9d25d View commit details
    Browse the repository at this point in the history
  28. Merge pull request #8077 from litetex/delete-copyright-file

    Delete copyright-file
    litetex committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    fc61aae View commit details
    Browse the repository at this point in the history
  29. Merge branch 'dev' into pr2335

    Stypox committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    6e8c9f9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    66fffce View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. added: documentations on lifecycles for FailedMediaSource and LoadedM…

    …ediaSource.
    
    fixed: onPlaybackSynchronize to rewind when not playing, which was incorrectly removed in previous commit.
    fixed: sonar and checkstyle issues.
    karyogamy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    b81eb35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2335 from nv95/feature/notifications

    New streams notifications
    Stypox committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    2623f0e View commit details
    Browse the repository at this point in the history
  3. Remove pin and notifications night icons

    They were added by accident in PRs not properly rebased on top of #7518, they can be removed safely.
    Stypox committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    fa1c11f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8081 from Stypox/remove-pin-notifications-icons

    Remove pin and notifications night icons
    litetex committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    5459a55 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Merge pull request #7977 from Stypox/error-notification-kitkat

    Fix error notification on KitKat
    litetex committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1ecb0ca View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    cf598dc View commit details
    Browse the repository at this point in the history
  2. FIx breaking changes

    litetex committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    102c05e View commit details
    Browse the repository at this point in the history
  3. Fixed test compilation

    litetex committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    93deaa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. updated: onPlayerError to not catch unspecified source errors so noti…

    …fications are created.
    
    updated: Throwable usage to Exceptions.
    updated: minor styles and documentations.
    karyogamy committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    d289dc8 View commit details
    Browse the repository at this point in the history
  2. updated: source loading error for FailedMediaSource to wait for 3 sec…

    …onds before allowing retry.
    
    updated: minor style fixes.
    karyogamy committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a00bc95 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Translated using Weblate (French)

    Currently translated at 99.6% (615 of 617 strings)
    cedspam authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5343781 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (French)

    Currently translated at 99.6% (615 of 617 strings)
    translator authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    335cc23 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Italian)

    Currently translated at 100.0% (617 of 617 strings)
    pjammo authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    75f601c View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Indonesian)

    Currently translated at 100.0% (617 of 617 strings)
    Linerly authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    70d4369 View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Chinese (Traditional))

    Currently translated at 100.0% (617 of 617 strings)
    zica87 authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    32b294f View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (Vietnamese)

    Currently translated at 100.0% (617 of 617 strings)
    TXRdev901 authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e72bb87 View commit details
    Browse the repository at this point in the history
  7. Translated using Weblate (Portuguese (Portugal))

    Currently translated at 100.0% (617 of 617 strings)
    SantosSi authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    fa141e3 View commit details
    Browse the repository at this point in the history
  8. Translated using Weblate (Swahili)

    Currently translated at 5.0% (31 of 617 strings)
    Bob authored and weblate committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a8573f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Fix SparseItemUtil loading

    * Added a missing `return` statement
    * `fetchUploaderUrlIfSparse` now has a similar layout to `fetchItemInfoIfSparse`
    litetex committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b5fa93e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Merge pull request #8115 from litetex/update-newpipe-extractor

    Update NewpipeExtractor
    Stypox committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ac00c8f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Merge pull request #8020 from karyogamy/exo-update-v17

    ExoPlayer 2.17.1 update and MediaSource management rework
    litetex committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    860d28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d6238 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    litetex committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    79540a8 View commit details
    Browse the repository at this point in the history
  4. Better naming

    litetex committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    6b1a6d2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7516 from mauriciocolli/fix-download-dialog-selector

    Fix download dialog selector layout
    litetex committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    629b685 View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (Polish)

    Currently translated at 100.0% (617 of 617 strings)
    Aga-C authored and weblate committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    3bbabb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Fix fetch of video streams (when switching between tracks in a play q…

    …ueue) and subtitles when using a seamless transition between background and video players
    
    Make the use of the new method setDisabledTrackTypes in DefaultTrackSelector.ParametersBuilder, which disables selection of tracks type for every TrackGroup instead of the current group, which is the current behavior.
    This removes the use of the deprecated of setSelectionOverride method.
    
    Note that for progressive media, the content is still fetched, but only for initialization purposes (so requests are pretty small, most of times with a few kilobytes size).
    AudricV committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    3261855 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    0e73eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638f227 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Translated using Weblate (French)

    Currently translated at 100.0% (617 of 617 strings)
    VeryTastyTomato authored and weblate committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    db96d52 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Bengali (Bangladesh))

    Currently translated at 51.3% (317 of 617 strings)
    Numb57 authored and weblate committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f9af698 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Filipino)

    Currently translated at 19.1% (118 of 617 strings)
    Napstaguy04 authored and weblate committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    229481c View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Tagalog)

    Currently translated at 9.5% (59 of 617 strings)
    Napstaguy04 authored and weblate committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    984d19a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8139 from TiA4f8R/seamless-transition-video-subti…

    …tles-fetch-fix
    
    Fix fetch of video streams (when switching between tracks in a play queue) and subtitles when using a seamless transition between background and video players
    Redirion committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e16917f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8127 from litetex/fix-SparseItemUtil

    Fix `SparseItemUtil` so we don't enqueue twice
    Redirion committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a528cee View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. fixed: player caption auto-selection not reflected in gui.

    fixed: player caption selection skipping on multiple language variants.
    karyogamy committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    724eac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55fc3fc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Merge pull request #8146 from GGAutomaton/fix-7825

    Use newInstance in PlaylistDialog
    litetex committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    74c9a3d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    9818f17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8175 from Trust04zh/update-doc

    Update CONTRIBUTING.md with current checkstyle.xml path
    TobiGr committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8441aff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    601bc96 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (617 of 617 strings)
    Luciano dos Santos Gonzalez authored and weblate committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cb1fa8b View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Galician)

    Currently translated at 98.5% (608 of 617 strings)
    WB authored and weblate committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b6368b1 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Odia)

    Currently translated at 3.8% (24 of 617 strings)
    SubhamJena authored and weblate committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    931906c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge pull request #8191 from litetex/update-extractor

    Updated extractor to latest version of the dev-branch
    Redirion committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    75df1fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8150 from karyogamy/caption-fix

    Fix caption auto-selection not reflected in player GUI
    Redirion committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3fb5073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c85936b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccf2d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef5c713 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a41912 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    7fb2973 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8198 from TacoTheDank/bumpWorkflow

    Update action dependencies in workflows
    litetex committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    0a92ac9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8204 from TacoTheDank/bumpPlugins

    Update AGP, Gradle, and Kotlin
    litetex committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    6ed69d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8200 from TacoTheDank/drawerLayoutSimpler

    Use simpler DrawerLayout method
    litetex committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    85b5cb5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8199 from TacoTheDank/checklistIcon

    Replace checklist drawable
    litetex committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    2c7977d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into dev

    Stypox committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    0cf412e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into dev

    Stypox committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    4040cb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Add changelog for 0.23.0

    Stypox committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    509036f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e81f24 View commit details
    Browse the repository at this point in the history
  3. Release v0.23.0 (986)

    Stypox committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    0a2fc08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2fc2cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa58a81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05d5ef6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    4917da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fc0ef View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    2b8eb7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8249 from karyogamy/caption-fix-2

    Fix disabled caption to no longer automatically re-enable on new player instance
    litetex committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    31df4e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8236 from Stypox/fix-proguard-settings

    Fix proguard for notification preference fragment
    litetex committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    254b276 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8233 from Stypox/fix-notification-settings-2

    Fix new streams notifications preference screen
    litetex committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5c6e2ed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Set opacity of the popup close button to 0.8 on Android 12 and higher

    Setting this opacity should allow touches outside NewPipe when using the popup player.
    
    See https://developer.android.com/reference/android/view/WindowManager.LayoutParams#FLAG_NOT_TOUCHABLE for more details.
    AudricV committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d5a0f8f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge pull request #8279 from TiA4f8R/set-maximum-allowed-opacity-for…

    …-close-overlay-android-12-and-higher
    
    Adapt opacity of popup close button to allow touches in other apps on Android >=12
    opusforlife2 committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    9b3e43f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    31e762d View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Bengali (India))

    Currently translated at 45.6% (289 of 633 strings)
    
    Translated using Weblate (Danish)
    
    Currently translated at 47.2% (299 of 633 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Basque)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Tagalog)
    
    Currently translated at 9.4% (60 of 633 strings)
    
    Translated using Weblate (Arabic (Libya))
    
    Currently translated at 5.9% (4 of 67 strings)
    
    Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 14.9% (10 of 67 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (67 of 67 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 61.1% (41 of 67 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 7.4% (5 of 67 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 62.6% (42 of 67 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 50.7% (34 of 67 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 59.7% (40 of 67 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 79.1% (53 of 67 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 55.2% (37 of 67 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 55.2% (37 of 67 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (67 of 67 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 17.9% (12 of 67 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 10.4% (7 of 67 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 28.3% (19 of 67 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 65.6% (44 of 67 strings)
    
    Translated using Weblate (Sardinian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Filipino)
    
    Currently translated at 18.7% (119 of 633 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 97.6% (618 of 633 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 98.5% (624 of 633 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 90.0% (570 of 633 strings)
    
    Translated using Weblate (Basque)
    
    Currently translated at 95.7% (606 of 633 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Korean)
    
    Currently translated at 71.8% (455 of 633 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 99.5% (630 of 633 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 97.6% (618 of 633 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (633 of 633 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 99.8% (632 of 633 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 98.1% (621 of 633 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 98.1% (621 of 633 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 99.6% (631 of 633 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 99.6% (631 of 633 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 99.5% (630 of 633 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 99.5% (630 of 633 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 99.3% (629 of 633 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 99.3% (629 of 633 strings)
    
    Co-authored-by: Agnieszka C <aga_04@o2.pl>
    Co-authored-by: AioiLight <info@aioilight.space>
    Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
    Co-authored-by: Alberto De Negri <scemottero@hotmail.it>
    Co-authored-by: Alex25820 <alexs25820@gmail.com>
    Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
    Co-authored-by: Andrés Paredes <andresparedeszaa@gmail.com>
    Co-authored-by: Ayoub Rejal <ayoubrejal@gmail.com>
    Co-authored-by: BurningKarl <karl.welzel@gmail.com>
    Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
    Co-authored-by: DanieLoche <danieloche@gmail.com>
    Co-authored-by: DanieLoche <dloche+weblate@danlo.fr>
    Co-authored-by: David Kovács <davidkovacs12321@gmail.com>
    Co-authored-by: Deleted User <noreply+43355@weblate.org>
    Co-authored-by: Digiwizkid <subhadiplayek@gmail.com>
    Co-authored-by: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
    Co-authored-by: JS Ahn <freirepublik@gmail.com>
    Co-authored-by: Jeff Huang <s8321414@gmail.com>
    Co-authored-by: Jonatan Nyberg <jonatan@autistici.org>
    Co-authored-by: Jonathan Soares <jpub@disroot.org>
    Co-authored-by: Karl Tammik <karltammik@protonmail.com>
    Co-authored-by: Lars <weblate.org@lehtrab.de>
    Co-authored-by: Linerly <linerly@protonmail.com>
    Co-authored-by: Napstaguy04 <brokenscreen3@gmail.com>
    Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
    Co-authored-by: Ray <ray.cfu@protonmail.com>
    Co-authored-by: Retrial <giwrgosmant@gmail.com>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Ricardo <contatorms7@tutamail.com>
    Co-authored-by: Simon N <Observeramera@pm.me>
    Co-authored-by: TiA4f8R <avdivers84@gmail.com>
    Co-authored-by: VfBFan <drop0815@posteo.de>
    Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
    Co-authored-by: chr56 <chr0056@gmail.com>
    Co-authored-by: jazzyjabroni <lordcarmack@tuta.io>
    Co-authored-by: nautilusx <translate@disroot.org>
    Co-authored-by: nzgha <nzgha.hw@runbox.com>
    Co-authored-by: qqqq1 <qqqq1@hi2.in>
    Co-authored-by: sal0max <msal.coding@gmail.com>
    Co-authored-by: ssantos <ssantos@web.de>
    Co-authored-by: Егор Ермаков <eg.ermakov2016@gmail.com>
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ar_LY/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/es/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fa/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/id/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nb_NO/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ru/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sk/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/tr/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant_HK/
    Translation: NewPipe/Metadata
    Configuration menu
    Copy the full SHA
    9a5decd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Use 64 KiB as the default progressive load interval

    This ensures a small value is used by default, solving buffering issues at the beginning of videos
    Stypox committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b8dbb3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4d832 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8302 from Stypox/default-progressive-load-interval

    Use 64 KiB as the default progressive load interval
    Stypox committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    cd2eab6 View commit details
    Browse the repository at this point in the history