mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
84 lines
2.8 KiB
YAML
84 lines
2.8 KiB
YAML
Categories:
|
|
- Calculator
|
|
- System
|
|
License: Apache-2.0
|
|
AuthorName: Sergey Solovyev
|
|
AuthorEmail: se.solovyev@gmail.com
|
|
SourceCode: https://git.bubu1.eu/Bubu/android-calculatorpp
|
|
IssueTracker: https://github.com/serso/android-calculatorpp/issues
|
|
|
|
AutoName: Calculator++
|
|
Description: |-
|
|
Are you looking for an efficient and easy-to-use calculator?
|
|
Do you want to solve both simple and complex problems?
|
|
Try Calculator++, a multipurpose calculator app with slick and intuitive user interface!
|
|
|
|
★ Save your time!
|
|
* Access additional features from the main screen of the app using gestures. For example, to use «%» slide button «/» up
|
|
* You don't need to press «=» anymore - result is calculated automatically
|
|
* Copy/paste with a single button press
|
|
* App supports both portrait and landscape screen orientations
|
|
|
|
★ Personalize!
|
|
* C++ has two layouts: standard and engineer. Choose one which suits you best either from the initial wizard or from the application settings
|
|
* Set theme you like
|
|
* Add home screen widget
|
|
|
|
★ Do calculations without switching between the apps!
|
|
Calculator++ can work in a separate window floating over other applications on your phone
|
|
|
|
★ Calculate percentages, square roots, powers, trigonometric functions!
|
|
Calculator has a big variety of built-in functions and supports adding new user-defined functions
|
|
|
|
★ Plot 2D and 3D graphs!
|
|
Several functions can be plotted simultaneously
|
|
|
|
★ Use powerful mathematical capabilities of the app:
|
|
* Do calculations with variables and constants
|
|
* Use built-in functions or add your own
|
|
* Integrate and differentiate
|
|
* Do calculations with fractions and simplify expressions
|
|
* Do calculations with complex numbers
|
|
|
|
RepoType: git
|
|
Repo: https://git.bubu1.eu/Bubu/android-calculatorpp.git
|
|
|
|
Builds:
|
|
- versionName: 2.2.7
|
|
versionCode: 157
|
|
commit: release-2.2.7
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- serso-plotter@3683ea6b242a02164379d628c265ff849abe6e31
|
|
- serso-otto@7d9c4ad443ccf75a4908941f2d555d1fb52f28a9
|
|
prebuild: cp $$serso-plotter$$/lib/build/outputs/aar/lib-release.aar ./misc/libs/plotter.aar
|
|
|
|
- versionName: 2.2.7
|
|
versionCode: 158
|
|
commit: release-2.2.7b
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- serso-plotter@3683ea6b242a02164379d628c265ff849abe6e31
|
|
- serso-otto@7d9c4ad443ccf75a4908941f2d555d1fb52f28a9
|
|
prebuild: cp $$serso-plotter$$/lib/build/outputs/aar/lib-release.aar ./misc/libs/plotter.aar
|
|
|
|
- versionName: 2.3.3
|
|
versionCode: 161
|
|
commit: release-2.3.3b
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 2.3.3
|
|
CurrentVersionCode: 161
|