Skip to content

Commit b965022

Browse files
authored
Merge pull request #364 from FossifyOrg/v1.1.7
Release 1.1.7 (10)
2 parents 7650926 + 5602c23 commit b965022

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
==========
33

4+
Version 1.1.7 *(2025-04-01)*
5+
----------------------------
6+
7+
* Fixed incorrect cursor position when reopening the app (#349)
8+
* Fixed scrolling issue on conversation details screen (#359)
9+
* Added more translations
10+
411
Version 1.1.6 *(2025-03-24)*
512
----------------------------
613

@@ -27,27 +34,30 @@ Version 1.1.4 *(2025-01-23)*
2734
Version 1.1.3 *(2025-01-05)*
2835
----------------------------
2936

30-
* Fixed issues with conversation date update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
37+
* Fixed issues with conversation date
38+
update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
3139
* Added more translations
3240

3341
Version 1.1.2 *(2025-01-05)*
3442
----------------------------
3543

36-
* Fixed issues with conversation date update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
44+
* Fixed issues with conversation date
45+
update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
3746
* Added more translations
3847

3948
Version 1.1.1 *(2025-01-04)*
4049
----------------------------
4150

42-
* Improved third party SMS/MMS intent parsing (https://github.com/FossifyOrg/Messages/issues/217, https://github.com/FossifyOrg/Messages/issues/243)
51+
* Improved third party SMS/MMS intent
52+
parsing (https://github.com/FossifyOrg/Messages/issues/217, https://github.com/FossifyOrg/Messages/issues/243)
4353
* Modified short code check to exclude emails (https://github.com/FossifyOrg/Messages/issues/115)
4454
* Fixed issue with messages draft deletion (https://github.com/FossifyOrg/Messages/issues/13)
45-
* Fixed multiple toast errors for MMS messages (https://github.com/FossifyOrg/Messages/issues/70, https://github.com/FossifyOrg/Messages/issues/262)
55+
* Fixed multiple toast errors for MMS
56+
messages (https://github.com/FossifyOrg/Messages/issues/70, https://github.com/FossifyOrg/Messages/issues/262)
4657
* Fixed some layout issues in message thread (https://github.com/FossifyOrg/Messages/issues/135)
4758
* Other minor bug fixes and improvements
4859
* Added more translations
4960

50-
5161
Version 1.1.0 *(2024-12-27)*
5262
----------------------------
5363

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fixed incorrect cursor position when reopening the app
2+
* Fixed scrolling issue on conversation details screen
3+
* Added more translations
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fossify SMS Messenger
1+
Fossify Messages

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ eventbus = "3.3.1"
1515
#Room
1616
room = "2.6.1"
1717
#Fossify
18-
commons = "79b1077e39"
18+
commons = "b3897c7e30"
1919
android-smsmms = "c3e678befd"
2020
indicator-fast-scroll = "4524cd0b61"
2121
#Gradle
22-
gradlePlugins-agp = "8.9.0"
22+
gradlePlugins-agp = "8.9.1"
2323
#build
2424
app-build-compileSDKVersion = "34"
2525
app-build-targetSDK = "34"
@@ -31,8 +31,8 @@ ez-vcard = "0.11.3"
3131
shortcut-badger = "1.1.22"
3232
#versioning
3333
app-version-appId = "org.fossify.messages"
34-
app-version-versionCode = "9"
35-
app-version-versionName = "1.1.6"
34+
app-version-versionCode = "10"
35+
app-version-versionName = "1.1.7"
3636
[libraries]
3737
#AndroidX
3838
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }

0 commit comments

Comments
 (0)