Skip to content

Commit

Permalink
Fix google format code (#14)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* 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 <[email protected]>

* Firebase sign in added (#7)

* Firebase Sign-in Added

---------

Co-authored-by: sajanbtom <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: sajanbtom <[email protected]>
  • Loading branch information
3 people authored Apr 8, 2024
1 parent 1020448 commit 03042c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android_format.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Format

on:
push:
pull_request:
branches: [ main ]
on:
workflow_run:
workflows: ["Build"]
types:
- completed



jobs:
format-code:
name: format java code
Expand Down

0 comments on commit 03042c7

Please sign in to comment.