Skip to content

Commit f1e37fb

Browse files
authored
feat: add font customization (#697)
* fix: use AndroidX AppCompat PopupMenu * feat: add font customization
1 parent 9cfec30 commit f1e37fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Added support for custom fonts
810

911
### Fixed
1012
- Fixed incorrect spacing between prefix and last name

app/src/main/kotlin/org/fossify/phone/adapters/RecentCallsAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import android.view.Gravity
1111
import android.view.Menu
1212
import android.view.View
1313
import android.view.ViewGroup
14-
import android.widget.PopupMenu
14+
import androidx.appcompat.widget.PopupMenu
1515
import androidx.recyclerview.widget.DiffUtil
1616
import androidx.recyclerview.widget.SimpleItemAnimator
1717
import com.bumptech.glide.Glide

0 commit comments

Comments
 (0)