Commit Graph

132 Commits

Author SHA1 Message Date
Jay
9cea45af1d Added button for bug reporting in debug build 2020-02-23 16:01:30 -08:00
Jay
3940d42185 Total chapter count shown when sorting by total chapters 2020-02-21 19:59:54 -08:00
Jay
f124dbdd58 Added Option to make grid fixed size, removed rx logic from recent reads
Cleanup of old filter sidebar
2020-02-13 19:46:02 -08:00
Jay
dfe02234f2 Updated Library tab so the action bar matches 2020-02-11 19:48:56 -08:00
Jay
ecbb55f058 Cleaned out old nav drawer menu 2020-02-11 19:48:56 -08:00
Jay
4d1623a812 Removed logic and option for the side drawer
👋
2020-02-11 19:48:55 -08:00
Jay
05cb2c0b6b Added Unread badge option
And with this, the filter bottom sheet is done
2020-02-11 19:48:54 -08:00
Jay
4ba197c713 Near final fixes to filter bottom sheet
Fixed title sometimes still showing when expanded
Popup menu show sorting option
2020-02-11 19:48:54 -08:00
Jay
596597c910 Collasing bottom sheet's peak on small phones in landscape 2020-02-11 19:48:53 -08:00
Jay
033e4f205d Fixed library sorting not updating while library updating in progress 2020-02-11 19:48:53 -08:00
Jay
0cc96ef585 Added sorting/display options to bottom sheet
Edge to edge on the pre migration bottom sheet
2020-02-11 19:48:53 -08:00
Jay
fa5b85e3b2 Download queue option moved to download settings
Also popup menus now us mat menus
2020-02-11 19:48:52 -08:00
Jay
98972e76c9 Fixing imports 2020-02-11 19:48:52 -08:00
Jay
b3842cd9ea Set bottom nav down to 4 tabs
Recents now shares recently read and updates
2020-02-11 19:48:52 -08:00
Jay
ff71b96703 Fixed Download intent + help button in settings 2020-02-11 19:48:51 -08:00
Jay
25df36c60d Start of MD2 + White theme 2020-02-11 19:48:51 -08:00
Jay
755ce656b2 Added remove from library dialog
Addresses #99
2020-02-08 19:35:56 -08:00
Jay
adc3a522cd Remove update library option + Library updater now uses a queue system
Also reordered group notifaction so it always sends first
2020-02-04 21:25:40 -08:00
Jay
27fbcf2082 Removed unused resources 2020-02-04 01:16:49 -08:00
RaniSargees
3cad9405f9 Searching in recents 2020-02-01 23:58:42 -08:00
Jay
c745ac7350 Fixed #67 and #69 2020-01-27 21:09:25 -08:00
Jay
5ea683b686 Added "Reverse order" option to d&d sorting to reduce menu size 2020-01-27 21:04:11 -08:00
Jay
ea281be29e Added Last Read to drag & drop 2020-01-27 20:03:29 -08:00
arkon
ff5169d7b9 Remove display/sorting mode dialogs 2020-01-26 19:31:15 -08:00
arkon
a8d1999fc2 Share Button in WebView + Open in broswer moved there 2020-01-21 17:35:50 -08:00
Jay
a253c255e8 Download dialog in chapters removed, now using submenu 2020-01-20 14:37:27 -08:00
Jay
c92b2bb203 UI/Functionality for custom info done
Local Manga is up next
2020-01-20 01:04:36 -08:00
Jay
aa00a1bed8 Prep for custom titles 2020-01-19 16:58:28 -08:00
Jay
6c6d9fbe07 Updating text for re order submenu 2020-01-15 01:34:00 -08:00
MCAxiaz
3e04619404 Toolbar Menu Items Fix 2020-01-14 22:17:09 -08:00
Jay
7008752639 Moved drag & drop sorting to library presenter
Where it always belonged
also added radio buttons sort category by (used to be called reorder)
also added unread sorting to that^
2020-01-14 21:29:32 -08:00
Jay
36b893efe1 Added option to move selected manga in drag & drop mode 2020-01-13 18:33:38 -08:00
Jay
09bb216cda Final Final fix for extension notifation + badge
Using coroutine for notifcation job
Now setting a badge beside extension in drawer to signify updates, this is updated every hour or when the api is hit
2020-01-13 04:16:05 -08:00
Jay
f7e867219c Fixed Remove history dialog 2020-01-13 02:35:08 -08:00
Jay
d4ae7d2825 Merge branch 'up_master' 2020-01-13 00:22:17 -08:00
arkon
e414b9edf1 Minor extension filter cleanup 2020-01-11 15:13:51 -05:00
MCAxiaz
62d3fc65e0 Filter Extensions By Language (#2275)
* add options menu item to filer extensions by languages

* resolve merge conflicts
changes per pr comments

Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-01-11 15:06:54 -05:00
arkon
797553ce16
Convert webview into an activity (#2470)
Based on 65804ebb3a
2020-01-10 22:22:12 -05:00
Jay
68c3d28b4b The Downloads Update
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
2020-01-07 23:32:30 -08:00
Jay
b872ab837a Drag & Drop Sorting in Library 2020-01-05 23:04:29 -08:00
Jay
f66c84091a Converting new icons to vectors 2020-01-05 17:05:49 -08:00
Jay
e342d4960c Removing custom androidx pref + start of vector icons 2020-01-05 16:06:09 -08:00
arkon
78689e7443
Migrate to AndroidX (#2424)
* Migrate to AndroidX (automatic conversion by Android Studio)

* AndroidX dependency code updates

* Fix source preference reparenting

* fixes the androidx prefererences icon spacing issue

(cherry picked from commit b76a15d960)

* Fix source preference screen heading size/list padding

Co-authored-by: Carlos <cargo8005@gmail.com>
2020-01-05 11:29:27 -05:00
Jay
10206ae7b3 Finished Part 1 of new auto source migration 2020-01-04 02:28:43 -08:00
FlaminSarge
ebeee70931 Allow back button to navigate to previous URL in WebView, add Forward, Refresh, and Close menu options (#2176) 2019-12-26 12:40:11 -05:00
Jay
3ac6f5829c Auto check for extension updates
Setting lives in Extensions -> Overflow menu
Checks every day
2019-12-21 23:28:02 -08:00
Jay
5448a16b35 Added search/sorting/mass enable/disable to catalouge sources 2019-12-17 00:18:19 -08:00
Jay
dd214f98fc Filter Extensions By Language
Co-Authored-By: MCAxiaz <mcaxiaz@gmail.com>
2019-12-16 20:37:34 -08:00
Jay
65804ebb3a Set Webview as an activity
This way it will not reload on orientation change or theme switching
Webview toolbar now also has history buttons in toolbar, pressing back now reverses in history
Webview title is also now the websites title
2019-11-17 18:46:12 -08:00
Jay
18c8c6049c Added option to hide title on library grid view 2019-11-14 22:53:08 -08:00