Skip to content
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
wants to merge 43 commits into from

Conversation

farhan-arshad-dev
Copy link
Contributor

Description

  • apply plugin: 'fullstory' wrap the plugin with the condition, if the full story is enabled.

HamzaIsrar12 and others added 30 commits May 6, 2024 16:38
)

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
…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
farhan-arshad-dev and others added 13 commits July 10, 2024 11:41
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
@farhan-arshad-dev
Copy link
Contributor Author

Closing the PR, create by mistake

@farhan-arshad-dev farhan-arshad-dev deleted the fix_plugin/fullstory branch July 18, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants