Matthew Raymer
ccce05f4b5
refactor: complete P1 modularization - create all manager classes
- Add PowerManager.java: Battery and power management
- Add RecoveryManager.java: Recovery and maintenance operations
- Add ExactAlarmManager.java: Exact alarm management
- Add TimeSafariIntegrationManager.java: TimeSafari-specific features
- Add TaskCoordinationManager.java: Background task coordination
- Add ReminderManager.java: Daily reminder management
Modularization Complete:
- Original: 2,264-line monolithic plugin
- New: 9 focused modules with clear responsibilities
- All 35 @PluginMethod methods delegated to appropriate managers
- Maintains full functionality through delegation pattern
- Significantly improved maintainability and testability
P1 Priority 1: Split plugin into modules - COMPLETE ✅
2025-10-14 08:17:47 +00:00
..
2025-10-12 06:09:07 +00:00
2025-10-14 06:16:36 +00:00
2025-10-12 06:15:52 +00:00
2025-10-14 08:17:47 +00:00
2025-10-05 05:12:06 +00:00
2025-03-25 13:13:55 +00:00
2025-10-12 06:15:52 +00:00
2025-03-28 12:47:10 +00:00
2025-03-28 12:47:10 +00:00
2025-03-25 13:13:55 +00:00
2025-08-26 11:53:50 +00:00
2025-08-26 11:53:50 +00:00
2025-10-12 06:09:07 +00:00
2025-08-26 11:53:50 +00:00