Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Mifos-Passcode
Library for passcode implementation along with an optional additional feature to ask for passcode when your app resumes from background. (Works with minSDK >= 21)

# 📦 Archived Repository Notice

> **⚠️ This repository is archived and no longer maintained.**

Development for **Mifos Passcode** has been **moved to a new repository** built with Kotlin Multiplatform technology.

### 🔄 New Repository

Please refer to the actively maintained repository here:
👉 [https://github.com/openMF/mifos-passcode-cmp](https://github.com/openMF/mifos-passcode-cmp)

### 📌 Why the move?

This transition allows for:
- ✨ Modernized architecture using **Kotlin Multiplatform (KMP)**
- ✅ Shared logic across Android, iOS, and other platforms
- 🚀 Improved performance, testability, and scalability

# Project Structure :

- **`androidApp` Module**:
Expand Down
Loading