Commit graph

  • c25e523df6 Removed all animations to be consistent with the current behavior litetex 2021-12-14 20:44:39 +0100
  • 65bb1dcdbf Refactored code litetex 2021-12-14 20:44:01 +0100
  • fe42206e94 Code cleanup and minimization * Deduplicated and simplified a lot of code * Fixed `invalidSeekConditions` so that it's possible to seek while the player is loading (like currently the case) litetex 2021-12-03 20:29:18 +0100
  • dac47d9f52 Replace NotNull annotation with NonNull annotation TobiGr 2021-10-11 23:02:36 +0200
  • 83a3d11f38 Small improvements to player Stypox 2021-09-01 18:34:37 +0200
  • 03d5372525 Fix buttons' selectable item background not working in player Stypox 2021-09-01 19:51:52 +0200
  • a454a41b51 Fix controls not hiding correctly when switching player Stypox 2021-09-01 17:24:10 +0200
  • 95631dba46 Convert SecondsView from kotlin synthetics to view binding Stypox 2021-08-31 19:08:40 +0200
  • ee827407aa Fix seek triangles not visible on API 19 Stypox 2021-07-31 10:33:57 +0200
  • 3aebfa22e9 SeekOverlay: Switch to merge for SecondsView and other adjustments vkay94 2021-01-18 23:12:03 +0100
  • 72eb3b4415 SeekOverlay: Add seek overlay logic to player vkay94 2021-01-18 19:56:08 +0100
  • 3a40759cd2 SeekOverlay: Add Views vkay94 2020-11-07 15:29:07 +0100
  • 6f44ced7b6
    Merge pull request #7672 from Stypox/fix-froid-icon litetex 2022-01-21 22:35:48 +0100
  • 81843ddb6e
    Merge pull request #7670 from XiangRongLin/search_history_test litetex 2022-01-21 22:34:48 +0100
  • 23d14ab443 Fix some gradle deprecations TacoTheDank 2022-01-21 16:25:11 -0500
  • 3d3d94655b Fixed imports litetex 2022-01-21 22:19:52 +0100
  • a6515d5450 Moved timeout control from the tests to the CI pipeline litetex 2022-01-21 22:15:34 +0100
  • f2f16de5d3
    Increased timeout in `LocalPlaylistManagerTest` litetex 2022-01-21 21:58:08 +0100
  • 9376f8f39a
    Increased timeout in `HistoryRecordManagerTest` litetex 2022-01-21 21:51:44 +0100
  • 2d0da2c7a4
    Merge pull request #7317 from TacoTheDank/ignoreStrings litetex 2022-01-21 20:57:45 +0100
  • f05affa984
    Add traditional Chinese README (#7618) akamayu-ouo 2022-01-22 03:56:14 +0800
  • cd265fc31f
    Make SearchHistoryEntry.kt fields nullable to match java version (#7674) XiangRongLin 2022-01-21 17:01:11 +0100
  • 5a91e0dc57 Make SearchHistoryEntry.kt fields nullable to match java version XiangRongLin 2022-01-21 15:38:08 +0100
  • 3c21be8fa5 use constant instead of now XiangRongLin 2022-01-20 19:14:47 +0100
  • fdb74cc443
    Improve changed code and adress some of the requested changes TiA4f8R 2022-01-20 18:15:27 +0100
  • 84206c72bb
    Fix an issue which not set the default resolution if the frame rate is not equal to the one indicated in default resolution settings TiA4f8R 2022-01-11 11:39:26 +0100
  • dd47833597
    Adress requested changes TiA4f8R 2022-01-10 21:31:10 +0100
  • 3b074d64c9
    Fix crash when a subtitle language is null and fix non-update of quality played string resolution with auto mode TiA4f8R 2022-01-10 19:46:36 +0100
  • b720345f69
    Set a selection override instead of setting the maximum default resolution which can be played by ExoPlayer TiA4f8R 2021-12-20 23:36:08 +0100
  • e32cfe7190
    Apply requested changes and fix an issue with the quality selector TiA4f8R 2021-12-18 19:02:09 +0100
  • 585718afd6
    Set the maximum resolution allowed based on default resolution and limit resolution on mobile data settings TiA4f8R 2021-10-30 20:06:14 +0200
  • 841d3a47b0
    Return a quality unknown string when bitrate is unknown + add docs TiA4f8R 2021-10-21 21:44:53 +0200
  • e16d32fab3
    Apply suggestions TiA4f8R 2021-10-21 19:29:53 +0200
  • f26c90acde
    Respect resolution limit on mobile data setting for livestreams + fix the quality selector string when codecs are unknown TiA4f8R 2021-10-16 12:55:47 +0200
  • 75b015c9c8
    Fix the quality selector auto string in a special case + reverse the order of the streams in the quality selector TiA4f8R 2021-10-14 19:36:32 +0200
  • c8ede1417d
    Allow users to see if the quality used is selected by ExoPlayer or by themselves TiA4f8R 2021-10-10 19:29:42 +0200
  • 3081fbc8f6
    Add the quality selector for livestreams TiA4f8R 2021-10-08 22:01:33 +0200
  • f681b0bb5a
    Merge pull request #7648 from mhmdanas/small-refactors litetex 2022-01-19 19:48:07 +0100
  • d7fbddf6f8
    Merge pull request #7668 from litetex/fix-video-reset-on-player-switch XiangRongLin 2022-01-19 16:45:10 +0100
  • 993c34911a
    Add app icon to fastlane metadata Stypox 2022-01-19 12:03:42 +0100
  • 4c4c9dc901 Merge branch 'dev' of https://github.com/TeamNewPipe/NewPipe into add-rtl-layout-support mhmdanas 2022-01-19 09:12:25 +0300
  • 4a7cfd1a6c Ensure order of search history entries in tests XiangRongLin 2022-01-18 18:36:43 +0100
  • 402990dd9d Fix false warning mhmdanas 2022-01-12 17:28:51 +0300
  • 41faf70da1 Workaround: Set recovery before switching player litetex 2022-01-17 20:52:07 +0100
  • 15e3b6301c
    Merge pull request #7662 from TiA4f8R/fix-npe-share-button-playlists litetex 2022-01-16 19:47:55 +0100
  • 5b9c28b93b
    Replace JUnit asserts with AssertJ in HistoryRecordManagerTest (#7654) XiangRongLin 2022-01-16 09:10:45 +0100
  • 6672169707
    Fix NullPointerException when sharing a playlist which is loading TiA4f8R 2022-01-15 21:19:04 +0100
  • 3946dfb4e0
    Update app/build.gradle XiangRongLin 2022-01-15 09:23:37 +0100
  • c6d000362c Replace JUnit asserts with AssertJ in HistoryRecordManagerTest XiangRongLin 2022-01-14 11:34:21 +0100
  • 95f39c3170 Rename .java to .kt XiangRongLin 2022-01-14 11:34:21 +0100
  • afc9dd3327 Fix variable name mhmdanas 2022-01-13 17:53:16 +0300
  • fa3415cf1f Remove redundant this's mhmdanas 2022-01-13 16:21:23 +0300
  • 9dfb9c7b62 Merge remote-tracking branch 'upstream/dev' into add-rtl-layout-support mhmdanas 2022-01-13 00:45:44 +0300
  • 04e601ae03
    Update app/src/main/java/org/schabi/newpipe/fragments/list/BaseListFragment.java Abdu Ameen 2022-01-10 01:40:08 -0800
  • 9ff1baefde
    Merge pull request #7636 from litetex/show-ci-android-test-failures XiangRongLin 2022-01-10 09:41:12 +0100
  • a23262e43c Added loading of items when the view can't be scrolled Abdu Ameen 2022-01-09 13:25:31 -0800
  • 552734faa5
    CI: Upload test-report when an error occurs litetex 2022-01-09 18:09:47 +0100
  • 7268e04361 Remove redundant XML attributes in settings_keys TacoTheDank 2022-01-07 21:26:51 -0500
  • 45d8fef00c Update F-Droid VLC link TacoTheDank 2022-01-07 21:24:25 -0500
  • 0f83497284 Move untranslatable strings to a donottranslate file TacoTheDank 2022-01-07 21:24:01 -0500
  • 1475ff805f
    Merge pull request #7619 from litetex/removed-list_thumbnail_view_description Stypox 2022-01-07 22:10:27 +0100
  • 7907182e7e
    Merge pull request #7036 from Douile/fix/queue-metadata Stypox 2022-01-07 21:57:30 +0100
  • 0174b2e2d4 Android TV banner by @AioiLight Filip Czaplicki 2022-01-06 15:03:24 +0100
  • 0397a3120f Removed unused string litetex 2022-01-05 15:55:55 +0100
  • cc34734131 Refactored `initNotificationChannels` litetex 2022-01-05 15:48:46 +0100
  • 6dcde96f85 Fixed some Sonarlint warnings litetex 2022-01-05 15:31:55 +0100
  • 0f457127df Removed "list_thumbnail_view_description" litetex 2022-01-04 16:00:01 +0100
  • 99b84e7b7b
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:06:45 +0000
  • 72ec88918b
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:05:30 +0000
  • 2957dcc2bf
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:05:06 +0000
  • 618253a972
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:04:44 +0000
  • 70a4ae3eb8
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:04:24 +0000
  • be4487c2d8
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:03:59 +0000
  • ec183baa8b
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:03:16 +0000
  • 0a5544b9a4
    Add traditional Chinese README akamayu-ouo 2022-01-04 06:02:47 +0000
  • 96e3533b6a
    Fix link in traditional Chinese README akamayu-ouo 2022-01-04 06:01:42 +0000
  • 406b6c439a
    Add traditional Chinese README akamayu-ouo 2022-01-04 05:59:35 +0000
  • 064242d962
    Remove unecessary interface InfoCallback Douile 2022-01-03 17:51:31 +0000
  • ddcbe27fd3
    Fixed search not accepting key input after closing player overlay (#7607) litetex 2022-01-03 11:52:08 +0100
  • 874c84a168 More comments litetex 2022-01-02 14:24:42 +0100
  • cdd632b5df Made comments easier to understand litetex 2022-01-02 14:19:00 +0100
  • 24d0bb4d8f Fixed search not accepting key input after closing player overlay litetex 2022-01-01 16:42:49 +0100
  • ccbc3af964
    Show error notification when new streams notifications failed Stypox 2021-12-31 20:04:56 +0100
  • cd95ec4e12
    Merge branch 'dev' into pr2335 Stypox 2021-12-31 19:20:18 +0100
  • fcd2d63df4
    Don't show any channel notification thumbnail if it could not be loaded Stypox 2021-12-31 18:38:35 +0100
  • e68d49e7df
    Do not fetch all streams when disabling notifications for a channel Stypox 2021-12-31 18:34:02 +0100
  • ee19ea66b3
    Merge pull request #7568 from vhouriet/vhouriet_feature_already-playing-in-backgroud litetex 2021-12-31 14:54:05 +0100
  • 6b490ee547
    Merge pull request #7582 from Jaspann/sub-channel-tumbnail-view-fix litetex 2021-12-31 14:52:32 +0100
  • 0bf0cf5085 fix typo redterran 2021-12-30 18:56:47 +0100
  • ab7c498b53 Fix grammar redterran 2021-12-30 18:49:18 +0100
  • e127697fff
    Merge pull request #7589 from litetex/bump-extractor litetex 2021-12-29 14:44:51 +0100
  • 558c9147a2 Move sub icon visibility line Jaspann 2021-12-28 15:54:36 -0500
  • eb2ddd6b48 Merge branch 'master' into sponsorblock polymorphicshade 2021-12-27 21:42:17 -0700
  • 6238b6da08 Fixed search not accepting key input after closing player overlay David Kramer 2021-12-27 19:28:26 -0600
  • 4147c7c1d1 Updated NewPipeExtractor litetex 2021-12-27 18:41:53 +0100
  • 45ef9b0278
    Merge pull request #7577 from dkramer95/feature/pinned-comment Tobi 2021-12-27 16:51:36 +0100
  • 2730b2f197 Android TV banner with Roboto Heavy font size 48 Filip Czaplicki 2021-12-27 14:47:56 +0100
  • fc0e709817
    Fixed usage of wrong string litetex 2021-12-27 00:14:04 +0100
  • b67bf16d4f
    Minified code litetex 2021-12-26 23:57:54 +0100
  • 7308c33831 Added ukranian translation bolshoytoster 2021-12-26 13:12:21 +0000