This app seeks to make it easier and more acceptable to upload pictures of pen-and-paper sketches to Github. The original project description can be found here.
Group 7 (Tholok): Thomas Løkkeborg
Clone this repository and open it in Android Studio. You should be able to build and run it without any special considerations. To test the app you'll need to provide a Github personal access token though. This tutorial shows how to generate a token. It needs to have "repo" scope. Below is a step-by-step guide that should work. The linked tutorial goes more in-depth.
Guide: Click your profile photo in the upper right corner > Settings > Developer Settings > Personal Access Tokens > Generate new token > Give it "repo" scope > enter token in Preferences activity of app > Profit!
Code is structured as per the default Android Studio behavior.
Documentation is found under the docs/
directory, as well as in the form of comments inline in the code. See links below.
- The report.
- A brief presentation of the project can be found in this video at 6:56 to 14:00. Slides can be found here. The project was at commit 315f4023a3a681018409862224323ee9c58a7701 when the presentation was held.
- Original project description.
- File with general notes around the project.