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

1166: Migration to Paging3 for MembersFragment #1221

Open
wants to merge 35 commits into
base: develop
Choose a base branch
from

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    6743c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2527493 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Completed flow from MembersViewModel to the UI via MemberPagingAdapter

    - Upon scroll MemberLoadingStateAdapter will show loading list or any error, with retry button to fetch further list.
    - list items are bind to UI now using databinding. See BindingUtils.kt
    - strings.xml have new additions.
    - pbMember progress bar removed from fragment_members.xml
    - yet to clean to codebase, and remove redundant methods.
    bosankus committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    aef5c56 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Connected Room, RemoteMediator, UserDataManager to let data flow to M…

    …embersViewModel.kt
    
    - local package: Room db created
    - RemoteMediator added for fetching & storing data from remote to local room db.
    - solved null check errors due to change of 'id' field in User.kt is changed to non-null
    - compileSdk and targetSdk, Kotlin, paging library versions updated. Supports latest version of room
    - Room dependencies added - Dependencies.kt
    - solved errors caused due to change in UserDataManager.kt class parameters.
    - Injection.kt added for injecting UserDataManager.kt to dependent classes
    bosankus committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b61ef0b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. fix: Crash on MemberProfileActivity.kt

    - fixed the crash due to passing null data from MembersFragment.kt to MemberProfileActivity.kt
    bosankus committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    28da24b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    5d984a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Code clean: Removed unused methods and imports

    - removed unused method from UserDataManager.kt
    - removed unused code and imports from MembersViewModel.kt
    - changed items per page to 50
    - fixed spotless isssues.
    bosankus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    08ad17e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    aca6bf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Undo random code changes.

    - no functional change
    bosankus committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    08d74b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f285da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d651fea View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    33fa76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28a236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be39931 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7328a1 View commit details
    Browse the repository at this point in the history
  5. Fixed spotless errors

    bosankus committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    4bf0818 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41f8b9b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    0ee37b9 View commit details
    Browse the repository at this point in the history
  2. MainActivity: Code clean

    bosankus committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    67379dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbf64a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e5694f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1f55a0 View commit details
    Browse the repository at this point in the history
  6. HomeFragment: Code clean

    bosankus committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8663377 View commit details
    Browse the repository at this point in the history
  7. MembersFragment: Code clean

    bosankus committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    14c3896 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e70895d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    864b16e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d71923f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fbdc2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    950f8cf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    f11ea42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28a607 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7038a97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    280d681 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f43ee12 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    72f7f2f View commit details
    Browse the repository at this point in the history