Skip to content

Releases: ARTI1208/RTCalculator

v1.5.0

28 Oct 22:48
Compare
Choose a tag to compare

Changelog

v1.5.0 (2022-10-28)

  • Allow landscape orientation of main screen
  • Improve layouts in landscape orientation on other screens
  • Display content edge-to-edge on all screens on Android 5+ (API 21+)
  • Add ability to add comments to calculator history items
  • Save last calculator expression and memory and show them after app restart
  • Remove double back click requirement to exit on main screen
  • Opt-in Android 13+ (API 33+) predictive back gesture
  • Don't animate initial tab selection on app open
  • Make main screen UI less jumpy on app opening
  • Make calculator respect locale-specific decimal separator
  • Maintain unit converter data across all view types
  • Maintain shown unit converter category and selected item between view type changes
  • Improve handling of gesture zone
  • Increase height of input and result rows in simple unit converter layout for long devices
  • Add release dates to changelog
  • Show localized build time in settings
  • Add missing translation for dynamic coloring preference
  • Save and restore edit list mode on activity recreate
  • Fix crashes on Android <6 (API <23)
  • Fix RTL bugs
  • Fix some leaks
  • Fix wrong unit converter page was shown when clicking tab from the end
  • Fix unit converter pages cannot be scrolled by swiping on values in powerful and half-powerful modes
  • Fix new currency rates were not shown immediately after update
  • Fix currency converter title didn't update after system language changed until restart
  • Fix items swapping in currencies edit screen

v1.4.1

12 Oct 20:10
Compare
Choose a tag to compare

Changelog

v1.4.1

  • Fix unit name copying in unit converter
  • Improved stability of currencies searching in currencies' settings

v1.4.0

07 Oct 19:43
Compare
Choose a tag to compare

Changelog

v1.4.0

  • Material3-based styling
  • Add support of Android 12+ (API 31+) Dynamic Colors
  • Add support of Android 13+ (API 33+) Themed Icons
  • Add dates to calculator history list
  • Add date selection in currency converter
  • Add option to automatically download currencies in background
  • Add setting to control automatic currencies update on first time tab opening
  • Fix crashes on old platforms due to erroneously disabled desugaring
  • Fix status bar styling on Android 6-7 (API 23-25)
  • Fix calculator button press effect on Android 10+ (API 29+)
  • Fix history panel handle becoming visible in expanded state after theme change
  • Fix preference's dropdown margin on Android 5-5.1 (API 21-22)
  • Improve snackbar positioning in currencies' settings
  • Remove toasts with copied data on Android 13+ (API 33+)
  • Use secure connection to download currencies

v1.3.1

13 Apr 09:37
Compare
Choose a tag to compare

Changelog

v1.3.1

  • Fix black theme was applied in API21-22 for Follow System, Follow Battery instead of light one
  • Fix crash on API21 caused by MyDropDownPreference
  • Fix new currencies' values were not shown after data loaded until app restart

v1.3.0

02 Oct 16:41
Compare
Choose a tag to compare

Changelog

v1.3.0

  • Split unit converter name into short and full ones
  • Added ability to copy unit value only and value with short name
  • Added auto-hide of text input field in Currency Converter screen on IME close
  • Improved RTL layout support
  • Draw calculator IO layout behind statusbar instead of setting statusbar color
  • Use scientific notation in unit converter for big and small values
  • Fixed Unit Converter displayed only one category in non-English locales on API 16
  • Fixed crash when opening Currencies editor when no currencies were added
  • Fixed absence of message in Currency Add Screen after opening when all currencies were already added
  • Fixed currencies update on every open of tab instead of only first one
  • Fixed wrong unit conversions

v1.2.1

23 Sep 16:50
Compare
Choose a tag to compare

Changelog

v1.2.1

  • Added support of Android versions 4.1-4.2 (API 16-17)
  • Fixed crash on open of Calculator Expertise View
  • Fixed snackbar message text color

v1.2.0

16 Sep 10:14
Compare
Choose a tag to compare

Changelog

v1.2.0

  • Split version for minApi 18 and 21. Version with minApi 21 uses Compose a little
  • Added more units to unit converter
  • Added auto scrolling on input in calculator and simple unit converter
  • Fixed crash in unit converter after changing theme
  • Fixed various styling nad layout problems on API <21

v1.1.5

31 May 17:55
Compare
Choose a tag to compare

Changelog

v1.1.5

  • Fixed wrong lexeme type naming in debug view in release mode

v1.1.4

31 May 17:19
Compare
Choose a tag to compare

Changelog

v1.1.4

  • Fixed operation buttons' behaviour when result was present for locales with gamma as floating part separator
  • Fixed: Result of previous calculations was not hidden when change expression not via calculator buttons (e.g. paste or cut)

v1.1.3

04 May 10:31
7b1b744
Compare
Choose a tag to compare

Changelog

v1.1.3

  • Fixed number sign detection regression introduced in previous version
  • Fixed navigation bar color in black theme on API 21+
  • Added calculator debug view on equals button long press