Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Releases: theirc/coach-erevu

[v3.2] Coach Erevu release

05 Oct 06:59
59a5c7c
Compare
Choose a tag to compare

🎉 Fixes all outstanding bugs with content, add API for configuring end of quiz popup message on a per-topic level. Provides a new optional property called end-of-quiz, will default to quiz_end within app string resources.

[v3.1] Coach Erevu release

04 Oct 10:10
c6cbac0
Compare
Choose a tag to compare

Attempt to fix a bug that was preventing installation on device, implement appropriate APK signature system. This will require you to uninstall any existing versions of this app from the device before installing. If you fail to do so, you will receive a "failed to parse APK" error.

[v3.0] Coach Erevu release

30 Sep 01:22
1e7deaa
Compare
Choose a tag to compare

🎉 CHANGELOG:

  • Renovate the release building system to be both more efficient and consistent.
    • Build types release and debug have been removed for improved clarity.
    • New build type: latest is the replacement for debug, and doesn't build the video files.
    • New build type: bundle builds the latest APK, and bundles in all video files in the assets/ folder.
    • You can select which type of build to assemble by doing ./gradlew assembleBundle or similar.
    • Enables ProGuard support, as well as build minification and optimization.
    • Automatically version releases based on build configuration, for proper semantic versioning.

videos: https://drive.google.com/drive/folders/17Olyuxy997e4SrRDfILQhHQfl4uoPM5e?usp=sharing

Fix scrolling bug and other goodies

24 Sep 07:56
5fc4259
Compare
Choose a tag to compare

🎉 Fixes the following issues...

  • Fragment being created on top of existing fragment on orientation change causing scrolling defect.
  • Video playback being reset to the beginning when rotating the screen orientation
  • App now supports the ability to add topics with either a video or quiz or both!
    • The behavior is: auto-start the specific activity, unless both are present then it prompts an action menu.
  • Fix some styling inconsistencies that were particularly noticeable on smaller screens.

[QA] Content updates and fixes

20 Sep 04:49
2587173
Compare
Choose a tag to compare

Misc. updates to the content to improve clarity and fix outstanding issues.

Update content to include new topics

17 Sep 00:26
7bfb6e0
Compare
Choose a tag to compare
Merge pull request #139 from secretrobotron/content-25

Added Pursue a Goal activity

Redesign layout system, Improve curriculum processing

09 Sep 07:36
c5540aa
Compare
Choose a tag to compare
  • Converts all layouts to Constraint Layouts, use responsive UI and scale for all devices
  • Redesign curriculum parsing to modularize question display types, prevent unexpected state
  • Fix various bugs and performance issues

.. and much more!

See: #122, #121, #110, #109 and #76

[V2] Content Structure

31 Jul 01:58
4fa8b4a
Compare
Choose a tag to compare

Features the brand new content management system, early prototype please file any bugs you encounter on this GitHub tracker, they are all appreciated and help a lot.

cc: @secretrobotron

More string updates from Sylvia

13 May 17:52
Compare
Choose a tag to compare
1.0.7

fixed quiz end string translation

Update string resources with translated versions

10 May 04:14
c24d471
Compare
Choose a tag to compare

🎉 Includes changes outlined in #60