1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-01 10:27:57 +00:00

Commit Graph

  • 4fd3ddf392 PlayerHolder: kotlinify setListener Profpatsch 2025-05-13 17:45:29 +02:00
  • fc7daa96e9 PlayerHolder: kotlinify getters Profpatsch 2025-05-13 17:41:51 +02:00
  • 9b22773070 PlayerHolder: convert to kotlin (mechanical) Profpatsch 2025-01-01 15:18:37 +01:00
  • 86063fda6a PlayQueueActivity: inline getServiceConnection() and bind() Profpatsch 2025-05-13 17:13:27 +02:00
  • c9be4066f2 PlayerService: inline init block & make non-optional Profpatsch 2025-05-14 21:38:59 +02:00
  • 462f0ad5c0 PlayerUIList: inline init block Profpatsch 2025-05-14 21:38:42 +02:00
  • 4e94b2602d Merge pull request #12258 from Profpatsch/show-service-name-in-search Stypox 2025-07-16 15:02:43 +02:00
  • 4ddc0648ef Merge pull request #12412 from Stypox/fix-ghost-notifications Stypox 2025-07-14 21:56:22 +02:00
  • 4c920a4406 Merge pull request #12367 from watermelon42/3783_Import_Soundcloud_likes Tobi 2025-07-14 01:01:02 -07:00
  • 1c0eabf75c Updated extractor version to latest commit watermelon42 2025-06-18 19:31:58 +03:00
  • 183cc580fc Merge pull request #12415 from Isira-Seneviratne/Zip-migrate-Path Isira Seneviratne 2025-07-12 06:04:31 +05:30
  • f119a368d8 Added support for importing Soundcloud likes as a new tab before About in a user's channel. The likes are also retrieved in the feed if the user is subscribed to. watermelon42 2025-06-18 17:19:54 +03:00
  • 52ff052d6a Merge pull request #12347 from Isira-Seneviratne/PlayQueueItem-equals Isira Seneviratne 2025-07-10 02:18:43 +05:30
  • 31f8dd05a7 Convert play queue classes to Kotlin Isira Seneviratne 2025-07-04 06:34:49 +05:30
  • c2b6c71947 Rename .java to .kt Isira Seneviratne 2025-07-04 06:34:48 +05:30
  • bb7873d157 Fix Sonar warning Isira Seneviratne 2025-06-11 08:13:13 +05:30
  • e2a02a1f86 Fix some issues Isira Seneviratne 2025-06-11 07:39:29 +05:30
  • 690af88db9 Add PlayQueueItem equals and hashCode Isira Seneviratne 2025-06-11 06:19:52 +05:30
  • 4ffadc2057 Inline variable Isira Seneviratne 2025-07-08 06:21:42 +05:30
  • 225cb91105 Use InputStream#transferTo() Isira Seneviratne 2025-07-07 08:06:52 +05:30
  • 3e106b5e4f Fix DB import/export issue Isira Seneviratne 2025-07-07 07:53:20 +05:30
  • 72b67ab5d4 Refactor zip import/export using Path Isira Seneviratne 2025-07-07 07:52:54 +05:30
  • 840084d2c9 Merge pull request #12419 from Isira-Seneviratne/Merge-dev-to-refactor Isira Seneviratne 2025-07-09 07:46:11 +05:30
  • 2acfefd0bc Merge branch 'dev' into Merge-dev-to-refactor Isira Seneviratne 2025-07-09 07:02:12 +05:30
  • f3c20d43be Merge pull request #12410 from Stypox/fix-android-auto-thumbnails Stypox 2025-07-08 11:42:20 +02:00
  • c9559fa801 Merge pull request #12416 from Stypox/fix-fullscreen-clear-queue-prompt Tobi 2025-07-07 11:47:27 -07:00
  • 8ab79488e9 Merge pull request #12409 from Stypox/readme-badge-size-fix Stypox 2025-07-07 16:26:20 +02:00
  • f0b26e208b Update notice about rewrite in the README Stypox 2025-07-06 14:00:54 +02:00
  • 79084568f2 Fix fullscreen eliciting "clear queue" prompt Stypox 2025-07-07 15:07:46 +02:00
  • 705b5e5580 Fix ghost notifications on Android 10 Stypox 2025-07-07 01:04:45 +02:00
  • a4d457b2b2 Use Kotlin's .toUri() instead of Uri.parse() Stypox 2025-07-06 14:49:49 +02:00
  • 834c93f22a Fix thumbnails appearing on Android Auto even if disabled Stypox 2025-07-06 14:49:09 +02:00
  • a0adeb0099 Fix "Get it on F-Droid" appearing giant in README Stypox 2025-07-06 13:51:59 +02:00
  • 2dd11f70a3 Merge pull request #12356 from dev-victoria/fix-json-importing-oldandroid Isira Seneviratne 2025-07-04 07:06:34 +05:30
  • d048bca8b4 Temporarily disable sonarcloud CI step Stypox 2025-06-28 15:17:18 +02:00
  • 0c9f5ddcaf change according to Isira-Seneviratne suggestion Diana Victoria Furrer 2025-06-17 15:42:01 +02:00
  • aa75a1449f use MimeTypeMap from android webkit to check if the json MimeType is unsupported Diana Victoria Furrer 2025-06-15 02:19:56 +02:00
  • d81b571d05 Merge pull request #12348 from Isira-Seneviratne/Merge-dev-to-refactor Stypox 2025-06-11 10:13:36 +02:00
  • 6efb92a38f Merge branch 'dev' into Merge-dev-to-refactor Isira Seneviratne 2025-06-11 08:20:00 +05:30
  • f16becc872 Merge pull request #12217 from SttApollo/Update-EmptyStateComposable Stypox 2025-06-06 15:49:13 +02:00
  • 60ea317e61 NoComments -> NoVideos in related items screen Stypox 2025-06-06 15:36:07 +02:00
  • e53f0ff94a Update EmptyStateComposable usages to include modifiers Su TT 2025-06-05 12:33:21 -04:00
  • 16e32dfc96 SearchFragment: show filter in brackets behind service name Profpatsch 2025-06-05 14:30:04 +02:00
  • 006b4c9ae1 Merge pull request #11965 from Profpatsch/player-classes-kotlin-conversion Profpatsch 2025-06-05 14:13:33 +02:00
  • 73fef268fc PlayerService/PlayerUIList: some small improvements Profpatsch 2025-06-05 13:51:19 +02:00
  • cf8fe95abf PlayerService: runtime-assert that we get passed a service Profpatsch 2025-05-13 17:11:52 +02:00
  • 36115c3164 PlayerService: remove !! where possible Profpatsch 2025-05-13 17:00:46 +02:00
  • be373dca8d PlayerUIList: make UI list private Profpatsch 2025-05-13 15:55:13 +02:00
  • f5a4af2d67 Player: destroy -> saveAndShutdown Profpatsch 2025-05-13 15:51:21 +02:00
  • 06cf511188 PlayerHolder: improve interface docstrings Profpatsch 2025-01-01 14:28:37 +01:00
  • 26050d808e VideoPlayerUi: suppress warnings Profpatsch 2025-01-01 14:10:45 +01:00
  • 0b32738d42 VideoDetailFragment: remove duplicate code in startLoading Profpatsch 2024-12-26 16:53:50 +01:00
  • c37db85b97 VideoDetailFragment: apply more IDE suggestions Profpatsch 2024-12-26 16:51:11 +01:00
  • 4d6e1a4ecf VideoDetailFragment: apply visibility suggestions Profpatsch 2024-12-26 16:46:03 +01:00
  • b5dd49ecd3 PlayerService: simplify nullable calls, getters Profpatsch 2025-05-13 15:39:37 +02:00
  • 945fbd884b PlayerService: Convert to kotlin (mechanical) Profpatsch 2025-05-13 15:15:33 +02:00
  • 545c4f078f PlayerUIList: restrict superclasses a little Profpatsch 2025-05-13 15:12:47 +02:00
  • 8c4a789f78 Merge pull request #12302 from davidasunmo/update-readmes Stypox 2025-06-04 11:59:56 +02:00
  • 769e98acd0 Show search filter in search bar hint Stypox 2025-06-04 11:54:31 +02:00
  • 8e036b5e69 Merge pull request #12325 from dev-victoria/FeedGroupTab Stypox 2025-06-04 11:24:32 +02:00
  • 571b7bc74b Improve layout of select_feed_group_item Stypox 2025-06-04 11:18:04 +02:00
  • d4cd54fd7b Update app/src/main/java/org/schabi/newpipe/ui/emptystate/EmptyStateComposable.kt Stt_lens 2025-05-31 12:27:16 -04:00
  • 15ab3df511 Update app/src/main/java/org/schabi/newpipe/ui/emptystate/EmptyStateComposable.kt Stt_lens 2025-05-31 12:07:37 -04:00
  • 033cc08c26 Merge pull request #12322 from dev-victoria/tiny-code-fixes Audric V. 2025-05-31 16:56:37 +02:00
  • 205d18f4c4 Use GroupName for the Settings Text. The Tabname displays the default Feed title. Diana Victoria Furrer 2025-05-31 14:11:26 +02:00
  • 712724211c added FeedGroup to Tab Settings UnitTest Diana Victoria Furrer 2025-05-31 01:41:06 +02:00
  • fd09e6147f # Fixed Feed Group Titlebar - use default fragment_feed_title for TabName - only clear FeedFragment bar subtitle when it matches the groupName to clear. Diana Victoria Furrer 2025-05-31 01:30:49 +02:00
  • 279caac915 # Change Layout select_feed_group_item (FeedGroup Picker in the Settings) Remove rounded style from the icons Diana Victoria Furrer 2025-05-30 21:00:37 +02:00
  • f8ed8e575e # Change Added FEEDGROUP Tab Code to - ChooseTabsFragment - Tab Diana Victoria Furrer 2025-05-30 20:47:37 +02:00
  • 436626fa83 # Change Adjusted select_feed_group_fragment Layout - reference select_feed_group_item layout - use new Strings Diana Victoria Furrer 2025-05-30 17:54:49 +02:00
  • 7c3989ff93 # Change Adjusted the new Class SelectFeedGroupFragment for its Role - Renamed Variables - adjusted Imports - adjusted Interface with FeedGroupEntity Values Diana Victoria Furrer 2025-05-30 17:45:51 +02:00
  • e6c4690e7d # Copied Layouts Copied select_channel_fragment to select_feed_group_fragment Diana Victoria Furrer 2025-05-30 17:07:19 +02:00
  • 86869f0a14 Copied SelectFeedGroupFragment from SelectChannelFragment Diana Victoria Furrer 2025-05-30 16:55:07 +02:00
  • aa0b45c05f ChannelTab.equals fix comparison Diana Victoria Furrer 2025-05-30 13:21:45 +02:00
  • 55bf74b4a7 Fix CI status badge David Asunmo 2025-05-24 02:15:45 +01:00
  • de3d11568d Add nightly builds to all readmes Add matrix to .ru David Asunmo 2025-05-22 03:15:13 +01:00
  • 16077dee80 Add matrix chat link to all READMEs David Asunmo 2025-05-21 17:51:11 +01:00
  • c9155f7834 Merge pull request #12298 from davidasunmo/add-dev-refactor-nightly-badges Stypox 2025-05-20 11:13:38 +02:00
  • 7dd1abdf9c Add dev and refactor nightly build badges David 2025-05-20 02:22:47 +01:00
  • f41b34c090 Merge pull request #11759 from Isira-Seneviratne/Import-export-worker Isira Seneviratne 2025-05-16 01:16:34 +05:30
  • d1954baf29 Merge pull request #11829 from Profpatsch/PlayerUIList-to-kotlin Stypox 2025-05-13 23:36:16 +02:00
  • 31ade7cd30 PlayerUIList: make UI list private player-classes-kotlin-conversion Profpatsch 2025-05-13 15:55:13 +02:00
  • 4e1b0e0555 Player: destroy -> saveAndShutdown Profpatsch 2025-05-13 15:51:21 +02:00
  • 0aa71a58ed PlayerHolder: improve interface docstrings Profpatsch 2025-01-01 14:28:37 +01:00
  • 7585cc2e73 VideoPlayerUi: suppress warnings Profpatsch 2025-01-01 14:10:45 +01:00
  • 803fd52859 VideoDetailFragment: remove duplicate code in startLoading Profpatsch 2024-12-26 16:53:50 +01:00
  • ab8a9ae11c VideoDetailFragment: apply more IDE suggestions Profpatsch 2024-12-26 16:51:11 +01:00
  • 83486402df VideoDetailFragment: apply visibility suggestions Profpatsch 2024-12-26 16:46:03 +01:00
  • a5813f256a PlayerService: simplify nullable calls, getters Profpatsch 2025-05-13 15:39:37 +02:00
  • 0a885492b6 PlayerService: Convert to kotlin (mechanical) Profpatsch 2025-05-13 15:15:33 +02:00
  • 731efc2124 PlayerUIList: restrict superclasses a little Profpatsch 2025-05-13 15:12:47 +02:00
  • a8da9946d1 PlayerUiList: guard list actions with mutex Profpatsch 2024-12-26 15:04:45 +01:00
  • 3d069cdf5b PlayerUIList: rename get to getOpt and make get nullable Profpatsch 2024-12-26 12:05:10 +01:00
  • eccedc0ab0 PlayerUIList: transform to kotlin Profpatsch 2024-12-26 11:58:27 +01:00
  • f3858e70a3 Merge pull request #11789 from Thompson3142/fix_background_crash_focus Profpatsch 2025-05-09 23:41:38 +02:00
  • 76202e6b4b Remove no longer needed dependency Thompson3142 2024-12-17 19:49:43 +01:00
  • 90e2f234e7 Initial commit for better handling of background crashes Thompson3142 2024-12-03 00:51:15 +01:00
  • 42a52b7118 Merge pull request #12259 from Profpatsch/put-@-on-right-side-of-rtl-usernames Profpatsch 2025-05-08 21:46:00 +02:00
  • 7cecda5713 Merge branch 'dev' into refactor Stypox 2025-05-08 15:33:57 +02:00
  • d9dccfa8af Merge branch 'master' into dev Stypox 2025-05-08 15:04:06 +02:00