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
24f5351701
Added toasts to cleanup download
2020-01-13 00:03:22 -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
Jay
bcd6c33ed8
More Plurals
2020-01-12 14:39:07 -08:00
Jay
264f3cd8d3
Update strings.xml
2020-01-12 13:32:03 -08:00
Jay
cbd2118b3e
Fixed plural strings text
2020-01-12 13:17:06 -08:00
Jay
b1ae3629fd
Use of plural strings
...
Which I've just learned this is a nightmare for translators
2020-01-12 11:33:08 -08:00
arkon
57595988f5
Restore transparent status bars, allow WebView app bar to scroll away
2020-01-12 11:47:26 -05:00
Jay
78b3ff97d2
Autmotic Reader theme now based on page or by theme
2020-01-11 17:06:11 -08:00
Jay
c143490f5a
Using new material dialog libraty
...
Co-Authored-By: Carlos <carlosesco@users.noreply.github.com>
2020-01-11 16:23:30 -08:00
Jay
73d1b6ac27
Covers now update automatcally with library, local covers instant change now
2020-01-11 14:27:36 -08:00
Jay
36c513b4c4
Fixed search placeholder + restore wakelock
2020-01-11 13:22:39 -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
cd90702fe5
Fix splash screen status bar color
2020-01-11 10:41:16 -05:00
arkon
012b1b56aa
Minor grammar fixes
2020-01-11 10:11:39 -05:00
arkon
ff999a6dda
Show selected preference for "Library update order"
2020-01-11 10:11:30 -05:00
Jay
130b2df89d
Update strings.xml
2020-01-11 01:14:33 -08:00
Jay
f297b74682
Fixed recently read bug set it to 50 years back
...
because I'm too tired to figured out the sql query
Also reworded the restore complete text
2020-01-11 00:56:24 -08:00
Jay
3ae6a4d33e
Removed colored nav bar from splash screen
2020-01-10 23:33:35 -08:00
Carlos
b44ec4bfab
Update restore to use a notification
...
Also added cleanup option to downloads
2020-01-10 23:31:59 -08:00
Jay
5368e37988
Added new placeholder text for search on library
...
Fixed splash screen color
2020-01-10 19:40:01 -08:00
Jay
601bb177ff
Merge remote-tracking branch 'upstream/master'
2020-01-10 19:29:39 -08:00
arkon
797553ce16
Convert webview into an activity ( #2470 )
...
Based on 65804ebb3a
2020-01-10 22:22:12 -05:00
Jay
0b5a33759d
Fix status bar in black reader - 0.9.62
2020-01-10 08:21:56 -08:00
arkon
ba9f6fef99
Tweak splash screen color, set nav bar to match ( #2476 )
...
Tweak splash screen color, set nav bar to match
2020-01-10 08:11:10 -05:00
Jay
8c8e4fd716
Merge remote-tracking branch 'upstream/master'
2020-01-09 21:31:38 -08:00
Jay
7274498462
Fixed downloads not being deleted after reading
...
Fixed dark theme maybe
2020-01-09 21:03:13 -08:00
Jay
5f2eb19ea3
Fixes for merging from upstream
2020-01-09 19:31:09 -08:00
arkon
044a4f7575
Split general settings into general and library
2020-01-09 21:22:58 -05:00
Jay
b1d221c117
Merge remote-tracking branch 'upstream/master'
2020-01-09 18:15:42 -08:00
arkon
07caea8b4e
Clean up splash screen code
2020-01-09 18:29:36 -05:00
markelgaston
141b7ac554
Added a app loading splash Screen ( #2185 )
...
* Added a app loading splash Screen. Just a theme that plays on start up before loading the actual app theme
* Added a app loading splash Screen. Just a theme that plays on start up before loading the actual app theme
* Update splash_background.xml
2020-01-09 18:09:52 -05:00
arkon
13a2d3dfdd
Provide more human readable error when downloading to invalid directory ( #2462 )
2020-01-09 08:39:40 -05:00
Jay
640bd8d9ba
Fixes for extension notifcatinos + Confirm exit for migrations
2020-01-09 00:48:44 -08:00
arkon
d62f0de862
Tweaks based on PR comments, simplify some more strings
2020-01-08 21:53:08 -05:00
Allan Nordhøy
0073ddf237
Spelling: Language rework ( #1367 )
...
* Language rework
* Libre software, F-Droid, app
* Reverted to "free and open source"
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-01-08 21:35:41 -05:00
arkon
e411f54236
Remove up/down animation for FAB, add list padding ( #2456 )
2020-01-08 21:33:10 -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
arkon
0d5099f230
Drop support for Android 4.x ( #2440 )
...
* Bump minSdkVersion
* Remove Android 4.x specific logic
* Consolidate res assets
* Add note about minimum Android version to README
* Restore incorrectly removed method, remove unneeded Lollipop TargetApi annotations
2020-01-07 18:46:31 -05:00
Jay
bac01c9807
Spelling fixes + fix to drag & drop
...
Targeting tracepot for crashes
Migrations now shows how many manual migrations were made after skipping the rest
2020-01-06 18:01:42 -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
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
332e8c9487
More refactoring + more bug fixes
...
Such as when a manga picked has 0 chapters
2020-01-04 22:19:47 -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