Commit graph

  • 92910eb227
    Merge pull request #5523 from TiA4f8R/share-improvements Stypox 2021-06-15 20:56:37 +0200
  • cdfe686322 v0.21.5 (971) changelog TobiGr 2021-06-15 19:14:35 +0200
  • 553943ab93 Release NewPipe 0.21.5 (971) bopol 2021-06-15 18:17:23 +0200
  • 32df4d39a4
    Reshow feed if grid/list view mode changed Stypox 2021-06-15 18:40:25 +0200
  • 1281ea858c Added itemsListHeaderDuration to large-hand player litetex 2021-06-11 22:00:15 +0200
  • 30a303f873 Increase buffer for playback after rebuffer Robin 2021-06-07 09:25:49 +0200
  • fdb6679d2d
    Make list stream item ConstraintLayouts and use chain Stypox 2021-06-14 19:21:42 +0200
  • 7145b117cc
    Fix long press menu in feed Stypox 2021-06-09 16:15:04 +0200
  • 4698d07323
    Do not hide feed buttons (show/hide & help) behind three-dots menu Stypox 2021-06-09 16:14:03 +0200
  • 2142f05a88
    Fix hiding finished streams in groups; new stream state validity condition Stypox 2021-06-07 09:43:08 +0200
  • 40a2df847b
    Move tags layout at the bottom, use multiple lines Stypox 2021-06-13 21:56:06 +0200
  • 6063ff063b
    CONTRIBUTING.md: add "Build instructions" section and improve ordering Stypox 2021-06-13 21:02:30 +0200
  • 917b1dc2a5 README.*.md: delete Atemu 2021-06-09 12:26:38 +0200
  • 120d12a7de Merge branch 'master' into sponsorblock polymorphicshade 2021-06-12 11:12:11 -0600
  • 547a1a9970
    Merge pull request #6480 from litetex/fixMissingitemsListHeaderDuration Tobi 2021-06-12 13:36:08 +0200
  • 8c52a812d9 Added itemsListHeaderDuration to large-hand player litetex 2021-06-11 22:00:15 +0200
  • 4eef498d24
    Only call addClickListenersOnTimestamps if relatedInfo is instance of StreamInfo TiA4f8R 2021-06-11 14:08:08 +0200
  • 32b0bdb98c
    Fix the compile error TiA4f8R 2021-06-11 12:19:29 +0200
  • edfe0f9c30
    Fix disposables handling for text linkifier Stypox 2021-06-05 15:35:48 +0200
  • eef418a757
    Improve text linkifier function parameters Stypox 2021-06-05 14:59:23 +0200
  • 218f25c171
    Annotate params and methods with NonNull TiA4f8R 2021-05-21 14:52:21 +0200
  • f02df6d80c
    Fix an error and add a new method in the ShareUtils class TiA4f8R 2021-04-25 14:14:56 +0200
  • da4d379b22
    Initial work: use disposables for timestamps parsing in YouTube video descriptions and YouTube comments TiA4f8R 2021-04-04 16:37:09 +0200
  • f13f4cc5d2
    Split handleUrl method into two methods TiA4f8R 2021-04-03 18:57:16 +0200
  • a79badd783
    Adress requested changes and try some cleanup in handleUrl method of InternalUrlsHandler class TiA4f8R 2021-04-03 14:46:30 +0200
  • 2702700d10
    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 +0200
  • 267686fd37
    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 +0100
  • e5df2f65b8
    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 +0100
  • d6decc05d7
    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 +0100
  • d85afd6435
    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 +0100
  • 2fb86364ab
    Fix title of the subject when sharing an URL TiA4f8R 2021-03-18 19:19:41 +0100
  • c972940338
    Apply suggested changes and fix some warnings TiA4f8R 2021-03-18 18:42:25 +0100
  • 6abdd2a6d8
    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 +0100
  • 9e9d1a04e4
    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 +0100
  • ae9349e36c
    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 +0100
  • 4031777606
    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 +0100
  • 9591f14551 Update AndroidX Fragment to 1.3.4 TacoTheDank 2021-06-10 12:51:30 -0400
  • 8dfa9604d9 Fix reCaptcha being shown on every request TobiGr 2021-06-09 17:17:02 +0200
  • 06d10cf9aa
    Merge pull request #6313 from Isira-Seneviratne/Update_Room_to_2.3.0 Stypox 2021-06-09 16:28:55 +0200
  • 0113ad5e14
    Correctly save stream progress at the end of a video Stypox 2021-06-07 09:35:40 +0200
  • e58feadba9
    Remove IN HISTORY label on stream info items Stypox 2021-03-26 11:35:54 +0100
  • 360f5ac6f7
    Save playback state even if stream is finished and add isFinished() Stypox 2021-03-26 11:27:25 +0100
  • e846f69e38
    Add ability to hide played items in a feed Mauricio Colli 2020-04-05 11:11:03 -0300
  • fa1d7ffac3
    Const text width for metadata; scrollable tags layout Stypox 2021-06-09 15:26:10 +0200
  • 272d589518
    Convert related_items_header to ConstraintLayout Stypox 2021-06-09 13:10:26 +0200
  • 6ab4787e97
    Use SwitchCompat to make switch uniform across versions Stypox 2021-06-09 13:04:21 +0200
  • 060f09ff55 Apply service color to switches TobiGr 2021-06-08 20:09:51 +0200
  • f47ae3668f [Bandcamp Add v21 styles TobiGr 2021-06-08 20:08:51 +0200
  • 56cd84c1fe
    Merge pull request #6444 from TeamNewPipe/increasebufferafterdepletion Tobi 2021-06-08 17:02:18 +0200
  • 751f8039e9
    Fix sponsors not automatically skipping at 00:00 blank X 2021-06-08 21:35:30 +0700
  • a2eead521f
    Merge pull request #6346 from Imericxu/tabs-style-check Stypox 2021-06-08 14:49:14 +0200
  • a2fd5ae20c
    Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java Stypox 2021-06-08 14:45:00 +0200
  • 543440e38d
    Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java Stypox 2021-06-08 14:44:54 +0200
  • 0b64382ef6
    Merge pull request #6436 from Abanoub8/add_url_button Stypox 2021-06-08 14:37:10 +0200
  • bede758507
    Use url at current time for long click on player share button Stypox 2021-06-08 14:34:51 +0200
  • 5532666ad5
    Long press on player share button to copy url to clipboard Abanoub Sameh 2021-06-06 00:36:39 +0200
  • 63cff25616
    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 +0200
  • 5e2735aaa2
    Merge pull request #5462 from Isira-Seneviratne/Convert_abstract_classes_to_interfaces Stypox 2021-06-08 11:32:10 +0200
  • 6fc0d8fce4
    Add Open website string resources Peyman-hme 2021-05-19 18:48:26 +0430
  • e0c1ca1209
    Change "Ok" Button to "Dismiss" and also change "Open Website" button to neutral button Peyman-hme 2021-05-19 15:46:40 +0430
  • 3dc4ed1764
    Add "Open website" button in webview in license fragment, issue #6296 Peyman-hme 2021-05-16 16:32:49 +0430
  • f63a4ee2ae
    Merge pull request #5876 from TeamNewPipe/terminated-channels Tobi 2021-06-08 10:57:24 +0200
  • c96bdfcb32
    Merge pull request #5415 from Stypox/saf Tobi 2021-06-08 10:55:38 +0200
  • 2a99e0e435
    Reimplement storing backup import/export path Stypox 2021-06-06 22:15:32 +0200
  • 5ffc667bea
    Remove misplaced comment Stypox 2021-03-17 22:07:13 +0100
  • 21b8df0375
    Check if file really exists before asking user to overwrite it Stypox 2021-03-17 20:28:15 +0100
  • b78ac7d2e9
    Fix strange behaviour when app loses access to saf download folder Stypox 2021-01-16 15:46:50 +0100
  • 114dc8ffa0
    Pass mime type so that SAF treats file extension correctly Stypox 2021-01-16 15:15:16 +0100
  • eea43d5a73
    Add comments to SharpStreams Stypox 2021-01-16 14:35:15 +0100
  • bcb1cf6603
    Improve SAF switch descriptions in settings Stypox 2021-01-16 14:10:24 +0100
  • 6a0c5a874c
    Fix ContentSettingsManager tests Stypox 2021-01-14 22:04:40 +0100
  • 1e8b3826dc
    Add setting migration to promote using SAF Stypox 2021-01-14 21:40:16 +0100
  • 7efe62ee80
    Only ask for storage permissions when not using SAF wb9688 2020-08-02 11:23:40 +0200
  • febb21a01d
    Fix non-SAF actions wb9688 2020-07-30 16:01:08 +0200
  • cb4e6159c4
    Use file picker for export DB wb9688 2020-06-15 16:26:52 +0200
  • 1164ea52f9
    Move Stored(File|Directory)Helper into NewPipe wb9688 2020-06-14 19:37:45 +0200
  • 0f75024e03
    Support SAF properly wb9688 2020-06-13 17:29:57 +0200
  • 1e09a1768e
    Revert all commits related to ContentSettingsFragment Stypox 2021-06-05 23:52:39 +0200
  • 7c78d963d9
    Translated using Weblate (Indonesian) Hosted Weblate 2021-06-08 10:33:15 +0200
  • b57ecae565 Fix getting error cause TobiGr 2021-04-02 21:42:40 +0200
  • 89317d4abc Fix feed loading and show a dialog for each invalid subscription Stypox 2021-04-02 18:16:24 +0200
  • c5dd3dc7a9 Improve error message when loading feed TobiGr 2021-03-31 23:32:53 +0200
  • ccc46971b4 Show detailed error message when an account has been terminated by the service TobiGr 2021-03-31 22:46:52 +0200
  • 6ad4b425e4 Better error handling of terminated channels when loading feed TobiGr 2021-04-02 21:41:06 +0200
  • 761e01c3b9
    Merge pull request #6443 from Stypox/invalid-attr Tobi 2021-06-08 10:05:38 +0200
  • 70b9330b61
    Merge pull request #6432 from TeamNewPipe/release_0.21.4 v0.21.4 Tobi 2021-06-07 22:41:30 +0200
  • f1e8667945 NewPipe 0.21.4 (970) TobiGr 2021-06-05 17:27:06 +0200
  • 509f501696
    Merge pull request #6438 from TeamNewPipe/fix/metadataView Tobi 2021-06-07 21:39:24 +0200
  • 3fe0368486 Update NewPIpe extractor to 0.21.4 TobiGr 2021-06-07 20:39:55 +0200
  • 8f027e274e Translated using Weblate (Chinese (Simplified)) Hosted Weblate 2021-06-07 20:37:26 +0200
  • 3b0045917c
    Increase buffer for playback after rebuffer Robin 2021-06-07 09:25:49 +0200
  • a102fc9cad
    Use constraint layout for play queue item Stypox 2021-06-07 07:57:26 +0200
  • f6bca68da2
    Merge pull request #6442 from Douile/fix/useless-duration Stypox 2021-06-07 07:11:13 +0200
  • d921e2e61b
    Hide queue duration when displaying segment panel Douile 2021-06-07 02:10:44 +0100
  • 0f7ed0ec70 Kotlin auto formatting TobiGr 2021-06-06 11:56:38 +0200
  • 49b12ea4f8 Increase space for metadata typeview TobiGr 2021-06-06 11:56:15 +0200
  • 69fc466323
    Update 970.txt Tobi 2021-06-05 23:37:47 +0200
  • 81d00f2e97
    Run CI on PRs which target the master branch Tobi 2021-06-05 17:34:27 +0200
  • ded6540422 Update extractor version TobiGr 2021-06-05 17:26:16 +0200
  • 583a028529 Add changelog for 0.21.4 TobiGr 2021-06-05 17:22:32 +0200