CourseGrab is designed to help students get into courses during add-drop and pre-enroll. With over 2,000 users each semester, it sends students e-mails when classes open up. Developed originally by Ning Ning Sun and Chase Thomas, the project has been maintained by AppDev since Spring 2019.
Clone this repository and import into Android Studio
git clone [email protected]:cuappdev/coursegrab-android.git
Create app/keystore.gradle
with the following info:
ext.key_alias='...'
ext.key_password='...'
ext.store_password='...'
And place both keystores under app/keystores/
directory:
playstore.keystore
From Android Studio:
- Build menu
- Generate Signed APK...
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
This project is maintained by the Android Team @ Cornell Appdev
Current Roster
- Kevin Sun (@kevinsun-dev)
- Connor Reinhold (@connorreinhold)
- Aastha Shah (@aasthashah999)
- Justin Jiang (@JiangoJ)
- Haichen Wang (@Haichen-Wang)
- Shiyuan Huang (@Shiyuan-Huang-23)
- Chris Desir (@ckdesir)
- Adam Kadhim (@hockeymonday)
- Junyu Wang (@JessieWang0706)
- Corwin Zhang (@Corfish123)
Alumni
- Jae Choi (@jyc979)
- Abdullah Islam (@abdullah248)
- Lesley Huang (@ningning621)
- Jehron Petty (@JehronPett)
- Jonvi Rollins (@djr277)
- Preston Rozwood (@Pdbz199)
- Joseph Fulgieri (@jmf373)
Special Thanks
- Ning Ning Sun (@nnsun)
- Chase Thomas (@ChaseThomas)
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter: https://developer.android.com/studio/write/lint
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request