NerdCalci
Fully offline Android calculator app for power users with variable support, syntax highlighting, file-based sessions, and more.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- improvement.yml
- build.yml
- release.yml
- FUNDING.yml
- Project_Default.xml
- 1.json
- 10.json
- 2.json
- 3.json
- 4.json
- 5.json
- 6.json
- 7.json
- 8.json
- 9.json
- DatabaseMigrationTest.kt
- DatabaseTest.kt
- HelpScreenRenderTest.kt
- adi-registration.properties
- Ast.kt
- Builtins.kt
- Constants.kt
- DateEvaluator.kt
- DateKeywords.kt
- DateStringParser.kt
- DateTimeDelta.kt
- DateTimeResult.kt
- Evaluator.kt
- Exceptions.kt
- FileContextLoader.kt
- IntentUtils.kt
- LaunchMode.kt
- Lexer.kt
- MathEngine.kt
- Parser.kt
- Rational.kt
- TimezoneRegistry.kt
- Token.kt
- UnitConverter.kt
- AutoBackupScheduler.kt
- AutoBackupWorker.kt
- BackupManager.kt
- Entities.kt
- FileSortCriteria.kt
- AppDatabase.kt
- CalculatorDao.kt
- DatabaseMigrations.kt
- SyncManager.kt
- CalculatorViewModelFactory.kt
- CalculatorScreen.kt
- CalculatorViewModel.kt
- SuggestionPopup.kt
- ChangelogScreen.kt
- DateFormatSelectorDialog.kt
- DeleteFileDialog.kt
- FileInfoDialog.kt
- FileItems.kt
- RegionSelectorDialog.kt
- RenameFileDialog.kt
- RestoreDialogs.kt
- TagsEditorDialog.kt
- HelpScreen.kt
- HomeScreen.kt
- SearchScreen.kt
- AboutSettingsScreen.kt
- AppearanceSettingsScreen.kt
- CalculatorSettingsScreen.kt
- DataSyncSettingsScreen.kt
- HelpFeedbackSettingsScreen.kt
- HomeStartupSettingsScreen.kt
- LegalSettingsScreen.kt
- SettingsComponents.kt
- SettingsMainScreen.kt
- Color.kt
- Theme.kt
- Type.kt
- ComposeHelpers.kt
- MainActivity.kt
- ExportUtils.kt
- FileFuzzyMatcher.kt
- FilenameUtils.kt
- FileUtils.kt
- RegionUtils.kt
- Suggestion.kt
- SyntaxUtils.kt
- fira_code_bold.ttf
- fira_code_regular.ttf
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- ic_launcher_background.xml
- strings.xml
- styles.xml
- themes.xml
- colors.xml
- backup_rules.xml
- data_extraction_rules.xml
- filepaths.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- BuiltinsContractTest.kt
- CommunityCalciTest.kt
- DateStringParserTest.kt
- DateTimeDeltaParserTest.kt
- DateTimeFeaturesTest.kt
- ElectricalUnitConversionTest.kt
- GlobalFileTest.kt
- MathEngineTest.kt
- MathTestUtils.kt
- MixedUnitUsageTest.kt
- PrecisionEllipsisTest.kt
- RationalTest.kt
- TimezoneRegistryTest.kt
- UnitConversionStaticTest.kt
- UnitConverterTest.kt
- BackupManagerTest.kt
- FakeCalculatorDao.kt
- SyncManagerTest.kt
- EntitiesTest.kt
- CalculatorViewModelTest.kt
- LockFeatureTest.kt
- ExportUtilsUnitTest.kt
- FileFuzzyMatcherTest.kt
- FileUtilsTest.kt
- SuggestionContextTest.kt
- SyntaxUtilsTest.kt
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- geometry.nerdcalci
- README.md
- 100.txt
- 101.txt
- 110.txt
- 111.txt
- 120.txt
- 130.txt
- 140.txt
- 150.txt
- 151.txt
- 160.txt
- 171.txt
- 180.txt
- 190.txt
- 191.txt
- 200.txt
- 201.txt
- 210.txt
- 221.txt
- 230.txt
- 240.txt
- 241.txt
- 242.txt
- 243.txt
- 244.txt
- 245.txt
- 246.txt
- 247.txt
- 248.txt
- 249.txt
- 252.txt
- 260.txt
- 261.txt
- 270.txt
- 280.txt
- 300.txt
- 301.txt
- 310.txt
- 311.txt
- 312.txt
- 320.txt
- 330.txt
- 340.txt
- 341.txt
- 342.txt
- 350.txt
- 360.txt
- 370.txt
- 371.txt
- 372.txt
- 380.txt
- 381.txt
- 382.txt
- 383.txt
- 384.txt
- 385.txt
- 386.txt
- 400.txt
- 401.txt
- 402.txt
- 403.txt
- 410.txt
- 411.txt
- 420.txt
- 430.txt
- 440.txt
- 450.txt
- 460.txt
- 470.txt
- 471.txt
- 472.txt
- 473.txt
- 474.txt
- 480.txt
- 481.txt
- 482.txt
- 490.txt
- 491.txt
- 492.txt
- 493.txt
- 494.txt
- 495.txt
- 496.txt
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- icon.png
- full_description.txt
- short_description.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- com.vishaltelangre.nerdcalci.yml
- .gitignore
- AGENTS.md
- build.gradle.kts
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- PRIVACY.md
- README.md
- REFERENCE.md
- RELEASE.md
- settings.gradle.kts
- TERMS.md
# Installation Guide
1. Get the code
git clone https://github.com/vishaltelangre/NerdCalci
Downloads the entire project code from GitHub to your computer.
cd NerdCalci
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew :app:testDebugUnitTest
Builds the project using Gradle.
./gradlew :app:testDebugUnitTest --tests "com.vishaltelangre.nerdcalci.core.MathEngineTest"
Builds the project using Gradle.
./gradlew :app:connectedDebugAndroidTest
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
