Commit Graph

1943 Commits

Author SHA1 Message Date
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
arkon
8f82c8ad3d Allow user to retain app data on uninstall for Android 10 2020-01-10 18:46:02 -05:00
arkon
7a2c132b8e Mark webp as binary files for git 2020-01-10 18:34:17 -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
happywillow0
6633a96245 Fix filter_mock (#2471)
Fix filter_mock
2020-01-10 06:59:16 -05:00
Jay
5b36e5d5f4 Version 0.9.61 2020-01-09 22:37:16 -08:00
Jay
89bdc0b691 Set auto updates toggle to on by default 2020-01-09 22:36:26 -08:00
Jay
d8e598aaaf Remove Source sorting, added searching by source 2020-01-09 22:29:08 -08:00
Jay
c692510c54 Fresh installs now have auto update enabled 2020-01-09 22:10:05 -08:00
Jay
8c8e4fd716 Merge remote-tracking branch 'upstream/master' 2020-01-09 21:31:38 -08:00
Jay
da9cc26ae3 Added dark theme fix back 2020-01-09 21:24:44 -08:00
Jay
5b2b3e9a87 Fixed broken webp 2020-01-09 21:08:36 -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
745f8d32b5 Use OutlineSpan approach from CarlosEsco/Neko to avoid infinite redraws
Based on work by @arsonistAnt: 1876f850f6
2020-01-09 22:13:25 -05:00
arkon
f715478070 Revert "Remove reflection to get TextView color field (closes #2469)"
This reverts commit 5f2aaeac57.
2020-01-09 21:51:34 -05:00
arkon
5f2aaeac57 Remove reflection to get TextView color field (closes #2469) 2020-01-09 21:32:30 -05: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
Jay
7c043524d8 icon endings 2020-01-09 18:00:03 -08:00
arkon
83d5e458ca
Update to SDK 29 (Android 10) (#2468) 2020-01-09 20:31:27 -05:00
arkon
f7669b6797 Replace left/right layout attributes with start/end 2020-01-09 19:10:55 -05:00
arkon
eb56567812 Convert filter mock image to webp 2020-01-09 18:55:53 -05:00
arkon
489f981e40 Convert tracker icons to webp 2020-01-09 18:54:07 -05:00
arkon
19adbeebd5 Convert nav drawer icon to webp 2020-01-09 18:49:14 -05:00
arkon
dc93368e03 Fix stretched splash screen icon on older versions of Android 2020-01-09 18:44:20 -05:00
arkon
8d3166c5fe Add larger minimalistic splash screen icon 2020-01-09 18:30:55 -05: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
4bc5f1401f Don't enforce line endings on binary files 2020-01-09 18:09:38 -05:00
arkon
13a2d3dfdd Provide more human readable error when downloading to invalid directory (#2462) 2020-01-09 08:39:40 -05:00
Jay
4094982526 Version 0.9.6 2020-01-09 01:02:18 -08:00
Jay
640bd8d9ba Fixes for extension notifcatinos + Confirm exit for migrations 2020-01-09 00:48:44 -08:00
Jay
a435c00290 Line endings for the icon 2020-01-09 00:08:12 -08:00
Jay
a3d03835f6 Removed source from the remove cached chapters method 2020-01-08 23:40:40 -08:00
Jay
7edc47f24e Fixed dark and light modes mixing on dark theme 2020-01-08 23:18:30 -08:00
Jay
53a44fb211 Added delete pending Downloads method
Also sources now show langauge for multi langauge users
2020-01-08 19:30:50 -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
arkon
6025b44e5b
Add fast scroller to library (#2459) 2020-01-08 21:32:07 -05:00
arkon
f4f427dd2a Restore equals/hashCode in ChapterTransition (closes #2461) 2020-01-08 21:31:32 -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
ea226a1697 Remove unused color resource 2020-01-07 22:55:14 -05:00
arkon
26c5c9c839 Replace usage of deprecated Glide SimpleTarget 2020-01-07 20:24:12 -05:00
arkon
5cddb269d6 Minor code cleanup 2020-01-07 20:17:07 -05: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
andrecsilva
b55814a1c0 Made 'Default' category selectable in global update settings (#2318) 2020-01-07 18:46:08 -05:00