Releases: theirc/coach-erevu
[v3.2] Coach Erevu release
🎉 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
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
🎉 CHANGELOG:
- Renovate the release building system to be both more efficient and consistent.
- Build types
release
anddebug
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 theassets/
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.
- Build types
videos: https://drive.google.com/drive/folders/17Olyuxy997e4SrRDfILQhHQfl4uoPM5e?usp=sharing
Fix scrolling bug and other goodies
🎉 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
orquiz
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
Misc. updates to the content to improve clarity and fix outstanding issues.
Update content to include new topics
Merge pull request #139 from secretrobotron/content-25 Added Pursue a Goal activity
Redesign layout system, Improve curriculum processing
[V2] Content Structure
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
1.0.7 fixed quiz end string translation
Update string resources with translated versions
🎉 Includes changes outlined in #60