Commit graph

  • fb7d137df6 Make list stream item ConstraintLayouts and use chain Stypox 2021-06-14 19:21:42 +02:00
  • 9ceefbe848 Fix long press menu in feed Stypox 2021-06-09 16:15:04 +02:00
  • 97bd8de8a0 Do not hide feed buttons (show/hide & help) behind three-dots menu Stypox 2021-06-09 16:14:03 +02:00
  • 3c670fed5f Fix hiding finished streams in groups; new stream state validity condition Stypox 2021-06-07 09:43:08 +02:00
  • 04563465d3 Move tags layout at the bottom, use multiple lines Stypox 2021-06-13 21:56:06 +02:00
  • 19f05842f5 CONTRIBUTING.md: add "Build instructions" section and improve ordering Stypox 2021-06-13 21:02:30 +02:00
  • 8c115d7918 Merge pull request #6480 from litetex/fixMissingitemsListHeaderDuration Tobi 2021-06-12 13:36:08 +02:00
  • dab42e9e60 Added itemsListHeaderDuration to large-hand player litetex 2021-06-11 22:00:15 +02:00
  • 90cf5011b2 Only call addClickListenersOnTimestamps if relatedInfo is instance of StreamInfo TiA4f8R 2021-06-11 14:08:08 +02:00
  • 00dc669975 Fix the compile error TiA4f8R 2021-06-11 12:19:29 +02:00
  • 04dcb5b74b Fix disposables handling for text linkifier Stypox 2021-06-05 15:35:48 +02:00
  • dbbca9085c Improve text linkifier function parameters Stypox 2021-06-05 14:59:23 +02:00
  • 0a4f2b50b9 Annotate params and methods with NonNull TiA4f8R 2021-05-21 14:52:21 +02:00
  • 0844e448a3 Fix an error and add a new method in the ShareUtils class TiA4f8R 2021-04-25 14:14:56 +02:00
  • b0bd0656ed Initial work: use disposables for timestamps parsing in YouTube video descriptions and YouTube comments TiA4f8R 2021-04-04 16:37:09 +02:00
  • 5aefab981f Split handleUrl method into two methods TiA4f8R 2021-04-03 18:57:16 +02:00
  • 63966a1c2f Adress requested changes and try some cleanup in handleUrl method of InternalUrlsHandler class TiA4f8R 2021-04-03 14:46:30 +02:00
  • 0dcd1360a9 Don't use a chooser for other intents than opening a content in a browser or sharing a content to other apps Use an ACTION_CHOOSER intent has a negative impact for user experience, because user cannot set as default an activity for an intent TiA4f8R 2021-04-02 18:48:58 +02:00
  • 373fed5152 Initial work: add support for opening hashtags in plain text descriptions This commit adds supports for opening hashtags in plain text descriptions, using the same logic as timestamps. Every hashtag opens a search on the current service with the text in the hashtag. Also use a better regular expression for parsing timestamps. TiA4f8R 2021-03-27 18:45:05 +01:00
  • 7fc9258b0b Move some classes to a new subpackage and adress requested changes Rename URLHandler and KoreUtil classes to InternalUrlsHandler and KoreUtils. Move InternalUrlsHandler, KoreUtils, TextLinkfier, ShareUtils classes to external_communication subpackage. Remove unused param showPreviewText in shareText method of ShareUtils class. Add initial work to be able to display an image preview of the content shared (not for downloads). Use a better regular expression to parse timestamps in plain text descriptions. TiA4f8R 2021-03-26 13:28:11 +01:00
  • a23dff74a3 Move some classes to a new subpackage and adress requested changes Rename URLHandler and KoreUtil classes to InternalUrlsHandler and KoreUtils. Move InternalUrlsHandler, KoreUtils, TextLinkfier, ShareUtils classes to external_communication subpackage. Remove unused param showPreviewText in shareText method of ShareUtils class. Add initial work to be able to display an image preview of the content shared (not for downloads). Use a better regular expression to parse timestamps in plain text descriptions. TiA4f8R 2021-03-26 13:28:11 +01:00
  • 1d615df928 Initial work to add the image of the content in the share sheet Also do some fixes when sharing a file in downloads and some improvements in JavaDocs of ShareUtils class. TiA4f8R 2021-03-20 16:35:14 +01:00
  • ae6f77d0dc Fix title of the subject when sharing an URL TiA4f8R 2021-03-18 19:19:41 +01:00
  • 122fa1f729 Apply suggested changes and fix some warnings TiA4f8R 2021-03-18 18:42:25 +01:00
  • 01684a6db4 Try to change message of the system chooser for the update notification This commit tries to change the title of the system chooser shown, which is from Android System ("Open links with"), when no defaut browser is present, for the update notification. TiA4f8R 2021-03-13 12:43:51 +01:00
  • c3a6a2755e Fix toast shown when falling back to Google Play Store URL and the action of Open with Kodi button in the player Add a boolean param, showToast, in ShareUtils.openIntentInApp and only show toast "No app on your device can open this" if this boolean is true. Fix the action of play with Kodi button by applying the fix provided in #5599 (adding the flag Intent.FLAG_ACTIVITY_NEW_TASK to the intent in NavigationHelper.playWithKore method). Do also some cleanup in viewWithFileProvider and shareFile methods of MissionAdapter class. TiA4f8R 2021-03-13 12:37:54 +01:00
  • 27687b18e8 Initial work: add support for opening timestamps in plain text descriptions This commit adds support for opening plain text timestamps by parsing the description text using a regular expression, add a click listener for each timestamp which opens the popup player at the indicated time in the timestamp. In order to do this, playOnPopup method of the URLHandler class. Also, handleUrl method of this class has been renamed to canHandleUrl. TiA4f8R 2021-03-13 12:20:45 +01:00
  • 2f9ffe61db Open recognized timestamps in the description of contents in the popup player This commit adds support of opening recognized timestamps in the popup player instead of starting an intent which opens the YouTube website with the video timestamp. TiA4f8R 2021-02-01 16:40:54 +01:00
  • 60e6227a27 Update AndroidX Fragment to 1.3.4 TacoTheDank 2021-06-10 12:51:30 -04:00
  • 8b8e9f5fc4 Merge pull request #6313 from Isira-Seneviratne/Update_Room_to_2.3.0 Stypox 2021-06-09 16:28:55 +02:00
  • f07eaa13d5 Correctly save stream progress at the end of a video Stypox 2021-06-07 09:35:40 +02:00
  • 70c33b64e9 Remove IN HISTORY label on stream info items Stypox 2021-03-26 11:35:54 +01:00
  • b84b34be36 Save playback state even if stream is finished and add isFinished() Stypox 2021-03-26 11:27:25 +01:00
  • d48c363baf Add ability to hide played items in a feed Mauricio Colli 2020-04-05 11:11:03 -03:00
  • 8f5f96bc8e Const text width for metadata; scrollable tags layout Stypox 2021-06-09 15:26:10 +02:00
  • e585ec9abe Convert related_items_header to ConstraintLayout Stypox 2021-06-09 13:10:26 +02:00
  • 10e0106721 Use SwitchCompat to make switch uniform across versions Stypox 2021-06-09 13:04:21 +02:00
  • 574eb54ea3 Apply service color to switches TobiGr 2021-06-08 20:09:51 +02:00
  • 4a3ab0aa95 [Bandcamp Add v21 styles TobiGr 2021-06-08 20:08:51 +02:00
  • f733ca325f Merge pull request #6444 from TeamNewPipe/increasebufferafterdepletion Tobi 2021-06-08 17:02:18 +02:00
  • 7d41b3415d Merge pull request #6346 from Imericxu/tabs-style-check Stypox 2021-06-08 14:49:14 +02:00
  • 4072fd0ab1 Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java Stypox 2021-06-08 14:45:00 +02:00
  • 6204608c60 Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java Stypox 2021-06-08 14:44:54 +02:00
  • 2eab2e356d Merge pull request #6436 from Abanoub8/add_url_button Stypox 2021-06-08 14:37:10 +02:00
  • 4e44a8915d Use url at current time for long click on player share button Stypox 2021-06-08 14:34:51 +02:00
  • 3a8e7a8020 Long press on player share button to copy url to clipboard Abanoub Sameh 2021-06-06 00:36:39 +02:00
  • 7f9bc7d6b1 Merge pull request #6314 from Peyman-hme/Add-Open-website-button-to-webview-in-license-fragment-issue-#6296 Stypox 2021-06-08 11:37:06 +02:00
  • ac8cd98457 Merge pull request #5462 from Isira-Seneviratne/Convert_abstract_classes_to_interfaces Stypox 2021-06-08 11:32:10 +02:00
  • 6333c8889b Add Open website string resources Peyman-hme 2021-05-19 18:48:26 +04:30
  • 04b898595c Change "Ok" Button to "Dismiss" and also change "Open Website" button to neutral button Peyman-hme 2021-05-19 15:46:40 +04:30
  • 185f0cede6 Add "Open website" button in webview in license fragment, issue #6296 Peyman-hme 2021-05-16 16:32:49 +04:30
  • 145401acdb Merge pull request #5876 from TeamNewPipe/terminated-channels Tobi 2021-06-08 10:57:24 +02:00
  • 27bc2f07e6 Merge pull request #5415 from Stypox/saf Tobi 2021-06-08 10:55:38 +02:00
  • 2d92f18471 Reimplement storing backup import/export path Stypox 2021-06-06 22:15:32 +02:00
  • 9c6579f871 Remove misplaced comment Stypox 2021-03-17 22:07:13 +01:00
  • d920c7c1ea Check if file really exists before asking user to overwrite it Stypox 2021-03-17 20:28:15 +01:00
  • c6ad9b8f66 Fix strange behaviour when app loses access to saf download folder Stypox 2021-01-16 15:46:50 +01:00
  • 3399ed2b30 Pass mime type so that SAF treats file extension correctly Stypox 2021-01-16 15:15:16 +01:00
  • 0c322e47cb Add comments to SharpStreams Stypox 2021-01-16 14:35:15 +01:00
  • 907c3b77f8 Improve SAF switch descriptions in settings Stypox 2021-01-16 14:10:24 +01:00
  • 460d2aa82f Fix ContentSettingsManager tests Stypox 2021-01-14 22:04:40 +01:00
  • e127083deb Add setting migration to promote using SAF Stypox 2021-01-14 21:40:16 +01:00
  • 28f070b6da Only ask for storage permissions when not using SAF wb9688 2020-08-02 11:23:40 +02:00
  • c871d765f3 Fix non-SAF actions wb9688 2020-07-30 16:01:08 +02:00
  • 1195867a36 Use file picker for export DB wb9688 2020-06-15 16:26:52 +02:00
  • 995264e5e2 Move Stored(File|Directory)Helper into NewPipe wb9688 2020-06-14 19:37:45 +02:00
  • 4e133a3599 Support SAF properly wb9688 2020-06-13 17:29:57 +02:00
  • 84709eb620 Revert all commits related to ContentSettingsFragment Stypox 2021-06-05 23:52:39 +02:00
  • dd73d82e56 Translated using Weblate (Indonesian) Hosted Weblate 2021-06-08 10:33:15 +02:00
  • 224ce66312 Fix getting error cause TobiGr 2021-04-02 21:42:40 +02:00
  • 4b3af04b7d Fix feed loading and show a dialog for each invalid subscription Stypox 2021-04-02 18:16:24 +02:00
  • 9edf293d59 Improve error message when loading feed TobiGr 2021-03-31 23:32:53 +02:00
  • 471a72fcfb Show detailed error message when an account has been terminated by the service TobiGr 2021-03-31 22:46:52 +02:00
  • 81d3e812e0 Better error handling of terminated channels when loading feed TobiGr 2021-04-02 21:41:06 +02:00
  • 8fdd11c890 Merge pull request #6443 from Stypox/invalid-attr Tobi 2021-06-08 10:05:38 +02:00
  • b5aee0f0cd Merge pull request #6432 from TeamNewPipe/release_0.21.4 Tobi 2021-06-07 22:41:30 +02:00
  • feeab9d346 NewPipe 0.21.4 (970) TobiGr 2021-06-05 17:27:06 +02:00
  • 5697c1539c Merge pull request #6438 from TeamNewPipe/fix/metadataView Tobi 2021-06-07 21:39:24 +02:00
  • 63e6d89e1a Update NewPIpe extractor to 0.21.4 TobiGr 2021-06-07 20:39:55 +02:00
  • b535c11dbe Translated using Weblate (Chinese (Simplified)) Hosted Weblate 2021-06-07 20:37:26 +02:00
  • c96e58374a Increase buffer for playback after rebuffer Robin 2021-06-07 09:25:49 +02:00
  • fb84d8ff36 Use constraint layout for play queue item Stypox 2021-06-07 07:57:26 +02:00
  • 05ad21cfee Merge pull request #6442 from Douile/fix/useless-duration Stypox 2021-06-07 07:11:13 +02:00
  • 3d26543e65 Hide queue duration when displaying segment panel Douile 2021-06-07 02:10:44 +01:00
  • 0b228e1013 Kotlin auto formatting TobiGr 2021-06-06 11:56:38 +02:00
  • efa100bfde Increase space for metadata typeview TobiGr 2021-06-06 11:56:15 +02:00
  • 5788098e5d Update 970.txt Tobi 2021-06-05 23:37:47 +02:00
  • 6d26f57fe6 Run CI on PRs which target the master branch Tobi 2021-06-05 17:34:27 +02:00
  • 60a1a1582e Update extractor version TobiGr 2021-06-05 17:26:16 +02:00
  • 1ef901eb12 Add changelog for 0.21.4 TobiGr 2021-06-05 17:22:32 +02:00
  • 8a40621a83 Merge pull request #6430 from TeamNewPipe/localization Tobi 2021-06-05 17:20:37 +02:00
  • e00fe9af0e Annotate StoredFileHelper.createSAF() as NonNull TobiGr 2021-06-05 16:34:22 +02:00
  • 9a8cadcf18 Suppress a warning TobiGr 2021-06-05 01:17:10 +02:00
  • d0a76d7e60 Use reqireContext(), requireActivity() instead of getters TobiGr 2021-06-05 01:16:48 +02:00
  • e754ffe1a5 Replace three dots with ellipsis symbol TobiGr 2021-06-05 01:15:56 +02:00
  • a5c885ed5f Translated using Weblate (German) Hosted Weblate 2021-06-05 16:08:27 +02:00
  • 74cc53bdd9 Merge pull request #6429 from TiA4f8R/fix-play-with-kodi-player-button Tobi 2021-06-05 14:32:09 +02:00
  • a3d9d79c2a Merge pull request #6421 from TeamNewPipe/fix/playback_speed Stypox 2021-06-05 13:46:45 +02:00
  • 14883367f6 Fix Play with Kodi button in Player always prompts to install Kore TiA4f8R 2021-06-05 12:48:34 +02:00
  • d34dab889b Fix playback speed not being updated in PlayQueuAcitvity TobiGr 2021-06-05 12:24:53 +02:00