File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
413Version 1.3.1 * (2025-01-14)*
514----------------------------
615
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ detekt = "1.23.3"
88# Eventbus
99eventbus = " 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
1515indicatorFastScroll = " 4524cd0b61"
1616autofitTextView = " 0.2.1"
17+ libphonenumberVersion = " 9.0.1"
1718# build
1819app-build-compileSDKVersion = " 34"
1920app-build-targetSDK = " 34"
@@ -22,9 +23,8 @@ app-build-javaVersion = "VERSION_17"
2223app-build-kotlinJVMTarget = " 17"
2324# versioning
2425app-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
3030fossify-commons = { module = " org.fossify:commons" , version.ref = " commons" }
You can’t perform that action at this time.
0 commit comments