Jay
c92b2bb203
UI/Functionality for custom info done
...
Local Manga is up next
2020-01-20 01:04:36 -08:00
Jay
afe69fa2ed
Tracking updates
...
Tracked no longer shows manga tracking for services you've logged out of
Added logout button to tracking settings
If there's a single result in the track dialog for manga, it is selected so all you need to do it press "Track"
2020-01-16 23:26:20 -08:00
Jay
12c511cc65
Added progress bar to webview
2020-01-15 00:58:59 -08:00
Jay
47bfeddb05
Fixed webview starting in the middle of a new page
2020-01-15 00:17:40 -08:00
Jay
c476112266
Updates to expanding thumbnail
2020-01-15 00:07:45 -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
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
4b8373367b
Cleanup + pull to refresh on web view
2020-01-13 01:05:04 -08:00
Jay
d4ae7d2825
Merge branch 'up_master'
2020-01-13 00:22:17 -08:00
Jay
0577c45194
Tap on manga cover to make larger
2020-01-12 21:56:59 -08:00
arkon
f3e228e8a4
Indicate obsolete extensions ( #2494 )
...
* Indicate obsolete extensions
* Make obsolete indicators red
* Move obsolete extensions up the list
* Add base button theme for holder
* Use red button color state instead of explicit text color
2020-01-12 18:27:04 -05:00
arkon
57595988f5
Restore transparent status bars, allow WebView app bar to scroll away
2020-01-12 11:47:26 -05:00
arkon
81418a7712
Tweak reader seekbar height for Android 5 UI bug ( closes #2487 )
2020-01-11 22:29:31 -05:00
arkon
885c7bbb10
Add descriptions to reader prev/next buttons for a11y
2020-01-11 22:14:02 -05:00
arkon
d4c25359bd
Remove clickable attributes from unclickable text in reader
2020-01-11 22:13:46 -05:00
arkon
3892b93bca
Rename tracker icon images
2020-01-11 22:01:26 -05:00
Jay
1e30d249ee
Revert "Merge remote-tracking branch 'upstream/master'"
...
This reverts commit 93e4b9104b
, reversing
changes made to 3c81f60041
.
2020-01-10 23:50:02 -08:00
Jay
93e4b9104b
Merge remote-tracking branch 'upstream/master'
2020-01-10 23:48:39 -08:00
arkon
797553ce16
Convert webview into an activity ( #2470 )
...
Based on 65804ebb3a
2020-01-10 22:22:12 -05:00
Jay
5f2eb19ea3
Fixes for merging from upstream
2020-01-09 19:31:09 -08:00
Jay
b1d221c117
Merge remote-tracking branch 'upstream/master'
2020-01-09 18:15:42 -08:00
arkon
f7669b6797
Replace left/right layout attributes with start/end
2020-01-09 19:10:55 -05:00
arkon
19adbeebd5
Convert nav drawer icon to webp
2020-01-09 18:49:14 -05:00
arkon
07caea8b4e
Clean up splash screen code
2020-01-09 18:29:36 -05:00
arkon
e411f54236
Remove up/down animation for FAB, add list padding ( #2456 )
2020-01-08 21:33:10 -05:00
arkon
6025b44e5b
Add fast scroller to library ( #2459 )
2020-01-08 21:32:07 -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
b668cc9abc
Fixes to the fast scroller for this fork + remove keyword searching
2020-01-06 02:28:15 -08:00
Carlos
d8f385cc63
add fast scroller to library view
2020-01-06 00:50:29 -08:00
Jay
f66c84091a
Converting new icons to vectors
2020-01-05 17:05:49 -08:00
Jay
aa0212132c
Updated to Unix line endings
2020-01-05 14:30:59 -08:00
Jay
1d11d55a18
Merge remote-tracking branch 'upstream/master'
2020-01-05 12:45:00 -08:00
arkon
600fbb2ef8
Update files to use unix line endings
...
cmd: `find . -type f -print0 | xargs -0 dos2unix`
2020-01-05 14:43:07 -05: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
ce30d9602b
General settings split into General and Library
2020-01-05 01:09:10 -08:00
Jay
2535ea92eb
Another fix for mass migration
...
Also fixing some deprecated code
2020-01-04 23:21:10 -08:00
Jay
142dc1c12a
Refactoring + fixes for auto-migrate
2020-01-04 18:52:06 -08:00
Jay
d64754e3e0
Cleanup of olf auto migration
2020-01-04 18:39:42 -08:00
Jay
c4321e3adf
Part 2 of Auto-Migration Done
2020-01-04 18:19:09 -08:00
Jay
6d6ff95982
Fixes for this new auto migration ui
2020-01-04 04:14:40 -08:00
Jay
10206ae7b3
Finished Part 1 of new auto source migration
2020-01-04 02:28:43 -08:00
Jay
8ba75831e6
Implemented Auto Source Migration
...
Co-Authored-By: NerdNumber9 <nerdnumber9@users.noreply.github.com>
2020-01-03 16:48:24 -08:00
Jay
64ca61dfcb
Chapter FAB is now sticky
2020-01-03 13:35:41 -08:00
Jay
53f7b3a762
Reorder downloads + Fixes to extensions autochecker
2019-12-22 12:13:22 -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
1291adf821
Library updates are now in groups, tapping on them take you directly to the chapter to read
...
Fixes to lollipop snackbar and webview
2019-11-05 00:07:20 -08:00
Jay
cc5c9a4699
Fixed snackbar in categories + Fixed touch offset when tabs needs to appear
2019-11-03 15:36:56 -08:00
Jay
2c7f0743db
Going to manga chapters now jumps to your last unread chapter
...
Fixes to dark theme dialogs for custom download amount
2019-11-03 13:45:30 -08:00
Jay
7f7acfc55a
More updates
...
Seperation of Updating Library and New Chapters found
If there is only one manga update, a start reading action is added to the notificaion
Fixed issue with nav bar not being transparent when starting a shortcut from launcher
Insets work on manga info scrolling text
2019-11-02 01:26:14 -07:00
Jay
d719cae942
More snack
2019-10-30 01:19:30 -07:00