Commit graph

54 commits

Author SHA1 Message Date
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
Denis Çerri
81e5d92a97
added grid layout for tablets and landscape mode 2023-02-26 20:09:36 +01:00
Denis Çerri
8ff441172e
implemented download queue 2023-02-26 19:24:51 +01:00
Denis Çerri
7eabba9c02
bug fixes 2023-02-26 13:47:41 +01:00
Denis Çerri
9574788ae8
added download logs support 2023-02-26 12:44:58 +01:00
Denis Çerri
ad452de1ae
fixed language switching api smaller than 33 2023-02-22 13:03:01 +01:00
Denis Çerri
48cc4f3f75
Changed search suggestions provider & more
Replaced invidious dependency with googles
added ability to toggle thumbnail embedding for audio on the download card
2023-02-18 14:19:46 +01:00
Denis Çerri
2bfb998e4a
change animations for bottom sheet 2023-02-16 21:43:25 +01:00
Denis Çerri
d860511ce9
implemented download scheduling 2023-02-11 18:26:13 +01:00
Denis Çerri
9e5f0e5fab
implemented format inside objects instead of a separate table 2023-01-27 21:27:41 +01:00
Denis Çerri
92d6b2f197
added stuff
added file picker for the sheet
cancel
title and author name sync between types
sheet showing when there is one result
trending not refreshing every time app shows
2023-01-23 23:42:33 +01:00
Denis Çerri
c4c4e7eab1
added formats 2023-01-19 21:16:42 +01:00
Denis Çerri
09bddccb61
added livedata to results 2023-01-18 22:51:58 +01:00
Denis Çerri
ec465f8bda
fixed thumb not showing in samsung music 2023-01-17 19:17:19 +01:00
Denis Çerri
d91b6dc217
random stuff 2023-01-10 11:47:05 +01:00
Denis Çerri
b330a5ba08
dev init 2023-01-08 16:50:57 +01:00
Denis Çerri
51ff22abcd
made file transfer a separate worker
made the app create default folders since downloading on a fresh install wouldnt work without checking the settings first, now you can
made each download have their own separate temporary folder using an url and download type. this way they can be resumed
fixed sponsorblock filters not working on a fresh install
fixed custom command notification not being in the proper channel
and other small stuff
2023-01-08 00:32:46 +01:00
Denis Çerri
427b96957c
fixed opus not saving with thumbnail & added share intent for custom command 2023-01-07 14:09:40 +01:00
Denis Çerri
bba9dbd96a
made downloads work on OTG drives 2023-01-06 22:49:44 +01:00
Denis Çerri
604fd300c8
kotlin-migration init 2023-01-03 23:31:32 +01:00
Denis Çerri
f2c4fc33a3
code cleanup 2023-01-03 17:10:33 +01:00
Denis Çerri
195281cf91
breadcrumbs 2022-12-26 20:34:24 +01:00
Denis Çerri
fca43ed67d
added turkish 2022-12-16 11:49:25 +01:00
Denis Çerri
3936e83578
new small features
made progress bar as thick as the card and somewhat transparent, looks nicer
made the download progress not cut off and be seamless when transitioning from intermediate to solid colors
renamed history tab to downloads
added videopath to downloaded items and if they are not in the filesystem, they are greyed out
made updating app as a toggle in the main settings page. moved update ytdl there aswell
fixed not getting all playlist items from generic ytdl request
brought back the default api key. If the key is throttled, it will try to use the user's custom youtube api key. If that key is throttled too, it will use the generic request as a last resort
2022-10-01 00:18:55 +02:00
Denis Çerri
4f4a6a4660
1.2.0
added some final touches
made the download cancellable
fixed button visibility issues
updated to latest version of youtubedl-android
2022-09-18 13:49:22 +02:00
Denis Çerri
4ed26c6b47
translated leftover strings 2022-09-16 14:26:16 +02:00
Denis Çerri
8117f9081b
Added Custom Command Feature and Self Updating Feature
- also other minor stuff, and new preferences
2022-09-16 01:24:17 +02:00
Denis Çerri
d931edad72
new settings features
implemented alot of sponsorblock and ytdlp features as settings
moved settings fragment to a different activity
added boilerplate bottom nav pages that will be added later
2022-09-13 00:01:22 +02:00