Skip to content

Releases: Kounslr/mobile_app

Hot fixes

22 Aug 15:52
44107d5
Compare
Choose a tag to compare

Hot fixes

Bug fixes

  • Fix Google Sign In app crash
  • Fix Sign in with studentvue bottom sheet not scrolling up
  • Fix Sign out button showing black screen upon button pressed

Dark mode & hot fixes

22 Aug 02:30
Compare
Choose a tag to compare

Dark mode & hot fixes

Features

  • Make dark theme more visually appealing across entire app
  • Add line above bottom navigation bar
  • Change dark mode primary color
  • Increase heading size in JournalView
  • Add animations to buttons to make it more clear when pressed (To most not all)
  • Change icons across app

Bug Fixes

  • Fix glitch where text field empties upon changing tag name (JournalEntriesView)

v1.0 Student Dashboard & Journal

03 Aug 23:08
Compare
Choose a tag to compare

v1.0 Student Dashboard & Journal

Features

Dashboard (Home Screen)

  • View Next Class (Changes after application restart based on current time; Also displays location, time, name, teacher)
  • View Schedule
  • View Upcoming Assignments (Sorted by dueDate; Only shows assignments that are not completed during current markingPeriod)
  • View ID Card
  • View Student Profile (Contains name, grade, school, email)
  • View Current Letter Day (Could be A-Day, B-Day, C-Day, etc.)
  • View Current Date (Format: weekday, month day, year; Example: Tuesday, August 3rd, 2021)

Journal

  • Create Journal Entries (Sorted by Tag (Max tags per entry: 3))
  • Edit/Update Journal Entries (This is not recommended, not because of glitches, but simplicity and use case)
  • Delete Journal Entries
  • Rename entire tags
  • View a graph of most used tags (3)

Bug Fixes

  • Fix duplicate assignments from get upcomingAssignments
  • Fix duplicate classes from get studentClasses
  • Fix Journal Entry tags going beyond 3