Uno Calculator: A simple yet powerful iOS/Android/WebAssembly/Linux C# port of the calculator that ships with Windows
Перейти к файлу
Jérôme Laban 164ce7c4ed
Merge pull request #637 from unoplatform/dev/jela/53-update
Uno 5.3 update
2024-07-22 13:21:15 -04:00
.github ci: Adjust dependabot time 2021-04-29 20:25:18 -04:00
Tools Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
build chore: More net8 updates 2024-02-16 15:24:57 -05:00
docs Update README to include infinite precision (#470) 2019-04-23 10:30:31 -07:00
internal Update winui to 2.1 (#484) 2019-05-01 09:26:30 -07:00
src Merge pull request #637 from unoplatform/dev/jela/53-update 2024-07-22 13:21:15 -04:00
.clang-format Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
.editorconfig Enable CI 2019-05-14 16:31:03 -04:00
.gitattributes Allow vcxproj and sln files to merge as text. (#474) 2019-04-24 12:05:19 -07:00
.gitignore chore: Add entries to gitignore 2020-06-01 12:04:46 -04:00
.vsts-ci.Linux.yml chore: Adjust for .NET8 2024-02-14 07:35:52 -05:00
.vsts-ci.Skia.yml chore: Adjust git install 2024-03-15 01:13:27 -04:00
.vsts-ci.catalyst.yml chore: Adjust macOS 13 agents 2024-02-14 09:19:42 -05:00
.vsts-ci.iOS.yml chore: Adjust macOS 13 agents 2024-02-14 09:19:42 -05:00
.vsts-ci.yml ci: Adjust for removed xamarin targets 2023-06-18 17:59:20 -04:00
CODE_OF_CONDUCT.md Hello GitHub 2019-01-28 16:24:37 -08:00
CONTRIBUTING.md Updated link to "past pull requests" to point to unoplatform/calculator 2021-02-14 15:58:01 -05:00
LICENSE Hello GitHub 2019-01-28 16:24:37 -08:00
NOTICE.txt Switch urls from http: to https: (#137) 2019-03-07 08:56:25 -08:00
README.md docs: Add wasm script generation doc 2021-08-23 17:35:12 -04:00
gitversion.yml ci: Update build version 2024-02-14 14:32:27 -05:00
nuget.config Hello GitHub 2019-01-28 16:24:37 -08:00

README.md

Uno Calculator

The Uno Calculator is a port of the Windows Calculator to C# and to the Uno Platform for iOS, macOS, Android, WebAssembly and Linux.

The app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies.

The Uno Calculator will regularly follow with the Windows Calculator updates. You can get it from the App Store, Play Store, in your browser, Snap Store for Linux and of course the original calculator on the Microsoft Store.

Build Status

Calculator Screenshot

Features

  • Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
  • Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
  • Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.
  • Date Calculation functionality which offers the difference between two dates, as well as the ability to add/subtract years, months and/or days to/from a given input date.
  • Calculation history and memory capabilities.
  • Conversion between many units of measurement.
  • Currency conversion based on data retrieved from Bing.
  • Infinite precision for basic arithmetic operations (addition, subtraction, multiplication, division) so that calculations never lose precision.

Getting started

Prerequisites:

  • Your computer must be running Windows 10, version 1803 or newer.
  • Install the latest version of Visual Studio.
    • Install the "Universal Windows Platform Development" workload.
    • Install the optional "C++ Universal Windows Platform tools" component.
    • Install the Xamarin Development component
    • Install the optional "Mobile C++ development tools" component.
    • Install the latest Windows 10 SDK.

When using Visual Studio 2019, the .vsconfig feature will automatically prompt to install missing components.

  • Get the code:

    git clone https://github.com/unoplatform/calculator
    
  • Open src\Calculator.sln in Visual Studio to build and run the Calculator app.

If building for WebAssembly fails, make sure to follow the notes in the calculator/src/CalcManager/build.sh file.

Contributing

We ❤ contributions. The team encourages community feedback and contributions. Please follow our contributing guidelines.

If Calculator is not working properly, please file an issue.

Data / Telemetry

This project collects usage data and sends it to App Center to help improve the quality of the calculator.

Reporting Security Issues

Security issues and bugs should be reported through the GitHub security tab.