straw/app/src/main/java/org/schabi/newpipe
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
..
about Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02:00
database Add StreamHistoryEntry.toStreamInfoItem() 2025-02-16 21:40:55 +01:00
download Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02:00
error ErrorActivity: add Timestamp and Package/Service to markdown export 2025-01-21 16:25:54 +01:00
fragments SearchFragment: show service name in search hint 2025-05-07 10:12:41 +02:00
info_list Update app/src/main/java/org/schabi/newpipe/info_list/dialog/StreamDialogDefaultEntry.java 2024-10-27 09:41:45 +01:00
ktx Merge pull request #12044 from TeamNewPipe/android-auto 2025-03-21 11:21:58 +01:00
local Fix header crash in History List view (#12214) 2025-05-06 17:07:45 +02:00
player Fix style and add comment about null player 2025-02-24 14:21:05 +01:00
settings Move call to setApplicationLocales 2025-03-27 19:14:41 -04:00
streams Fix downloading/exporting when overwriting file would not truncate 2024-11-24 18:36:54 +01:00
util Merge pull request #12093 from mileskrell/mileskrell/support-per-app-language-preferences 2025-04-08 23:13:07 +02:00
views Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02:00
App.java Move app language setting migration to SettingMigrations 2025-03-16 19:24:04 -04:00
BaseFragment.java Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02:00
DownloaderImpl.java DownloaderImpl: Auto-close resources and simplify header setting 2025-01-31 12:36:27 +01:00
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Merge pull request #12093 from mileskrell/mileskrell/support-per-app-language-preferences 2025-04-08 23:13:07 +02:00
NewPipeDatabase.java Merge branch 'dev' into pr8221 2024-03-29 18:08:31 +01:00
NewVersionWorker.kt Convert isReleaseApk to lazy value 2024-03-20 14:00:13 +01:00
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Support obtaining multiple images from the extractor 2023-09-22 09:57:33 +02:00
RouterActivity.java Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02:00