Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkempire78 committed Feb 11, 2023
1 parent 089cf10 commit bcb178d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
resConfigs 'ar', 'az', 'bn', 'de', 'el', 'es', 'fa', 'fr', 'hi', 'in', 'it', 'ja', 'pt-rBR', 'ru', 'tr', 'zh-rHK', 'zh-rTW'
minSdkVersion 21
targetSdkVersion 33
versionCode 27
versionName "2.0.0-beta7"
versionCode 28
versionName "2.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
New:
- Internal calculation system
- Decimal factorials
- Prevent the presence of two decimal separators in the same number
- Brazilian translation (@Bardock88)
- Taiwanese and Hong Kongese translation (@alecchangod)
- Spanish translation

Fixed:
- History scroll (@MahmoudRH)
- Result accuracy
- Backspace with grouping separators
- Display "Math Error" instead of "NaN" (@lefterisgar)
- Landscape mode for 10 inch tablet
- Backspace after equal button
- Crash when tapping on history result
- Some formating expression issues
- Several other fixes

0 comments on commit bcb178d

Please sign in to comment.