Releases: ARTI1208/RTCalculator
Releases · ARTI1208/RTCalculator
v1.5.0
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
Changelog
v1.4.1
- Fix unit name copying in unit converter
- Improved stability of currencies searching in currencies' settings
v1.4.0
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
v1.3.0
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
v1.2.0
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