@@ -7,110 +7,144 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.5.0] - 2025-06-06
11+
12+ ### Added
13+
14+ - Backspace button on call screen dialpad
15+
16+ ### Changed
17+
18+ - SIM indicators now use system-defined colors
19+ - Search query is now preserved when switching tabs ([ #94 ] )
20+ - Updated translations
21+
1022### Fixed
23+
24+ - Calling from the favorites grid view now works as expected ([ #357 ] )
1125- Fixed phone number text direction in RTL layout ([ #307 ] )
26+ - Fixed incorrect colors on conference call screen ([ #359 ] )
1227
1328## [ 1.4.0] - 2025-04-01
1429
1530### Added
16- - Added support for caller location (state/country) in call history (#39 )
17- - Added option to open contact details when contact photo is tapped (#35 )
31+
32+ - Added support for caller location (state/country) in call history ([ #39 ] )
33+ - Added option to open contact details when contact photo is tapped ([ #35 ] )
1834
1935### Changed
36+
2037- Other minor bug fixes and improvements
2138- Added more translations
2239
2340### Removed
41+
2442- Removed storage permission requirement
2543
2644## [ 1.3.1] - 2025-01-14
2745
2846### Changed
47+
2948- Other minor bug fixes and improvements
3049- Added more translations
3150
3251### Fixed
33- - Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/183 )
34- - Fixed index letter sorting in the contacts list (https://github.com/FossifyOrg/Phone/issues/186 )
35- - Fixed dialpad search for some characters (https://github.com/FossifyOrg/Phone/issues/139 )
36- - Fixed an issues where call hangs up immediately after back press (https://github.com/FossifyOrg/Phone/issues/237 )
52+
53+ - Fixed an issue where call history wasn't refreshing ([ #183 ] )
54+ - Fixed index letter sorting in the contacts list ([ #186 ] )
55+ - Fixed dialpad search for some characters ([ #139 ] )
56+ - Fixed an issue where call hangs up immediately after back press ([ #237 ] )
3757
3858## [ 1.3.0] - 2024-10-30
3959
4060### Changed
61+
4162- Replaced checkboxes with switches
4263- Other minor bug fixes and improvements
4364- Added more translations
4465
4566### Fixed
67+
4668- Fixed issue with contacts not displaying on Android 14 and above
4769
4870### Removed
71+
4972- Removed support for Android 7 and older versions
5073
5174## [ 1.2.0] - 2024-05-08
5275
5376### Added
54- - Grouped call history entries by date (https://github.com/FossifyOrg/Phone/issues/96 ).
55- - Added an option to format phone numbers in the call log (https://github.com/FossifyOrg/Contacts/issues/15 ).
77+
78+ - Grouped call history entries by date ([ #96 ] )
79+ - Added an option to format phone numbers in the call log ([ #15 ] )
5680
5781### Changed
58- - Missed call notifications are now automatically dismissed when you view your call history (https://github.com/FossifyOrg/Phone/issues/88 ).
59- - Moved some actions back into the popup menu to reduce visual clutter (https://github.com/FossifyOrg/General-Discussion/issues/67 ).
60- - Updated menu design for better UI/UX.
61- - Disabled call action buttons after a call ends for better UI/UX (https://github.com/FossifyOrg/Phone/issues/181 ).
62- - Always show the date in the call details dialog (https://github.com/FossifyOrg/Phone/issues/133 ).
63- - Updated call direction icons and colors in the call history for better clarity (https://github.com/FossifyOrg/Phone/issues/81 ).
64- - Restructured the in-call UI to be more responsive to different screen sizes (https://github.com/FossifyOrg/Phone/issues/147 ).
65- - Added some translations.
82+
83+ - Missed call notifications are now automatically dismissed when you view your call history ([ #88 ] )
84+ - Moved some actions back into the popup menu to reduce visual clutter
85+ - Updated menu design for better UI/UX
86+ - Disabled call action buttons after a call ends for better UI/UX ([ #181 ] )
87+ - Always show the date in the call details dialog ([ #133 ] )
88+ - Updated call direction icons and colors in the call history for better clarity ([ #81 ] )
89+ - Restructured the in-call UI to be more responsive to different screen sizes ([ #147 ] )
90+ - Added some translations
6691
6792### Fixed
68- - Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/146 ).
69- - Fixed a problem where search items would disappear (https://github.com/FossifyOrg/Phone/issues/98 ).
70- - Fixed UI freeze that happened when loading call history.
71- - Fixed a bug that caused search not to find older call logs (https://github.com/FossifyOrg/Phone/issues/97 ).
72- - Fixed a crash that occurred when using the dialpad quick callback feature.
93+
94+ - Fixed an issue where call history wasn't refreshing ([ #146 ] )
95+ - Fixed a problem where search items would disappear ([ #98 ] )
96+ - Fixed UI freeze that happened when loading call history
97+ - Fixed a bug that caused search not to find older call logs ([ #97 ] )
98+ - Fixed a crash that occurred when using the dialpad quick callback feature
7399
74100## [ 1.1.1] - 2024-03-21
75101
76102### Added
77- - Added quick dial-back feature (https://github.com/FossifyOrg/Phone/issues/60 ).
78- - Added placeholder avatar for unknown numbers and contacts without photo.
79- - Added a progress indicator to indicate call history retrieval.
80- - Added bottom padding in lists to allow scrolling above the floating action button.
103+
104+ - Added quick dial-back feature ([ #60 ] )
105+ - Added placeholder avatar for unknown numbers and contacts without photo
106+ - Added a progress indicator to indicate call history retrieval
107+ - Added bottom padding in lists to allow scrolling above the floating action button
81108
82109### Changed
83- - The hang-up button is now always visible in the call UI (https://github.com/FossifyOrg/Phone/issues/9 ).
84- - Enhanced the size of caller avatar and buttons in the call UI (https://github.com/FossifyOrg/Phone/issues/118 ).
85- - Reorganized dialpad preferences into their own dedicated section (https://github.com/FossifyOrg/Phone/issues/116 ).
86- - Added some translations.
110+
111+ - The hang-up button is now always visible in the call UI ([ #9 ] )
112+ - Enhanced the size of caller avatar and buttons in the call UI ([ #118 ] )
113+ - Reorganized dialpad preferences into their own dedicated section ([ #116 ] )
114+ - Added some translations
87115
88116### Removed
89- - Removed call history limit (https://github.com/FossifyOrg/Phone/issues/125 ).
117+
118+ - Removed call history limit ([ #125 ] )
90119
91120## [ 1.1.0] - 2024-03-21
92121
93122### Added
94- - Added quick dial-back feature (https://github.com/FossifyOrg/Phone/issues/60 ).
95- - Added placeholder avatar for unknown numbers and contacts without photo.
96- - Added a progress indicator to indicate call history retrieval.
97- - Added bottom padding in lists to allow scrolling above the floating action button.
123+
124+ - Added quick dial-back feature ([ #60 ] )
125+ - Added placeholder avatar for unknown numbers and contacts without photo
126+ - Added a progress indicator to indicate call history retrieval
127+ - Added bottom padding in lists to allow scrolling above the floating action button
98128
99129### Changed
100- - The hang-up button is now always visible in the call UI (https://github.com/FossifyOrg/Phone/issues/9 ).
101- - Enhanced the size of caller avatar and buttons in the call UI (https://github.com/FossifyOrg/Phone/issues/118 ).
102- - Reorganized dialpad preferences into their own dedicated section (https://github.com/FossifyOrg/Phone/issues/116 ).
103- - Added some translations.
130+
131+ - The hang-up button is now always visible in the call UI ([ #9 ] )
132+ - Enhanced the size of caller avatar and buttons in the call UI ([ #118 ] )
133+ - Reorganized dialpad preferences into their own dedicated section ([ #116 ] )
134+ - Added some translations
104135
105136### Removed
106- - Removed call history limit (https://github.com/FossifyOrg/Phone/issues/125 ).
137+
138+ - Removed call history limit ([ #125 ] )
107139
108140## [ 1.0.0] - 2024-01-15
109141
110142### Added
143+
111144- Initial release
112145
113- [ Unreleased ] : https://github.com/FossifyOrg/Phone/compare/1.4.0...HEAD
146+ [ Unreleased ] : https://github.com/FossifyOrg/Phone/compare/1.5.0...HEAD
147+ [ 1.5.0 ] : https://github.com/FossifyOrg/Phone/compare/1.4.0...1.5.0
114148[ 1.4.0 ] : https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0
115149[ 1.3.1 ] : https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1
116150[ 1.3.0 ] : https://github.com/FossifyOrg/Phone/compare/1.2.0...1.3.0
@@ -124,9 +158,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124158[ #35 ] : https://github.com/FossifyOrg/Phone/issues/35
125159[ #39 ] : https://github.com/FossifyOrg/Phone/issues/39
126160[ #60 ] : https://github.com/FossifyOrg/Phone/issues/60
127- [ #67 ] : https://github.com/FossifyOrg/General-Discussion/issues/67
128161[ #81 ] : https://github.com/FossifyOrg/Phone/issues/81
129162[ #88 ] : https://github.com/FossifyOrg/Phone/issues/88
163+ [ #94 ] : https://github.com/FossifyOrg/Phone/issues/94
130164[ #96 ] : https://github.com/FossifyOrg/Phone/issues/96
131165[ #97 ] : https://github.com/FossifyOrg/Phone/issues/97
132166[ #98 ] : https://github.com/FossifyOrg/Phone/issues/98
@@ -141,3 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141175[ #183 ] : https://github.com/FossifyOrg/Phone/issues/183
142176[ #186 ] : https://github.com/FossifyOrg/Phone/issues/186
143177[ #237 ] : https://github.com/FossifyOrg/Phone/issues/237
178+ [ #307 ] : https://github.com/FossifyOrg/Phone/issues/307
179+ [ #347 ] : https://github.com/FossifyOrg/Phone/issues/347
180+ [ #357 ] : https://github.com/FossifyOrg/Phone/issues/357
181+ [ #359 ] : https://github.com/FossifyOrg/Phone/issues/359
0 commit comments