Changelog

Complete version history and release notes for AutoReply Mate

🎉 Major Update
v1.4.0
May 25, 2026

🚀 Major Changes

  • Removed AccessibilityService completely - App now uses only NotificationListenerService (the correct API for auto-reply functionality)
  • Eliminates Google Play policy compliance issues related to Accessibility API
  • Simpler permission flow for users - no confusing "Enhanced Detection" card
  • Faster app startup with less service overhead

✅ Improvements

  • Cleaner codebase - 400+ lines of unused code removed
  • Reduced app complexity and potential crash points
  • Better Google Play compliance - no accessibility disclosure requirements
⚡ Impact: Zero functionality changes. Auto-reply works identically - we simply removed an API we weren't using. This fixes all Google Play rejection issues.
🔧 Compliance Fix
v1.2.6
May 23, 2026

🛡️ Google Play Policy Compliance

  • Clarified terminology throughout app - "Notification Listener" instead of "Accessibility"
  • Updated Privacy Policy to accurately reflect permissions used
  • Fixed confusing disclosure dialog text
  • Deployed updated Privacy Policy to website
🔋 Performance
v1.2.1
May 20, 2026

⚡ Battery Optimizations

  • 13-19% reduction in daily battery usage
  • Removed unnecessary WakeLock from background service
  • Implemented 5-minute subscription status caching
  • Reduced reminder check frequency from 1-hour to 6-hour intervals
  • Phone can now enter Deep Sleep mode properly

📱 Technical Improvements

  • Updated Firebase SDK to BOM 33.1.0 (resolved reCAPTCHA deprecation warning)
  • Implemented edge-to-edge display support for Android 15+
  • Upgraded Billing Library to 7.2.0 for latest security patches
  • Fixed all Google Play Console pre-launch warnings
✨ New Feature
v1.1.0
February 27, 2026

🌐 Server API Integration (PRO Feature)

  • Connect AutoReply Mate to your own HTTP endpoint for AI-powered replies
  • Integrate with OpenAI ChatGPT, Claude AI, or custom business logic
  • Multi-app support - configure which apps send to your API
  • X-API-Key authentication for secure endpoint access
  • Priority mode - Server API bypasses all custom rules when active
  • Built-in connection tester to verify API configuration

📊 API Request Format

POST {your-endpoint} Content-Type: application/json X-API-Key: {your-key} { "type": "WHATSAPP", "sender": "John Doe", "message": "Hello there", "timestamp": "2026-02-27 14:30:00", "isGroup": false }

🎨 UI/UX Enhancements

  • New Server API card on home screen with active status indicator
  • Green glow effect when Server API is active
  • Expandable 'How It Works' explanation section
  • Multi-select interface for enabling apps
  • Toggle confirmation dialog with warning
  • Modern Material Design 3 interface

🐛 Bug Fixes

  • Fixed SMS reply functionality for custom SMS apps
  • Improved app type detection with wildcard matching
  • Fixed notification service priority when Server API is active
📱 Current Version

Latest Stable: v1.4.0 (versionCode 28)

Min Android Version: Android 8.0 (API 26)

Target Android Version: Android 15 (API 35)

Available on: Google Play Store

🔮 Coming Soon

Future updates and features in development:

  • Enhanced AI integration options
  • Advanced scheduling rules
  • Cloud sync for rules across devices
  • Custom reply templates library