Avently
6f506f17e0
Fixes for Android API <21
2020-07-22 17:19:32 +03:00
Alexander--
8cf76f7515
Add @NonNull annotation to method argument
...
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
2020-07-22 07:57:04 -04:00
Alexander--
05dc8280d4
Use View.isShown() to avoid focus overlay glitches
...
A View can become focused while being invisible, if it's
parent is invisible. Use global draw listener and
View.isShown() to catch such cases.
2020-07-22 06:21:25 +06:59
Avently
44d21d677b
Fixed a situation when background playback could use a video stream instead of an audio stream
2020-07-22 02:20:58 +03:00
Avently
eda6641e3f
Better TV support, icons, activity_main refactoring
...
- on Android TV you'll be able to navigate with D-pad in main fragment and in the player. But not between them for now
- play/pause/next/previous buttons are smaller now
- replaced ic_list with previous version of it
- activity_main looks better which helps with Android TV support
2020-07-22 01:20:30 +03:00
Avently
d6ff15d609
Removed unused line
2020-07-21 01:53:59 +03:00
Avently
5cd7ca5dab
AndroidTvUtils -> DeviceUtils
2020-07-21 01:43:49 +03:00
Avently
d0cb338abc
Merged the latest changes
2020-07-21 01:37:36 +03:00
Tobias Groza
1f775bbfc7
Merge pull request #3689 from wb9688/next-stream
...
Remove calls to getNextStream()
2020-07-18 11:59:04 +02:00
Tobias Groza
6e46a8e47a
Merge pull request #3902 from wb9688/null-description
...
Check for description == null
2020-07-18 11:54:10 +02:00
wb9688
32c8076435
Check for description == null
2020-07-18 10:01:44 +02:00
Avently
411c65babc
New icons
2020-07-16 01:15:24 +03:00
wb9688
04ccd2e7f5
Use relatedItems instead of info.getRelatedStreams()
2020-07-15 18:52:36 +02:00
wb9688
158b91e2ec
Remove calls to getNextStream()
2020-07-14 21:27:59 +02:00
wb9688
863b8242b7
Use androidx.annotation.NonNull instead of io.reactivex.annotations.NonNull
2020-07-14 21:15:29 +02:00
Avently
fd46560c2f
NonNull instead of NotNull annotations
2020-07-14 22:08:12 +03:00
Avently
b68c655151
Mini player slide to botom fix, buttons size fix
2020-07-14 21:52:55 +03:00
Avently
a6894644d1
Made checkStyle happy
2020-07-14 20:21:32 +03:00
Avently
4aeb2cd795
Small fixes of issues
2020-07-13 23:28:39 +03:00
Avently
aef78ace88
Merged the latest changes
2020-07-13 04:17:21 +03:00
Avently
b99b756435
Marked many (too many) variables as final
2020-07-12 03:59:47 +03:00
Tobias Groza
3d86fd2fed
Merge pull request #3441 from wb9688/nextpage
...
Next page stuff
2020-07-07 21:19:27 +02:00
wb9688
69431ef0ab
Use getNextPage() instead of getNextPageUrl()
2020-07-07 21:03:24 +02:00
Tobias Groza
a00486c325
Merge pull request #3471 from Royosef/DisplaySearchSuggestion
...
Display search suggestion: did you mean & showing result for
2020-07-07 20:57:02 +02:00
TobiGr
f60e4c1b3a
Highlight search suggestion
2020-07-07 20:23:41 +02:00
Tobias Groza
8d8dff378f
Merge pull request #3579 from TobiGr/error_md_export
...
Add Markdown export of crash logs
2020-07-07 00:01:12 +02:00
Tobias Groza
a06f4cdfcc
Merge pull request #3843 from kapodamy/drop-writting-application-metadata
...
Drop writting application metadata in muxed files
2020-07-06 23:55:06 +02:00
kapodamy
4515a5f4ed
checkstyle's amend
2020-07-05 23:55:40 -03:00
Stypox
a56c87ff20
Replace search query without searching on suggestion panel long click
2020-07-05 22:01:35 +02:00
Stypox
19e4bba3fe
Improve suggestion panel
2020-07-05 22:01:35 +02:00
wb9688
3a8f184e61
Improve search suggestion code
2020-07-05 22:01:35 +02:00
Roy Yosef
f05865150d
Fix search suggestions not working on resume
...
* add searchSuggestionString, isCorrectedSearch fields to state and load onResume
2020-07-05 22:01:35 +02:00
Roy Yosef
88c4f367e4
Display search suggestion: did you mean & showing result for
2020-07-05 22:01:35 +02:00
Stypox
89899dc1c9
Move local/remote playlist merge() to PlaylistLocalItem class
...
In order not to have a utils class just for one function
2020-07-04 11:38:22 +02:00
Stypox
8736a1c072
Fix style issues
2020-07-04 11:38:22 +02:00
Roy Yosef
820ab5893c
Final declarations, naming & redundant code
...
* add final declarations where missing
* fix typo "onSelectedLisener" to "onSelectedListener"
* rename "baseEqual" to "baseEquals"
* replace getPlaylistsObserver code with functions pointers
* remove duplicate code in constructors
* remove useless null checks
2020-07-04 11:37:38 +02:00
Roy Yosef
37dd391807
Add playlist tab to main page
...
Add bookmarked playlist as tab in the main page (by Settings > Content > Content of main page)
2020-07-04 11:35:45 +02:00
kapodamy
39ee35c9d3
update WebMWriter.java
2020-07-03 20:51:45 -03:00
kapodamy
d8b2a5e51d
Drop "writing/muxed by" metadata
...
* All muxers (mp4, webm and ogg) are affected
* solve some checkstyle's errors (building was blocked)
Mp4FromDashWriter:
* drop "writing application"
* drop "handler name"
OggFromWebMWriter:
* drop "writing application" for OPUS and VORBIS header
WebMWriter:
* Drop "Muxing application"
* Drop "Writing application"
2020-07-03 02:07:42 -03:00
Tobias Groza
9d17e20c8e
Merge pull request #3404 from mauriciocolli/feed-add-filter-sub-list
...
Add filter to the feed group dialog to show only ungrouped subscriptions
2020-07-02 22:53:11 +02:00
Tobias Groza
349780325b
Merge pull request #3837 from Stypox/audio-sync
...
Fix audio/video desync caused by floating point cumulative errors
2020-07-02 21:29:18 +02:00
Stypox
c0d12cfd90
Merge pull request #3774 from eames-palmer/status-bar-color
...
Update status color to match toolbar color
2020-07-01 08:39:32 +02:00
Stypox
6db881fc17
Fix audio/video desync caused by floating point cumulative errors
2020-06-30 22:41:09 +02:00
TobiGr
4bd1de6f7c
Add Markdown export of crash logs
...
Add app language as additional debug information to reports
2020-06-28 16:07:22 +02:00
Stypox
aaab7d2f95
Show dialog with open options in case of an unsupported url
2020-06-28 13:33:08 +02:00
Mauricio Colli
331ce24540
Add filter to the feed group dialog to show only ungrouped subscriptions
2020-06-27 11:58:40 -03:00
Mauricio Colli
5c57c1d500
Fix subscription picker items flickering in the feed group dialog
...
The adapter could not tell the items were the same because the
subscription class was missing some methods (i.e. equals and hashcode),
so a full rebind was being done.
2020-06-27 11:25:31 -03:00
Mauricio Colli
77439f720c
Add search for subscription picker in the feed group dialog
2020-06-27 11:25:25 -03:00
Tobias Groza
38af616e7a
Merge pull request #3787 from budde25/fix-popup-queue
...
Fixes enqueue resuming paused videos
2020-06-27 11:56:08 +02:00
Avently
60fd42dfa3
Changes for review
2020-06-27 06:25:50 +03:00