Merge pull request #364 from FossifyOrg/v1.1.7

Release 1.1.7 (10)
This commit is contained in:
Naveen Singh 2025-04-01 13:00:36 +05:30 committed by GitHub
commit b965022576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 10 deletions

View file

@ -1,6 +1,13 @@
Changelog Changelog
========== ==========
Version 1.1.7 *(2025-04-01)*
----------------------------
* Fixed incorrect cursor position when reopening the app (#349)
* Fixed scrolling issue on conversation details screen (#359)
* Added more translations
Version 1.1.6 *(2025-03-24)* Version 1.1.6 *(2025-03-24)*
---------------------------- ----------------------------
@ -27,27 +34,30 @@ Version 1.1.4 *(2025-01-23)*
Version 1.1.3 *(2025-01-05)* Version 1.1.3 *(2025-01-05)*
---------------------------- ----------------------------
* Fixed issues with conversation date update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274) * Fixed issues with conversation date
update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
* Added more translations * Added more translations
Version 1.1.2 *(2025-01-05)* Version 1.1.2 *(2025-01-05)*
---------------------------- ----------------------------
* Fixed issues with conversation date update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274) * Fixed issues with conversation date
update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
* Added more translations * Added more translations
Version 1.1.1 *(2025-01-04)* Version 1.1.1 *(2025-01-04)*
---------------------------- ----------------------------
* Improved third party SMS/MMS intent parsing (https://github.com/FossifyOrg/Messages/issues/217, https://github.com/FossifyOrg/Messages/issues/243) * Improved third party SMS/MMS intent
parsing (https://github.com/FossifyOrg/Messages/issues/217, https://github.com/FossifyOrg/Messages/issues/243)
* Modified short code check to exclude emails (https://github.com/FossifyOrg/Messages/issues/115) * Modified short code check to exclude emails (https://github.com/FossifyOrg/Messages/issues/115)
* Fixed issue with messages draft deletion (https://github.com/FossifyOrg/Messages/issues/13) * Fixed issue with messages draft deletion (https://github.com/FossifyOrg/Messages/issues/13)
* Fixed multiple toast errors for MMS messages (https://github.com/FossifyOrg/Messages/issues/70, https://github.com/FossifyOrg/Messages/issues/262) * Fixed multiple toast errors for MMS
messages (https://github.com/FossifyOrg/Messages/issues/70, https://github.com/FossifyOrg/Messages/issues/262)
* Fixed some layout issues in message thread (https://github.com/FossifyOrg/Messages/issues/135) * Fixed some layout issues in message thread (https://github.com/FossifyOrg/Messages/issues/135)
* Other minor bug fixes and improvements * Other minor bug fixes and improvements
* Added more translations * Added more translations
Version 1.1.0 *(2024-12-27)* Version 1.1.0 *(2024-12-27)*
---------------------------- ----------------------------

View file

@ -0,0 +1,3 @@
* Fixed incorrect cursor position when reopening the app
* Fixed scrolling issue on conversation details screen
* Added more translations

View file

@ -1 +1 @@
Fossify SMS Messenger Fossify Messages

View file

@ -15,11 +15,11 @@ eventbus = "3.3.1"
#Room #Room
room = "2.6.1" room = "2.6.1"
#Fossify #Fossify
commons = "79b1077e39" commons = "b3897c7e30"
android-smsmms = "c3e678befd" android-smsmms = "c3e678befd"
indicator-fast-scroll = "4524cd0b61" indicator-fast-scroll = "4524cd0b61"
#Gradle #Gradle
gradlePlugins-agp = "8.9.0" gradlePlugins-agp = "8.9.1"
#build #build
app-build-compileSDKVersion = "34" app-build-compileSDKVersion = "34"
app-build-targetSDK = "34" app-build-targetSDK = "34"
@ -31,8 +31,8 @@ ez-vcard = "0.11.3"
shortcut-badger = "1.1.22" shortcut-badger = "1.1.22"
#versioning #versioning
app-version-appId = "org.fossify.messages" app-version-appId = "org.fossify.messages"
app-version-versionCode = "9" app-version-versionCode = "10"
app-version-versionName = "1.1.6" app-version-versionName = "1.1.7"
[libraries] [libraries]
#AndroidX #AndroidX
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }