Commit graph

95 commits

Author SHA1 Message Date
zaednasr
dd3578bc48
1.7.2 pre
- Increased the height of the history card a slight bit
- Fixed app not using the -S format sorter in normal GUI downloads
- Added the multiple download card as an option to disable the swipe gestures
- Added a recyclerview to the search results because they were buggy before and would not show sometimes
- Added a new history item card design in cases if you quick-downloaded a playlist or if you made multiple cuts of a file. Instead of being separate, they are bundled and you can share them all at once and if you want to open the file a new dialog will show telling you to choose which one. If any of them is deleted, they are greyed out
- Fixed the shortcuts behaviour by allowing duplicate shortcuts to be added to textbox and to not check
- Added format filtering in the format list bottom sheet. You can filter between ALL, SUGGESTED, SMALLEST, GENERIC. Suggested formats are built upon your app preferences like your preferred codec, container, quality. Smallest formats are all formats for each resolution with the smallest filesize. Generic are formats you see if an item has not updated the formats yet, in case you want to use those for some reason
- Added clipboard button right in the home screen for quick access to the url you copied instead of going to the searchview. That item is also available there aswell
- Added ability to show the URL in a history item if the download produced no title for it
- Added zoom-in zoom-out slider for logs and terminal screens.
- Added more options of datafetching for titles and authors, like track, alt_title to avoid the default youtube naming scheme when available. Useful for audio downloads
- Since some people are confused. In the download card each tab item is independent and they each create a distinct download item and when you press download the app picks from the tab you are currently. If you want to select the audio format in the video tab you can just open the format list and scroll to the bottom for the audio formats. You can select multiple if you want and then press ok. But since some people thought that selecting the audio in audio tab would apply to the video tab, i added the ability to synchronise that format automatically in case people dont know about this lol
- Other small bug fixes
2024-01-14 12:23:49 +01:00
zaednasr
461d4679ac
1.7.1 2023-12-25 12:50:21 +01:00
zaednasr
fba26b50d0
1.7.0
- added subtitle language codes suggestions in the settings page
- made the extractor chips in history page Sentence case
- added a changelog screen where you can see recent releases and you can download the apks from it too
- prevented app from crashing when trying to backup from a corrupted backup
- added uploader_id as fallback for author data fetching in yt-dlp in case others are empty
- fixed null pointer exception when running the update multiple items formats worker
- added the seconds where the cut starts on downloads with cuts in them
- made autonumbers be normal numbers instead of being 5 digits
- fixed filename templates in cut files and added the index in the beginning and fixed bugs if the users left the template as empty
- added 240p as a generic format
2023-12-17 21:02:04 +01:00
zaednasr
ef5b68ffc1
. 2023-11-26 17:09:08 +01:00
zaednasr
3e4d89577a
some changes
- fixed log removing some lines
- added MASTER channel in yt-dlp updates
- made errored downloads as a separate notification channel
- fix notification language conflict for portugal brasil in worker notification
- kept state of download card when going in landscape, even while updating data
- add crop thumbnail to adjust audio preferences
- fix command templates creation showing extra command checkboxes even though extra command is disabled
- fix preferred audio codec disrupting preferred audio id
2023-11-19 16:31:00 +01:00
zaednasr
17d6a87e49
stuff
- added hungarian
- added serbian
- added ability to enable/disable swipe gestures on any screen
- added ability to choose whether extra command applies to audio video or both
- hide search providers if the user has typed out an url in the searchview
2023-11-12 15:59:55 +01:00
deniscerri
f335bbddf5
changes
- added extractor args lang when searching in yt-dlp
- removed webarchive search engine since its not supported anymore
- fixed terminal prematurely closing
- made format auto-update on by default for new users
- fixed main activity getting removed from recents when using the app with rvx
- added ability to have the last used command template for the next download
- fixed app crashing in landscape logs
- fixed app constantly going back to home in landscape or config change. now it keeps state
- add subtitle language suggestions in the subtitle dialog
- made command template scroll state hold even if fragment is destroyed
- added slovak sk language
- fixed terminal icon being blank in white mode, and now its red
- fixed share files from notification showing 2 files even though its 1
- fixed history item not being deleted from the bottom sheet
- cleared outdated player urls for stale result items
- added export cookies as file
- added export command templates for selected templates
- added icons for history details sheet chips
- added markdown in the update dialog
2023-10-29 00:45:42 +02:00
deniscerri
a1510cdcfa
stuff 2023-09-07 21:14:18 +02:00
deniscerri
a9f1e106a3
cleanup
Fixes:
When removing audio it doesn't remove the best audio
Make app only get the link part from Pinterest in share menu.   Look at this video... 👀 https://pin.it/...
add beta functionality to the app updating
If you are in beta and want to go to release allow downgrading
Language change doesnt restart activity
2023-09-07 19:41:42 +02:00
deniscerri
28fafaaf5f
1.6.6 2023-09-05 13:58:55 +02:00
deniscerri
6b89d3e3fd
stuff 2023-09-03 20:59:06 +02:00
deniscerri
e91262cc66
fixed webview ok button
slightly improved listing of items if u have alot of items
fixed app not enabling ok button in the cut screen if you change the TO text box only
added force keyframes at cuts switch in the cut screen
Added 3 dots in multiple download card. It will have the configure chips in a separate card. Each will have a callback that will update all items in multiple download
fixed start end textboxes showing truncanted text in playlist select card
add ability to start a download now and put the rest of the queue behind it
Scrollbar handle shrinked depending on size. Made it same size
Fixed Tapping the notification of the errored download leading to the running tab instead of errored
Set different icon for terminal in share menu
ignored extra command preference in backups of command templates
made preference titles be multiline if they are too long
if the preferred download type is command, the app will not bother fetching data beforehand
fixed app not showing the entire interface when being in landscape
hid format details in command type logs because they are useless
fixed cookies import not working from external sources other than the app
fixed app using continue button for a split second when there are no paused downloads
added state in home screen so that it wont populate trending videos while its searching for an item
implemented batch downloads in a single worker to avoid bogging down the system with many works
fixed instagram status that have multiple videos just using the first video
fixed monochrome icon not showing
made yt-dlp auto update a choice in the settings
fixed bilibili not working in normal mode
fixed app overwriting files instead of adding (1) in the filename instead
2023-08-20 17:01:39 +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
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
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
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
3289a4fb96
more stuff
tapping running download notification, will open download queue screen now
fixed app closing running application when trying to share a file from the notification
trending videos and search results will use piped now
2023-05-28 22:32:35 +02:00
deniscerri
e62b2e6246
added swipe gestures as a preference & made deleted queued items move to cancelled instead of deleting completely 2023-05-25 20:35:22 +02:00
deniscerri
aadac439f3
stuff
Add multiselect audio in format card. use piped for format updating and single video fetching, the rest invidious
Make search suggestions as a preference cuz of privacy reasons
Selecting the videos in the download queue causes the app to be force closed
Removed ip whois network request
update download item data when you schedule a quick downloaded item
2023-05-22 20:32:09 +02:00
deniscerri
59ca614ffd
stuff
fixed sponsorblock not restoring properly
hid navigation bar when opening search view and reshowing it when closing
updated download item data after calling ytdlp so that the user doesnt have to wait. Its parallel
added Persian lang in the app
added socks5 proxy support
2023-05-19 22:12:31 +02:00
deniscerri
2bd2db60b6
remove unused components 2023-05-14 22:14:12 +02:00
deniscerri
376ee73af2
qol fixes 2023-05-06 22:34:50 +02:00
deniscerri
fa341a53f2
added ability keep cached files when download is finished 2023-05-06 12:15:10 +02:00
deniscerri
32213089c8
added remove audio feature and fixes on the finished download notification 2023-04-26 22:15:25 +02:00
deniscerri
f5edae69b2
implemented custom themes 2023-04-22 16:40:59 +02:00
deniscerri
55e94c7b66
added file picker 2023-04-21 18:58:10 +02:00
deniscerri
4b433f66b9
added format details sheet on long press 2023-04-21 00:10:30 +02:00
deniscerri
a1655810f0
added swipes for download cards 2023-04-20 22:35:47 +02:00
deniscerri
326e701812
implemented tablet ui & folder picker in terminal 2023-04-20 00:09:20 +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
07b28729a6
updated active download card design 2023-04-16 00:05:06 +02:00
deniscerri
334b42a908
fixes 2023-04-15 10:57:29 +02:00
deniscerri
6fb8f035fe
implemented saving subs in a file 2023-04-14 00:24:51 +02:00
deniscerri
55b59d75b1
implemented cookies import & invert selected in contextual app bar & download preference without metered networks 2023-04-12 22:17:33 +02:00
deniscerri
6fc87df98d
implemented cookies 2023-04-09 15:44:00 +02:00
deniscerri
f5ad2aee1d
added contextual menus for main and history fragments 2023-04-09 11:05:29 +02:00
deniscerri
7a8341a3c3
added range picker on playlist 2023-04-01 13:56:23 +02:00
deniscerri
78a80a734d
added ignore battery optimization and other small stuff 2023-03-31 23:07:36 +02:00
deniscerri
9dbf92a5d1
added automatic format updates & removed app from recents when terminated 2023-03-27 22:29:22 +02:00
deniscerri
55e878467c
implemented download sections in audio/video tab 2023-03-26 17:13:59 +02:00
deniscerri
506929b453
added terminate app button 2023-03-25 16:27:46 +01:00
deniscerri
badf4fb0d9
added generic formats for audio 2023-03-22 18:15:09 +01:00
deniscerri
e9e90de48d
fixed icon not showing on < android 8 2023-03-22 11:06:48 +01:00
deniscerri
d3887dd7d9
added restrict filenames preference and changed download card design 2023-03-19 16:25:37 +01:00
deniscerri
ee8c387c33
removed unused resources 2023-03-15 18:51:39 +01:00
deniscerri
4c56042123
added clear temporary files 2023-03-13 22:47:46 +01:00
deniscerri
3d493e4e58
added sorting by file size in history 2023-03-13 22:07:45 +01:00