Skip to content

Releases: zwim/calculator.koplugin

Version II - Convert Units

27 Aug 12:06
Compare
Choose a tag to compare

Allows to call calculator with selected text directly from reader highlight (long press >4 sec).
This might help to convert something like
In the height of "20000 ft" to meters.

1.1.6

29 Jan 10:50
Compare
Choose a tag to compare

Adapt to KOReader's new TitleBar widget.
Older versions of calculator will not work on KOReader > 2022.01.20

Version I - Convert Units

05 Dec 17:16
Compare
Choose a tag to compare

Maintenance: fix a bug when run in firewalled environments.

Version I - Convert Units

28 Sep 15:09
9fac027
Compare
Choose a tag to compare

This is a maintenance release:

  • Fix a bug in update check.
  • Better formatting when changing formerly entered formulas.
  • Better formatting of significant digits.
  • Typo in help message

Version I - Convert Units

07 Aug 22:28
Compare
Choose a tag to compare

Formatting of help text.

Version I - Convert Units

23 Jul 11:41
b9166c7
Compare
Choose a tag to compare

Added a conversion menu, average function with multiple elements.
Minor UI fixes.

Version I

20 Jun 15:02
799ee06
Compare
Choose a tag to compare

Bug: Variable ans works now

Added automatic load of "init.calc"
Added fileselector for loading and saving files
Added logical xor and not
Added bitwise or, and, nand and xor
Added %= operator
Better handling (editing) of formulas
Improved keyboard layout (popups)
Improved handling of greek letters
Alphabetically sorting of variables
Added Engineering mode (Exponentials multiply of three)
Better presentation of results (rounding, trimming)
Changed rounding to significant places

Minor fixes to the initial release

13 Jun 16:43
b2ddd77
Compare
Choose a tag to compare
Pre-release

Use icons instead of text (Translation)
Typos in help text.
Folder calculator.koplugin in release zip.

Intitial release

12 Jun 14:46
Compare
Choose a tag to compare
Intitial release Pre-release
Pre-release

Initial release:
Download calculator.koplugin-0.9.0.zip and unpack it to koreader/plugins/calculator.koplugin.

On Android you have to unpack it to /sdcard/koreader/plugins/calculator.koplugin-folder. The content should look similar to

└── calculator.koplugin
    ├── VERSION
    ├── _meta.lua
    ├── calculatorsettingsdialog.lua
    ├── formulaparser
    │   ├── Changelog
    │   ├── formulaparser.lua
    │   └── parserhelp.lua
    ├── init.calc
    ├── main.lua
    └── ui
        └── data
            └── keyboardlayouts
                └── calc_keyboard.lua

Then restart KOReader and enjoy the calculator.