Skip to content

Commit 16e51ca

Browse files
authored
feat: add font customization (#374)
* fix: use AndroidX AppCompat PopupMenu * feat: add font customization
1 parent 0dea8e0 commit 16e51ca

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
## [1.5.0] - 2025-12-16
1012
### Changed

app/src/main/kotlin/org/fossify/filemanager/adapters/ManageFavoritesAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.fossify.filemanager.adapters
22

33
import android.view.*
4-
import android.widget.PopupMenu
4+
import androidx.appcompat.widget.PopupMenu
55
import org.fossify.commons.activities.BaseSimpleActivity
66
import org.fossify.commons.adapters.MyRecyclerViewAdapter
77
import org.fossify.commons.extensions.getPopupMenuTheme

0 commit comments

Comments
 (0)