1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-21 18:42:35 +01:00

Commit Graph

  • b443abbd8b Improved component organisation Isira Seneviratne 2024-07-28 07:34:18 +0530
  • d7de38c79c Remove TextEllipsizer Isira Seneviratne 2024-07-25 07:49:01 +0530
  • 82e5b6b1e9 Remove playlist preview dependency on external HTTP calls Isira Seneviratne 2024-07-22 08:11:16 +0530
  • b9556a1331 Improved PlaylistHeader Isira Seneviratne 2024-07-16 19:13:02 +0530
  • 9dfd064d86 Remove old playlist fragment Isira Seneviratne 2024-07-13 10:54:15 +0530
  • 3da4aeee29 Rename .java to .kt Isira Seneviratne 2024-07-13 10:54:14 +0530
  • c978fb7c3e Fix stream thumbnail text color Isira Seneviratne 2024-07-12 06:59:04 +0530
  • 7501f2f9ee Animate playlist description expand/collapse Isira Seneviratne 2024-07-09 21:42:00 +0530
  • bbdff4b093 Show dropdown menu on long click, make some adjustments Isira Seneviratne 2024-07-09 05:34:28 +0530
  • 5e33b69316 Moved stream display to separate composable for reusability Isira Seneviratne 2024-07-08 22:24:30 +0530
  • 462ed5c79a Added loading indicator to playlist view Isira Seneviratne 2024-07-06 21:04:48 +0530
  • 37e4064533 Cache total duration calculation Isira Seneviratne 2024-07-03 05:17:12 +0530
  • 72bbe0ea1c Implement card and list layouts, check for preferred layout from settings Isira Seneviratne 2024-07-02 08:57:38 +0530
  • bf1c9ba7b5 Start implementing stream composable, grid layout Isira Seneviratne 2024-07-01 07:33:49 +0530
  • 8603b0df6e Start implementing full playlist view, add view model Isira Seneviratne 2024-06-28 21:44:33 +0530
  • 68b3dd5546 Create playlist header composable Isira Seneviratne 2024-06-28 11:08:16 +0530
  • 10dd5710ee Update Kotlin to 2.0, update dependencies and fix issues Isira Seneviratne 2024-07-28 08:12:19 +0530
  • b2748ccaad Improved component organisation Isira Seneviratne 2024-07-28 06:50:45 +0530
  • 51ee2f8d1e
    Merge branch 'master' into dev Stypox 2024-07-25 21:20:44 +0200
  • d442b45836
    Remove code committed accidentally v0.27.2 master Stypox 2024-07-25 20:58:29 +0200
  • dbcb721dc2
    Don't warn about rhino class in proguard Stypox 2024-07-25 20:56:16 +0200
  • 64a8f6575b
    Merge pull request #11351 from Stypox/update-npe Stypox 2024-07-25 19:30:05 +0200
  • 03a6b5c7b9
    Add changelogs for hotfix release v0.27.2 (999) Stypox 2024-07-11 23:39:53 +0200
  • 56b6241311
    Hotfix release v0.27.2 (999) Stypox 2024-07-25 18:43:03 +0200
  • 947ac2826a
    Update NewPipeExtractor to v0.24.2 Stypox 2024-07-25 18:37:05 +0200
  • 0e8303f13a
    Update Matrix room link, and prioritise it (#11350) opusforlife2 2024-07-25 14:21:21 +0000
  • fb2546d23c
    Prioritise Matrix in contribution doc too opusforlife2 2024-07-25 13:40:39 +0000
  • e17da4c4ca
    Update Matrix room link in CONTRIBUTING.md opusforlife2 2024-07-25 13:30:10 +0000
  • 9b47821c0b
    Update Matrix room link, and prioritise it opusforlife2 2024-07-25 13:21:36 +0000
  • f1591abd05 Added DescriptionText composable Isira Seneviratne 2024-07-25 15:38:57 +0530
  • f285bc0837 Fix some modifiers Isira Seneviratne 2024-07-16 19:09:38 +0530
  • 0d9c4aad8b Fix alignment of comment message Isira Seneviratne 2024-07-12 07:11:04 +0530
  • b83f64315b Make parsed links clickable, visible Isira Seneviratne 2024-07-10 15:42:10 +0530
  • f438ba4e02 Animate comment expand/collapse Isira Seneviratne 2024-07-09 21:45:18 +0530
  • 3c55d956a0 Improve comment loading smoothness Isira Seneviratne 2024-07-08 19:27:57 +0530
  • ddbfcf89c7 Rm unused method Isira Seneviratne 2024-07-08 16:21:34 +0530
  • 1c503ce50e Added loading indicator Isira Seneviratne 2024-07-07 04:58:35 +0530
  • 4b13e308b2 Replace padding modifier with verticalArrangement in comment header Isira Seneviratne 2024-07-05 16:14:36 +0530
  • 21b22d3fe3 Rm extra padding in header Isira Seneviratne 2024-07-05 16:00:46 +0530
  • 94ef79c7ce Add comment view model Isira Seneviratne 2024-07-02 18:19:17 +0530
  • 975a3415c9 Cache paging data using the cachedIn() extension Isira Seneviratne 2024-06-30 21:34:42 +0530
  • 219da2800c Improve code organization Isira Seneviratne 2024-06-28 07:57:25 +0530
  • e87a2e0afc Rm redundant Surface Isira Seneviratne 2024-06-26 07:36:11 +0530
  • 8d4c608b52 Handle no comments and comments disabled scenarios Isira Seneviratne 2024-06-23 10:53:22 +0530
  • cc6f1ffd40 Replace Spacers with the horizontalArrangement parameter Isira Seneviratne 2024-06-23 09:16:27 +0530
  • 754bf456e7 Replace CommentRepliesFragment with bottom sheet composable, improve previews Isira Seneviratne 2024-06-23 08:57:51 +0530
  • ff881846c5 Added scrollbar to comment section Isira Seneviratne 2024-06-21 19:28:31 +0530
  • 03bc4e2e88 Migrate comments fragment to Jetpack Compose Isira Seneviratne 2024-06-21 16:05:45 +0530
  • f27273ef33 Rename .java to .kt Isira Seneviratne 2024-06-21 16:05:44 +0530
  • cf3fb0b91a Fixed fragment title Isira Seneviratne 2024-06-21 08:28:26 +0530
  • 552ea502e1 Fixed like count display Isira Seneviratne 2024-06-20 09:12:40 +0530
  • b6a0f5d9c2 Set view strategy Isira Seneviratne 2024-06-20 07:08:12 +0530
  • e71fc38fe7 Add replies button Isira Seneviratne 2024-06-19 12:59:19 +0530
  • c29fa70080 Use AnnotatedString to handle HTML parsing Isira Seneviratne 2024-06-19 12:40:49 +0530
  • e75eb2d544 Fixed some comment issues Isira Seneviratne 2024-06-18 16:13:20 +0530
  • f056edd7ae Improve previews, display date of comment Isira Seneviratne 2024-06-18 09:34:12 +0530
  • 65fce6e054 Update replies fragment to use the comment composable as well Isira Seneviratne 2024-06-18 07:59:24 +0530
  • b14da3ad5e Add comment ellipsis Isira Seneviratne 2024-06-16 18:29:29 +0530
  • b302c1b5c2 Added missing comment features, fixed theming Isira Seneviratne 2024-05-17 10:17:09 +0530
  • fc8a748038 Added like count Isira Seneviratne 2024-05-12 18:09:16 +0530
  • e1932653e6 Use reply header composable in fragment Isira Seneviratne 2024-05-12 08:49:15 +0530
  • c429deb0aa Rename .java to .kt Isira Seneviratne 2024-05-12 08:49:14 +0530
  • 08f0338e86 Convert comment replies views to Jetpack Compose Isira Seneviratne 2024-05-12 08:21:13 +0530
  • 4ec7532126 Addressed code review comments Isira Seneviratne 2024-07-22 09:41:07 +0530
  • da83646303 Update Coil Isira Seneviratne 2024-07-22 08:12:37 +0530
  • e148e38c06 version catolog file Dheeraj_R_Gowda 2024-07-19 22:37:07 +0530
  • 4a36c570d8
    Merge d852eb7b06 into 72e9f7f9cf Alex 2024-07-15 10:58:12 +0100
  • 72e9f7f9cf
    Merge branch 'master' into dev Stypox 2024-07-15 10:17:27 +0200
  • ad6b676c81
    Update README.pt_BR.md (#11275) #27 2024-07-13 14:32:24 -0300
  • f44b848793
    Atualizando o README.pt_BR.md (4/4) #27 2024-07-13 11:55:23 -0300
  • 7c1689727d
    Atualizando o README.pt_BR.md (3/3) #27 2024-07-13 11:49:26 -0300
  • 682208a9ce
    Update readme.pt_br.md (2/?) #27 2024-07-12 11:56:21 -0300
  • 179b26185e
    Atualizando o README.pt_BR.md (1/?) #27 2024-07-12 11:40:30 -0300
  • 0f64158469
    Hotfix release v0.27.1 (998) v0.27.1 Stypox 2024-07-11 23:41:53 +0200
  • acc5be92ac
    Add changelogs for hotfix release v0.27.1 (998) Stypox 2024-07-11 23:39:53 +0200
  • 0e0cee1bce
    Update NewPipeExtractor to v0.24.1 Stypox 2024-07-11 23:27:26 +0200
  • 6f71c000ad
    Merge pull request #11261 from Stypox/fix-media-session-ui-npe Stypox 2024-07-11 23:17:43 +0200
  • 9f766ebf78
    Fix NPE in MediaSessionPlayerUi while destroying player Stypox 2024-07-11 09:30:22 +0200
  • c03412d9f6
    fix link to releases in punjabi readme K Gill 2024-07-07 15:23:39 +0530
  • ec34fced6a
    fix formatting issues in assamese readme K Gill 2024-07-07 15:19:13 +0530
  • 48032bd665 address the review and place supported-services at correct place in hindi readme ShareASmile 2024-07-07 14:48:24 +0530
  • 07c63f794e Update documentation Isira Seneviratne 2024-07-07 14:25:02 +0530
  • 4db29a846e revert localisation of app name NewPipe as it stands out ShareASmile 2024-07-07 13:36:02 +0530
  • 26dd86e967 Use Android's elapsed time formatting Isira Seneviratne 2024-07-07 10:46:17 +0530
  • 7307a51c5f
    add missing paragraphs in hindi translation for hi readme K Gill 2024-07-07 02:31:49 +0530
  • 3414380857
    fix CONTRIBUTING.md link in assamese readme K Gill 2024-07-07 01:43:27 +0530
  • e4f360941b
    fix CONTRIBUTING.md link in punjabi readme K Gill 2024-07-07 01:36:16 +0530
  • 39a8dca9a4
    more improvements in punjabi README K Gill 2024-07-07 01:22:23 +0530
  • 0831a7152a
    remove references to Bitcoin and Bountysource donation options in hindi readme K Gill 2024-07-06 23:41:35 +0530
  • 78d6365730 Update Matrix room URL to new link ShareASmile 2024-07-06 21:15:21 +0530
  • 7a3a95786e
    add matrix chat link to assamese readme & fix Newpipe logo not showing K Gill 2024-07-06 20:52:00 +0530
  • 18ef0f32dd
    fix assamese readme librapay donate button not showing and fix weird formating K Gill 2024-07-06 20:28:33 +0530
  • 4f60738c91 update backup and restore explanation in assamese README ShareASmile 2024-07-06 20:08:58 +0530
  • 9c10d94e25 revert translate Warning in hindi & punjabi language Readme's ShareASmile 2024-07-06 19:55:04 +0530
  • bb9690d197 improve hindi and punjabi readme ShareASmile 2024-07-06 19:31:11 +0530
  • 3d61d17b95 add_matrix_link to hindi and punjabi README ShareASmile 2024-07-06 19:09:05 +0530
  • 81337199cb Update backup and restore explanation in hindi README ShareASmile 2024-07-06 18:41:32 +0530
  • b283fb7644 update backup and restore explanation in punjabi README ShareASmile 2024-07-06 18:36:10 +0530
  • 5062d38b65
    Merge pull request #11237 from TeamNewPipe/revert-11201-Coil Isira Seneviratne 2024-07-05 08:40:34 +0530
  • 82b492c050
    Revert "Migrate image loading from Picasso to Coil (#11201)" Isira Seneviratne 2024-07-05 08:29:21 +0530