Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (40 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

48 lines (40 loc) · 1.75 KB

Changelog

1.5.2

  • Fixed parsing error of cklol (thanks to @npes87184)

1.5.1

  • Supported fully-customizable format for output file (thanks to @npes87184)
  • Embed static search.html in assets
  • Tweaked several UI layouts
  • Fixed version check of upgrade

1.5.0

  • Several fixes for API changes
  • Switch the directory picker
  • New about page
  • Material UI
  • Removed Parse components
  • Switch to GitHub releases as update source

1.4.2

1.4.1

1.4.0

  • change structure of downloaders
  • support q1d1an, z0ngheng, l7k, chuangsh1
  • implement simple and faster string replacement
  • fix cklol analyzer
  • update mechanism

1.3.1

  • change behaviour of up navigation to popping back stack in settings page
  • change method of dynamic class creating to Class.forName() with class name array

1.3.0

  • minor bug fix: when directory chooser dialog popup, if download folder is not existed then it'll be created.
  • adopt ActionBarCompat (android support library v7)
  • adopt Navigation Drawer pattern to get rid of dependency on slidingmenu library
  • adapt PreferenceFragmentCompat as a more general solution to compatibility issue
  • hide keyboard when user touches elsewhere than text field