1
0
Fork 0
This commit is contained in:
Jonathan Chan 2018-05-05 17:09:36 -07:00
parent 3c77b37cd7
commit adb6bdd8e9
4 changed files with 2 additions and 5 deletions

4
.gitignore vendored
View File

@ -6,10 +6,6 @@
/.idea/libraries
.DS_Store
/build
/captures
/projectFilesBackup
gradle*
/gradle
/app/build
keystore.properties
/app/release

View File

@ -2,7 +2,7 @@
Android app for generating random pastel colours. Also it's pronounced like "kwots".
## Install
Find the APK [here](app/app-release.apk) and click on the download button. You'll have to enable installing from [unknown sources](https://developer.android.com/distribute/tools/open-distribution.html#unknown-sources) to install it. Just tap on the file when it's done downloading. Works for Android 4.4+ (KitKat, Lollipop, Marshmallow, Nougat). [Direct download link for the fearless.](https://github.com/nonphatic/QUOZ/raw/master/app/app-release.apk)
Find the APK [here](app/release/app-release.apk) and click on the download button. You'll have to enable installing from [unknown sources](https://developer.android.com/distribute/tools/open-distribution.html#unknown-sources) to install it. Just tap on the file when it's done downloading. Works for Android 5.0+ (Lollipop, Marshmallow, Nougat, Oreo). [Direct download link for the fearless.](https://github.com/nonphatic/QUOZ/raw/master/app/release/app-release.apk)
## Features and Settings
When you open the app, tap to change colour and long-press to copy the colour hex code. Swipe down to show the settings button and swipe up to hide it.

1
app/release/output.json Normal file
View File

@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]