From 03042c71ac3d353df4f4820ca7cceacb34c416e6 Mon Sep 17 00:00:00 2001 From: Vignesh Suresh Kumar <55813127+VigneshSK17@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:04:38 -0400 Subject: [PATCH] Fix google format code (#14) * Added spotify tutorial * Consolidated Spotify login process to 1 button (#3) * TextViews are not deleted, but the auth code and user profile are not displayed * TextViews are deleted * Added log message to check JSON --------- Co-authored-by: yours-aditya * Created foundation for spotify api helper, incomplete methods (#4) * Created foundation for spotify api helper, incomplete methods * Created spotify api helper, may add more functionality later * Stitched together spotify api helper class and the test profile call * Added ability to parse SpotifyProfile info into object (#5) * Added ability to parse SpotifyProfile info into object * Added parsing for top tracks and top artists * Removed button for spotify login (#6) Co-authored-by: yours-aditya * Firebase sign in added (#7) * Firebase Sign-in Added --------- Co-authored-by: sajanbtom * Firebase sign in in progress merged with firestore (#10) * Firebase sign in in progress * Firebase Sign-in Added * Added firestore dep * Created Wrapped object for storage in firestore * Created FirestoreHelper class to hold methods to interact with stored wrappeds * Created testing methods for storing and getting wrappeds * Firebase Sign-in Added --------- Co-authored-by: sajanbtom * Merged spotify app remote (audio) and UI * Removed extraneous activity from manifest * Fixed some layout issues * Updated format github CI --------- Co-authored-by: yours-aditya Co-authored-by: sajanbtom --- .github/workflows/android_format.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/android_format.yml b/.github/workflows/android_format.yml index 3ea2ff3..fee17f2 100644 --- a/.github/workflows/android_format.yml +++ b/.github/workflows/android_format.yml @@ -1,7 +1,7 @@ name: Format on: - push: + pull_request: branches: [ main ] on: workflow_run: @@ -9,8 +9,6 @@ on: types: - completed - - jobs: format-code: name: format java code