File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1+ # Auto-generated file. DO NOT EDIT.
2+ 1.5.1
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.5.1] - 2025-06-17
11+
1012### Changed
1113
1214- Updated translations
@@ -151,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151153
152154- Initial release
153155
154- [ Unreleased ] : https://github.com/FossifyOrg/Phone/compare/1.5.0...HEAD
156+ [ Unreleased ] : https://github.com/FossifyOrg/Phone/compare/1.5.1...HEAD
157+ [ 1.5.1 ] : https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
155158[ 1.5.0 ] : https://github.com/FossifyOrg/Phone/compare/1.4.0...1.5.0
156159[ 1.4.0 ] : https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0
157160[ 1.3.1 ] : https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1
Original file line number Diff line number Diff line change 1+ Added:
2+
3+ • Backspace button on call screen dialpad
4+
5+ Changed:
6+
7+ • SIM indicators now use system-defined colors
8+ • Search query is now preserved when switching tabs
9+ • Updated translations
10+
11+ Fixed:
12+
13+ • Calling from the favorites grid view now works as expected
14+ • Fixed phone number text direction in RTL layout
15+ • Fixed incorrect colors on conference call screen
16+ • Fixes crash when searching in call history
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false
2222kotlin.code.style =official
2323
2424# Versioning
25- VERSION_NAME =1.5.0
26- VERSION_CODE =8
25+ VERSION_NAME =1.5.1
26+ VERSION_CODE =9
2727APP_ID =org.fossify.phone
You can’t perform that action at this time.
0 commit comments