fix: crash when navigate to next vertical #1
commitlint.yml
on: pull_request
commitlint
/
commitlint
10s
Annotations
1 error
commitlint / commitlint
You have commit messages with errors
⧗ input: Develop to main. Release v1.2 #47
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
⧗ input: Develop to master v1.3 (#79)
* bug fix (#57)
* Fix DisclosureGroup fields bug on SignUpView (#58)
* Hide no discussion while update (#59)
* Consolidating Databases and Refactoring Module Logic (#60)
This merge request aims to consolidate multiple databases into a single one for improved efficiency and maintainability in the OpenEdx project.
The changes involve creating a new class, DatabaseManager, which handles CoreData operations and moving CoreData logic from specific modules to this central manager.
Additionally, a new method, deleteAllFiles(), is added to the DownloadManager class for convenient file deletion upon user logout.
* Migrate all colors to Theme (#61)
* Added support for multiple color schemes to quickly switch between educational platforms. Updated variables throughout the project accordingly.
* Fix not updating completion error (#64)
completion doesn't update status when user has finished learning the contents of a unit
* Remove custom navigation controller (#63)
* Remove custom navigation controller
Change navigation controller from custom to system for feature changes and adding possibility to swipe gestures
* disable routing whenever handouts is empty (#66)
* Fix the isMobileData variable in the Connectivity module. (#67)
Add the possibility to play videos with sound in silent mode.
* encoded video dissmiss by device rotation (#68)
* fixed
* Separate AppStorage to protocol oriented architecture. (#69)
* Separate AppStorage to protocol oriented architecture.
* Added path field to the DownloadData model. (#70)
* Added path field to the DownloadData model.
All control over files was refactored using the new path field.
* Fix CourseContainerViewModelTests
* September bugfixes (#71)
* fix incorrect back button on the course screen
* Fix issue on Delete account view. The inactive button is clickable.
* change CourseDetailsEndpoint to CourseEndpoint
fix WebView bug with iframe
fix doubling courses on Dashboard after subscribe to a new course
* Create 0001-strategy-for-maintaining-OS-versions.rst (#72)
* Create 0001-strategy-for-maintaining-OS-versions.rst
* Update 0001-strategy-for-maintaining-OS-versions.rst
* Deprecate iOS 14 (#74)
* Deprecate iOS 14
Remove isIOS14 in ViewExtension
Change deployment target to iOS 15
Add a new RefreshableScrollView for better pull to refresh animation on any iOS
update loading logic in DiscoveryViewModel, ThreadViewModel, and PostsViewModel for a smooth refreshing
* Update refreshable ScrollView to native for iOS 16+ (#75)
* Update refreshable ScrollView to native for iOS 16+
* Codestyle improvements (#76)
* codestyle improvements
* remove unused code
* ios 17 bugfixes (#77)
* bugfixes
* Change license to Apache (#78)
---------
Co-authored-by: IvanStepanok <[email protected]>
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
⧗ input: Update standard workflow files. (#177)
* build: Creating workflow `self-assign-issue.yml`.
The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
* build: Creating workflow `add-depr-ticket-to-depr-board.yml`.
The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
* build: Creating workflow `commitlint.yml`.
The .github/workflows/commitlint.yml workflow is missing or needs an u
|