Commit graph

  • 0b52336290 Translated using Weblate (Dutch) Heimen Stoffels 2018-03-25 09:36:13 +00:00
  • 0aced36d6f move on to version 0.13.0 Christian Schabesberger 2018-03-25 11:18:51 +02:00
  • f404125e35 Translated using Weblate (German) anonymous 2018-03-24 23:40:43 +00:00
  • 2ec6ff7f87 Translated using Weblate (German) Tobias Groza 2018-03-24 23:36:25 +00:00
  • 9e6cb3d9f8 Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-24 18:40:13 +01:00
  • dbdd5fc241 Translated using Weblate (Polish) Oleh Ilnytskyi 2018-03-24 08:07:06 +00:00
  • dfb54c9125 Translated using Weblate (Spanish) Freddy Morán Jr 2018-03-23 17:22:31 +00:00
  • a8fcb8402f fix readme conflict Christian Schabesberger 2018-03-24 10:56:31 +01:00
  • 5e72e6628b Merge branch 'qol-updates' of https://github.com/karyogamy/NewPipe into ui Christian Schabesberger 2018-03-24 10:50:17 +01:00
  • 4e42ef2b39 fix somehow broken librepay donate link Christian Schabesberger 2018-03-24 10:35:43 +01:00
  • cb86eb419f fix weird librepay link broken Christian Schabesberger 2018-03-24 10:25:42 +01:00
  • 9703dfd8fc Merge pull request #1201 from TobiGr/readme Christian Schabesberger 2018-03-24 10:21:58 +01:00
  • 1059d6b008 Translated using Weblate (Arabic) Mohammad Hassan 2018-03-23 01:05:56 +00:00
  • acb00e4651 Update README.md TobiGr 2018-03-23 16:15:50 +01:00
  • 970d0dc9f8 -Removed duplicate dialog open instances in service player activity. John Zhen Mo 2018-03-22 18:44:03 -07:00
  • 02999aefcc -Fixed main player paused video not abandoning audio focus after navigating away from activity during interruption, when resume on focus regain is enabled. -Separated onPause and onPlay functions from onPlayPause. -Renamed onVideoPlayPause to onPlayPause. John Zhen Mo 2018-03-22 18:12:11 -07:00
  • aaaad85baa -Changed detail fragment thumbnail failure to produce a snackbar error rather than a full error activity. John Zhen Mo 2018-03-22 18:11:59 -07:00
  • c66413793e -Added quadratic slider strategy implementation and tests. -Modified playback speed control to use quadratic sliders instead of linear. -Modified number formatters in player helper to use double instead of float. -Simplified slider behavior in playback parameter dialog. -Fixed potential NPE in base local fragment. John Zhen Mo 2018-03-21 20:08:33 -07:00
  • 95183bdbad Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-21 23:37:21 +01:00
  • b8c2635862 Translated using Weblate (German) Tobias Groza 2018-03-20 22:14:33 +00:00
  • b545523a0d Merge pull request #1197 from TeamNewPipe/remove-ip-range Christian Schabesberger 2018-03-21 20:59:41 +01:00
  • ce451dd4dd Remove IP range wb9688 2018-03-21 10:55:22 +01:00
  • 2a9f632217 -Added playback speed control dialog to allow full user control over player tempo and pitch parameters. -Changed tempo and pitch button in service player activity and tempo button in main video player to open speed control dialog. -Changed LIVE button to be no longer clickable when player position is at or beyond default position. -Changed main video player to use AppCompatActivity rather than Activity. -Fixed video player tempo button not updating when player speed parameters change. -Fixed player crashing on lower sdk versions due to no MediaButtonReceiver, added intent back to manifest. -Fixed inconsistent gradle library naming. -Fixed stetho dependencies incorrect version. John Zhen Mo 2018-03-21 00:11:54 -07:00
  • 3f041d426b Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-20 16:36:52 +01:00
  • 1d03e3d495 Translated using Weblate (German) Tobias Groza 2018-03-19 15:01:13 +00:00
  • a27a1fad2a -Refactored synchronization checks out from MediaSourceManager to ManagedMediaSource. -Fixed null input causing potential NPE on PlayQueueItem. John Zhen Mo 2018-03-17 16:04:02 -07:00
  • 68b40f5a03 -Added media session implementation for all players. -Extracted version numbers in gradle dependencies. -Updated ExoPlayer to 2.7.1. -Updated RxJava to 2.1.10, RxAndroid to 2.0.2 and RxBinding to 2.1.1. -Removed deprecated implementation of media buttons. John Zhen Mo 2018-03-15 23:42:46 -07:00
  • 87e26c4e9c -Changed start position seek to occur after media source window has been prepared. -Fixed livestream not seeking to live when started from play queue. -Fixed media source manager synchronization to only occur after timeline change has completed. -Fixed auto queue not working when last item is replayed after the auto-queued item is removed. -Updated ExoPlayer to 2.7.1. John Zhen Mo 2018-03-15 20:07:38 -07:00
  • f4eb3f269b -Changed thumbnail toggle in disabled mode to load dark dummy image. -Changed play queue items to display service names. -Fixed Soundcloud playlist not fitting thumbnail. -Refactored image display options to follow uniform behavior. -Refactoring and style changes on audio reactor and media button receiver. John Zhen Mo 2018-03-15 20:07:20 -07:00
  • 88af9ad400 -Bump support library and multidex version. John Zhen Mo 2018-03-13 21:45:44 -07:00
  • a0ddab3e3b -Fixed main player animations not working on first call. John Zhen Mo 2018-03-13 20:48:26 -07:00
  • a873a45e4d -[#1060] Added toggle to disable thumbnail loading. -Added button to wipe metadata cache. -Added more paddings on player buttons. -Added new animations to main player secondary controls and play queue expand/collapse. -Refactored play queue item touch callback for use in all players. -Improved MediaSourceManager to better handle expired stream reloading. -[#1186] Changed live sync button text to "LIVE". -Removed MediaSourceManager loader coupling on main players. -Moved service dependent expiry resolution to ServiceHelper. -[#1186] Fixed livestream timeline updates causing negative time position. -[#1186] Fixed livestream not starting from live-edge. -Fixed main player system UI not retracting on playback start. John Zhen Mo 2018-03-13 20:25:22 -07:00
  • 288f4c35fe Merge pull request #1193 from TeamNewPipe/fix_page Christian Schabesberger 2018-03-19 23:22:28 +01:00
  • e45f5e9e81 Translated using Weblate (Norwegian Bokmål) Allan Nordhøy 2018-03-18 13:50:16 +00:00
  • fa5499d5af Translated using Weblate (Chinese (Traditional)) ezjerry liao 2018-03-19 11:40:49 +00:00
  • c8f19b5308 made frontend combatible to latest extractor refactorings Christian Schabesberger 2018-03-18 16:37:49 +01:00
  • aa41231876 Translated using Weblate (Ukrainian) AB 2018-03-17 12:47:36 +00:00
  • 4223133ddb Translated using Weblate (Chinese (Traditional)) ezjerry liao 2018-03-17 12:19:31 +00:00
  • fe37b64f81 Translated using Weblate (Ukrainian) AB 2018-03-17 12:40:26 +00:00
  • 05d7506272 Translated using Weblate (Turkish) E T 2018-03-16 11:21:22 +00:00
  • dd42553090 Translated using Weblate (Turkish) E T 2018-03-16 11:20:59 +00:00
  • ea38a21ce4 Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-15 15:35:15 +01:00
  • a5a5de2c24 Translated using Weblate (Ukrainian) Olexandr Nesterenko 2018-03-14 17:19:04 +00:00
  • ff9192a655 Translated using Weblate (Russian) Edwar Tikhonov 2018-03-14 15:35:45 +00:00
  • 624a769f25 Translated using Weblate (Hebrew) Yaron Shahrabani 2018-03-15 14:19:45 +00:00
  • d93f6ab6d5 Translated using Weblate (Chinese (Traditional)) ezjerry liao 2018-03-14 13:37:29 +00:00
  • 7efe84ab0e Merge branch 'media_buttons' of https://github.com/alexandrepa/NewPipe into media Christian Schabesberger 2018-03-14 18:27:17 +01:00
  • 65b32a2f5c Translated using Weblate (Russian) Edwar Tikhonov 2018-03-14 15:34:30 +00:00
  • 5d41974241 Translated using Weblate (Chinese (Traditional)) ezjerry liao 2018-03-13 12:30:13 +00:00
  • dd513b576b Translated using Weblate (Korean) cozyplanes 2018-03-13 11:24:50 +00:00
  • e1cd0a25c7 Handling play/pause button from different headsets alexandre patelli 2018-03-13 22:57:59 +01:00
  • a567c9b7fd Translated using Weblate (Portuguese (Brazil)) Eduardo Caron 2018-03-12 17:30:41 +00:00
  • 851f31ed1d Translated using Weblate (Korean) cozyplanes 2018-03-13 11:23:54 +00:00
  • 0e3686e712 Translated using Weblate (Spanish) Freddy Morán Jr 2018-03-12 20:18:00 +00:00
  • 03349558d8 Translated using Weblate (Italian) Emanuele Petriglia 2018-03-12 16:53:28 +00:00
  • c276caa89f Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-12 17:00:19 +01:00
  • 035ae0e36e Translated using Weblate (Korean) cozyplanes 2018-03-12 15:20:18 +00:00
  • 1ef05f6761 Translated using Weblate (Dutch) Heimen Stoffels 2018-03-12 16:00:07 +00:00
  • 5a30a1ee12 fix playlist banner foo Christian Schabesberger 2018-03-12 16:18:03 +01:00
  • 057752f477 fix release crash because of setting sidebar header Christian Schabesberger 2018-03-12 15:57:35 +01:00
  • 897892bccf Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-12 15:50:38 +01:00
  • 7dbc74462d Translated using Weblate (Korean) cozyplanes 2018-03-12 14:50:29 +00:00
  • fdbee8c33c fix weblate conflict Christian Schabesberger 2018-03-11 21:38:19 +01:00
  • 552d652d51 Translated using Weblate (Arabic) ButterflyOfFire 2018-03-11 12:24:36 +00:00
  • 6b0eb3a391 Translated using Weblate (German) Andreas Kleinert 2018-03-10 18:59:44 +00:00
  • a706cbbf5b Review Fixes alexandre patelli 2018-03-11 19:23:00 +01:00
  • 033bbaf959 Direct use of AudioManager from AudioReactor alexandre patelli 2018-03-11 15:09:11 +01:00
  • 16bcb3662b Media Button Play/Pause, Previous and Next in Background Player alexandre patelli 2018-03-10 18:25:20 +01:00
  • 21411a792f Translated using Weblate (Spanish) Pablo Hinojosa 2018-03-10 15:08:19 +00:00
  • 30dcc2825a Translated using Weblate (Italian) Emanuele Petriglia 2018-03-09 15:51:26 +00:00
  • bd0979f0b1 Change thumbnail's scale strategy Mauricio Colli 2018-03-10 13:36:50 -03:00
  • cbc8a3e4fb Add duration view to video detail fragment Mauricio Colli 2018-03-10 13:16:51 -03:00
  • 3a2bc08a00 Merge pull request #1145 from mauriciocolli/dev Mauricio Colli 2018-03-10 12:11:13 -03:00
  • 81fee095d1 Translated using Weblate (Spanish) Pablo Hinojosa 2018-03-10 15:07:49 +00:00
  • 49d276bab5 Translated using Weblate (Spanish) Freddy Morán Jr 2018-03-09 17:19:51 +00:00
  • ce29c56eb1 Translated using Weblate (Ukrainian) AB 2018-03-09 12:52:22 +00:00
  • ccd27dfd4b Translated using Weblate (Hebrew) Yaron Shahrabani 2018-03-09 08:25:47 +00:00
  • cab15a186f Translated using Weblate (Portuguese (Brazil)) Eduardo Caron 2018-03-08 22:51:28 +00:00
  • a268e9c92a Translated using Weblate (Italian) Emanuele Petriglia 2018-03-09 15:44:17 +00:00
  • 7b895faa35 Translated using Weblate (Ukrainian) Kotoba Murasaki 2018-03-08 19:41:49 +00:00
  • b16ca93fd6 Translated using Weblate (Turkish) E T 2018-03-09 11:28:47 +00:00
  • 9566a5f523 Translated using Weblate (Hebrew) anonymous 2018-03-09 08:24:59 +00:00
  • 9f11675f9a Translated using Weblate (Hebrew) Yaron Shahrabani 2018-03-09 08:24:26 +00:00
  • f223438798 Translated using Weblate (Hebrew) anonymous 2018-03-09 08:23:39 +00:00
  • b9a87f180e Translated using Weblate (Hebrew) Yaron Shahrabani 2018-03-09 08:23:14 +00:00
  • 1dc82b2333 Translated using Weblate (Hebrew) anonymous 2018-03-09 08:22:36 +00:00
  • 9c202f0921 Translated using Weblate (Hebrew) Yaron Shahrabani 2018-03-09 08:22:13 +00:00
  • 2e4286593e Translated using Weblate (Hebrew) anonymous 2018-03-09 08:21:58 +00:00
  • ca95ee2dc8 Translated using Weblate (Hebrew) Yaron Shahrabani 2018-03-09 08:21:03 +00:00
  • c566ffeaa4 Translated using Weblate (Chinese (Traditional)) ezjerry liao 2018-03-09 01:58:01 +00:00
  • 594c727547 Translated using Weblate (Dutch) Heimen Stoffels 2018-03-08 20:25:10 +00:00
  • da08544f88 Translated using Weblate (Ukrainian) Kotoba Murasaki 2018-03-08 19:38:44 +00:00
  • 7879de0cc5 Merge remote-tracking branch 'origin/dev' into dev Weblate 2018-03-08 20:24:24 +01:00
  • 16f4e0b6c1 Translated using Weblate (Ukrainian) Kotoba Murasaki 2018-03-08 19:24:14 +00:00
  • f1c721e85a Implement UI for subscriptions import/export Mauricio Colli 2018-03-08 11:50:46 -03:00
  • 6b5c818cbf Implement subscriptions import/export Mauricio Colli 2018-03-08 10:39:24 -03:00
  • 7faba84a09 Merge pull request #1155 from TeamNewPipe/update-readme Christian Schabesberger 2018-03-06 19:46:55 +01:00
  • 01dd70c79b move to latest version of extractor Schabi 2018-03-06 19:44:17 +01:00
  • 256dcc1749 add live lable to toolbar Schabi 2018-03-06 19:24:58 +01:00
  • 2c4c179988 Merge branch 'exoplayer-update' of https://github.com/karyogamy/NewPipe into live Schabi 2018-03-06 17:23:37 +01:00