- formats auto updating as soon as the download card opens if auto-update is on - added preferred audio format always in the video tab - made app post downloads for queue in chunks - made app always save logs in case it fails, and if succeeds and logs are off it deletes it - fixed app navigating to home screen when cancelling download card in history screen - added a button to skip incoming app update so it wont bother you anymore - fixed settings not restoring some fields - fixed crunchyroll not working with cookies - added search for command templates - added sort filtering for command templates - added all shortcuts inside filename template creation dialog. Long click them to see the explanation - added preference to hide elements from the download card - made avc1 and m4a as preferred codecs for noobs - create dialog when download item exists. U can edit the download item right from there or access the history item to view the file
9 lines
283 B
XML
9 lines
283 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:id="@+id/existing_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical">
|
|
|
|
|
|
</LinearLayout>
|