Commit Graph

302 Commits

Author SHA1 Message Date
BO41 9848acbc55 test were not working after rebase
BUILD SUCCESSFUL in 2m 1s
7 actionable tasks: 2 executed, 5 up-to-date
2018-09-12 11:40:59 +02:00
Christian Schabesberger 11c8e0a2d7 Revert "make dash parser ignore segmented streams"
This reverts commit e662c97433.
2018-09-12 11:40:59 +02:00
BO41 1d71e41817 more unused code
still:
320 tests completed, 8 failed, 11 skipped
7 actionable tasks: 5 executed, 2 up-to-date
2018-09-12 11:40:31 +02:00
BO41 79487c1f0f performance issues 2018-09-12 11:40:31 +02:00
BO41 9001f50a2d error handling and imports 2018-09-12 11:40:31 +02:00
BO41 8de40975ca declaration redundancy 2018-09-12 11:40:31 +02:00
BO41 5671f490ff fields converted to local 2018-09-12 11:39:57 +02:00
BO41 dda0af7556 ran Code Cleanup
after running Android Studios code cleanup:
320 tests completed, 8 failed, 11 skipped
7 actionable tasks: 4 executed, 3 up-to-date

should not be much different from normal test
2018-09-12 11:39:57 +02:00
Lukas Walter b426e2781c adds mission semicolons 2018-09-12 11:39:18 +02:00
Lukas Walter 1fa20f7d6f replaced if with switch 2018-09-12 11:39:18 +02:00
BO41 1e41f9f9fd small change from if to else if
if I see this right `name` is a String and can only have one value ("seconds", "minutes", "hours", "days", "weeks", "months or "years") at once.
So if it is equal to "seconds" there is no need to check if it is equal to "minutes" because it can't be.
2018-09-12 11:39:18 +02:00
Christian Schabesberger 217d13b102 fix wrong subscription count 2018-09-11 15:14:22 +02:00
Christian Schabesberger 8a4afe2548 refactor split time parsing 2018-09-09 14:01:39 +02:00
Christian Schabesberger 49b72cbe5d
Merge pull request #112 from skil3z/master
Fix time formatting for different countries
2018-09-09 13:58:34 +02:00
skil3z a83d020944
Accommodate time formatting for different countries
If there's a . in the time format, this detects it and uses is instead of : 
This removes errors and lag related to "Could not get duration" while using NewPipe in countries with official time formatting with . (dot) instead of : (punctuation colon)

Tested to compile and work on real device
2018-09-09 12:53:10 +03:00
Christian Schabesberger 66c3c3f452 fix channel links in description part 2 2018-09-07 22:18:22 +02:00
Christian Schabesberger 4469d11307 fix channel links in description 2018-09-07 21:40:36 +02:00
John Zhen Mo 119843bfac -Fix signature extraction parse exception. 2018-09-07 11:34:14 -07:00
Mauricio Colli 850670917f
Quick fix for the kiosks in SoundCloud 2018-09-05 07:25:24 -03:00
Mauricio Colli 834382111b
Fix NPE when playlist is empty 2018-09-03 22:37:31 -03:00
Mauricio Colli 0400ae026f
Fix channels with subscription count disabled
Related: TeamNewPipe/NewPipe#1649
2018-09-03 22:37:31 -03:00
Mauricio Colli f6be85e2f5
Merge branch 'dev' into 'master' 2018-09-03 22:37:31 -03:00
Christian Schabesberger f498dd7875 fix failing unit tests
fix yt share url error
2018-08-28 17:19:22 +02:00
Christian Schabesberger fef71aeccc roleback using href for description links 2018-08-28 11:55:12 +02:00
Christian Schabesberger 3aa7ff6d0e make ytdescription alter href instead of the text of links 2018-08-27 20:45:43 +02:00
Christian Schabesberger e662c97433 make dash parser ignore segmented streams 2018-08-21 17:23:56 +02:00
Christian Schabesberger c4e16c7337 fix hashtag parsing 2018-08-17 16:22:50 +02:00
Christian Schabesberger 981cb333b5 fix link parsing for yt internal links
blub
2018-08-16 17:44:09 +02:00
Christian Schabesberger 389a87fc89 add link parsing for youtube description 2018-08-16 17:11:18 +02:00
Christian Schabesberger aeb813840d fix search querry tests 2018-08-05 14:14:36 +02:00
Christian Schabesberger 701666f498 block yt premium videos
fix logig error for block yt premium videos
2018-08-05 13:04:49 +02:00
Christian Schabesberger af1dddb79e
Merge pull request #96 from Bleuzen/enable_opus
Enable opus format 251
2018-08-01 18:21:50 +02:00
Christian Schabesberger dcca11fbeb Merge branch 'dev' 2018-07-25 14:13:16 +02:00
Bleuzen 9af07a2562 re-enable opus 2018-07-24 17:25:42 +02:00
Christian Schabesberger 1eff8c5708 rename filter playlist to playlists 2018-07-19 16:16:37 +02:00
Christian Schabesberger 558a973e43 rename search filters 2018-07-19 16:06:44 +02:00
Christian Schabesberger 8ee068fd98 fix names in kiosklist
blub
2018-07-13 21:50:49 +02:00
Christian Schabesberger 28788a05db rename uih and remove afiliate link foo 2018-07-13 18:02:40 +02:00
Christian Schabesberger a1aaca1bea get info from initial page 2018-07-08 20:49:13 +02:00
Christian Schabesberger 53f0bc9d8d add getInfo without need for search extractor to searchinfo 2018-07-08 20:15:14 +02:00
Christian Schabesberger 35b46900c1 add outcomming items of searchextractor to searchinfo 2018-07-08 19:53:25 +02:00
Christian Schabesberger 4746a1c48a upgrade kisok uriIdhandler to ListUIHandler 2018-07-08 15:27:35 +02:00
Christian Schabesberger 31b0480e22 fix failing tests 2018-07-08 14:43:49 +02:00
Christian Schabesberger 2f351be772 add getMoreInfo to SearchInfo 2018-07-08 14:32:31 +02:00
Christian Schabesberger 39332a283b remove searchengine 2018-07-02 13:49:14 +02:00
Christian Schabesberger 812a785811 remove searchengine 2018-07-02 13:47:39 +02:00
Christian Schabesberger 291de18418 getUIHandler() to getUIHFactory()
handler to handlerFactory in kiosk
2018-07-01 19:01:39 +02:00
Christian Schabesberger cf542db853 getUIHandler() to getUIHFactory() 2018-07-01 18:50:21 +02:00
Christian Schabesberger bd5423fe2a make less tests fail 2018-07-01 16:55:48 +02:00
Christian Schabesberger 17f46b8b12 rename UrlIdHandler to UIHFactory 2018-07-01 16:55:48 +02:00