forked from openedx/openedx-app-android
-
Notifications
You must be signed in to change notification settings - Fork 2
Merge latest from remote #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
norman-v
wants to merge
98
commits into
Accessifiers:remote_update
Choose a base branch
from
openedx:main
base: remote_update
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ensure cookies' expiry time is verified before loading a webview. Additionally, addressed a race condition within the `clearWebViewCookie` method. This race condition caused the premature reset of `authSessionCookieExpiration` to -1 due to delays in the callback execution. Fixes: LEARNER-9891
fix: crash when restoring the app after a long period of inactivity
feat: [FC-0047] move the certificate view from the banner to the message section
chore: enhance app theme capability for prod edX theme/branding - Integrate Program config updates - theming/branding code improvements for light and dark modes - Force dark mode for the WebView (beta version) - No major change in the Open edX theme fixes: LEARNER-9783
* feat: Created calendar setting screen * feat: CalendarAccessDialog * feat: NewCalendarDialog * fix: Fixes according to PR feedback
* feat: Created Learn screen. Added course/program navigation. Added endpoint for UserCourses screen. * feat: Added primary course card * feat: Added start/resume course button * feat: Added alignment items * feat: Fix future assignment date, add courses list, add onSearch and onCourse clicks * feat: Add feature flag for enabling new/old dashboard screen, add UserCoursesScreen onClick methods * feat: Create AllEnrolledCoursesFragment. Add endpoint parameters * feat: AllEnrolledCoursesFragment UI * feat: Minor code refactoring, show cached data if no internet connection * feat: UserCourses screen data caching * feat: Dashboard * refactor: Dashboard type flag change, start course button change * feat: Added programs fragment to LearnFragment viewPager * feat: Empty states and settings button * fix: Number of courses * fix: Minor UI changes * fix: Fixes according to designer feedback * fix: Fixes after demo * refactor: Move CourseContainerTab * fix: Fixes according to PR feedback * fix: Fixes according to PR feedback * feat: added a patch from Omer Habib * fix: Fixes according to PR feedback
fix: update config parsing structure - Update dictionary for ProgramConfig - Update UI related feature flags under a single Key - fix image load in course fix: LEARNER-9891 * fix: Updated minor fix
feat: delete old videos Directory - Delete all the videos and folders of old app fix: LEARNER-9950
- added content description for views fix: LEARNER-10021
* feat: Course Home progress bar * feat: Collapsing course sections * feat: New download icons * feat: show CourseContainerFragment if COURSE_NESTED_LIST_ENABLED false * fix: course progress bar updating * feat: Renamed COURSE_NESTED_LIST_ENABLE feature flag * feat: Course home. Moved certificate access. * chore: enhance app theme capability for prod edX theme/branding (#262) chore: enhance app theme capability for prod edX theme/branding - Integrate Program config updates - theming/branding code improvements for light and dark modes - Force dark mode for the WebView (beta version) - No major change in the Open edX theme fixes: LEARNER-9783 * feat: [FC-0047] Calendar main screen and dialogs (#322) * feat: Created calendar setting screen * feat: CalendarAccessDialog * feat: NewCalendarDialog * fix: Fixes according to PR feedback * fix: DiscussionTopicsViewModelTest.kt jUnit test * fix: assignment dates * feat: [FC-0047] Improved Dashboard Level Navigation (#308) * feat: Created Learn screen. Added course/program navigation. Added endpoint for UserCourses screen. * feat: Added primary course card * feat: Added start/resume course button * feat: Added alignment items * feat: Fix future assignment date, add courses list, add onSearch and onCourse clicks * feat: Add feature flag for enabling new/old dashboard screen, add UserCoursesScreen onClick methods * feat: Create AllEnrolledCoursesFragment. Add endpoint parameters * feat: AllEnrolledCoursesFragment UI * feat: Minor code refactoring, show cached data if no internet connection * feat: UserCourses screen data caching * feat: Dashboard * refactor: Dashboard type flag change, start course button change * feat: Added programs fragment to LearnFragment viewPager * feat: Empty states and settings button * fix: Number of courses * fix: Minor UI changes * fix: Fixes according to designer feedback * fix: Fixes after demo * refactor: Move CourseContainerTab * fix: Fixes according to PR feedback * fix: Fixes according to PR feedback * feat: added a patch from Omer Habib * fix: Fixes according to PR feedback * fix: Assignment date string * fix: Lint error * fix: Assignment date string * fix: Fixes according to PR feedback * fix: Fixes according to designer feedback * fix: Fixes according to PR feedback --------- Co-authored-by: Volodymyr Chekyrta <volodymyr.chekyrta@raccoongang.com> Co-authored-by: Farhan Arshad <43750646+farhan-arshad-dev@users.noreply.github.com>
- Update/optimise ProgramFragment - enable ProgramFragment for both dashboards(list/gallery) - hide dropdown on Learn Tab if programs not available fix: LEARNER-10035
- Replace the fragmentManager of parentFragment with activity fix: LEARNER-10035
- feat: Add password visibility toggle to the password fields - fix: Autofill the "Full Name" and "Email" fields with SSO data - refactor: Redesign the modal that appears after SSO Fixes: Issue#331
- Add branch deep links to Calendar Events - Resolved Calendar Dialogs Issue Caused by Permission Launcher Fixes: LEARNER-9795
* chore: validate plurals in strings.xml * fix: more plurals fixes on English
* feat: fcm * fix: address feedback
* fix: update keyboard visibility and imeAction - Hide keyboard on logistration screens - update imeAction for long InputEditFields -LEARNER-10032 * fix: Added error Text for editable fields on SignIn Screen - Add error text in case of empty fields on sign in Screen fix: LEARNER-10032 * fix: Address PR comments
* fix: Video Subtitles on Native and Youtube Player * chore: UI Changes
* feat: Handle Branch Deeplinks from Braze Push Notification Fixes: LEARNER-10054 * refactor: Update class name to BranchBrazeDeeplinkHandler
* feat: Fullstory Analytics SDK Implementation We have introduced the Fullstory Analytics Provider, which includes three main methods: Identify: This method identifies the user by passing a userID (uid). Additionally, it includes a displayName for use on the Fullstory dashboard. Event: This method records custom app events. Page: This method functions similarly to a screen event, tracking page views. Fixes: LEARNER-10041 * feat: Add screen event method to the Analytics Manager Fixes: LEARNER-10041 * fix: Course Home Tabs Events Fixes: LEARNER-10041 * chore: Discovery Screen Events Fixes: LEARNER-10041 * chore: Main Dashboard Screen Events Fixes: LEARNER-10041 * chore: Auth Screen Events Fixes: LEARNER-10041 * chore: Profile Screen Events Fixes: LEARNER-10041 * chore: Course Screen Events Fixes: LEARNER-10041 * fix: PLS Banner Multiple Events Fixes: LEARNER-10041 * chore: Logistration Screen Event Fixes: LEARNER-10041 * refactor: Optimize code Fixes: LEARNER-10041
- Add validation to ensure that the progress value is not NaN. fixes: LEARNER-10248 Co-authored-by: Farhan Arshad <43750646+farhan-arshad-dev@users.noreply.github.com>
Develop to main v2.1
* fix: color fixes * fix: user image rotation fix * fix: rtl support
Github Action Auto Update Using Dependabot
* perf: optimised data loading on dashboard and course details * fix: course unit tests * fix: course load exception and removed ui result class * fix: lint checks * chore: moved to flow.catch from try/catch in course outline and container viewmodels
* feat: added downloads tab to main navigation * feat: course item UI * feat: download course list request * feat: downloads fragment empty state * feat: downloading logic * refactor: dynamic main menu * feat: show loading course structure state * feat: downloads analytic * feat: junit test * feat: navigate to course outline, swipe refresh on empty state * fix: changes according PR review * feat: show course item on dialog * refactor: improved code for better readability, optimized downloading logic * fix: dialog icon * fix: remove course size * feat: landscape and tablet ui * fix: remove course during downloading * fix: update download page after getting course structure on outline page * fix: update downloading state if new blocks was added * feat: added height limit and scroll to download dialog * feat: rename config flag * feat: fix available course size in download dialog. Improved logic of getting downloads models from room * feat: added school icon to DownloadDialogItem * fix: using real unarchived size instead bloc size * fix: junit tests * feat: navigation icons update * fix: changes according PR review * feat: put config to experimental value * fix: junit test fix
* feat: replaced text with WebView to support rich formatting * feat: html renderer * fix: mapping error * fix: changes according code review * fix: changes according code review
* refactor: Removed useless resources, optimized imports * refactor: Rename drawables
* feat: progress tab UI * feat: progress tab logic * feat: cache first logic * feat: color coding * fix: changes according demo feedback * fix: changes according demo feedback * feat: color coding * feat: separator between assignment policies on the progress * feat: progressTabClickedEvent * feat: defaultColors changed
* feat: all content tab * feat: video content tab * feat: video tab progress * fix: video progress caching * fix: changes according demo feedback * fix: assignment tab UI * fix: connected data to assignment tab UI * feat: color coding, detekt fixes * feat: resume video * fix: changes according review * feat: changes according PR feedback * feat: empty state view * fix: changes according PR review feedback * fix: changes according QA review feedback * feat: analytics * fix: changes according QA review * feat: db automigration
* feat: course home pager and pager indicator with navigation * feat: course completion pager tab * feat: move HomeNavigationRow to bottom bar * feat: course home pages videos card * feat: course home pages assignment card * feat: course home pages grades card * feat: added empty states * feat: CaughtUpMessage * feat: A11y * feat: detekt fixes * feat: changes according demo feedback * feat: course home analytic * feat: CourseHomeViewModelTest * fix: detekt fix and changes according PR review * feat: performance improvements * feat: changes according PR feedback * feat: changes according PR feedback
* feat: course home pager and pager indicator with navigation * feat: course completion pager tab * feat: move HomeNavigationRow to bottom bar * feat: course home pages videos card * feat: course home pages assignment card * feat: course home pages grades card * feat: added empty states * feat: CaughtUpMessage * feat: A11y * feat: detekt fixes * feat: changes according demo feedback * feat: course home analytic * feat: CourseHomeViewModelTest * fix: detekt fix and changes according PR review * feat: performance improvements * feat: changes according PR feedback * feat: changes according PR feedback * feat: video navigation * feat: minor ui fixes * feat: next prev buttons logic update for video view mode * fix: db error fix * fix: button arrow fix * fix: changes according designer review * fix: obfuscation fix * fix: changes according code review feedback * fix: update androidyoutubeplayer to fix error 15 --------- Co-authored-by: IvanStepanok <ivan.stepanok@raccoongang.com>
Release v2.2 (Ulmo.1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.