Diana Victoria Furrer
8a405efb2b
added FeedGroup to Tab Settings UnitTest
2025-05-31 01:41:06 +02:00
Diana Victoria Furrer
dc5f02eb3a
# Fixed Feed Group Titlebar
...
- use default fragment_feed_title for TabName
- only clear FeedFragment bar subtitle when it matches the groupName to clear.
2025-05-31 01:30:49 +02:00
Diana Victoria Furrer
d81e6d2057
# Change
...
Layout select_feed_group_item (FeedGroup Picker in the Settings)
Remove rounded style from the icons
2025-05-30 21:00:37 +02:00
Diana Victoria Furrer
e961e60543
# Change
...
Added FEEDGROUP Tab Code to
- ChooseTabsFragment
- Tab
Added strings:
- feed_group_page_summary
2025-05-30 20:47:37 +02:00
Diana Victoria Furrer
3e536bc98d
# Change
...
Adjusted select_feed_group_fragment Layout
- reference select_feed_group_item layout
- use new Strings
Added strings:
- select_a_feed_group
- no_feed_group_created_yet
2025-05-30 17:54:49 +02:00
Diana Victoria Furrer
d31ba2a445
# Change
...
Adjusted the new Class SelectFeedGroupFragment for its Role
- Renamed Variables
- adjusted Imports
- adjusted Interface with FeedGroupEntity Values
2025-05-30 17:45:51 +02:00
Diana Victoria Furrer
89c468b812
# Copied Layouts
...
Copied select_channel_fragment to select_feed_group_fragment
Copied select_channel_item to select_feed_group_item
# Change
Replaced the Layout references in the new Class SelectFeedGroupFragment
2025-05-30 17:07:19 +02:00
Diana Victoria Furrer
a48386dcec
Copied SelectFeedGroupFragment from SelectChannelFragment
2025-05-30 16:55:07 +02:00
Diana Victoria Furrer
7402e9eae4
ChannelTab.equals fix comparison
2025-05-30 13:21:45 +02:00
David Asunmo
3e99ad58b0
Fix CI status badge
2025-05-24 02:15:45 +01:00
David Asunmo
97b854b196
Add nightly builds to all readmes
...
Add matrix to .ru
2025-05-22 03:29:12 +01:00
David Asunmo
7d1f589371
Add matrix chat link to all READMEs
2025-05-22 03:29:12 +01:00
Stypox
c58ae60d17
Merge pull request #12298 from davidasunmo/add-dev-refactor-nightly-badges
...
Add dev and refactor nightly build badges
2025-05-20 11:13:38 +02:00
David
48787bf556
Add dev and refactor nightly build badges
...
bottom text
2025-05-20 02:22:47 +01:00
Profpatsch
6f11e838fe
Merge pull request #11789 from Thompson3142/fix_background_crash_focus
...
Fix background crash focus
2025-05-09 23:41:38 +02:00
Thompson3142
5b7663cb03
Remove no longer needed dependency
2025-05-09 22:29:05 +02:00
Thompson3142
1cee2f158c
Initial commit for better handling of background crashes
...
Fix crashing behaviour with entry in SharedPreferences
A few minor improvements
Added docs for isInBackground
Some more minor changes
Overwrite methods in MainActivity instead of creating a new class
2025-05-09 22:29:00 +02:00
Profpatsch
ad28b7a7d8
Merge pull request #12259 from Profpatsch/put-@-on-right-side-of-rtl-usernames
...
Comments: Put @ on the right side of right-to-left usernames
2025-05-08 21:46:00 +02:00
Stypox
795381c69f
Merge branch 'master' into dev
2025-05-08 15:04:06 +02:00
Profpatsch
1fcb000f95
Comments: Put @ on the right side of right-to-left usernames
...
From the discussion in
https://github.com/TeamNewPipe/NewPipe/pull/12188 it reads more
natural for RTL readers.
2025-05-07 14:20:44 +02:00
Stypox
9199a2f2e1
Hotfix release v0.27.7 (1004)
2025-05-07 12:52:43 +02:00
TobiGr
0eb90ff82e
Update NewPipe Extractor and add new proguard rules
...
New rules are required since Rhino and Rhino Engine 1.8.0
2025-05-07 12:50:37 +02:00
Stypox
20df1ad1aa
Add translated changelogs for v0.27.7
...
Copied from 985.txt
2025-05-07 12:49:31 +02:00
Stypox
4e120541e7
Add changelog for v0.26.7 (1004)
2025-05-07 12:48:59 +02:00
Stypox
495eefb611
Update NewPipeExtractor to v0.24.6
...
For some reason
com.github.TeamNewPipe.NewPipeExtractor:v0.24.6
didn't work, but
com.github.TeamNewPipe.NewPipeExtractor:NewPipeExtractor:v0.24.6
as suggested on https://jitpack.io/#TeamNewPipe/NewPipeExtractor/v0.24.6 worked...
2025-05-07 12:36:08 +02:00
Profpatsch
de11462684
Merge pull request #12188 from VougJo23/commentsfix
...
fix: support RTL usernames in comment header
2025-05-07 12:20:23 +02:00
Profpatsch
d84d589210
Merge pull request #12202 from AndrianaBilali/fix/timestamp-clicks-in-replies
...
Fix timestamps not working in comment replies
2025-05-07 12:07:03 +02:00
VougJo23
8986413eb5
fix: support RTL usernames in comment header
...
The `@` gets added by the youtube API and thus is a fixed member of
the username, so we do some simple detection logic to handle that
case (otherwise the `@` will be at the right side of a RTL username,
which is different of how Youtube displays these usernames in the
browser).
Fixes https://github.com/TeamNewPipe/NewPipe/issues/12141
2025-05-07 12:05:09 +02:00
Profpatsch
65776b19e8
SearchFragment: show service name in search hint
...
The only hint (haha) which service one is searching in is currently
the color of the background. This is super confusing, yesterday a
friend tried to search for a video on youtube and the app was set to
Bandcamp, and they were super confused why nothing turned up.
So let’s put the name of the service in the hint!
The `updateService()` thing is a little confused, but I didn’t want
to refactor to improve the logic. It’s not doing anything
computationally intensive anyway.
For PeerTube, the sidebar calls it FramaTube but the service name is
PeerTube, I’m not sure why that is the case. Looks like the string
depends on the name of the instance? Hm, can be improved later I
think.
2025-05-07 10:12:41 +02:00
Andriana
a383cd5f6c
Fix timestamps not working in comment replies
...
Use LinkMovementMethodCompat for comment links
Co-authored-by: Isira Seneviratne <31027858+Isira-Seneviratne@users.noreply.github.com>
Update import
Use LongPressLinkMovementMethod
2025-05-06 17:12:17 +02:00
j-haldane
f239087e36
Fix header crash in History List view ( #12214 )
...
* Adapt header handling changes from other recyclerview adapters to fix issue #4475 in StatisticsPlaylistFragment
* Remove unneeded LayoutInflater
* Revert "Remove unneeded LayoutInflater"
This reverts commit ab73dc1e7290f9e133435222bf35dee54de837f4.
* Revert "Adapt header handling changes from other recyclerview adapters to fix issue #4475 in StatisticsPlaylistFragment"
This reverts commit 2abe71cc986114000ecdd14aaa17850f60b9549c.
* Remove header animation causing view recycling issue
2025-05-06 17:07:45 +02:00
Profpatsch
967fffa707
Merge pull request #12256 from Profpatsch/improve-jitpack-workaraund-docs
...
build.gradle: Improve jitpack workaround doc & fix hash
2025-05-06 12:56:38 +02:00
Profpatsch
1bbe7627b5
build.gradle: Improve jitpack workaround doc & fix hash
2025-05-06 10:48:20 +02:00
Stypox
90ff9eade3
Merge pull request #12215 from naveensingh/fix-image-minimizer
...
Fix image minimizer pattern
2025-04-28 07:34:06 +02:00
Naveen Singh
6fc735c0d9
Fix image minimizer pattern
...
Added non-capturing group that matches either:
- `user-attachments/assets`
- `owner/repo/assets/digits`
2025-04-27 19:35:31 -04:00
Stypox
beef5984b9
Merge pull request #12117 from malania02/dev
...
Show download date of downloaded videos
2025-04-11 20:17:27 +02:00
malania02
05610004a0
Fix for overlapping
2025-04-09 23:40:14 +02:00
Stypox
c4baf36d96
Merge pull request #12093 from mileskrell/mileskrell/support-per-app-language-preferences
...
Support per-app language preferences
2025-04-08 23:13:07 +02:00
Stypox
6bee852564
Merge pull request #12150 from FineFindus/fix/potoken-index
...
[YouTube] Access first element if array size is one
2025-04-08 23:06:04 +02:00
FineFindus
de384b8c24
[YouTube] Access first element if array size is one
...
Fixes a regression, where if the challenge data array size was one, the second element
would be accessed, leading to a crash.
This was introduced when porting the challenge parsing from JS to
Kotlin.
Ref: 10943c587c
2025-04-02 22:14:01 +02:00
malania02
96f8224d7f
Missing lines added
2025-03-30 14:50:05 +02:00
Miles Krell
31a81b4a3b
Move call to setApplicationLocales
2025-03-27 19:14:41 -04:00
Miles Krell
e4349889eb
Move migration to NewPipeSettings
2025-03-23 17:39:21 -04:00
malania02
b78bfbfe81
Show download date
2025-03-22 16:19:26 +01:00
malania02
6e1e91d62c
textview for download date added
2025-03-22 16:13:45 +01:00
malania02
0b383956fe
textview for download date added
2025-03-22 16:09:58 +01:00
Stypox
d55485730c
Merge pull request #12044 from TeamNewPipe/android-auto
...
Add support for Android Auto *(season 2)*
2025-03-21 11:21:58 +01:00
Stypox
5f9b73b060
Merge pull request #12104 from TeamNewPipe/update-npe
...
Update NewPipe Extractor and add new proguard rules
2025-03-21 10:52:37 +01:00
Miles Krell
d71305dbb7
Don't show toast because of changing content language or country
2025-03-16 20:27:05 -04:00
Miles Krell
b2daa9a02c
Only show toast on Android <13
2025-03-16 20:15:38 -04:00