diff --git a/README.md b/README.md index dbd62c8ac..9cfd43f6f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # The Official HackIllinois Android App [![Build Status](https://github.com/hackillinois/android/workflows/CI/badge.svg)](https://github.com/HackIllinois/android/actions) - + - + [](https://play.google.com/store/apps/details?id=org.hackillinois.android.release) ## Development Setup * Download and install [Android Studio](https://developer.android.com/studio) -* Download and install [Git](https://git-scm.com/downloads) and [GitHub Desktop](https://desktop.github.com/) +* Download and install [Git](https://git-scm.com/downloads) and [GitHub Desktop](https://desktop.github.com/) (optional) ## Installation 1. Clone the repository. @@ -32,3 +32,5 @@ 5. Back in the cloned project in Android Studio, create an `app/google-services.json` file. - You can get a copy of this file from one of the developers + +**Note: steps 3 & 4 are only necessary if the app uses the Google Maps API (current 2024 version doesn't)** diff --git a/screenshots/card_screen_2024.jpg b/screenshots/card_screen_2024.jpg new file mode 100644 index 000000000..fd5a298d7 Binary files /dev/null and b/screenshots/card_screen_2024.jpg differ diff --git a/screenshots/home_screen_2024.jpg b/screenshots/home_screen_2024.jpg new file mode 100644 index 000000000..078ae5fc1 Binary files /dev/null and b/screenshots/home_screen_2024.jpg differ diff --git a/screenshots/loading_screen_2024.jpg b/screenshots/loading_screen_2024.jpg new file mode 100644 index 000000000..a087b8fce Binary files /dev/null and b/screenshots/loading_screen_2024.jpg differ diff --git a/screenshots/point_shop_screen_2024.jpg b/screenshots/point_shop_screen_2024.jpg new file mode 100644 index 000000000..c6964afc8 Binary files /dev/null and b/screenshots/point_shop_screen_2024.jpg differ diff --git a/screenshots/profile_screen_2024.jpg b/screenshots/profile_screen_2024.jpg new file mode 100644 index 000000000..7bd04051e Binary files /dev/null and b/screenshots/profile_screen_2024.jpg differ diff --git a/screenshots/scanner_screen_2024.jpg b/screenshots/scanner_screen_2024.jpg new file mode 100644 index 000000000..b1affaf75 Binary files /dev/null and b/screenshots/scanner_screen_2024.jpg differ diff --git a/screenshots/schedule_screen_2024.jpg b/screenshots/schedule_screen_2024.jpg new file mode 100644 index 000000000..652eb9bb5 Binary files /dev/null and b/screenshots/schedule_screen_2024.jpg differ diff --git a/screenshots/welcome_screen_2024.jpg b/screenshots/welcome_screen_2024.jpg new file mode 100644 index 000000000..d99865b43 Binary files /dev/null and b/screenshots/welcome_screen_2024.jpg differ