mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-10 11:08:56 +01:00
Upstream merge
Internal permission change Fix url adder
This commit is contained in:
0
app/src/main/res/menu/catalogue_list.xml
Normal file → Executable file
0
app/src/main/res/menu/catalogue_list.xml
Normal file → Executable file
0
app/src/main/res/menu/category_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/category_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_recent.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_recent.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_recent_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_recent_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_single.xml
Normal file → Executable file
0
app/src/main/res/menu/chapter_single.xml
Normal file → Executable file
0
app/src/main/res/menu/chapters.xml
Normal file → Executable file
0
app/src/main/res/menu/chapters.xml
Normal file → Executable file
0
app/src/main/res/menu/download_queue.xml
Normal file → Executable file
0
app/src/main/res/menu/download_queue.xml
Normal file → Executable file
7
app/src/main/res/menu/library.xml
Normal file → Executable file
7
app/src/main/res/menu/library.xml
Normal file → Executable file
@@ -22,9 +22,14 @@
|
||||
android:title="@string/action_update_library"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_sync"
|
||||
android:icon="@drawable/ic_cloud_download_white_24dp"
|
||||
android:title="Download favorites"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_edit_categories"
|
||||
android:title="@string/action_edit_categories"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
||||
0
app/src/main/res/menu/library_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/library_selection.xml
Normal file → Executable file
0
app/src/main/res/menu/manga_info.xml
Normal file → Executable file
0
app/src/main/res/menu/manga_info.xml
Normal file → Executable file
6
app/src/main/res/menu/menu_navigation.xml
Normal file → Executable file
6
app/src/main/res/menu/menu_navigation.xml
Normal file → Executable file
@@ -18,11 +18,15 @@
|
||||
<item
|
||||
android:id="@+id/nav_drawer_catalogues"
|
||||
android:icon="@drawable/ic_explore_black_24dp"
|
||||
android:title="@string/label_catalogues" />
|
||||
android:title="Galleries" />
|
||||
<item
|
||||
android:id="@+id/nav_drawer_latest_updates"
|
||||
android:icon="@drawable/ic_watch_later_black_24dp"
|
||||
android:title="@string/label_latest_updates" />
|
||||
<item
|
||||
android:id="@+id/nav_drawer_batch_add"
|
||||
android:icon="@drawable/ic_playlist_add_black_24dp"
|
||||
android:title="Batch Add" />
|
||||
<item
|
||||
android:id="@+id/nav_drawer_downloads"
|
||||
android:icon="@drawable/ic_file_download_black_24dp"
|
||||
|
||||
0
app/src/main/res/menu/reader.xml
Normal file → Executable file
0
app/src/main/res/menu/reader.xml
Normal file → Executable file
Reference in New Issue
Block a user