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.21.14 #7475

Merged
merged 145 commits into from
Dec 11, 2021
Merged

Release 0.21.14 #7475

merged 145 commits into from
Dec 11, 2021

Commits on Sep 24, 2021

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

Commits on Sep 30, 2021

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

Commits on Oct 2, 2021

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

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    87c958b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb55d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

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

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    64d7432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7316409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d8769 View commit details
    Browse the repository at this point in the history
  4. Fixed typo

    litetex committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    12aac09 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    9d7e928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658d988 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Added the 'Show Channel Details' menu item to the Queue long press menu

    Created a method in NavigationHelper that opens the channel fragment using an Intent to MainActivity instead of replacing fragments.
    ktprograms committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a2ff770 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7220 from TeamNewPipe/code-improvements

    Simplify code and add annotations
    TobiGr committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    08489b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50634eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request TeamNewPipe#7202 from vhouriet/vhouriet_bug_issue-…

    …6662
    
    Fix clicking timestamp shows Toast "Playing in popup mode"
    litetex committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e9bd293 View commit details
    Browse the repository at this point in the history
  5. Merge pull request TeamNewPipe#7148 from TacoTheDank/androidxMediaBump

    Update AndroidX Media library to 1.4.x
    litetex committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    048743c View commit details
    Browse the repository at this point in the history
  6. Merge pull request TeamNewPipe#7215 from litetex/code-cleanup-drawer-…

    …main-activity
    
    Deduplicated drawer code in MainActivity
    litetex committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a2050a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Merge pull request TeamNewPipe#7224 from vhouriet/vhouriet_fix_check-…

    …background-player-type
    
    Check if background player already active before displaying player toast
    litetex committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9f7a840 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev

    TobiGr committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d7b29aa View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Merge pull request TeamNewPipe#7194 from KalleStruik/add-to-playlist-…

    …in-share
    
    Add a "add to playlist" option in the share menu
    litetex committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4af49ee View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 15, 2021

  1. Improved documentation

    litetex committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2271ea4 View commit details
    Browse the repository at this point in the history
  2. Fixed format of code

    litetex committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    03d2ca9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request TeamNewPipe#7222 from ktprograms/queue-menu-channe…

    …l-details
    
    Added the 'Show Channel Details' menu item to the Queue long press menu
    litetex committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7edef8d View commit details
    Browse the repository at this point in the history
  4. Update plugins

    TacoTheDank committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e7773d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Use a custom TextView everywhere to be able to share with ShareUtils …

    …the selected text
    
    This TextView class extends the AppCompatTextView class from androidx.
    
    These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    a55acd3 View commit details
    Browse the repository at this point in the history
  2. Use a custom EditText everywhere to be able to share with ShareUtils …

    …the selected text
    
    This EditText class extends the AppCompatEditText class from androidx.
    
    These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    411b312 View commit details
    Browse the repository at this point in the history
  3. Add JavaDocs on created views

    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    c8802fe View commit details
    Browse the repository at this point in the history
  4. Improve code of created views

    Use the same logic as Android TextViews
    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    3ded6fe View commit details
    Browse the repository at this point in the history
  5. Merge the Share process of the two classes into one

    A new class has been added in the util package: NewPipeTextViewHelper.
    It shares the selected text of a TextView with ShareUtils#shareText (with the created shareSelectedTextWithShareUtils static method).
    Only this static method can be used by other classes, other methods are private.
    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    aab09c0 View commit details
    Browse the repository at this point in the history
  6. Simplify code

    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    50b85a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a744775 View commit details
    Browse the repository at this point in the history
  8. Adress new requested changes

    AudricV committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    ddaafb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51837ce View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Clean up .gitignore files

    TacoTheDank authored and TobiGr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    b4950fc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge pull request TeamNewPipe#7265 from TacoTheDank/userVisibleHintB…

    …Gone
    
    Remove deprecated setUserVisibleHint
    litetex committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    231b749 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    b6b19b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c2bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed86b1c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merge pull request TeamNewPipe#7149 from TacoTheDank/updateFragWorkar…

    …ound
    
    Update pager workaround code to Fragment 1.3.6
    litetex committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    e0b1a6b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge pull request TeamNewPipe#7268 from TeamNewPipe/release/0.21.13

    Release 0.21.13
    - Fix playback resume
    - Ensure that the service for new version checks is not started in background
    TobiGr committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    44cad27 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev

    TobiGr committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    5522dc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Merge pull request TeamNewPipe#7263 from TacoTheDank/moreBumps

    Update some libraries
    litetex committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    94dfabf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Fixed shuffle button opacity bug

    Parameterised shuffle state into initPlayback for potentially passing the shuffle state into the player in the future
    0x416c6578 authored and litetex committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    d2306b0 View commit details
    Browse the repository at this point in the history
  2. Removed changes to the intent handler

    0x416c6578 authored and litetex committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    cf81c37 View commit details
    Browse the repository at this point in the history
  3. Fixing the shuffle button on the UI is enough.

    No need for doing the heavier method ``onShuffleModeEnabledChanged(false);``
    litetex committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    d66f933 View commit details
    Browse the repository at this point in the history
  4. Always create a backup list when shuffling

    The backup-list has to be created at all cost (even when current list size <= 2). Otherwise it's not possible to enter shuffle-mode (as ``isShuffled()`` always returns false)!
    litetex committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    af936bc View commit details
    Browse the repository at this point in the history
  5. Add support for y2u.be links

    triallax committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    6197214 View commit details
    Browse the repository at this point in the history
  6. Fix extractor dependency

    triallax committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    f6efd30 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Merge pull request TeamNewPipe#7261 from TacoTheDank/bumpRecyclerView

    Update RecyclerView & Groupie libraries
    litetex committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    7067deb View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Changed extractor dependency back to TeamNewPipe

    ...as the required PR was merged.
    litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    25e120b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bcc9bd View commit details
    Browse the repository at this point in the history
  3. Add Check for updates button

    vhouriet authored and litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    85fb582 View commit details
    Browse the repository at this point in the history
  4. Change check for updates button to trigger a version check

    vhouriet authored and litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5c9705d View commit details
    Browse the repository at this point in the history
  5. Cleanup up some code

    litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    467bd21 View commit details
    Browse the repository at this point in the history
  6. Removed dead code

    litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8dc3427 View commit details
    Browse the repository at this point in the history
  7. Make naming great again

    When we build APKs in PRs it's also a GITHUB_APK...
    litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e5fd24b View commit details
    Browse the repository at this point in the history
  8. Less indents and code -> better readable

    Also removed a useless variable
    litetex committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    403154b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Merge pull request TeamNewPipe#7061 from TiA4f8R/custom-textview-edit…

    …text
    
    Use custom TextViews and EditTexts in all XML resources
    litetex committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e9e2afa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge pull request TeamNewPipe#7296 from vhouriet/vhouriet_feature_is…

    …sue6049
    
    Add "Check for updates" button in update settings
    litetex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c0f7b12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7304 from mhmdanas/add-y2ube-link-support

    Add support for y2u.be links
    litetex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c673cb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Unrevert PR 6824

    PR 7061 reverted by mistake PR 6824 (it was a rebase issue). This commit unreverts this change and uses custom TextViews correctly in the file changed by PR 6824.
    AudricV committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    acaf92d View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7348 from TiA4f8R/unrevert-pr6824

    "Unrevert" changes from pull request 6824
    litetex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4ea962f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Support PeerTube short links

    B0pol committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    702adb5 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    litetex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ecac897 View commit details
    Browse the repository at this point in the history
  3. Merge pull request TeamNewPipe#6844 from 0x416c6578/shuffle-mode-ui-fix

    Fixed shuffle button opacity UI bug
    litetex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2e862b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Changed extractor dependency back to TeamNewPipe

    ...as the required PR was merged.
    litetex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ad8f791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7353 from B0pol/peertube-shortlinks

    Support PeerTube short links
    litetex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b5ad24e View commit details
    Browse the repository at this point in the history
  3. Reworked dialog_playback_parameter

    * Removed dependency to @dimen/video_item_search_padding as it's unrelated
    * Made the margins/paddings a bit smaller
    * Put the checkboxes inside a layout
    * Removed some useless attributes (maxLine)
    litetex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    cddb9bc View commit details
    Browse the repository at this point in the history
  4. Added a custom title

    to also save some margin/padding/etc
    litetex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f933db8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    272be36 View commit details
    Browse the repository at this point in the history
  2. Removed dead code

    litetex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    28f167f View commit details
    Browse the repository at this point in the history
  3. Added some doc

    litetex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2b2f1ee View commit details
    Browse the repository at this point in the history
  4. Why log double?

    litetex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0764983 View commit details
    Browse the repository at this point in the history
  5. De-Duplicated some code

    litetex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    478ad42 View commit details
    Browse the repository at this point in the history
  6. Merged extremely similar code together / parity between video and pop…

    …up player
    
    * Removed ``player.getPlayPauseButton().requestFocus();`` as there is no reason why it was introduced there documented
    * Use the same delay to hide the controls on both players
    litetex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b0a10f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a23f941 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Removed unused imports

    litetex committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    203ca9a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

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

Commits on Nov 8, 2021

  1. added show watched items toggle preference

    default sharedpreference is used to persist and retrieve show watched menu option toggle state
    iambaji committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    63291f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    adf9bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90cc8e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53303ac View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge pull request TeamNewPipe#7395 from litetex/gradle-replaced-with…

    …-with-using
    
    Gradle: Replaced deprecated `with` with `using`
    litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d5f25e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7370 from iambaji/issue_7362

    added show watched items toggle preference
    litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    18ce86c View commit details
    Browse the repository at this point in the history
  3. Update ExoPlayer to 2.14.2

    Redirion authored and litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    eae1f8b View commit details
    Browse the repository at this point in the history
  4. Use Android11+ extractors

    Robin authored and litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1b9c2b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd2cde3 View commit details
    Browse the repository at this point in the history
  6. Refactored PlaybackResolver

    * fixes the deprecation of ``setTag``
    * makes the code more consistent
    * de-duplicates some code
    litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    48a1ab6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request TeamNewPipe#7005 from Redirion/exo14

    Update ExoPlayer to 2.14.2
    Redirion committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    dfba10f View commit details
    Browse the repository at this point in the history
  8. Remove JCenter

    All dependencies which were fetched from JCenter are now available via Maven Central. This source change is necessary becuase JCenter announced they werer going to be read-only starting at 31st March 2021 (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter).
    TobiGr authored and litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    605b8fa View commit details
    Browse the repository at this point in the history
  9. Merge pull request TeamNewPipe#5843 from TeamNewPipe/jcenter

    Remove JCenter when possible
    litetex committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    e39a816 View commit details
    Browse the repository at this point in the history
  10. Merge pull request TeamNewPipe#7363 from litetex/playback-speed-ctrls…

    …-simple-landscape-improvements
    
    Simple playback-speed-controls improvements
    Redirion committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    344fbff View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    dee32c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7160 from nschulzke/mark-as-watched-ev…

    …erywhere
    
    Enable Mark as Watched in all the other playlist fragments.
    Stypox committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9e44053 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Use DefaultLoadcontrol

    Robin committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    9c9730b View commit details
    Browse the repository at this point in the history
  2. Fixed Period Transition

    Robin committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    3e099fb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    010c607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316db0e View commit details
    Browse the repository at this point in the history
  3. Merge pull request TeamNewPipe#7408 from Redirion/fixedautotransition2

    Fixed Period Transition
    Redirion committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    72dfe97 View commit details
    Browse the repository at this point in the history
  4. Enhanced View.slideUp

    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8b807b0 View commit details
    Browse the repository at this point in the history
  5. No more reaction to unnecessary feed db-changes

    This caused duplicate events (TeamNewPipe#6686 (comment)) and unnecessary processing of items
    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    676bc02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0278912 View commit details
    Browse the repository at this point in the history
  7. Fixed StackOverflow

    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d11129a View commit details
    Browse the repository at this point in the history
  8. Make new feed items bold

    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1b2b3a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2310e8c View commit details
    Browse the repository at this point in the history
  10. Fixed feed when animations are off

    Introduced a check if corresponding animations on the devices are enabled
    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    38ce800 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b4337e View commit details
    Browse the repository at this point in the history
  12. Removed unnecessary layout

    Moved the feed button up a bit
    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    700c1b4 View commit details
    Browse the repository at this point in the history
  13. Fixed default visibility of "new feed items" button

    Fixed/Avoid NPEs
    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4eb02f5 View commit details
    Browse the repository at this point in the history
  14. Improved highlighting in FeedFragment

    Now keeps the ``selectableItemBackground`` when highligthing an item.
    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1e0c9f4 View commit details
    Browse the repository at this point in the history
  15. Update Groupie to 2.9.0

    TacoTheDank authored and litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    a641c5b View commit details
    Browse the repository at this point in the history
  16. Fixed typo

    litetex committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7638d22 View commit details
    Browse the repository at this point in the history
  17. Merge pull request TeamNewPipe#7050 from litetex/feed-refactor-new-it…

    …ems-handling
    
    Rework feed new items handling
    Redirion committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d5199ea View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request TeamNewPipe#7381 from litetex/prevent-automatic-re…

    …play-after-returning-from-background
    
    Prevent automatic replay after returning from background
    XiangRongLin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    bd9dcfb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Add gradle wrapper Sha256

    Redirion committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    13cac07 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Merge pull request TeamNewPipe#7418 from TeamNewPipe/add-gradle-wrapp…

    …er-Sha256
    
    Add gradle wrapper Sha256
    opusforlife2 committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    1de21fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7406 from Redirion/usedefaultloadcontrol

    Use DefaultLoadcontrol
    litetex committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    d8236bb View commit details
    Browse the repository at this point in the history
  3. Removed useless doc

    litetex committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    02d1b98 View commit details
    Browse the repository at this point in the history
  4. Formatted code

    litetex committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    c8516a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Removed useless lines

    litetex committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c9488eb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge pull request TeamNewPipe#7412 from litetex/code-cleanup

    Some code cleanup(s)
    Stypox committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6cd25d7 View commit details
    Browse the repository at this point in the history
  2. Added option to report player errors

    * Added a new setting so that player errors are reported (under Video and Audio > Player)
    * Moved the player error logic to separate class specially created for this purpose
    litetex committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e632fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    769791a View commit details
    Browse the repository at this point in the history
  4. Added some doc

    litetex committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e5c00a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3f1478 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb58967 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f18ee8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa28a85 View commit details
    Browse the repository at this point in the history
  9. Refactoring

    litetex committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0d51eef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6992b2c View commit details
    Browse the repository at this point in the history
  11. Fixed build

    litetex committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2f99a21 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Fix Gradle checksum

    triallax committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    dc09a46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7442 from mhmdanas/fix-gradle-sha256

    Fix Gradle checksum
    Redirion committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    ef91214 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    4c8dca5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#7142 from litetex/better-player-error-…

    …handling
    
    Better player error handling
    Stypox committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c7daf32 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

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

Commits on Nov 30, 2021

  1. Translated using Weblate (Norwegian Bokmål)

    Currently translated at 95.8% (605 of 631 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 99.5% (628 of 631 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 99.3% (627 of 631 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 56.6% (34 of 60 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 61.6% (37 of 60 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 99.8% (625 of 626 strings)
    
    Translated using Weblate (Tamil)
    
    Currently translated at 36.4% (228 of 626 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 39.1% (245 of 626 strings)
    
    Translated using Weblate (Hungarian)
    
    Currently translated at 82.2% (515 of 626 strings)
    
    Translated using Weblate (Hungarian)
    
    Currently translated at 81.9% (513 of 626 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 66.6% (40 of 60 strings)
    
    Translated using Weblate (Bengali)
    
    Currently translated at 88.0% (551 of 626 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 35.4% (222 of 626 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 11.6% (7 of 60 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 61.6% (37 of 60 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 77.3% (484 of 626 strings)
    
    Translated using Weblate (Lithuanian)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (626 of 626 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 3.3% (2 of 60 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 94.4% (590 of 625 strings)
    
    Translated using Weblate (Croatian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Chinese (Traditional, Hong Kong))
    
    Currently translated at 28.4% (178 of 625 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 60.0% (36 of 60 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Latvian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Finnish)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Sardinian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Lithuanian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 99.5% (622 of 625 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (625 of 625 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 58.3% (35 of 60 strings)
    
    Translated using Weblate (Interlingua)
    
    Currently translated at 1.6% (1 of 60 strings)
    
    Translated using Weblate (Bulgarian)
    
    Currently translated at 78.6% (489 of 622 strings)
    
    Translated using Weblate (Tamil)
    
    Currently translated at 34.0% (212 of 622 strings)
    
    Translated using Weblate (Vietnamese)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Romanian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Malayalam)
    
    Currently translated at 99.0% (616 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Bulgarian)
    
    Currently translated at 77.0% (479 of 622 strings)
    
    Translated using Weblate (Bulgarian)
    
    Currently translated at 58.5% (364 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (60 of 60 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 63.3% (38 of 60 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 66.6% (40 of 60 strings)
    
    Translated using Weblate (Azerbaijani)
    
    Currently translated at 45.0% (280 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Croatian)
    
    Currently translated at 98.8% (615 of 622 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 58.3% (35 of 60 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (60 of 60 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 23.3% (14 of 60 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 55.0% (33 of 60 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 50.0% (30 of 60 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 80.0% (48 of 60 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 10.1% (6 of 59 strings)
    
    Translated using Weblate (Finnish)
    
    Currently translated at 13.5% (8 of 59 strings)
    
    Translated using Weblate (Esperanto)
    
    Currently translated at 1.6% (1 of 59 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Estonian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Finnish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Esperanto)
    
    Currently translated at 83.7% (521 of 622 strings)
    
    Translated using Weblate (Esperanto)
    
    Currently translated at 83.7% (521 of 622 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (59 of 59 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 22.0% (13 of 59 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 52.5% (31 of 59 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 99.8% (621 of 622 strings)
    
    Translated using Weblate (Kabyle)
    
    Currently translated at 26.0% (162 of 622 strings)
    
    Translated using Weblate (Catalan)
    
    Currently translated at 97.5% (607 of 622 strings)
    
    Translated using Weblate (Lithuanian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 99.5% (619 of 622 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (English)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 16.9% (10 of 59 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 99.3% (618 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 99.3% (618 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 99.3% (618 of 622 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 99.3% (618 of 622 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (59 of 59 strings)
    
    Translated using Weblate (Sardinian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Kurdish (Central))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Lithuanian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (622 of 622 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 100.0% (621 of 621 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 62.7% (37 of 59 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 66.1% (39 of 59 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 57.6% (34 of 59 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 54.2% (32 of 59 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 49.1% (29 of 59 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 79.6% (47 of 59 strings)
    
    Translated using Weblate (Dutch (Belgium))
    
    Currently translated at 93.0% (578 of 621 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 98.8% (614 of 621 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (621 of 621 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 99.6% (619 of 621 strings)
    
    Co-authored-by: ARtHryDr <sergivallsr@gmail.com>
    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: Alex25820 <Alexander_sjogren@hotmail.se>
    Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
    Co-authored-by: Andrij Mizyk <andmizyk@gmail.com>
    Co-authored-by: Azizov Aga <895238489@e2t.link>
    Co-authored-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>
    Co-authored-by: D D <keptawesome@gmail.com>
    Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
    Co-authored-by: Eric <spice2wolf@gmail.com>
    Co-authored-by: Garden Hose <maxmammath@gmail.com>
    Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com>
    Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
    Co-authored-by: GobinathAL <gobinathal8@gmail.com>
    Co-authored-by: Ha Thang <tadi69835@gmail.com>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Igor Nedoboy <i.nedoboy@mail.ru>
    Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
    Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
    Co-authored-by: Isak Holmström <isak@kajko.se>
    Co-authored-by: JY3 <GeeyunJY3@gmail.com>
    Co-authored-by: Jeff Huang <s8321414@gmail.com>
    Co-authored-by: Joel A <joeax910@student.liu.se>
    Co-authored-by: Karl Tammik <karltammik@protonmail.com>
    Co-authored-by: Kim Nyberg <kim-nyberg@outlook.com>
    Co-authored-by: Laura Arjona Reina <larjona@larjona.net>
    Co-authored-by: Lavin Tom K Abraham <lavintom007@gmail.com>
    Co-authored-by: Ldm Public <ldmpub@gmail.com>
    Co-authored-by: Leander Coevoet <leandercoevoet1@gmail.com>
    Co-authored-by: LiftedStarfish <liftedstarfish@protonmail.com>
    Co-authored-by: Line <LineAirline@protonmail.com>
    Co-authored-by: Marian Hanzel <marulinko@gmail.com>
    Co-authored-by: Milo Ivir <mail@milotype.de>
    Co-authored-by: Mohammed Anas <6daf084a-8eaf-40fb-86c7-8500077c3b69@anonaddy.me>
    Co-authored-by: MohammedSR Vevo <mohammednajmidin@gmail.com>
    Co-authored-by: Nachimuthu Easwaran <nachimuthu.gct@gmail.com>
    Co-authored-by: Nekromanser <ari.taitto@protonmail.com>
    Co-authored-by: Oymate <dhruboadittya96@gmail.com>
    Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
    Co-authored-by: Philipp <philipp.steisslingen@web.de>
    Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
    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: SC <lalocas@protonmail.com>
    Co-authored-by: Software In Interlingua <softinterlingua@gmail.com>
    Co-authored-by: Tanishq-Banyal <banyaltanishq@gmail.com>
    Co-authored-by: TiA4f8R <avdivers84@gmail.com>
    Co-authored-by: Toldi Balázs <tbazsalanszky@gmail.com>
    Co-authored-by: Valdnet <valdnet@itvix.pl>
    Co-authored-by: Vasilis K <skyhirules@gmail.com>
    Co-authored-by: VfBFan <drop0815@posteo.de>
    Co-authored-by: Ville Rantanen <v.r@iki.fi>
    Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
    Co-authored-by: Zampa Yayas <zampayayas@gmail.com>
    Co-authored-by: bomzhellino <adm.bomzh@gmail.com>
    Co-authored-by: chr56 <chr0056@gmail.com>
    Co-authored-by: evfjunior <evfjunior@protonmail.com>
    Co-authored-by: g <muziejusinfo@gmail.com>
    Co-authored-by: inkhorn <inkhorn@hostux.ninja>
    Co-authored-by: naofum <naofum@gmail.com>
    Co-authored-by: nautilusx <translate@disroot.org>
    Co-authored-by: nzgha <nzghafoss.ldxwe@slmail.me>
    Co-authored-by: pjammo <adrianoghr@hotmail.it>
    Co-authored-by: random r <epsilin@yopmail.com>
    Co-authored-by: ssantos <ssantos@web.de>
    Co-authored-by: sunu.wahyudhi <nopeholmes@gmail.com>
    Co-authored-by: tdayris-perso <tdayris@tutanota.de>
    Co-authored-by: translator <yasinoc375@advew.com>
    Co-authored-by: whenwesober <naomi16i_1298q@cikuh.com>
    Co-authored-by: zeritti <woodenmo@posteo.de>
    Co-authored-by: zmni <zmni@outlook.com>
    Co-authored-by: Ács Zoltán <acszoltan111@gmail.com>
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ar/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/eo/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/es/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/et/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fa/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fi/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fr/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/gl/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ia/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt_PT/
    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_Hans/
    Translation: NewPipe/Metadata
    Configuration menu
    Copy the full SHA
    122b0b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update changelog (TeamNewPipe#7476)

    * Added changelog for 980
    
    Co-authored-by: Mohammed Anas <triallax@tutanota.com>
    litetex and triallax committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4825a0a View commit details
    Browse the repository at this point in the history
  2. Updated version to 0.21.14

    litetex committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2c88e9d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

    Currently translated at 99.5% (628 of 631 strings)
    
    Translated using Weblate (Hungarian)
    
    Currently translated at 3.2% (2 of 61 strings)
    
    Translated using Weblate (Punjabi)
    
    Currently translated at 4.9% (3 of 61 strings)
    
    Translated using Weblate (Telugu)
    
    Currently translated at 6.5% (4 of 61 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 50.8% (31 of 61 strings)
    
    Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Punjabi)
    
    Currently translated at 91.4% (577 of 631 strings)
    
    Translated using Weblate (Telugu)
    
    Currently translated at 38.1% (241 of 631 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 99.2% (626 of 631 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 99.8% (630 of 631 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 96.5% (609 of 631 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Tamil)
    
    Currently translated at 1.6% (1 of 61 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (61 of 61 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 55.7% (34 of 61 strings)
    
    Translated using Weblate (Hebrew)
    
    Currently translated at 50.8% (31 of 61 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 80.3% (49 of 61 strings)
    
    Translated using Weblate (Swedish)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Polish)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Greek)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (Japanese)
    
    Currently translated at 98.8% (624 of 631 strings)
    
    Translated using Weblate (Dutch)
    
    Currently translated at 99.8% (630 of 631 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 99.0% (625 of 631 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (English)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Translated using Weblate (English)
    
    Currently translated at 100.0% (631 of 631 strings)
    
    Co-authored-by: Agnieszka C <aga_04@o2.pl>
    Co-authored-by: Alex25820 <Alexander_sjogren@hotmail.se>
    Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
    Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
    Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Human Beeing <thankful_human@mailbox.org>
    Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
    Co-authored-by: JY3 <GeeyunJY3@gmail.com>
    Co-authored-by: Linerly <linerly@protonmail.com>
    Co-authored-by: Naveen <naveen.translator@protonmail.com>
    Co-authored-by: Ricardo <contatorms7@tutamail.com>
    Co-authored-by: Terry Louwers <t.louwers@gmail.com>
    Co-authored-by: Vasilis K <skyhirules@gmail.com>
    Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
    Co-authored-by: chr56 <chr0056@gmail.com>
    Co-authored-by: nautilusx <translate@disroot.org>
    Co-authored-by: nzgha <nzghafoss.ldxwe@slmail.me>
    Co-authored-by: rickeesingh <rickeesingh231@gmail.com>
    Co-authored-by: ssantos <ssantos@web.de>
    Co-authored-by: subba raidu <raidu4u@gmail.com>
    Co-authored-by: translator <kvb@tuta.io>
    Co-authored-by: Даниил Морозюк <morozdan2003@gmail.com>
    Co-authored-by: Саша Петровић <salepetronije@gmail.com>
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/hu/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pa/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ta/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/te/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
    Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
    Translation: NewPipe/Metadata
    24 people authored and litetex committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    6b02655 View commit details
    Browse the repository at this point in the history