ProGuard Rules (both android/app and test-app): - Capacitor Plugin Protection: Keep Capacitor annotations and plugin methods - DailyNotification Plugin Classes: Protect all plugin classes and methods - Manager Classes: Keep all *Manager, *Storage, *Receiver classes - Database Protection: Room database classes, entities, DAOs, migrations - Error Handling: Keep error and exception classes - Performance Classes: Keep optimization and performance monitoring classes - System Classes: Protect Android system classes used by plugin - Security Classes: Keep network and security-related classes - Debugging: Preserve debug information and annotations Key protections: - @CapacitorPlugin and @PluginMethod annotations - All com.timesafari.dailynotification.** classes - Room database classes and migrations - Android system classes (AlarmManager, NotificationManager, etc.) - Network and security classes - Debug attributes and signatures This ensures the plugin remains functional after minification and prevents critical classes from being stripped during release builds.
daily-notification-test
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint