Skip to content

Commit d0840aa

Browse files
authored
Merge pull request #346 from FossifyOrg/v1.4.0
Release 1.4.0 (7)
2 parents 3a06bd0 + 0956d32 commit d0840aa

4 files changed

Lines changed: 19 additions & 9 deletions

File tree

CHANGELOG.md

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

4+
Version 1.4.0 *(2025-04-01)*
5+
----------------------------
6+
7+
* Added support for caller location (state/country) in call history (#39)
8+
* Added option to open contact details when contact photo is tapped (#35)
9+
* Removed storage permission requirement
10+
* Other minor bug fixes and improvements
11+
* Added more translations
12+
413
Version 1.3.1 *(2025-01-14)*
514
----------------------------
615

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
2323
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
2424

25-
<uses-permission
26-
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
27-
android:maxSdkVersion="28" />
28-
2925
<uses-permission
3026
android:name="android.permission.USE_FINGERPRINT"
3127
tools:node="remove" />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Added support for caller location (state/country) in call history
2+
* Added option to open contact details when contact photo is tapped
3+
* Removed storage permission requirement
4+
* Other minor bug fixes and improvements
5+
* Added more translations

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ detekt = "1.23.3"
88
#Eventbus
99
eventbus = "3.3.1"
1010
#Fossify
11-
commons = "5c9248f16e"
11+
commons = "b3897c7e30"
1212
#Gradle
13-
gradlePlugins-agp = "8.9.0"
13+
gradlePlugins-agp = "8.9.1"
1414
#Other
1515
indicatorFastScroll = "4524cd0b61"
1616
autofitTextView = "0.2.1"
17+
libphonenumberVersion = "9.0.1"
1718
#build
1819
app-build-compileSDKVersion = "34"
1920
app-build-targetSDK = "34"
@@ -22,9 +23,8 @@ app-build-javaVersion = "VERSION_17"
2223
app-build-kotlinJVMTarget = "17"
2324
#versioning
2425
app-version-appId = "org.fossify.phone"
25-
app-version-versionCode = "6"
26-
app-version-versionName = "1.3.1"
27-
libphonenumberVersion = "9.0.1"
26+
app-version-versionCode = "7"
27+
app-version-versionName = "1.4.0"
2828
[libraries]
2929
#Fossify
3030
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }

0 commit comments

Comments
 (0)