-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from alexbarry/misc_updates
Cleanup for submission to F-Droid
- Loading branch information
Showing
23 changed files
with
1,323 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Updated to target Android SDK level 34. (previously was 30) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
AlexCalc is a scientific calculator with some neat features (note: also available as a web app at https://alexbarry.github.io/AlexCalc/ ): | ||
* nicely formatted (LaTeX) equation display. This avoids the need to count brackets to make sure the equation was entered correctly. Also includes LaTeX code generation. | ||
* complex number support, in rectangular or polar form (e.g. `3 + 4i` or `1 angle 90`) | ||
* variable storage (e.g. `123 -> x` then `3*x^2 - 4*x + 5 -> y`) | ||
* units in equations, and conversion (e.g. `1 inch * 3 ft to cm^2` or `sqrt(60 acre) - 100 ft`) | ||
* can enter input by button presses, typing, or copy/pasting. Button presses are all converted to plaintext input for easy copy/pasting. | ||
* equation display is simplified upon pressing enter. This means that when entering an equation, it is usually possible to look only at the LaTeX display and not the plaintext input: but when pressing enter, it will look nice. Redundant brackets are removed, including those that are needed for plaintext input (e.g. `(a + b)/(c + d)` can become "a + b" on the numerator and "c + d" on the denominator without brackets). | ||
* light/dark themes | ||
* previous input history can be accessed and edited by pressing "up" or "down" buttons. | ||
* previous inputs/vars/recently used units preserved when the app is closed | ||
* standard scientific calculator features, such as: | ||
* trigonometric functions: sin, cos, tan, arcsin, arccos, arctan | ||
* base 10 and natural logarithmic functions: log (base 10), ln (base e) | ||
* `e`, `pi` constants, and square root function | ||
* scientific notation input (e.g. `1.23E6` is 1.23 times 10^6) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+46.3 KB
metadata/en-US/images/phoneScreenshots/02-light_impedance_w_result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+38.1 KB
metadata/en-US/images/phoneScreenshots/05-light_quadratic_formula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Scientific calculator with LaTeX equation display |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
637 changes: 637 additions & 0 deletions
637
src/android/app/src/main/assets/html/combined_other_licenses.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,11 +129,11 @@ | |
<string name="about_text_html"> | ||
<p>Created by Alex Barry.</p> | ||
<p>Available as a web app at <a href="https://alexbarry.github.io/AlexCalc/">https://alexbarry.github.io/AlexCalc/<a></p> | ||
<p>Source available at <a href="https://github.com/alexbarry/AlexCalc/">github.com/alexbarry/AlexCalc<a></p> | ||
<p>Please submit comments, feedback, feature requests, or discussions to: | ||
<ul> | ||
<li><strong>Github</strong>: <a href="https://github.com/alexbarry/AlexCalc">https://github.com/alexbarry/AlexCalc | ||
</a></li> | ||
<li><strong>Reddit</strong>: <a href="https://www.reddit.com/r/alexcalc/" style="font-family:monospace">reddit.com/r/alexcalc</a></li> | ||
<li><strong>Discord</strong>: <a href="https://discord.gg/ckNstZc2nF" style="font-family:monospace">discord.gg/ckNstZc2nF</a></li> | ||
<li><strong>Email</strong>: <a href="mailto:[email protected]" style="font-family:monospace">[email protected]</a></li> | ||
<li><strong>Matrix</strong>: <a href="https://matrix.to/#/#alexcalc:matrix.org" style="font-family:monospace">#alexcalc:matrix.org</a></li> | ||
|
@@ -145,9 +145,9 @@ | |
<string name="about_text_raw"> | ||
Created by Alex Barry.\n | ||
Available as a web app at https://alexbarry.github.io/AlexCalc/ \n | ||
Source available at https://github.com/alexbarry/AlexCalc/ \n | ||
Please submit comments, feedback, feature requests, or discussions to:\n | ||
Github: https://github.com/alexbarry/AlexCalc \n | ||
Reddit: https://www.reddit.com/r/alexcalc/ \n | ||
Discord: https://discord.gg/ckNstZc2nF \n | ||
Email: [email protected] \n | ||
Matrix: https://matrix.to/#/#alexcalc:matrix.org \n | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.