Skip to content

Commit 0a4ce28

Browse files
chore(release): v1.2.2 (13) (#469)
1 parent 4d9760f commit 0a4ce28

File tree

4 files changed

+40
-63
lines changed

4 files changed

+40
-63
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.2.1
2+
1.2.2

CHANGELOG.md

Lines changed: 29 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,178 +1,147 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

10-
### Fixed
9+
## [1.2.2] - 2025-08-01
10+
### Changed
11+
- Updated translations
1112

13+
### Fixed
1214
- Fixed inability to view messages when there is no SIM card ([#461])
1315

1416
## [1.2.1] - 2025-06-17
15-
1617
### Changed
17-
1818
- Preference category labels now use sentence case
1919
- Updated translations
2020

2121
## [1.2.0] - 2025-06-04
22-
2322
### Added
24-
2523
- Conversation shortcuts ([#209])
2624

2725
### Changed
28-
2926
- Updated translations
3027

3128
## [1.1.7] - 2025-04-01
32-
3329
### Changed
34-
3530
- Added more translations
3631

3732
### Fixed
38-
3933
- Fixed incorrect cursor position when reopening the app ([#349])
4034
- Fixed scrolling issue on conversation details screen ([#359])
4135

4236
## [1.1.6] - 2025-03-24
43-
4437
### Changed
45-
4638
- Other minor fixes and improvements
4739
- Added more translations
4840

49-
### Fixed
41+
### Removed
42+
- Removed storage permission requirement ([#309])
5043

44+
### Fixed
5145
- Fixed crash when viewing messages
5246
- Fixes incorrect author name in group messages ([#180])
5347

54-
### Removed
55-
56-
- Removed storage permission requirement ([#309])
57-
5848
## [1.1.5] - 2025-02-02
59-
6049
### Changed
61-
6250
- Added more translations
6351

6452
### Fixed
65-
6653
- Fixed issue with third party intents ([#294])
6754
- Fixed toast error when receiving MMS messages ([#287])
6855
- Fixed RTL layout issue in threads ([#279])
6956

7057
## [1.1.4] - 2025-01-23
71-
7258
### Changed
73-
7459
- Added more translations
7560

7661
### Fixed
77-
7862
- Fixed issue with forwarding messages ([#288])
7963

8064
## [1.1.3] - 2025-01-05
81-
8265
### Changed
83-
8466
- Added more translations
8567

8668
### Fixed
87-
8869
- Fixed issues with conversation date update ([#225], [#274])
8970

9071
## [1.1.2] - 2025-01-05
91-
9272
### Changed
93-
9473
- Added more translations
9574

9675
### Fixed
97-
9876
- Fixed issues with conversation date update ([#225], [#274])
9977

10078
## [1.1.1] - 2025-01-04
101-
10279
### Changed
103-
10480
- Improved third party SMS/MMS intent parsing ([#217], [#243])
10581
- Modified short code check to exclude emails ([#115])
10682
- Other minor bug fixes and improvements
10783
- Added more translations
10884

10985
### Fixed
110-
11186
- Fixed issue with messages draft deletion ([#13])
11287
- Fixed multiple toast errors for MMS messages ([#70], [#262])
11388
- Fixed some layout issues in message thread ([#135])
11489

11590
## [1.1.0] - 2024-12-27
116-
11791
### Changed
118-
11992
- Replaced checkboxes with switches
12093
- Improved app lock logic and interface
12194
- Other minor bug fixes and improvements
12295
- Added more translations
12396

124-
### Fixed
97+
### Removed
98+
- Removed support for Android 7 and older versions
12599

100+
### Fixed
126101
- Fixed various issues related to importing/exporting messages
127102
- Fixed keyword blocking for MMS messages
128103
- Fixed issue with messages draft deletion
129104

130-
### Removed
131-
132-
- Removed support for Android 7 and older versions
133-
134105
## [1.0.1] - 2024-02-09
135-
136106
### Changed
137-
138107
- Minor bug fixes and improvements
139108
- Added some translations
140109

141110
## [1.0.0] - 2024-01-24
142-
143111
### Added
144-
145112
- Initial release
146113

147-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.2.1...HEAD
148-
[1.2.1]: https://github.com/FossifyOrg/Messages/compare/1.2.0...1.2.1
149-
[1.2.0]: https://github.com/FossifyOrg/Messages/compare/1.1.7...1.2.0
150-
[1.1.7]: https://github.com/FossifyOrg/Messages/compare/1.1.6...1.1.7
151-
[1.1.6]: https://github.com/FossifyOrg/Messages/compare/1.1.5...1.1.6
152-
[1.1.5]: https://github.com/FossifyOrg/Messages/compare/1.1.4...1.1.5
153-
[1.1.4]: https://github.com/FossifyOrg/Messages/compare/1.1.3...1.1.4
154-
[1.1.3]: https://github.com/FossifyOrg/Messages/compare/1.1.2...1.1.3
155-
[1.1.2]: https://github.com/FossifyOrg/Messages/compare/1.1.1...1.1.2
156-
[1.1.1]: https://github.com/FossifyOrg/Messages/compare/1.1.0...1.1.1
157-
[1.1.0]: https://github.com/FossifyOrg/Messages/compare/1.0.1...1.1.0
158-
[1.0.1]: https://github.com/FossifyOrg/Messages/compare/1.0.0...1.0.1
159-
[1.0.0]: https://github.com/FossifyOrg/Messages/releases/tag/1.0.0
160-
161114
[#13]: https://github.com/FossifyOrg/Messages/issues/13
162115
[#70]: https://github.com/FossifyOrg/Messages/issues/70
163116
[#115]: https://github.com/FossifyOrg/Messages/issues/115
164117
[#135]: https://github.com/FossifyOrg/Messages/issues/135
165118
[#180]: https://github.com/FossifyOrg/Messages/issues/180
166119
[#209]: https://github.com/FossifyOrg/Messages/issues/209
167120
[#217]: https://github.com/FossifyOrg/Messages/issues/217
121+
[#225]: https://github.com/FossifyOrg/Messages/issues/225
168122
[#243]: https://github.com/FossifyOrg/Messages/issues/243
169123
[#262]: https://github.com/FossifyOrg/Messages/issues/262
170124
[#274]: https://github.com/FossifyOrg/Messages/issues/274
125+
[#279]: https://github.com/FossifyOrg/Messages/issues/279
126+
[#287]: https://github.com/FossifyOrg/Messages/issues/287
171127
[#288]: https://github.com/FossifyOrg/Messages/issues/288
128+
[#294]: https://github.com/FossifyOrg/Messages/issues/294
172129
[#309]: https://github.com/FossifyOrg/Messages/issues/309
173130
[#349]: https://github.com/FossifyOrg/Messages/issues/349
174131
[#359]: https://github.com/FossifyOrg/Messages/issues/359
175-
[#279]: https://github.com/FossifyOrg/Messages/issues/279
176-
[#287]: https://github.com/FossifyOrg/Messages/issues/287
177-
[#294]: https://github.com/FossifyOrg/Messages/issues/294
178132
[#461]: https://github.com/FossifyOrg/Messages/issues/461
133+
134+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.2.2...HEAD
135+
[1.2.2]: https://github.com/FossifyOrg/Messages/compare/1.2.1...1.2.2
136+
[1.2.1]: https://github.com/FossifyOrg/Messages/compare/1.2.0...1.2.1
137+
[1.2.0]: https://github.com/FossifyOrg/Messages/compare/1.1.7...1.2.0
138+
[1.1.7]: https://github.com/FossifyOrg/Messages/compare/1.1.6...1.1.7
139+
[1.1.6]: https://github.com/FossifyOrg/Messages/compare/1.1.5...1.1.6
140+
[1.1.5]: https://github.com/FossifyOrg/Messages/compare/1.1.4...1.1.5
141+
[1.1.4]: https://github.com/FossifyOrg/Messages/compare/1.1.3...1.1.4
142+
[1.1.3]: https://github.com/FossifyOrg/Messages/compare/1.1.2...1.1.3
143+
[1.1.2]: https://github.com/FossifyOrg/Messages/compare/1.1.1...1.1.2
144+
[1.1.1]: https://github.com/FossifyOrg/Messages/compare/1.1.0...1.1.1
145+
[1.1.0]: https://github.com/FossifyOrg/Messages/compare/1.0.1...1.1.0
146+
[1.0.1]: https://github.com/FossifyOrg/Messages/compare/1.0.0...1.0.1
147+
[1.0.0]: https://github.com/FossifyOrg/Messages/releases/tag/1.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed inability to view messages when there is no SIM card
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx8192m
44

55
# Versioning
6-
VERSION_NAME=1.2.1
7-
VERSION_CODE=12
6+
VERSION_NAME=1.2.2
7+
VERSION_CODE=13
88
APP_ID=org.fossify.messages

0 commit comments

Comments
 (0)