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

Login with trakt and sync history in movies #24

Closed
wants to merge 49 commits into from

Commits on Oct 4, 2023

  1. Add trakt icon in home screen

    Hadi Norouzi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8ccb2d5 View commit details
    Browse the repository at this point in the history
  2. Add trakt login module

    Hadi Norouzi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cb3624f View commit details
    Browse the repository at this point in the history
  3. Add trakt login module to app

    Hadi Norouzi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4b1e590 View commit details
    Browse the repository at this point in the history
  4. Update java version, add Trakt client id from env

    Hadi Norouzi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1d1d8da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    827abb3 View commit details
    Browse the repository at this point in the history
  6. Add modules

    Hadi Norouzi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    25abe17 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    8bca3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53fd35f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65a55f9 View commit details
    Browse the repository at this point in the history
  4. remove deeplink

    hadi-norouzi committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    db37260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd6d732 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6beefd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f58177c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46d3e09 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    396555b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796d754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0a70f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0976e6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    316d766 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a89f16e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    08a6128 View commit details
    Browse the repository at this point in the history
  2. add watched button

    hadi-norouzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    28ce8ff View commit details
    Browse the repository at this point in the history
  3. fix trakt auth local source with nullable tokens

    Hadi Norouzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b258d08 View commit details
    Browse the repository at this point in the history
  4. add trakt auth state use case

    Hadi Norouzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    67752e5 View commit details
    Browse the repository at this point in the history
  5. show green icon when user logged in with trakt

    Hadi Norouzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d5238b6 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feature/trakt' into feature/trakt

    # Conflicts:
    #	data/trakt-auth/src/main/java/io/filmtime/data/trakt/auth/TraktAuthRepository.kt
    hadi-norouzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d916d46 View commit details
    Browse the repository at this point in the history
  7. reformat codes

    hadi-norouzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a362661 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35f7a36 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfce754 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. add watched button

    hadi-norouzi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8d6ccfb View commit details
    Browse the repository at this point in the history
  2. add trakt sync api

    hadi-norouzi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    46c97a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e38a446 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    af0cf85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b8e91 View commit details
    Browse the repository at this point in the history
  3. format codes

    hadi-norouzi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d1d1191 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. update api keys readme

    hadi-norouzi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6594041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd66f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    f7a8b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00af18d View commit details
    Browse the repository at this point in the history
  3. fix lints

    hadi-norouzi committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    30b068f View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into feature/trakt

    # Conflicts:
    #	build.gradle.kts
    #	feature/movie-detail/src/main/java/io/filmtime/feature/movie/detail/MovieDetailScreen.kt
    #	gradle/libs.versions.toml
    hadi-norouzi committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    be3eaab View commit details
    Browse the repository at this point in the history
  5. fix lints

    hadi-norouzi committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    57ae990 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Merge remote-tracking branch 'origin/dev' into feature/trakt

    # Conflicts:
    #	data/network/src/main/java/io/filmtime/data/network/NetworkModule.kt
    hadi-norouzi committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    49f4fed View commit details
    Browse the repository at this point in the history
  2. remove prints

    hadi-norouzi committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    be7a7b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    201972e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f097b View commit details
    Browse the repository at this point in the history
  5. add: issue references

    hadi-norouzi committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    45c5d0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edf8f6a View commit details
    Browse the repository at this point in the history
  7. add: issue reference

    hadi-norouzi committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2a3bec4 View commit details
    Browse the repository at this point in the history