commit
b965022576
4 changed files with 23 additions and 10 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,6 +1,13 @@
|
|||
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)*
|
||||
----------------------------
|
||||
|
||||
|
|
@ -27,27 +34,30 @@ Version 1.1.4 *(2025-01-23)*
|
|||
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
|
||||
|
||||
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
|
||||
|
||||
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)
|
||||
* 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)
|
||||
* Other minor bug fixes and improvements
|
||||
* Added more translations
|
||||
|
||||
|
||||
Version 1.1.0 *(2024-12-27)*
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
3
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
* Fixed incorrect cursor position when reopening the app
|
||||
* Fixed scrolling issue on conversation details screen
|
||||
* Added more translations
|
||||
|
|
@ -1 +1 @@
|
|||
Fossify SMS Messenger
|
||||
Fossify Messages
|
||||
|
|
|
|||
|
|
@ -15,11 +15,11 @@ eventbus = "3.3.1"
|
|||
#Room
|
||||
room = "2.6.1"
|
||||
#Fossify
|
||||
commons = "79b1077e39"
|
||||
commons = "b3897c7e30"
|
||||
android-smsmms = "c3e678befd"
|
||||
indicator-fast-scroll = "4524cd0b61"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.9.0"
|
||||
gradlePlugins-agp = "8.9.1"
|
||||
#build
|
||||
app-build-compileSDKVersion = "34"
|
||||
app-build-targetSDK = "34"
|
||||
|
|
@ -31,8 +31,8 @@ ez-vcard = "0.11.3"
|
|||
shortcut-badger = "1.1.22"
|
||||
#versioning
|
||||
app-version-appId = "org.fossify.messages"
|
||||
app-version-versionCode = "9"
|
||||
app-version-versionName = "1.1.6"
|
||||
app-version-versionCode = "10"
|
||||
app-version-versionName = "1.1.7"
|
||||
[libraries]
|
||||
#AndroidX
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue