Commit Graph

341 Commits

Author SHA1 Message Date
78a2eae719 Minor changes 2016-01-30 00:41:39 +01:00
8b52fea602 Can now manually set cover pictures. #79
Forgot to add IOHandler

Removed FAB library now use the internal one. Changed getTimestamp to modification date.

Rewrote IOHandler.  Fixed Drive Bug. More bug fixes. Tested working for API 16 and 23

Fixed merge bugs
2016-01-29 20:44:51 +01:00
c03495be94 All chapter filters are now saved 2016-01-29 19:36:08 +01:00
f19889c222 Avoid OutOfMemory crashes on webtoon viewer increasing view holders height 2016-01-29 16:17:26 +01:00
ea4fa60e01 Trying improvements for webtoon viewer. #71 2016-01-29 14:54:53 +01:00
733b0da461 Upgrade OkHttp to 3.0.1 2016-01-28 16:44:18 +01:00
74c32f9e16 Minor refactor on caches 2016-01-28 01:01:55 +01:00
d8ab8f297f Let Glide cache local covers, it improves performance loading the covers from the library 2016-01-27 19:42:01 +01:00
ec7df6b1f2 Merge pull request #77 from NoodleMage/material_nav
Added icons to navigation drawer #47
2016-01-27 18:52:16 +01:00
ef03ca22d1 Added icons to navigation drawer. #47
Settings now inline with rest of menu

@Bind is onelined

Added icons to navigation drawer. Moved settings to the bottom of nav drawer.

Settings now inline with rest of menu

@Bind is onelined

Added icons to navigation drawer. #47
2016-01-27 18:48:43 +01:00
82865dd3fd Format fixes 2016-01-27 17:47:43 +01:00
23a6f76c37 Code optimization. Added javadoc. Removed setSize for it is not used
Fixed some mistakes.

Code optimization. Added comments. Few comment mistake fixes

Few comments

Added classes because of renaming

Fixed refactor mistakes :(.

typo + removed todo empty class

Changed o to 0. Some renaming.  Checked for nullability on string.isEmpty() function to prevent crashes

Removed redundant null check

Update ChapterCache.java

Another o to 0 change. Damn this .o! :)
2016-01-27 17:37:36 +01:00
0c9bc97fe8 Initial support for custom images scaling (#40) 2016-01-27 01:48:40 +01:00
c6ecfb2f67 Trying to fix some crashes 2016-01-26 19:18:31 +01:00
8ca0814aff Add a way to search in MAL only from the user's list 2016-01-26 16:33:19 +01:00
6f409c0e3b Add an alternative way to display the chapter title (#54) 2016-01-25 19:57:13 +01:00
27b95e9d73 Minor changes 2016-01-25 13:19:03 +01:00
4918e67fda Show manga source in info panel 2016-01-25 12:49:56 +01:00
b174adbab0 Use a gradient at the bottom of the cover. Remove external repositories from gradle 2016-01-24 23:41:21 +01:00
59cc87c583 Fix #58 and #59 2016-01-24 13:57:20 +01:00
0e87dc995a Add backpressure buffer for downloads 2016-01-24 13:23:29 +01:00
594219848d Fix number of simultaneous downloads ignored (again) 2016-01-24 12:37:41 +01:00
50306f6ea3 Merge pull request #53 from icewind1991/sort-order
save per-manga sort order
2016-01-24 00:10:02 +01:00
9b90ad0a3b save per-manga sort order 2016-01-24 00:01:24 +01:00
5c854984e4 Fix #52 2016-01-23 21:58:36 +01:00
9e666dcdb3 Load the last page when switching to the previous chapter 2016-01-23 17:10:56 +01:00
e81f98a975 Fix an UI refresh issue 2016-01-23 14:17:01 +01:00
11dc0d7e9e Change filename for downloaded chapters, using the last path from the url is not reliable. This will break compatibility with previously downloaded chapters, they have to be deleted and downloaded again.
Disable download progress in the chapters view, it will avoid some crashes.
2016-01-23 13:58:53 +01:00
07ed2e2ebb Hold the same manga instance (allowing to refresh manga state from the catalogue). Other minor changes. 2016-01-22 20:22:16 +01:00
e1aa460106 Allow to display manga from catalogue as a simple list (#35) 2016-01-22 17:37:23 +01:00
dd0a2d842a Improve recent chapters layout 2016-01-21 16:38:25 +01:00
fa71e906c9 Change recent chapters query, now it shows last month updates. Download manager now uses a thread pool. 2016-01-21 02:26:34 +01:00
d88513de56 Reenable recent updates tab 2016-01-20 19:43:44 +01:00
ad97d03f1d Change toolbar color (Fix #43). Allow to also remove from library (Fix #44). Rewrite RxPager. 2016-01-20 19:21:17 +01:00
0210fd8828 Fix a big issue with the download threads. Release 0.1.1 2016-01-20 14:38:45 +01:00
0332d8dd79 Fix #39 2016-01-19 21:07:32 +01:00
111ec5541f Fix an error with empty pages from downloaded chapters (images not found) 2016-01-19 19:30:55 +01:00
4bf15a5a2c Allow to mark all previous chapters as read 2016-01-19 16:35:36 +01:00
416fd128ba Upgrade StorIO to 1.8.0 2016-01-19 15:49:13 +01:00
dda0c50a1c Show only recent chapters of the library 2016-01-18 20:18:46 +01:00
f0a3c9c2dc Don't reset library adapter if it's not needed 2016-01-18 19:41:11 +01:00
8520a47286 Sort sources alphabetically. Fix #31 2016-01-18 19:28:13 +01:00
522e900b5a Initial support for recent updates. #20 2016-01-18 18:04:07 +01:00
173e86320b Allow to add a manga to the library with a long click 2016-01-17 16:11:30 +01:00
79229d9c6a Prepare for dev releases 2016-01-17 15:03:04 +01:00
67c9420606 Bump dependencies. Minor changes to download manager 2016-01-16 18:10:05 +01:00
936d5e46eb Prepare for first release 2016-01-16 16:33:35 +01:00
70f4c7fcc3 Rename project 2016-01-15 15:18:19 +01:00
1508bf42fb Open app from the new chapters found notification. Fixes #22 2016-01-15 14:38:24 +01:00
414900abf8 Do not let the launcher create a new MainActivity 2016-01-14 22:33:41 +01:00