-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix: build issue while applying full story plugin when disabled #366
Closed
Conversation
This file contains 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
fix: crash when restoring the app after a long period of inactivity
…ertificate feat: [FC-0047] move the certificate view from the banner to the message section
…edx#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: 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 (openedx#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 (openedx#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 (openedx#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 <[email protected]> Co-authored-by: Farhan Arshad <[email protected]>
- 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
Fixes: LEARNER-10035
fix: Add missing color for 2u/develop branch
* feat: Payments and upgrade execution for the course - Learners can purchase a course and unlock the gated content from the main dashboard - Loading course price on upgrade buttons successfully - Calling necessary APIs on interaction with the upgrade button - Processing the course upgrade - IAP Analytics fixes: LEARNER-9956 * feat: IAP for course dashboard * feat: added IAP UI views * feat: Add success message after upgrade - Code improvements & fixes * feat: handle UnfulfilledPurchase - In this case, the app relaunch must rerun the course upgrade flow with the available course upgrade data. fixes: LEARNER-9917 * feat: restore purchases from settings screen fixes: LEARNER-9915 * refactor: Error Alert Action Analytics Handling - fix IAP Analytics issues - Code improvements fixes: LEARNER-10042 * feat: update rocket icon for full screen loader - Full screen loader whille course is upgarding - Code improvements --------- Co-authored-by: k1rill <[email protected]>
- Update prefix according to legacy app - Remove lock icon from course card fix: LEARNER-10062
- refactor app design to efficiently handle customAppColor variables fix: LEARNER-10043
fix: Update course dates prefix on course cards
feat: Update color scheme for edx App
* feat: App Level Webview/No Internet Error Handling - Not Internet Error Handling with reload CTA - Unknown error while loading webpage with reload CTA. fixes: LEARNER-10046
- ArithmeticException on course progress - View all Course count - Checkbox State on the SignUp screen - Remove Calendar Sync from Settings Screen - Remove the Search Icon from All Courses - Disable New Notification API - Notification Permission Dialog - TextField Keyboard Padding in Discovery Webview - Feedback button and Email Subject - Center align fields on Edit Profile - Webview User-Agent Issue Fixes: LEARNER-10101
Closing the PR, create by mistake |
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.
Description
apply plugin: 'fullstory'
wrap the plugin with the condition, if the full story is enabled.