Skip to content

Releases: Avadhkumar-geek/StudentAI

v2.3.0

19 Nov 11:47
Compare
Choose a tag to compare

Release Note

What's New

  • Integrated Google login functionality through Firebase.
  • Users can now create personalized cards with their own prompts.
  • Transitioned to the PaLM API for powering the app, replacing OpenAI.
  • Enhanced quiz result display, allowing users to view both their selected answer and the correct answer.```

v2.2.0

15 Jun 08:09
Compare
Choose a tag to compare

Release Note

What's New

  • Improved User Interface (UI) for better user experience
  • Fetching data from API instead of local storage to ensure updated and real-time information
  • Added dummy cards and forms with shimmer effect for visual appeal
  • Added frosted glass effect to make the UI more modern and aesthetically pleasing
  • API configuration to use OpenAI API for added functionality and ease of use
  • Added a "Support Us" component with share, rate, and feedback tile options to encourage community engagement and feedback.

v2.1.0

14 Jun 17:36
Compare
Choose a tag to compare

Release Note - June 2023

What's New

  • Replaced loading indicator with dummy cards & forms for a better user experience
  • Added "Support Us" category with feedback, share & rate tile

v2.0.0

14 Jun 15:43
Compare
Choose a tag to compare

Release Notes

Version 2.0.0

  • All data used in the app to create cards, forms, and prompts are sourced through our API - StudentAI API.
  • For more information about the API, please check the following repository: StudentAI_API.
  • Bug fixes and performance improvements.

v1.1.0

19 May 09:46
Compare
Choose a tag to compare
Latest

updated UI, added SharedPreferences to save API key, cards output on …