Releases: AndroidWithRossyn/EasySMS-Permission
Releases · AndroidWithRossyn/EasySMS-Permission
1.0.0.a1
[1.0.0.a1] - 2025-01-15
Added
- Migrated to ViewModel and Repository pattern with Dagger Hilt for dependency injection.
- Integrated Dagger Hilt for seamless dependency management.
- Generated documentation using Dokka.
- Implemented DI architecture for better scalability and maintainability.
- Added SMS permission handling functionality.
- Displayed SMS messages in a simple list format.
Note
- This commit enhances the project structure with a more modular and scalable architecture using
ViewModel, Repository, and Dagger Hilt.