Merge remote-tracking branch 'newpipe/master' into dev
This commit is contained in:
commit
cbdfb15117
|
@ -57,7 +57,7 @@ dependencies {
|
|||
exclude module: 'support-annotations'
|
||||
})
|
||||
|
||||
implementation 'com.github.teamnewpipe:NewPipeExtractor:430da57350c587828'
|
||||
implementation 'com.github.teamnewpipe:NewPipeExtractor:cfc72d8dc9d'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||
|
|
|
@ -449,7 +449,7 @@ otevření ve vyskakovacím okně</string>
|
|||
<string name="permission_denied">Akce odmítnuta systémem</string>
|
||||
<string name="download_failed">Stahování se nezdařilo</string>
|
||||
<string name="download_finished">Stahování dokončeno</string>
|
||||
<string name="download_finished_more">% s stahování dokončeno</string>
|
||||
<string name="download_finished_more">%s stahování dokončeno</string>
|
||||
<string name="generate_unique_name">Vytvořit jedinečný název</string>
|
||||
<string name="overwrite">Přepsat</string>
|
||||
<string name="overwrite_unrelated_warning">Stažený soubor s tímto názvem již existuje</string>
|
||||
|
@ -487,4 +487,4 @@ otevření ve vyskakovacím okně</string>
|
|||
<string name="error_unable_to_load_comments">Nelze načíst komentáře</string>
|
||||
<string name="close">Zavřít</string>
|
||||
<string name="download_to_sdcard_error_message">Stahování na externí SD kartu ještě není možné. Resetovat umístění složky pro stahování\?</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -397,7 +397,7 @@
|
|||
<string name="limit_data_usage_none_description">Ilimitado</string>
|
||||
<string name="limit_mobile_data_usage_title">Limitar resolução se estiver a usar dados móveis</string>
|
||||
<string name="minimize_on_exit_title">Minimizar ao trocar de aplicação</string>
|
||||
<string name="minimize_on_exit_summary">Ação a executar ao trocar para outra aplicação a partir do menu principal - % s</string>
|
||||
<string name="minimize_on_exit_summary">Ação a executar ao trocar para outra aplicação a partir do menu principal - %s</string>
|
||||
<string name="minimize_on_exit_none_description">Nenhuma</string>
|
||||
<string name="minimize_on_exit_background_description">Ativar o reprodutor em segundo plano</string>
|
||||
<string name="minimize_on_exit_popup_description">Ativar o reprodutor \'popup\'</string>
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
Changes in 0.17.1
|
||||
|
||||
New
|
||||
• Thai localization
|
||||
|
||||
|
||||
Improved
|
||||
• Add start playing here action in long-press menus for playlists again #2518
|
||||
• Add switch for SAF / legacy file picker #2521
|
||||
|
||||
Fixed
|
||||
• Fix disappearing buttons in downloads view when switching apps #2487
|
||||
• Fix playback position is stored although watch history is disabled
|
||||
• Fix reduced performance caused by playback position in list views #2517
|
||||
• [Extractor] Fix ReCaptchaActivity #2527, TeamNewPipe/NewPipeExtractor#186
|
||||
• [Extractor] [YouTube] Fix casual search error when playlists are in results TeamNewPipe/NewPipeExtractor#185
|
||||
|
||||
|
||||
|
||||
Changes in 0.17.0
|
||||
|
||||
New
|
||||
Playback resume #2288
|
||||
• Resume streams where you stopped last time
|
||||
Downloader Enhancements #2149
|
||||
• Use Storage Access Framework to store downloads on external SD-cards
|
||||
• New mp4 muxer
|
||||
• Optionally change the download directory before starting a download
|
||||
• Respect metered networks
|
||||
|
||||
|
||||
Improved
|
||||
• Removed gema strings #2295
|
||||
• Handle (auto)rotation changes during activity lifecycle #2444
|
||||
• Make long-press menus consistent #2368
|
||||
|
||||
Fixed
|
||||
• Fixed selected subtitle track name not being shown #2394
|
||||
• Do not crash when check for app update fails (GitHub version) #2423
|
||||
• Fixed downloads stuck at 99.9% #2440
|
||||
• Update play queue metadata #2453
|
||||
• [SoundCloud] Fixed crash when loading playlists TeamNewPipe/NewPipeExtractor#170
|
||||
• [YouTube] Fixed duration can not be paresd TeamNewPipe/NewPipeExtractor#177
|
||||
|
Loading…
Reference in New Issue