Skip to content
  1. Feb 04, 2020
    • Yuanle Song's avatar
      v2.0.7 bugfix on zero-input-pinyin · fa27eb3a
      Yuanle Song authored
      sometimes after GetCandidate dbus call, zero-input-fetch-size and
      zero-input-candidates is not updated. This was because the async
      function callback didn't update the metadata in some places.
      
      - update initial fetch size and fetch size to be 1+ candidates needed for
        target page.
      - removed zero-input-build-candidates-complete function,
        each async call should have its own callback function, don't reuse this one.
        in callback function, post GetCandidate metadata should be updated.
      fa27eb3a
  2. Oct 28, 2019
  3. Oct 15, 2019
    • Yuanle Song's avatar
      v1.2.6 use a single file distribution for melpa. · 72196558
      Yuanle Song authored
      - renamed zero.el back to zero-framework.el
      - to build a dist, just run "make".
        the zero.el template is in zero.el.in
      - zero.el is built and added to git repo in git pre-commit hook. it will
        be kept in master branch.
      - fixed a few package-lint style warning.
      72196558
  4. Oct 10, 2019
  5. Oct 09, 2019
  6. Sep 02, 2019
  7. Sep 01, 2019
  8. Apr 04, 2019
    • Yuanle Song's avatar
      add zero-pinyin-service.el · f4a20631
      Yuanle Song authored
      dbus based sync and async api both works.
      - added error handler for dbus client in emacs lisp.
      - use lexical-binding for all files
      - added M-x zero-reload-all this will byte compile and reload file files.
      f4a20631