Skip to content

Releases: nutyworks/SyosetuViewer

v0.3.1-patch4

05 Dec 12:47
4c0fd56
Compare
Choose a tag to compare
v0.3.1-patch4 Pre-release
Pre-release

Bug Fixes

v0.3.1-patch3

29 Jun 01:39
c2e6d6c
Compare
Choose a tag to compare

Bug Fixes

v0.3.1-patch2

17 Feb 03:40
cfe4249
Compare
Choose a tag to compare

Bug Fixes

v0.3.1-patch1

07 Oct 08:03
1cb3d82
Compare
Choose a tag to compare

Features

Bug Fixes

v0.3.1

01 Aug 04:53
d1ed0a8
Compare
Choose a tag to compare

Features

v0.2.0-patch3

30 May 05:01
37a6190
Compare
Choose a tag to compare

Bug Fixes

v0.2.0-patch2

29 May 23:00
64689de
Compare
Choose a tag to compare

Bug Fixes

v0.2.0-patch1

06 Apr 22:39
Compare
Choose a tag to compare

Bug Fixes

Commits

  • [754cf91]: Fix novels that have over 1000 episodes not parsed properly (nutyworks) #17
  • [a17b839]: Fix keywords incorrectly separated with spaces (nutyworks) #17
  • [629ee39]: Remove logging (duplicated) (nutyworks) #17
  • [4660426]: Fix episode count parse and keyword translation error (#17) (Beomjun Kim) #17
  • [3a4ded1]: Fix MethodNotFound exception (nutyworks) #18
  • [d14f6a4]: Remove consecutive emphasizing dots when translation (nutyworks) #19
  • [147b307]: Remove meaningless translation result (nutyworks) #19
  • [70e67fc]: Add runUntranslated chaining function (nutyworks) #19
  • [4c542e9]: Add wrap function to TranslationWrapper.kt (nutyworks) #19
  • [ccfd524]: Change NovelBody.kt structure (nutyworks) #19
  • [815ebd2]: Add last episode notify (nutyworks) #20
  • [11df5c4]: Merge branch 'develop' into feat-last-episode (Beomjun Kim) #20
  • [d0a5564]: Add current index to viewer (nutyworks) #24
  • [a9515be]: Move NovelRepository initialization to SyosetuViewerApplication.kt (nutyworks) #24
  • [b101b19]: Add settings icon (nutyworks) #24
  • [87d8be6]: Add theme settings (nutyworks) #24
  • [11d9293]: Remove unused string resources (nutyworks) #24
  • [773079c]: Fix lint (nutyworks) #24
  • [a2a4995]: Add word wrap option (nutyworks) #24
  • [3d53eb2]: Change viewer settings interface (nutyworks) #24
  • [8222eba]: Fix recyclerview progress reset when changing word wrap (nutyworks) #24
  • [27f00e3]: Optimize imports, fix lint (nutyworks) #24
  • [56fcb6f]: Remove duplicated codes (nutyworks) #24
  • [c20ec17]: Improve novel detail adapter update performance (#21) (Beomjun Kim) #21
  • [52a0233]: Align viewer settings ui (nutyworks) #24
  • [8bb8b18]: Add continue button strings (nutyworks) #23
  • [d244a8d]: Bump database version to 3 (nutyworks) #23
  • [63d6e57]: Handle novel detail adapter change on NovelDetailFragment.kt (nutyworks) #23
  • [ff2c093]: Add setRecentWatched function (nutyworks) #23
  • [6412808]: Refactor onEpisodeClick to receive percentage (nutyworks) #23
  • [caec93f]: Save episode and percentage on activity pause (nutyworks) #23
  • [cb624ba]: Add continue button (nutyworks) #23
  • [29bb6a3]: Change onEpisodeClick parameters (nutyworks) #23
  • [6f04673]: Scroll to saved position when viewer opened (nutyworks) #23
  • [4ffa58c]: Fix lint (nutyworks) #23
  • [9d7012c]: Fix viewer scrolled to the bottom (nutyworks) #23
  • [74875c3]: Update README.md (Beomjun Kim) #24

v0.2.0

09 Feb 10:04
77e796f
Compare
Choose a tag to compare

Additions

  • Added index to the viewer
  • Added dark mode support (for lower APIs)
  • Added word warp/character wrap option
  • Added continue watching button to novel details

Changes

  • Support dark mode on low API devices
    • You can change theme in Settings tab

Fixes

  • Fixed crashing when clicking Next button in the last episode
  • Improved translations

Commits

  • [754cf91]: Fix novels that have over 1000 episodes not parsed properly (nutyworks) #17
  • [a17b839]: Fix keywords incorrectly separated with spaces (nutyworks) #17
  • [629ee39]: Remove logging (duplicated) (nutyworks) #17
  • [4660426]: Fix episode count parse and keyword translation error (#17) (Beomjun Kim) #17
  • [3a4ded1]: Fix MethodNotFound exception (nutyworks) #18
  • [d14f6a4]: Remove consecutive emphasizing dots when translation (nutyworks) #19
  • [147b307]: Remove meaningless translation result (nutyworks) #19
  • [70e67fc]: Add runUntranslated chaining function (nutyworks) #19
  • [4c542e9]: Add wrap function to TranslationWrapper.kt (nutyworks) #19
  • [ccfd524]: Change NovelBody.kt structure (nutyworks) #19
  • [815ebd2]: Add last episode notify (nutyworks) #20
  • [11df5c4]: Merge branch 'develop' into feat-last-episode (Beomjun Kim) #20
  • [d0a5564]: Add current index to viewer (nutyworks) #24
  • [a9515be]: Move NovelRepository initialization to SyosetuViewerApplication.kt (nutyworks) #24
  • [b101b19]: Add settings icon (nutyworks) #24
  • [87d8be6]: Add theme settings (nutyworks) #24
  • [11d9293]: Remove unused string resources (nutyworks) #24
  • [773079c]: Fix lint (nutyworks) #24
  • [a2a4995]: Add word wrap option (nutyworks) #24
  • [3d53eb2]: Change viewer settings interface (nutyworks) #24
  • [8222eba]: Fix recyclerview progress reset when changing word wrap (nutyworks) #24
  • [27f00e3]: Optimize imports, fix lint (nutyworks) #24
  • [56fcb6f]: Remove duplicated codes (nutyworks) #24
  • [c20ec17]: Improve novel detail adapter update performance (#21) (Beomjun Kim) #21
  • [52a0233]: Align viewer settings ui (nutyworks) #24
  • [8bb8b18]: Add continue button strings (nutyworks) #23
  • [d244a8d]: Bump database version to 3 (nutyworks) #23
  • [63d6e57]: Handle novel detail adapter change on NovelDetailFragment.kt (nutyworks) #23
  • [ff2c093]: Add setRecentWatched function (nutyworks) #23
  • [6412808]: Refactor onEpisodeClick to receive percentage (nutyworks) #23
  • [caec93f]: Save episode and percentage on activity pause (nutyworks) #23
  • [cb624ba]: Add continue button (nutyworks) #23
  • [29bb6a3]: Change onEpisodeClick parameters (nutyworks) #23
  • [6f04673]: Scroll to saved position when viewer opened (nutyworks) #23
  • [4ffa58c]: Fix lint (nutyworks) #23
  • [9d7012c]: Fix viewer scrolled to the bottom (nutyworks) #23
  • [74875c3]: Update README.md (Beomjun Kim) #24

v0.2.0-alpha4

27 Jan 14:50
Compare
Choose a tag to compare
v0.2.0-alpha4 Pre-release
Pre-release

Commits

  • [1a45862]: Add image support in viewer (nutyworks) #15
  • [46f7a1d]: Fix html tag is not parsed (nutyworks) #15
  • [f9b8f4c]: Add flexbox dependency (nutyworks) #16
  • [084c60d]: Add keyword border and divider (nutyworks) #16
  • [7db8bd0]: Change keywords TextView to FlexboxLayout (nutyworks) #16
  • [e8ac3b8]: Add genre and ncode to search result (nutyworks) #16
  • [6277163]: Change order by option in search to yomou default value (nutyworks) #16
  • [13535cf]: Add ExpandableLayout dependency (nutyworks) #16
  • [0938285]: Make genre selection toggleable (nutyworks) #16
  • [98aee40]: Add colors (nutyworks) #16
  • [cb10b3a]: Change types parameter type to String (nutyworks) #16
  • [0e9b08f]: Add advanced search options (nutyworks) #16
  • [f190179]: Fix lint (nutyworks) #16
  • [2b74217]: Add missing SearchRequirements.kt (nutyworks)