Commit graph

81 commits

Author SHA1 Message Date
deniscerri
444f0cc582
FIXES
1.The videos are not visible on the home screen, but they are visible on the same server in libretube.

2.Open download card late on YouTube.

3.When you enter the end time or a higher value there and confirm, the application is closed and the error..

4.The home page player and cut player do not open. When the cut player opens, the video often stops

5.The cutting player does not do its work exactly.
2023-07-30 16:20:09 +02:00
deniscerri
26ea19ab8c
CHANGELOG
- I think i fixed pausing and resuming multiple downloads since it was doing some funky stuff
- added rewind button
- fixed play button appearing in cut section when the video is playing
- fixed add extra command not working in the command template edit screen
- removed "Downloading" word in the preferences screen. Its Downloads now
- Show terminal preference was reversed so now its in correct behaviour
- Fixed share card not showing up
- Added embed metadata preference. Turning it off will remove any embedding metadata and parsing metadata commands
2023-07-29 14:00:14 +02:00
deniscerri
c44929d5cb
CHANGELOG
Added option to turn off usage of cookies
Some fixes with the cut screen
Added ability to save command templates as extra commands by default on every downloadcard/AddExtraCommandsDialog
fixed app not saving the proper youtube link and having to refetch data unnecessarily
removed question mark from settings restore dialog
fixed app scrolling in the tablayout in the download queue screen while you are dragging the vertical scrollbar
fixed app not destroying active downloads when you terminate the app
2023-07-27 23:41:50 +02:00
deniscerri
6dc25bab9a
CHANGELOG
made from and to textboxes wider in the cut video screen
added search engines in the search view
removed filename template override if the user leaves it empty. Now it follows the yt-dlp default
fixed app crashing when its tablet
added drag handle to scrolling content
added pause functionality
made video player faster to load for youtube videos
2023-07-22 20:11:41 +02:00
deniscerri
4227b1e43c
CHANGELOG
- added orange theme (its like yellow but slightly darker)
- added enforce keyframes at cuts preferences (it will also apply when you remove sponsorblock items)
- fixed cookies not getting saved on older droids
- fixed app making new folder instead of merging when moving files
- added ability to put multiple preferred format ids separated by commas for both audio and video
- added support for piped links
- fixed bug where if an item has no formats and you update audio formats and then go to video tab it will not show the video formats too
- made terminal share icon hidden by default
2023-07-20 22:38:45 +02:00
deniscerri
41306565ab
way too many stuff
- long press download button to save it for later and not schedule it. Also works when u try to queue multiple items
- change app icon background based on theme
- fixed bug when trying to redownload a history item and wanting to use a different type
- made the scheduled item auto-update after its queued so the app doesnt have to update when it begins downloading
- some fixes with output templates
- fixed container and vcodec being saved with translated strings and not constants
- added download thumbnail functionality. Click the result card in the middle and use the video player. Also observe running and queued downloads for that item
- removed api key
- fixed recommendations sometimes not showing in that location
- added feature to disable thumbnails on certain screens. U can choose
- added feature to convert subs to different formats
- added youtube music search provider
- made app name have a color depending on the theme
- fixed format card not showing a translated string on best and worst strings
- added ability to hide the format intent filter from the share menu
- fixed app killing active downloads when removing a queued item
- fixed filename template not showing uploader on odysee
- other small stuff
2023-07-15 20:37:28 +02:00
deniscerri
f303a4f879
more stuff
Quick download item log has no title now, maybe you can use "null" or the link? 'Cause it looks hilarious, LOL
Fix search history not showing sometimes
Add download type in logs
fix video not showing in cut screen
fixed xhamster not showing results
2023-07-12 22:16:52 +02:00
deniscerri
d659686e01
few changes
-made the download logs not freeze the app
-download logs will work on quick downloaded items that were later updated
-added app arch and build type in the about section
-added "force-keyframes-at-cuts" preference
2023-07-10 22:30:59 +02:00
deniscerri
b1b5dbc608
alot of stuff
-added download now option when u highlight only scheduled items in the context menu

-tappin on the errored notification will send you to errored tab, if you have logs disabled. If logs on it will send u to the log

-added preferred format ordering. By ID, FILESIZE, CONTAINER. Formats grouped by container will also be sorted by filesize

-fixed app not showing formats when u try to modify a current download item and its a different type (audio formats not showing if its a video type and vice versa)

-fixed app showing generic formats in cases where the format length was the same as that of generic formats (silly mistake)

-made the app store static strings for 'best' and 'worst' so that there isnt any confusion when u try to change the language and the stored downloads will have the other language's string

-added collected filesize on top of the download queue

-potentially fixed app not crashing when going to queued screen? idk

-fixed app not moving files when its a fresh install and u havent tried to change the download path. Now the app will just straight up download in that path if it finds that it can write in it. If not, it will use the old method of moving through URI's

-added download retries options
--retries and --fragment-retries
2023-06-25 22:07:08 +02:00
deniscerri
3fe3de940b
stuff
fixed korean
fixed please wait card not showing up
fixed audio format using mp4 containers
added portugese
added greek
fixed container not updating in multi select card
fixed queued swipe to delete bug
2023-06-23 22:54:58 +02:00
deniscerri
259b3b27dd
fixes 2023-06-15 18:40:39 +02:00
deniscerri
297cc53710
added playlist support from piped and fixed some format bugs 2023-06-11 23:37:47 +02:00
deniscerri
2630954136
added search by author 2023-06-08 18:41:53 +02:00
deniscerri
23c469f4bd
even more stuff
Added malay language
Fixed app not recognising log files if it was quick downloaded
Fixed app not closing download item when using -o in CC
Added code syntax highlighter in terminal
Added filename template on playlist batch download
added ability to multi-select audio on playlist download
Removed default folder auto creation
2023-05-31 23:38:17 +02:00
deniscerri
d1e6cc1bef
removed unwanted libraries 2023-05-15 21:22:53 +02:00
deniscerri
2bd2db60b6
remove unused components 2023-05-14 22:14:12 +02:00
deniscerri
ddaa3e26a7
small bug fixes 2023-05-13 22:43:25 +02:00
deniscerri
880abd503e
added multiple pages to settings & more...
Dismiss download multiple sheet when all items are dismissed
Add backup for history, queued downloads, cancelled downloads, cookies, shortcuts, templates
Add long click format to show details in audio video tab
removed check icon from checked state in material cards
Implement format fetching on playlist from invidious
Invert selected items in playlist bottom sheet
Make filename templates for both audio and video and add them as a chip on both tabs
Fixed errors when there is no internet and u ask for the latest version of the app
Fixed "default" format error
2023-05-13 22:17:43 +02:00
deniscerri
376ee73af2
qol fixes 2023-05-06 22:34:50 +02:00
deniscerri
167b35a077
fixed app not updating when clicking the version nr in the settings 2023-05-01 17:37:51 +02:00
deniscerri
888dabc352
crumbs 2023-05-01 12:51:22 +02:00
deniscerri
4b921bd6c7
fixed ytm playlist links not showing all items and more theme fixes 2023-04-23 21:37:33 +02:00
deniscerri
a29eecadee
theme bug fixes 2023-04-23 14:42:12 +02:00
deniscerri
0137e8bedb
crumbs 2023-04-22 08:12:16 +02:00
deniscerri
a1655810f0
added swipes for download cards 2023-04-20 22:35:47 +02:00
deniscerri
5b91db5834
added select all to history & made chips in download card and active download card have same colors 2023-04-17 13:31:00 +02:00
deniscerri
ad6237d128
, 2023-04-15 15:22:14 +02:00
deniscerri
f4c409edcb
. 2023-04-15 14:53:37 +02:00
deniscerri
0ca391381b
. 2023-04-15 14:37:46 +02:00
deniscerri
e372f23ae7
gradle fixes 2023-04-15 14:32:37 +02:00
deniscerri
525a37475c
more fixes 2023-04-15 14:15:55 +02:00
deniscerri
f396787b65
alot of stuff
added remux-video for audio
made copy url similar to history card
fixed padding on cards
fixed configured download sheet not scrolling
implemented chapter suggestions in cuts
2023-04-08 21:21:01 +02:00
deniscerri
daac3fd241
fixed rtl not working with multiple search 2023-04-02 15:07:53 +02:00
deniscerri
b75643c697
added multiple search in searchview using chips 2023-04-02 14:07:15 +02:00
deniscerri
78a80a734d
added ignore battery optimization and other small stuff 2023-03-31 23:07:36 +02:00
deniscerri
55e878467c
implemented download sections in audio/video tab 2023-03-26 17:13:59 +02:00
deniscerri
660cab7702
added navigation component & command chip in history fragment 2023-03-25 11:13:18 +01:00
deniscerri
1920afac33
added baselineprofile & fixed share file intent 2023-03-21 22:06:45 +01:00
deniscerri
fc282a5032
Update build.gradle 2023-03-19 20:28:26 +01:00
deniscerri
d40b0e22bf
Update build.gradle 2023-03-19 20:26:53 +01:00
deniscerri
800b82b7bd
small touchups 2023-03-18 18:40:47 +01:00
Denis Çerri
4f6e2e29b7
fixed create template and shortcut not scrolling when too many elements are added 2023-03-11 20:31:59 +01:00
Denis Çerri
53bc051bc1
added search bar 2023-03-09 20:18:03 +01:00
Denis Çerri
a1cb810609
removed unused imports 2023-03-07 21:46:42 +01:00
Denis Çerri
c3730c46dc
fixed permission asking and template shortcuts duplicating 2023-03-07 10:48:37 +01:00
Denis Çerri
2c026f039e
fixed templates backup importing duplicates 2023-03-05 19:30:40 +01:00
Denis Çerri
7d5f32b4bf
added ability to edit command template & delete. Fixed logs not scrolling. Implemented import/export templates from clipboard. Implemented Error Items Log Button 2023-03-04 22:57:10 +01:00
Denis Çerri
24fa1d1509
implemented custom command 2023-03-04 12:23:59 +01:00
Denis Çerri
42fbf78ea2
fixed logs screen crashing on older apis 2023-03-02 20:32:32 +01:00
Denis Çerri
24f04ec2ba
fixed some bugs on terminal mode and download card 2023-02-27 20:39:15 +01:00