Commit graph

601 commits

Author SHA1 Message Date
Stypox
14ebb41264 Rename string finish to ok, as its content was "OK" 2021-08-30 16:36:57 +02:00
Stypox
bfc9835146 Merge pull request #6917 from sherlockbeard/sherlockbeard-notAvailableVector
Change "not available" image from PNG to vector format
2021-08-25 17:12:07 +02:00
sherlockbeard
b1fce6cabc testing 2021-08-13 20:54:22 +05:30
Stypox
0703dbfeab Use custom cancel string everywhere
to fix missing somali translation for android.R.string.cancel
2021-08-04 18:58:35 +02:00
Stypox
55fa95a528 Merge pull request #6741 from KalleStruik/comment-hearts
Show hearts in comments
2021-08-01 11:12:58 +02:00
Kalle Struik
c963f28f7b Make heart visible in android studio and move logic to the right file. 2021-07-27 22:34:59 +02:00
Stypox
abdbdca167 Merge pull request #6782 from TacoTheDank/fix-fill-parent
Fix deprecated fill_parent attributes
2021-07-27 19:45:51 +02:00
TacoTheDank
d45640026f Fix deprecated fill_parent attributes 2021-07-27 13:38:59 -04:00
TacoTheDank
bf7d98f359 Consolidate edittext alert dialogs into one layout 2021-07-27 13:31:58 -04:00
Kalle Struik
8035ceac0b Change heart color to be red, add else clause for non hearted comments, and apply some code style suggestions. 2021-07-23 19:43:25 +02:00
Kalle Struik
a5fbfc4585 Added support for showing when a comment has received a heart from the creator of a video. 2021-07-23 17:30:47 +02:00
Stypox
c5e0cbfb9f Merge pull request #6434 from litetex/playerSeekbarPreview
Player seekbar thumbnail preview
2021-07-19 11:42:10 +02:00
Stypox
b850a8dbbb Merge pull request #6456 from TeamNewPipe/feature/switch-theme
Apply theme to switches
2021-07-18 13:12:47 +02:00
litetex
28b834420f Increased padding of preview thumbnail 2021-07-17 16:43:04 +02:00
litetex
50493ff2cd Moved time to the top 2021-07-17 16:43:03 +02:00
litetex
15a3b61840 Fine tuned padding
Moved seekbar preview up a bit, so the finger is not obstructing the view
2021-07-17 16:43:02 +02:00
litetex
80b68d0a17 Enlarged currentDisplaySeek a bit 2021-07-17 16:43:01 +02:00
litetex
2d14aa51a8 Added seekbar-preview to the player layout 2021-07-17 16:41:54 +02:00
litetex
37f2e80c00 One textview is enough for disabled comments
Ref: https://github.com/TeamNewPipe/NewPipe/pull/6483#discussion_r654793920
2021-07-17 13:14:50 +02:00
litetex
94886d82d6 Added comments disabled functionallity 2021-07-17 13:10:44 +02:00
Tobi
74c9e60b1b Merge pull request #6463 from Stypox/metadata-tags
Improved metadata layout, better tags accessibility
2021-07-12 16:18:11 +02:00
litetex
b8bba1e715 Made the thumbnail in the minimized player visible again 2021-07-06 21:40:57 +02:00
Stypox
fb7d137df6 Make list stream item ConstraintLayouts and use chain 2021-06-15 14:17:40 +02:00
Stypox
04563465d3 Move tags layout at the bottom, use multiple lines 2021-06-13 21:56:06 +02:00
Stypox
70c33b64e9 Remove IN HISTORY label on stream info items 2021-06-09 15:53:51 +02:00
Mauricio Colli
d48c363baf Add ability to hide played items in a feed
- Use components from the new Groupie list library for displaying the
feed list.
2021-06-09 15:53:51 +02:00
Stypox
8f5f96bc8e Const text width for metadata; scrollable tags layout 2021-06-09 15:32:07 +02:00
Stypox
e585ec9abe Convert related_items_header to ConstraintLayout 2021-06-09 13:10:26 +02:00
Stypox
10e0106721 Use SwitchCompat to make switch uniform across versions
Also just use colorControlActivated in the base V19 theme, instead of using the prefix android: in each V21 service theme
2021-06-09 13:04:21 +02:00
TobiGr
471a72fcfb Show detailed error message when an account has been terminated by the service 2021-06-08 10:12:36 +02:00
Tobi
8fdd11c890 Merge pull request #6443 from Stypox/invalid-attr
Use constraint layout for play queue item
2021-06-08 10:05:38 +02:00
Stypox
fb84d8ff36 Use constraint layout for play queue item
Also remove invalid ic_selected attribute
2021-06-07 08:07:27 +02:00
TobiGr
efa100bfde Increase space for metadata typeview
Some translations come with longer words causing them to wrap at strange positions
2021-06-06 11:57:14 +02:00
Stypox
bafda0960e Always show scrollbars for metadata tags 2021-06-02 21:23:48 +02:00
Stypox
a98c0cc61d Use chips to show tags in metadata section
Clicking on chips opens the search fragment
Long clicking copies to clipboard
2021-06-02 16:15:02 +02:00
Stypox
aab4416947 Add button to allow selecting text in the description
Since now selection is disabled by default, this fixes #5453
2021-06-02 14:36:34 +02:00
Stypox
c49df41126 Allow copying metadata to clipboard 2021-06-02 14:19:25 +02:00
Stypox
4919161754 Show video metadata below the decription 2021-06-02 14:19:25 +02:00
Tobi
315f4ddcc4 Merge pull request #6410 from sauravrao637/6409
Fixed channel description textView
2021-06-01 11:02:47 +02:00
camo0112
3f00843299 fixed channel description textView 2021-06-01 10:43:57 +05:30
TobiGr
a79b3f83a6 Fix empty fragment text not centered when text longer than one line 2021-05-28 12:43:21 +02:00
TobiGr
4c4b7e7898 [Bandcamp] Add Radio stream segments
Display channel / creator / artist name when given
2021-04-11 23:14:23 +02:00
Tom
c70ade0681 Add queue time (#6023)
* Add queue time
2021-04-08 10:41:41 +02:00
krlvm
d1f413e349 Fix list stream item details overflow when there's free space 2021-04-04 21:07:43 +03:00
krlvm
53603e90e1 Add ellipsis to list stream item uploader 2021-04-04 20:52:44 +03:00
krlvm
ef0999b9c3 Merge branch 'dev' into daynight 2021-04-03 00:08:26 +03:00
krlvm
0e314d248b Fix Player controls colors on KitKat
AppCompatImageButton ignores "tint" theme attribute on API 19, therefore, they had to be specified directly, these attributes can be removed after the KitKat support is dropped.
2021-04-02 23:58:10 +03:00
Fynn Godau
36177cefaa Rename related streams to related items 2021-03-31 22:33:22 +02:00
Tobi
3fa517cf20 Merge pull request #5935 from Stypox/fix-notification-settings
Fix hidden icon to the left of notification actions in settings
2021-03-31 22:18:26 +02:00
krlvm
536598aa01 Fix subscription picker colors on API 19 2021-03-31 20:17:58 +03:00