Upstream merge

Internal permission change
Fix url adder
This commit is contained in:
NerdNumber9
2017-05-04 23:38:17 -04:00
parent 3f758d5981
commit 9dbb59f337
616 changed files with 4186 additions and 230 deletions

0
app/src/main/res/menu/catalogue_list.xml Normal file → Executable file
View File

0
app/src/main/res/menu/category_selection.xml Normal file → Executable file
View File

0
app/src/main/res/menu/chapter_recent.xml Normal file → Executable file
View File

0
app/src/main/res/menu/chapter_recent_selection.xml Normal file → Executable file
View File

0
app/src/main/res/menu/chapter_selection.xml Normal file → Executable file
View File

0
app/src/main/res/menu/chapter_single.xml Normal file → Executable file
View File

0
app/src/main/res/menu/chapters.xml Normal file → Executable file
View File

0
app/src/main/res/menu/download_queue.xml Normal file → Executable file
View File

7
app/src/main/res/menu/library.xml Normal file → Executable file
View 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
View File

0
app/src/main/res/menu/manga_info.xml Normal file → Executable file
View File

6
app/src/main/res/menu/menu_navigation.xml Normal file → Executable file
View 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
View File