Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clerk/clerk-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: clerk/clerk-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 9 commits
  • 53 files changed
  • 3 contributors

Commits on Jul 17, 2025

  1. Update hiltAndroid to v2.57 (#128)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    94ad5ef View commit details
    Browse the repository at this point in the history
  2. Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.2 (#…

    …129)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    494b8f5 View commit details
    Browse the repository at this point in the history
  3. Update dependency com.google.dagger:hilt-compiler to v2.57 (#127)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    5117747 View commit details
    Browse the repository at this point in the history
  4. Enhance example app documentation and setup (#126)

    * Add comprehensive example app with phone and social authentication
    
    Co-authored-by: sam <sam@clerk.dev>
    
    * Add social authentication and update documentation for multiple providers
    
    Co-authored-by: sam <sam@clerk.dev>
    
    * Remove debug log statements from MainActivity
    
    Co-authored-by: sam <sam@clerk.dev>
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    swolfand and cursoragent authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    22db28f View commit details
    Browse the repository at this point in the history
  5. Update README.md

    swolfand authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    251fc7b View commit details
    Browse the repository at this point in the history
  6. Update README.md

    swolfand authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    ad9d262 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    swolfand authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f6b6f6a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Update automap and downgrade chucker to fix compilation (#131)

    * downgrade chucker
    
    * prepare next version
    swolfand authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    f529daa View commit details
    Browse the repository at this point in the history
  2. Add quickstart and make session and user observable (#133)

    * add gradle and theme for quickstart
    
    * update manifest
    
    * add quickstart publishable key
    
    * update gitignore and application class
    
    * up through initialization
    
    * add viewmodel compose and start SignUpView.kt
    
    * finish signupview
    
    * Add SignInViewModel.kt
    
    * Add SignInView.kt
    
    * render SignInOrUpView.kt
    
    * make session and user observable, finish quick start
    
    * remove test key
    
    * fix test
    swolfand authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    74a46ae View commit details
    Browse the repository at this point in the history
Loading