Commit graph

  • 22c201be39
    Create text subpackage in util Stypox 2023-01-15 11:51:07 +0100
  • cdd5e89b86
    Add ability to copy hashtags, URLs and timestamps in descriptions on long-press AudricV 2022-07-16 13:33:25 +0200
  • 764b6aa2b1
    Made the channel-images in the grid list bigger ge78fug 2022-12-17 00:01:18 +0100
  • f766ef2033 Replace the system UI visibility flags with WindowCompat calls. Isira Seneviratne 2022-08-28 06:41:38 +0530
  • ef4a6238c8
    See if playlists already contain a stream from db Stypox 2023-01-14 18:00:40 +0100
  • b3554a6a49
    Added the number of duplicates to the toast text. Jared Fantaye 2022-12-30 16:36:33 +0100
  • 5fb7b3266b
    Removed the duplicate dialog and added another toast option Jared Fantaye 2022-12-16 00:29:22 +0100
  • 8b6e110635
    Fixed the functionality, improved performance & general code cleanup Jared Fantaye 2022-12-12 20:12:06 +0100
  • f5a1f915be
    Continued working on a way to show that items are already in a playlist Jared Fantaye 2022-12-10 16:54:46 +0100
  • ac15339911
    Started working on a way to show that items are already in a playlist Jared Fantaye 2022-12-10 13:15:49 +0100
  • fdfeac081a
    Implemented a warning before adding duplicate to playlist. Jared Fantaye 2022-12-05 00:15:05 +0100
  • 31396a632f Chenged the name of the icon ge78fug 2023-01-14 09:21:37 +0100
  • 223150aa42 Update desugar_jdk_libs to 2.0.0. Isira Seneviratne 2023-01-14 11:00:00 +0530
  • 135fc08212 Implemented the "remove duplicates" feature. Jared Fantaye 2023-01-13 21:35:22 +0100
  • 18166d46c2
    Added Odia language to language selector GET100PERCENT 2023-01-13 23:36:44 +0530
  • 5e3caf68a5 Chenged the What's New icon ge78fug 2023-01-13 16:33:45 +0100
  • 262b3a2945
    Merge pull request #9664 from Marius1501/whats_new_section_to_default_tabs Stypox 2023-01-13 13:25:02 +0100
  • e44d09208c
    Merge pull request #9642 from Jared234/8582_empty_playlists_not_shown Stypox 2023-01-13 13:20:42 +0100
  • 0546c9b9fc
    Merge pull request #9445 from Jared234/9122_remove_watched_bug Stypox 2023-01-12 23:45:48 +0100
  • 38c4a1ed85
    Fixed the "Remove Watched" bug Jared Fantaye 2022-11-22 15:36:57 +0100
  • fd8e92cf77
    Merge pull request #9523 from Jared234/9468_permanently_set_thumbnail Stypox 2023-01-12 23:27:50 +0100
  • 062570cc47
    Merge pull request #8886 from Isira-Seneviratne/Remove_Runnable_variables Stypox 2023-01-12 15:34:12 +0100
  • 9514316be3
    Remove Runnable variables for Handlers. Isira Seneviratne 2022-08-27 11:55:31 +0530
  • a5a4a94bf9
    Remove any reference to user data in cronet's UserAgent Stypox 2023-01-12 13:23:34 +0100
  • a15a5adacc
    Merge pull request #9619 from Redirion/avoidreflectionifpossible Stypox 2023-01-12 12:06:19 +0100
  • b6e6d39985
    Fix toast crash on API 33 Stypox 2023-01-12 11:39:25 +0100
  • 48ae830262
    Merge pull request #9653 from petlyh/fix-popup-crash Stypox 2023-01-12 11:24:21 +0100
  • 03f5dd71a5
    Merge pull request #9499 from pratyaksh1610/branch-9466 Stypox 2023-01-11 19:46:51 +0100
  • 2afbe58722
    UX improvements: keep user edits & do not reset cursor Stypox 2023-01-11 19:45:55 +0100
  • 0a64eac778 Added the "What's New"-section to the default tabs ge78fug 2023-01-11 16:06:11 +0100
  • ad605e2c5a
    Actually there is no need to use flatMap Stypox 2023-01-11 15:26:46 +0100
  • eed44b3231
    Merge pull request #9135 from devlearner/routeractivity-screen-rotate Stypox 2023-01-11 15:20:47 +0100
  • 2834a73cdc Use Optional.map() instead of flatMap(). Isira Seneviratne 2023-01-11 19:49:53 +0530
  • 944e295ae7
    Use Optional for simpler code Stypox 2023-01-11 15:08:10 +0100
  • 28109fef38
    Improve showing of toast We provide visual feedback via a toast to the user that, well, they're supposed to wait; but with the benefit of the cache openAddToPlaylistDialog() may return (almost) immediately, which would render the toast otiose (if not a bit confusing). This commit improves that by cancelling the toast once the wait's over devlearner 2022-12-11 18:10:00 +0000
  • 40442f3f82
    Utilize Lifecycle observer I thought it would have required an extra dependency; apparently that doesn't seem to be the case... devlearner 2022-12-07 13:43:27 +0000
  • 61da167b4f
    Oops, added back missing return; devlearner 2022-12-03 13:23:36 +0800
  • c744f6756b
    Fix Sonar reported code smell devlearner 2022-12-02 17:41:43 +0000
  • de7057ac3a
    Skip REORDER_TO_FRONT trick which doesn't seem to work on newer Androids probably due to background restrictions on Android 10+ devlearner 2022-12-02 17:31:01 +0000
  • 585bfff11d
    Utilize a retained fragment to safekeep network requests in flight pending result for openAddToPlaylistDialog() and openDownloadDialog() Despite marked deprecated, setRetainInstance(true) is probably our best bet (since a ViewModel is probably too overkill for our present purpose) devlearner 2022-12-02 14:22:00 +0000
  • 0f9c20c986
    Improve (un)registering FragmentLifecycleCallbacks to avoid adding it multiple times and ensure proper cleanup devlearner 2022-12-02 09:25:06 +0000
  • f860392ae9
    Address LayoutParams.FLAG_NOT_TOUCHABLE restriction on Andriod 12+ devlearner 2022-12-02 06:13:54 +0000
  • 391830558e
    Ensure our transparent activity doesn't block touch events to underlying windows so we won't hold up UI while fetching media info for Add to Playlist or Download actions lest user might think it freezes when in fact a network request is underway devlearner 2022-10-16 03:10:37 +0800
  • c1f37d8591
    Also show toast in openDownloadDialog() and lengthened a bit to inform user to wait... devlearner 2022-10-16 02:47:53 +0800
  • b175774ad8
    Try to amicably handle DialogFragment in FragmentManager when recreated from orientation change - Handle finish() call instead of passing around callbacks to setOnDismissListener() - Don't start over again if returning to DialogFragment before orientation change devlearner 2022-10-16 02:32:41 +0800
  • 73e32889b6
    Don't finish() to allow recreate when orientation change is on foot devlearner 2022-10-16 01:01:19 +0800
  • 400ee808e0
    Set up theme/locale before super.create() This seems to solve a bug where the Open action menu dialog does not appear the first time on cold start on older Android (8.0). This is also the order of things in MainActivity and probably good practice. devlearner 2022-10-15 23:34:39 +0800
  • 87976693f8
    Merge pull request #9285 from Isira-Seneviratne/Optional_cleanup Stypox 2023-01-11 14:52:25 +0100
  • 9c7ed80662
    Use Optional.map correctly and other improvements Stypox 2023-01-11 14:47:53 +0100
  • eb3363d4dd Created the first draft. Jared Fantaye 2023-01-10 20:55:18 +0100
  • edff696ecc
    Ask for permission when enqueuing in a popup petlyh 2023-01-10 13:57:36 +0100
  • 36052cc867
    Added Odia language to language selector GET100PERCENT 2023-01-10 18:36:22 +0530
  • a34e7b5509
    Added Odia language to language selector GET100PERCENT 2023-01-09 19:02:43 +0530
  • e4fe64e233
    Added Odia language to language selector GET100PERCENT 2023-01-09 18:10:55 +0530
  • e7c3bcc94d
    Update settings_keys.xml GET100PERCENT 2023-01-09 13:41:10 +0530
  • 9c19e9813a Fixed a bug that caused multiple empty playlists to be not shown. Jared Fantaye 2023-01-08 11:53:42 +0100
  • b5f284e681
    Update README.zh_TW.md Abhilash 2023-01-07 23:08:33 +0530
  • 9ec388e4bb
    Update README.tr.md Abhilash 2023-01-07 23:07:56 +0530
  • 110d651098
    Update README.so.md Abhilash 2023-01-07 23:06:58 +0530
  • 0d2a638bdf
    Update README.ro.md Abhilash 2023-01-07 23:06:15 +0530
  • d15cb24cca
    Update README.pt_BR.md Abhilash 2023-01-07 23:05:31 +0530
  • 7db0ca46c1
    Update README.pl.md Abhilash 2023-01-07 23:04:36 +0530
  • 7a70ec7cd3
    Update README.ko.md Abhilash 2023-01-07 23:03:28 +0530
  • 6cf247a9a3
    Update README.ja.md Abhilash 2023-01-07 23:02:40 +0530
  • d6916439cd
    Update README.hi.md Abhilash 2023-01-07 23:01:55 +0530
  • dfe28559f7
    Update README.es.md Abhilash 2023-01-07 23:00:47 +0530
  • fa14b08e8e
    Update README.md Abhilash 2023-01-07 22:58:29 +0530
  • 8cef039fa3
    polish links of images K Gill 2023-01-07 02:06:08 +0530
  • b468c66bcd
    Fix more Links all of them K Gill 2023-01-07 01:36:25 +0530
  • 13c8e6d993 Catch NPE Robin 2023-01-06 10:11:10 +0100
  • 910e0f19fd changed back to isTunnelingEnabled() Robin 2023-01-05 13:26:36 +0100
  • ec8b369165 Disable tunneling on internal Surface related Exceptions Robin 2023-01-03 14:26:32 +0100
  • 2679a4bf1e Removed the "Unset Thumbnail" item if you can't use this feature Jared Fantaye 2023-01-04 16:21:16 +0100
  • e8216b2e80 Apply code review suggestions. Isira Seneviratne 2023-01-04 05:42:09 +0530
  • e3062d7c66 Use Optional chaining. Isira Seneviratne 2022-11-03 06:00:51 +0530
  • fd55d85bbf Remove SimplifyOptionalCallChains. Isira Seneviratne 2022-11-02 20:39:33 +0530
  • f874b7a394
    Enable QUIC and Brotli support for playback AudricV 2022-12-05 11:03:16 +0100
  • cb599fc85c
    Remove UserAgent from cronet-common via Gradle tasks Stypox 2023-01-03 13:40:23 +0100
  • 17d518814c
    Add custom UserAgent class to allow using QUIC AudricV 2023-01-03 19:46:15 +0100
  • 92ba2842a6
    Use Cronet for playback, replace YouTube custom DataSource by a Resolver and increase network socket timeouts AudricV 2022-09-14 19:26:57 +0200
  • 93e2c4a6c1 insert the Punjabi badge for Fdroid RSoulwin 2023-01-03 21:34:09 +0530
  • 4da9af568e add Punjabi readme Link in README.'s RSoulwin 2023-01-03 21:16:21 +0530
  • bb5c2c22c5
    add link to punjabi readme in README.es.md K Gill 2023-01-03 21:07:42 +0530
  • 71363da1fd
    fix links in punjabi readme to other readme's K Gill 2023-01-03 21:00:26 +0530
  • 87a853b62e
    add reference link to punjabi readme K Gill 2023-01-03 20:52:19 +0530
  • f01a81efde
    Add readme punjabi in doc folder K Gill 2023-01-03 20:23:19 +0530
  • f10d591462 Samsung DeX should only be checked on Samsung devices Robin 2023-01-03 10:06:46 +0100
  • 3e15c77a05 move string to donottranslate.xml and fix nits pratyaksh1610 2023-01-03 14:07:28 +0530
  • 05886d2aa1
    Create README.asm.md Abhilash 2023-01-03 08:25:58 +0530
  • 1cd36a7116 Update README.hi.md RSoulwin 2023-01-03 05:54:57 +0530
  • c2d3b5b81f fix links of readme RSoulwin 2023-01-03 05:46:43 +0530
  • 920da5c41d fix readme links first try RSoulwin 2023-01-03 05:30:11 +0530
  • 6765f03a94 add hdden span to keep old links compatible RSoulwin 2023-01-03 05:14:52 +0530
  • 59e495b068 add assamese and punjabi (indian) readme RSoulwin 2023-01-03 01:23:31 +0530
  • 40a3ae6c72
    Merge 3623030720 into 1bb166a9e8 Abhilash 2023-01-02 20:46:11 +0100
  • c24cc679db
    Merge d94ffe9fb6 into 1bb166a9e8 Abhilash 2023-01-03 00:28:20 +0530
  • 1bb166a9e8
    Merge pull request #9553 from Redirion/exo182 Stypox 2023-01-02 18:21:53 +0100
  • 8fa949537b
    Merge pull request #8769 from Isira-Seneviratne/New_Utils_methods Stypox 2023-01-02 17:59:26 +0100
  • 7454b31788
    Merge pull request #9562 from bravenewpipe/use-videostream-for-audio-only-background-playback Stypox 2023-01-02 17:51:10 +0100
  • b6488fe342
    Merge pull request #8841 from Isira-Seneviratne/Notification_mode_ListAdapter Stypox 2023-01-02 14:47:25 +0100