Skip to main content

13 posts tagged with "patch"

View All Tags

Muhammad Fareez Iqmal

What's New

  • ✨ Added option to display venue, or section, or default (time) #39 screenshot1

  • 🐛 Fixed some icons are that not tappable in subject page. [Video]

  • 🐛 Fixed Material Banner cannot be dismissed from i-Ma'luum importer #71.

  • 🚸 Added refresh button in i-Ma'luum importer.

  • 🎨 New button style for adding subject from i-Ma'luum importer. screenshot imaluum

  • 🎨 Make subject padding smaller a bit to make some room to its content. cb03f9e

  • 🔥 Removed View details button in subject dialog (I think it's no longer needed) [Screenshot]. Also removed admonitions package

  • ➕ Upgraded dependency - html


GitHub Releases

Muhammad Fareez Iqmal

What's New

  • 💄 Redesigned subject viewer - Replaced the dialog with a full page (Only for saved schedule, for unsaved subject, the dialog remains)
    • Why? Because previously, when using dialog and user want to edit, the dialog will glitch a bit. It was caused due to the widget rebuilds. This is bad for the UX, hence this changes. Plus, it looks nicer to the eyes too (in my opinion lah..) Old vs new subject layout
  • 📱 Responsive layout - Adapt for wide screen devices (eg desktop or tablet) - this is just the beginning, I'm planning to responsivenessify (make responsive) of other UI elements. responsive home
  • ➕ Upgrade dependencies
  • 🔧 Exposes option to increase/decrease schedule text sizes for all platforms. For small screen devices, the option will be in the overflow menu. [Screenshot]
  • 🎨 System navigation bar now follow the app theme. Unfortunately, there is new issue from this change. See known issues
  • ✏️ Fixed incorrect tooltip label. [Screenshot]
  • ✏️ Removed stray } character in toast message.
  • 🧑‍💻 [DEV]

Known issues

  • While you can tap and hold the text you wanted to Copy, the option Copy will not reappear (bruh) when you resize the handler. This issue is tracked in #68
  • Icon on system's bottom navigation bar may not be visible in some phones. Tracked in #70

GitHub Releases

Muhammad Fareez Iqmal

GitHub Releases

Changelog

  • ✨ Added support for Postgraduate studies. Postgraduate students can now browse for course or create schedule using the app. demo-gif
  • 💄 Move the version number closer to the left
  • ⬆️ Upgrade dependencies

Muhammad Fareez Iqmal

GitHub Releases

Changelog

Responding to your feedback & suggestions, I've added the following:

  • ✨ Added ability to edit saved subject. Currently only changing venue property is possible. Partially fixes issue #37

    demo video

  • ✨ Added ability to delete individual saved subject. Issue #37

    demo video

  • ✨ Added ability to add subject. Fixes #38

    demo video

  • ✨ Add Usrah in Action prompt in COCU page in course browser, due to I think some of us can't find it and thinking the courses in not available in app.

    screenshot usrah

  • ✨ Kulliyyah other than main kulliyyah (eg: COCU etc), in course validator are now automatically overriden. So you won't need to override manually.

    gif override kulliyyah

  • 🚸 Add hints to save the schedule first before editing in schedule layout and its dialog. So you would no the schedule is customizable, but there is a need of some extra steps. Also, if you've noticed, I've added the section information in the dialog, so you would not accidentally enter the wrong class

    screenshot hint save

  • 🚸 Add hint in input scope to select the main kulliyyah. Initial implementation of #41

  • 💄 Update button theme to improve visibility in dark mode

  • ✏️ Added session (academic year) and semester to metadata dialog.

  • 🍱 Update web og:image metatag asset

  • 🧑‍💻 [DEV]

    • Add uuid (for future implementation), session and semester in SavedSchedule Hive object.