TiA4f8R
acaf92d671
Unrevert PR 6824
...
PR 7061 reverted by mistake PR 6824 (it was a rebase issue). This commit unreverts this change and uses custom TextViews correctly in the file changed by PR 6824.
2021-11-02 17:53:27 +01:00
TiA4f8R
411b3129f9
Use a custom EditText everywhere to be able to share with ShareUtils the selected text
...
This EditText class extends the AppCompatEditText class from androidx.
These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
2021-10-16 13:41:03 +02:00
TiA4f8R
a55acd38df
Use a custom TextView everywhere to be able to share with ShareUtils the selected text
...
This TextView class extends the AppCompatTextView class from androidx.
These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
2021-10-16 13:40:54 +02:00
Kalle Struik
87c958b2e7
Rename the "append_playlist" string to "add_to_playlist"
2021-10-03 13:27:24 +02:00
Tobi
5b3137093f
Merge pull request #6824 from phigjm/player_queue_control_rearrangement
...
Swap seekbar position with player buttons in Queue screen
2021-10-02 09:47:25 +02:00
Kostas Giapis
a70c51b71c
Remove margins from minimized player buttons
2021-09-26 18:26:40 +03:00
Kostas Giapis
02d417476e
Increase minimized player buttons clickable area
2021-09-26 18:23:11 +03:00
Stypox
8272b2508b
Make all buttons in player have selectable item background borderless ( #7042 )
...
Except buttons with long text or text that changes on click
2021-09-18 11:29:15 +02:00
Stypox
3a09039b93
Remove unused resources
2021-09-02 21:13:54 +02:00
Stypox
faa7a91764
Merge pull request #7004 from litetex/fix-showTextError-and-rework-ErrorPanel
...
Reworked the ErrorPanel
2021-08-31 18:26:51 +02:00
Stypox
a4c9732916
Merge pull request #6965 from ktprograms/indication-content-main-page
...
Add how to remove tab from main page text
2021-08-31 12:12:33 +02:00
Stypox
039bd5d413
Rename string finish to ok, as its content was "OK"
2021-08-30 16:36:57 +02:00
litetex
d931d058d9
Reworked the ErrorPanel
...
* All element on the error panel are now hidden by default (expect for the ``errorTextView``) as they are only optional shown
* Added a method to ensure the above
* This deduplicates a lot of code
* Fixed format of some LoC
* Added new method: ``showAndSetErrorButtonAction``
* Fixed ``showTextError``
* Named buttons more logically: ``errorButtonAction`` -> ``errorActionButton``
2021-08-28 17:05:12 +02:00
ktprograms
e95637f7b7
Add help text in fragment_choose_tabs.xml, convert to ConstraintLayout
2021-08-27 09:20:23 +08:00
Stypox
bbcfdf2969
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
ktprograms
f7a0b9951e
Move Choose Tabs help message to Action Bar subtitle
2021-08-24 17:28:28 +08:00
ktprograms
160f9df64e
Add how to remove tab from main page text
2021-08-24 09:39:18 +08:00
sherlockbeard
137d9e6d6e
testing
2021-08-13 20:54:22 +05:30
Stypox
4d50a66e40
Un-nest some text views in play queue activity
2021-08-09 20:11:31 +02:00
phigjm
e6c56cacc6
Rearrange the play queue control elements
...
from bottom to top: Playback_controls, progress bar, center, (seek display)
2021-08-09 20:11:18 +02:00
Stypox
f8caed139a
Use custom cancel string everywhere
...
to fix missing somali translation for android.R.string.cancel
2021-08-04 18:58:35 +02:00
Stypox
d42a534fc3
Merge pull request #6741 from KalleStruik/comment-hearts
...
Show hearts in comments
2021-08-01 11:12:58 +02:00
Kalle Struik
bfac73b992
Make heart visible in android studio and move logic to the right file.
2021-07-27 22:34:59 +02:00
Stypox
5924edb289
Merge pull request #6782 from TacoTheDank/fix-fill-parent
...
Fix deprecated fill_parent attributes
2021-07-27 19:45:51 +02:00
TacoTheDank
e2791cdf0f
Fix deprecated fill_parent attributes
2021-07-27 13:38:59 -04:00
TacoTheDank
50f3b08c59
Consolidate edittext alert dialogs into one layout
2021-07-27 13:31:58 -04:00
Kalle Struik
74173317de
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
3874e16187
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
d57bfde604
Merge pull request #6434 from litetex/playerSeekbarPreview
...
Player seekbar thumbnail preview
2021-07-19 11:42:10 +02:00
Stypox
6c25ce56a3
Merge pull request #6456 from TeamNewPipe/feature/switch-theme
...
Apply theme to switches
2021-07-18 13:12:47 +02:00
litetex
efd038a536
Increased padding of preview thumbnail
2021-07-17 16:43:04 +02:00
litetex
0b2629e910
Moved time to the top
2021-07-17 16:43:03 +02:00
litetex
2a24532e1d
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
c5f2eb1dd8
Enlarged currentDisplaySeek a bit
2021-07-17 16:43:01 +02:00
litetex
2e2dbaf77f
Added seekbar-preview to the player layout
2021-07-17 16:41:54 +02:00
litetex
36c198fc33
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
81107df53f
Added comments disabled functionallity
2021-07-17 13:10:44 +02:00
Tobi
96f5cd9f17
Merge pull request #6463 from Stypox/metadata-tags
...
Improved metadata layout, better tags accessibility
2021-07-12 16:18:11 +02:00
litetex
85e864a01e
Made the thumbnail in the minimized player visible again
2021-07-06 21:40:57 +02:00
Stypox
fdb6679d2d
Make list stream item ConstraintLayouts and use chain
2021-06-15 14:17:40 +02:00
Stypox
40a2df847b
Move tags layout at the bottom, use multiple lines
2021-06-13 21:56:06 +02:00
Stypox
e58feadba9
Remove IN HISTORY label on stream info items
2021-06-09 15:53:51 +02:00
Mauricio Colli
e846f69e38
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
fa1d7ffac3
Const text width for metadata; scrollable tags layout
2021-06-09 15:32:07 +02:00
Stypox
272d589518
Convert related_items_header to ConstraintLayout
2021-06-09 13:10:26 +02:00
Stypox
6ab4787e97
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
ccc46971b4
Show detailed error message when an account has been terminated by the service
2021-06-08 10:12:36 +02:00
Tobi
761e01c3b9
Merge pull request #6443 from Stypox/invalid-attr
...
Use constraint layout for play queue item
2021-06-08 10:05:38 +02:00
Stypox
a102fc9cad
Use constraint layout for play queue item
...
Also remove invalid ic_selected attribute
2021-06-07 08:07:27 +02:00
TobiGr
49b12ea4f8
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