Commit Graph

  • f7c20a5517 Update readme inorichi 2016-01-26 15:19:17 +0100
  • ea2e8bfb6f Fixed refactor mistakes :(. NoodleMage 2016-01-26 15:18:22 +0100
  • 00e1dc8fca Added classes because of renaming NoodleMage 2016-01-26 15:10:30 +0100
  • 5c59e55352 Few comments NoodleMage 2016-01-26 15:04:38 +0100
  • 11b68f914f Code optimization. Added comments. Few comment mistake fixes NoodleMage 2016-01-26 15:02:16 +0100
  • 2014b228e8 Fixed some mistakes. NoodleMage 2016-01-26 13:54:43 +0100
  • ded46048bd Code optimization. Added javadoc. Removed setSize for it is not used NoodleMage 2016-01-26 13:26:41 +0100
  • 2a43ed534f Merge pull request #1 from inorichi/master NoodleMage 2016-01-26 11:43:32 +0100
  • 6f409c0e3b Add an alternative way to display the chapter title (#54) inorichi 2016-01-25 19:57:13 +0100
  • 0a31c223e3 Don't lint release builds v0.1.2 inorichi 2016-01-25 15:15:47 +0100
  • 0f42956f3f Update readme inorichi 2016-01-25 14:01:37 +0100
  • ac2485d4a7 Release 0.1.2 inorichi 2016-01-25 13:56:58 +0100
  • 7993ec5074 Make toolbar always visible inorichi 2016-01-25 13:54:23 +0100
  • 4521174138 Fix layout overlapping inorichi 2016-01-25 13:43:21 +0100
  • 27b95e9d73 Minor changes inorichi 2016-01-25 13:19:03 +0100
  • a54425f47d Merge pull request #69 from icewind1991/info-show-source inorichi 2016-01-25 13:01:44 +0100
  • 4918e67fda Show manga source in info panel #69 Robin Appelman 2016-01-25 12:49:56 +0100
  • b174adbab0 Use a gradient at the bottom of the cover. Remove external repositories from gradle inorichi 2016-01-24 23:41:21 +0100
  • 59cc87c583 Fix #58 and #59 inorichi 2016-01-24 13:57:20 +0100
  • 0e87dc995a Add backpressure buffer for downloads inorichi 2016-01-24 13:23:29 +0100
  • fad7b75b96 Place reload button above the image inorichi 2016-01-24 12:52:41 +0100
  • c99c90fc4c Merge pull request #57 from icewind1991/chapter-list-ellipsize inorichi 2016-01-24 12:42:49 +0100
  • 594219848d Fix number of simultaneous downloads ignored (again) inorichi 2016-01-24 12:37:41 +0100
  • fa301bfbd2 elipsize chapter list in the middle #57 Robin Appelman 2016-01-24 12:15:43 +0100
  • 50306f6ea3 Merge pull request #53 from icewind1991/sort-order inorichi 2016-01-24 00:10:02 +0100
  • 9b90ad0a3b save per-manga sort order #53 Robin Appelman 2016-01-23 22:41:54 +0100
  • 5c854984e4 Fix #52 inorichi 2016-01-23 21:58:36 +0100
  • 6c844cfd9c Merge pull request #51 from icewind1991/last-page inorichi 2016-01-23 19:13:21 +0100
  • 9e666dcdb3 Load the last page when switching to the previous chapter #51 Robin Appelman 2016-01-23 17:10:56 +0100
  • e81f98a975 Fix an UI refresh issue inorichi 2016-01-23 14:17:01 +0100
  • 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. inorichi 2016-01-23 13:58:53 +0100
  • 07ed2e2ebb Hold the same manga instance (allowing to refresh manga state from the catalogue). Other minor changes. inorichi 2016-01-22 20:22:16 +0100
  • e1aa460106 Allow to display manga from catalogue as a simple list (#35) inorichi 2016-01-22 17:37:23 +0100
  • 75a77566cf Trying switches instead of checkboxes inorichi 2016-01-21 16:55:18 +0100
  • dd0a2d842a Improve recent chapters layout inorichi 2016-01-21 16:38:25 +0100
  • fa71e906c9 Change recent chapters query, now it shows last month updates. Download manager now uses a thread pool. inorichi 2016-01-21 02:26:34 +0100
  • e6a17e25a9 Tint navigation bar on Lollipop and higher inorichi 2016-01-20 22:06:22 +0100
  • d88513de56 Reenable recent updates tab inorichi 2016-01-20 19:43:44 +0100
  • ad97d03f1d Change toolbar color (Fix #43). Allow to also remove from library (Fix #44). Rewrite RxPager. inorichi 2016-01-20 19:21:17 +0100
  • 7fc23d526b Update readme inorichi 2016-01-20 14:46:05 +0100
  • 0210fd8828 Fix a big issue with the download threads. Release 0.1.1 v0.1.1 inorichi 2016-01-20 14:38:45 +0100
  • 0332d8dd79 Fix #39 inorichi 2016-01-19 21:07:32 +0100
  • 111ec5541f Fix an error with empty pages from downloaded chapters (images not found) inorichi 2016-01-19 19:30:55 +0100
  • 4bf15a5a2c Allow to mark all previous chapters as read inorichi 2016-01-19 16:35:36 +0100
  • 416fd128ba Upgrade StorIO to 1.8.0 inorichi 2016-01-19 15:49:13 +0100
  • dda0c50a1c Show only recent chapters of the library inorichi 2016-01-18 20:18:46 +0100
  • f0a3c9c2dc Don't reset library adapter if it's not needed inorichi 2016-01-18 19:41:11 +0100
  • 8520a47286 Sort sources alphabetically. Fix #31 inorichi 2016-01-18 19:28:13 +0100
  • 522e900b5a Initial support for recent updates. #20 inorichi 2016-01-18 18:04:07 +0100
  • b9bb41164f Merge pull request #33 from wopian/patch-2 inorichi 2016-01-18 00:23:57 +0100
  • 2b2fa0de2f Merge pull request #32 from wopian/patch-1 inorichi 2016-01-18 00:23:43 +0100
  • e747083b06 Update README.md #33 James Harris 2016-01-17 21:11:53 +0000
  • e08dd95435 Fix some grammatical issues #32 James Harris 2016-01-17 20:59:21 +0000
  • 173e86320b Allow to add a manga to the library with a long click inorichi 2016-01-17 16:11:30 +0100
  • b2e579173b Update readme inorichi 2016-01-17 15:29:31 +0100
  • 79229d9c6a Prepare for dev releases inorichi 2016-01-17 15:03:04 +0100
  • d25cbe9005 Update readme inorichi 2016-01-16 21:48:46 +0100
  • bba727ec81 Update readme v0.1.0 inorichi 2016-01-16 21:30:44 +0100
  • 67c9420606 Bump dependencies. Minor changes to download manager inorichi 2016-01-16 18:10:05 +0100
  • 936d5e46eb Prepare for first release inorichi 2016-01-16 16:33:35 +0100
  • 70f4c7fcc3 Rename project inorichi 2016-01-15 15:18:19 +0100
  • 1508bf42fb Open app from the new chapters found notification. Fixes #22 inorichi 2016-01-15 14:38:24 +0100
  • 5bb72429ea Adding a new logo, finally! Thanks @LinkCable inorichi 2016-01-15 02:42:10 +0100
  • 414900abf8 Do not let the launcher create a new MainActivity inorichi 2016-01-14 22:33:41 +0100
  • 3b8246588a Hide the search button in the library until it's fixed (or removed) inorichi 2016-01-14 21:14:56 +0100
  • 1c465a6e59 Exclude novels from MAL. Fix #19 inorichi 2016-01-14 20:50:14 +0100
  • 24a0a3b96f Improve chapter recognition. inorichi 2016-01-14 17:45:32 +0100
  • 4ee95140e6 Crash fixes inorichi 2016-01-14 00:50:40 +0100
  • 6ef0573a49 Add an option to allow downloads on mobile connections. inorichi 2016-01-13 22:31:12 +0100
  • 7e79a377cc Minor changes inorichi 2016-01-12 00:31:04 +0100
  • b170520370 Add an option to automatically update last chapter read and another one to ask before updating. Fixes #10 inorichi 2016-01-11 18:21:17 +0100
  • 226cc6990d Allow whitespaces in downloads path and add chapter id to avoid path conflicts. Throw if page list is empty WARNING: Downloaded chapters from a previous version won't be visible in the app anymore. You will have to manually delete the folder and download them again. inorichi 2016-01-10 21:16:23 +0100
  • e702be1a8d Rewrite the chapter insertion method. Create a wakelock until the library updates. Move custom preferences to widget package. inorichi 2016-01-10 19:49:26 +0100
  • fcb5bf4dd4 Add an option to update the library automatically after a specified time and an option to update only non completed mangas. Other minor changes. inorichi 2016-01-10 17:47:43 +0100
  • 6eb321bb06 Don't update the chapter list if the parsed list is empty (#18) inorichi 2016-01-09 21:39:59 +0100
  • 201650ced7 Notify when an image can't be decoded in the pager reader. Changes to theme. Reload library adapter when the mangas per row setting is changed (to recalculate covers height). inorichi 2016-01-09 18:23:38 +0100
  • 8be44c209c Show selected decoder and background color in the popup menu. Reload adapter when the decoder changes. inorichi 2016-01-09 00:57:02 +0100
  • d03e7e2f8c Add Rapid decoder for better image support. Reorganize readers. inorichi 2016-01-08 20:16:17 +0100
  • b735a1f581 Add minor improvements and retry button to webtoon reader. inorichi 2016-01-07 21:21:42 +0100
  • 39c9fd5945 Keep covers aspect ratio. Unsubscribe from the library when it's not needed. inorichi 2016-01-07 02:48:46 +0100
  • 690684bacf Drop progress emissions on backpressure inorichi 2016-01-06 22:57:39 +0100
  • d0089e3f5e Add buttons to open next/previous chapter in the reader. Try entire app with hardware acceleration inorichi 2016-01-06 20:55:52 +0100
  • 73aa93773c Replace hamcrest with assertj. ChaptersSubject now uses only one observeOn. inorichi 2016-01-06 16:08:15 +0100
  • dd833852ad Trying to fix a backpressure issue (#17). inorichi 2016-01-05 18:47:25 +0100
  • 2f66b6e56c Use ARGB8888 for covers. Fix buttons background inorichi 2016-01-05 15:54:51 +0100
  • 138e92d0aa Fix theme action mode inorichi 2016-01-05 14:17:16 +0100
  • 060da4185e Theme fixes inorichi 2016-01-05 13:54:00 +0100
  • 8000d67871 Enable tiling to webtoon reader and add a fade in animation inorichi 2016-01-05 04:55:31 +0100
  • 737d3d4282 Improve webtoon reader precaching images. Show a badge for the apk. inorichi 2016-01-04 16:18:18 +0100
  • 44ec87f7f1 Update readme inorichi 2016-01-04 02:08:56 +0100
  • e477f2df1f Rename viewpager classes inorichi 2016-01-04 01:35:05 +0100
  • 631ef65502 Host readers inside a fragment (Avoids some leaks) inorichi 2016-01-04 01:31:15 +0100
  • ddc188700c Make all info fragment content scrollable inorichi 2016-01-03 13:48:14 +0100
  • 829c2d5faa Description scrollable and show real manga status. inorichi 2016-01-03 01:20:31 +0100
  • 868058a50b Use RecyclerView for catalogue inorichi 2016-01-03 00:30:20 +0100
  • 453a187938 Remove cache size setting. Add advanced settings section. Other minor changes. inorichi 2016-01-02 21:09:46 +0100
  • 77d2e6643a Merge pull request #12 from j2ghz/master inorichi 2016-01-02 21:05:23 +0100
  • 134f534464 Make gradlew executable #12 J2ghz 2016-01-02 19:28:07 +0100
  • 986572f6cb Create an util class to write less code on sources. Save status from sources. inorichi 2016-01-01 21:02:13 +0100
  • 4d9cd6cb6e Allow to refresh data from MAL and show total chapters. Create nomedia file for default downloads folder on new installations. inorichi 2016-01-01 15:34:25 +0100