Commit graph

  • 4f604e828b Organize ui by feature instead of layer inorichi 2015-11-14 17:10:55 +0100
  • e74f81d41a New source (unfinished) inorichi 2015-11-14 15:33:07 +0100
  • 985c5c09a7 Automatically close dialog when login is successful and notify user by toast inorichi 2015-11-11 19:15:56 +0100
  • 089b5d3326 More improvements to webtoon viewer inorichi 2015-11-11 04:56:16 +0100
  • 692d3c1b2c Initial chapter number recognition (needs improvement). Remove an old class. inorichi 2015-11-10 19:31:18 +0100
  • bc83bd7033 Some improvements to viewers inorichi 2015-11-10 16:35:23 +0100
  • f2b05e8519 Tip: don't copy paste without reading it again inorichi 2015-11-09 03:47:39 +0100
  • ceb56e2c8a Update number of downloaded images in the queue, and improve the way the view refreshes the data inorichi 2015-11-09 03:31:50 +0100
  • 7c37262a9f Merge database operations in a single class, deleting duplicated methods (as observable or blocking) and let the consumer decide the option inorichi 2015-11-08 13:50:49 +0100
  • a130506514 Hold a wake lock until downloads are finished inorichi 2015-11-07 22:10:08 +0100
  • 0f372ba069 Allow to resume downloads when a connection is again available inorichi 2015-11-07 16:34:22 +0100
  • 17c60644dd Bugfixes in download manager and other minor changes inorichi 2015-11-06 20:22:01 +0100
  • d3a32da62c Change the download event. Fix some bugs in download manager. Other minor changes. inorichi 2015-11-06 03:29:23 +0100
  • 2683cad5b5 Download queue threads are now updated when the setting change inorichi 2015-11-05 20:01:37 +0100
  • c73779ea3b Listen for downloaded pages, but it's not updating the UI yet inorichi 2015-11-05 00:50:39 +0100
  • de8b7b27e1 Minor changes inorichi 2015-11-04 22:50:05 +0100
  • 3bdca95d96 Use flatMap with a limit instead of windows for concurrent downloads inorichi 2015-11-04 19:54:01 +0100
  • 999cc0df6e Initial download queue fragment. Update progress working inorichi 2015-11-04 18:54:07 +0100
  • 3b9f4cb6f1 Allow to delete downloaded chapters inorichi 2015-11-04 12:02:55 +0100
  • fa28ccc19a Read downloaded chapters inorichi 2015-11-04 11:25:29 +0100
  • b0a8740e8d Improve download manager. Add an option to select the number of threads for downloads. inorichi 2015-11-04 10:51:49 +0100
  • 11638ae917 Allow reading downloaded chapters inorichi 2015-11-03 21:27:56 +0100
  • 62ae572c72 Add a temporary way to select download directory inorichi 2015-11-03 20:04:07 +0100
  • 13ff612ce0 Initial download manager inorichi 2015-11-03 16:21:50 +0100
  • b3f12ae333 Allow to remove a favorite manga from info tab inorichi 2015-11-02 21:22:31 +0100
  • 04dfdba0b7 Refresh button in library is now looking for new chapters in sources and notifying the user inorichi 2015-11-02 17:25:06 +0100
  • faef785fc3 Add multiple chapters selection and allow to mark them as read/unread inorichi 2015-11-02 14:42:08 +0100
  • 22ee78d256 Show toast when source login is needed inorichi 2015-11-01 22:04:48 +0100
  • 9407d9b4f5 Minor changes inorichi 2015-11-01 21:28:03 +0100
  • 95581007df Rename pager adapter and horizontal view pager inorichi 2015-10-29 15:54:18 +0100
  • 571c24d3d9 Fix bug in reader's current position inorichi 2015-10-29 15:31:42 +0100
  • 720b0a29ce Allow fullscreen reading inorichi 2015-10-29 13:46:10 +0100
  • afebfec737 Initial support for read chapters inorichi 2015-10-29 00:45:51 +0100
  • 5e01937cce Recover page position when configuration changes inorichi 2015-10-28 21:29:28 +0100
  • cd456d2186 Use BehaviorSubject instead of PublishSubject to observe page progress inorichi 2015-10-28 17:47:21 +0100
  • e160f53bb2 Better handling of loading progress and image load. inorichi 2015-10-28 17:20:00 +0100
  • d26049155c Increase cache size inorichi 2015-10-28 14:03:58 +0100
  • 1339e32de7 Show download progress. Caching of images now without glide inorichi 2015-10-28 02:10:37 +0100
  • 3561392d24 Retry calls inorichi 2015-10-27 18:40:13 +0100
  • 68e5efb02b Better error handling for images inorichi 2015-10-27 17:12:16 +0100
  • 35b8be6c75 Library now showing favorite mangas inorichi 2015-10-27 00:00:09 +0100
  • baa24fbf17 Check credentials before saving inorichi 2015-10-26 18:50:11 +0100
  • 1b45ff3b12 Authentication with batoto done inorichi 2015-10-26 17:29:16 +0100
  • 8b0b174c93 Split source class inorichi 2015-10-26 14:04:03 +0100
  • 0ef610bb73 Minor changes again inorichi 2015-10-26 02:15:31 +0100
  • e975860420 Minor changes inorichi 2015-10-26 01:55:36 +0100
  • 0e9e80b081 Initial support for sources' login. Upgrade support library version. inorichi 2015-10-26 01:41:10 +0100
  • e857a44987 Fix batoto parser inorichi 2015-10-25 00:08:15 +0200
  • c7e9016ad7 Add vertical viewer. Allow to select a viewer inorichi 2015-10-24 22:47:34 +0200
  • 0a9b84ea11 Add broken webtoon viewer (not sure if it will be possible with RecyclerView) inorichi 2015-10-24 21:09:58 +0200
  • d3c83f0bf2 Decouple viewer from the reader activity inorichi 2015-10-24 16:04:42 +0200
  • ef7613f7ad Cache chapter images from presenter with glide. inorichi 2015-10-23 01:40:27 +0200
  • fefc6ba0e9 Disable tiling, for now inorichi 2015-10-22 17:24:17 +0200
  • 3a748a9453 Allow tapping on the edges of the chapter to change pages inorichi 2015-10-22 02:20:42 +0200
  • 38c6fac385 Move dagger classes to injection directory inorichi 2015-10-21 21:04:10 +0200
  • 57290a5395 Remove unused util classes inorichi 2015-10-21 20:54:11 +0200
  • 985d71a869 Starting preferences inorichi 2015-10-21 19:27:22 +0200
  • af678a5b3c Copy nucleus activity and fragment to create a base activity and fragment inorichi 2015-10-21 18:36:01 +0200
  • 4966f1e15f Convert catalogue to a fragment inorichi 2015-10-21 17:20:03 +0200
  • 4c786077a8 Show page number, improve the load of the first image of a chapter inorichi 2015-10-21 16:40:50 +0200
  • 74da971b2e Reader working. Yay! inorichi 2015-10-21 02:18:29 +0200
  • 915847c0ed Rename viewer to reader inorichi 2015-10-21 00:18:55 +0200
  • 5142df103b Almost showing a chapter reader inorichi 2015-10-21 00:04:04 +0200
  • 49c69be38e Fix wrong manga received through EventBus inorichi 2015-10-19 23:54:19 +0200
  • 0c77a7034a Show chapter count inorichi 2015-10-19 17:27:41 +0200
  • 9ad6efbada Minor changes inorichi 2015-10-19 15:10:25 +0200
  • a3236e98d0 Instant search when leaving search mode inorichi 2015-10-19 04:23:31 +0200
  • 85d34ab9e5 Search survive screen rotation inorichi 2015-10-19 04:15:30 +0200
  • 264d627dea Use subscriptions in onCreate method in CataloguePresenter inorichi 2015-10-19 02:57:00 +0200
  • 1719959bc8 Use nucleus restartables in chapters presenter. Fix some database methods. Add swipe refresh to chapters fragment. Use Icepick library. inorichi 2015-10-18 19:18:50 +0200
  • 920a71601b Don't restart library subscription inorichi 2015-10-18 02:33:15 +0200
  • c6df23b1aa Don't query db twice inorichi 2015-10-18 01:59:21 +0200
  • a52e33b628 Use EventBus inorichi 2015-10-18 01:22:05 +0200
  • 1802dd04e4 More changes to MangaDetailActivity and its fragments inorichi 2015-10-17 21:31:10 +0200
  • c13d747665 Show chapters tab if it's a manga from library inorichi 2015-10-17 17:32:31 +0200
  • 161a4b17a6 Use same activity for manga details on catalague and library. Move some methos to view. inorichi 2015-10-17 17:09:33 +0200
  • c768b4de3b Delete all view interfaces inorichi 2015-10-17 16:34:22 +0200
  • 1929eea19d Delete old BasePresenter inorichi 2015-10-17 16:33:29 +0200
  • b36aa69a67 All fragments using Nucleus inorichi 2015-10-17 16:28:35 +0200
  • 8c0994747f All activities using Nucleus inorichi 2015-10-17 15:51:44 +0200
  • 0e52c81970 Add MangaDetailActivity with two fragments, info and chapters inorichi 2015-10-17 13:51:54 +0200
  • 07395892a0 Imports cleanup inorichi 2015-10-17 04:06:30 +0200
  • 049e5a1ee5 Use RxPresenter in Library inorichi 2015-10-17 04:03:39 +0200
  • 8da5c83cb3 Add catalogue detail page. Add simple tests for sources inorichi 2015-10-17 02:39:16 +0200
  • 0cfd433234 Begin switch to Nucleus inorichi 2015-10-16 21:40:59 +0200
  • 906cdc1348 Add MangaHere source inorichi 2015-10-16 21:30:16 +0200
  • 235ed36fbe Introducing nucleus inorichi 2015-10-16 19:31:18 +0200
  • 68f1102c40 Create empty MangaCatalogue inorichi 2015-10-15 01:51:35 +0200
  • 684c5e98d3 Rename classes inorichi 2015-10-14 13:39:07 +0200
  • fbf141aad8 Fix crash when searching in the library inorichi 2015-10-14 12:49:00 +0200
  • 19eeb18d0d Show loading progress bar in catalogue inorichi 2015-10-14 12:27:51 +0200
  • 991e4d40d0 Remove redundant code inorichi 2015-10-14 11:54:22 +0200
  • 8dc7c550ad Use a publisher to get manga details. Refactor CatalogueListPresenter inorichi 2015-10-13 21:27:29 +0200
  • ed76520ebc Load catalogue with thumbnails inorichi 2015-10-13 20:16:15 +0200
  • c88d8f0ded Rename library holder inorichi 2015-10-13 18:57:10 +0200
  • 13b4f5c385 Fix incorrect batoto thumbnail url. Create a function to copy the manga from network to local. inorichi 2015-10-13 16:47:27 +0200
  • 82ac2b3223 Simplify if/else inorichi 2015-10-13 00:15:03 +0200
  • 0febdfb715 Fix force close when no more mangas found inorichi 2015-10-12 23:53:27 +0200
  • 0278531e51 Search mangas from source (unusable yet) inorichi 2015-10-12 23:17:37 +0200
  • 66ab8caf76 Get mangas from search first steps inorichi 2015-10-12 23:00:55 +0200