mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 14:25:13 +01:00
68c3d28b4b
Pending downloads can be move to the top or bottom of the queue with a menu button on the right side, they can also be cancelled Mass Migration now shows progress and total manga in the title Fixed the issue where deleted downloads using the old folder format said they weren't (they were) Fixed cancelled downloads not deleting the temp folder Changed the format of downloads yet again, now it's just chapter id and the name Added option to reorder pending downloads by newest or oldest chapter
11 lines
401 B
XML
11 lines
401 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:id="@+id/move_to_top"
|
|
android:title="@string/action_move_to_top" />
|
|
|
|
<item android:id="@+id/move_to_bottom"
|
|
android:title="@string/action_move_to_bottom" />
|
|
|
|
<item android:id="@+id/cancel_download"
|
|
android:title="@string/action_cancel" />
|
|
</menu> |