Skip to content

v1.1.0

Choose a tag to compare

@Tianshang301 Tianshang301 released this 30 Apr 01:17
· 4 commits to master since this release

What's New in v1.1.0

New Features

  • Database Migration Support: Added proper Room database migration from version 1 → 2 to prevent data loss during updates
  • Enhanced Statistics Visualization: Added MPAndroidChart support with visual charts:
    • Cycle length trend chart (line chart)
    • Pain trend chart (bar chart)
    • Symptom distribution chart (pie chart)
  • Improved Prediction Accuracy: Now uses symptom data (ovulation tests, cervical mucus, BBT) to adjust cycle predictions

Enhanced

  • Updated PredictionEngine to receive and process symptom data from both Calendar and Analysis screens
  • Added cycle length history tracking for better statistics
  • Database schema export enabled for future migrations

Technical Changes

  • Version: 1.0.0 → 1.1.0 (versionCode: 1 → 2)
  • Added Room schema export directory (app/schemas/)
  • Added proper error handling for database migrations