-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from ChilliBits/beta
Release to version 2.1.2
- Loading branch information
Showing
58 changed files
with
800 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [mrgames13] | ||
github: [marcauberer] | ||
custom: ["https://www.paypal.me/marcauberer"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
sudo: false | ||
language: android | ||
dist: trusty | ||
android: | ||
components: | ||
- build-tools-29.0.3 | ||
- extra-google-google_play_services | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
- android-$ANDROID_EMULATOR_LEVEL | ||
- sys-img-armeabi-v7a-google_apis-$ANDROID_EMULATOR_LEVEL | ||
env: | ||
global: | ||
- ANDROID_API_LEVEL=26 | ||
- ANDROID_EMULATOR_LEVEL=24 | ||
- ANDROID_BUILD_TOOLS_VERSION=26.0.1 | ||
- ANDROID_ABI=armeabi-v7a | ||
- ANDROID_TAG=google_apis | ||
- ADB_INSTALL_TIMEOUT=20 | ||
before_install: | ||
- chmod +x gradlew | ||
licenses: | ||
- '.+' | ||
before_script: | ||
- android list targets | grep -E '^id:' | awk -F '"' '{$1=""; print $2}' | ||
- echo no | android create avd --force -n test -t "android-"$ANDROID_EMULATOR_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG | ||
- QEMU_AUDIO_DRV=none emulator -avd test -no-window & | ||
- android-wait-for-emulator | ||
- adb shell input keyevent 82 & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,42 @@ | ||
## Color Converter | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cb98dbe7ca6d46af8b385dadd618c446)](https://app.codacy.com/gh/ChilliBits/color-converter?utm_source=github.com&utm_medium=referral&utm_content=ChilliBits/color-converter&utm_campaign=Badge_Grade_Dashboard) | ||
[![Build Status](https://travis-ci.com/ChilliBits/color-converter.svg?branch=master)](https://travis-ci.com/ChilliBits/color-converter) | ||
|
||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cb98dbe7ca6d46af8b385dadd618c446)](https://app.codacy.com/gh/ChilliBits/color-converter?utm_source=github.com&utm_medium=referral&utm_content=ChilliBits/color-converter&utm_campaign=Badge_Grade_Dashboard) | ||
|
||
Color Converter is an Android app to pick, display and convert colors. | ||
|
||
Download Color Converter from Google Play: [https://play.google.com/store/apps/details?id=com.chillibits.colorconverter](https://play.google.com/store/apps/details?id=com.chillibits.colorconverter) | ||
Download Color Converter from [Google Play](https://play.google.com/store/apps/details?id=com.mrgames13.jimdo.colorconverter)! | ||
|
||
More info on our homepage: [https://chillibits.com/color-converter](https://chillibits.com/color-converter) | ||
More info on our homepage: [https://chillibits.com/color-converter](https://chillibits.com/colorconverter) | ||
|
||
## Features | ||
|
||
- Pick colors | ||
- Get name of picked colors | ||
- Display picked colors in different formats (RGB, HEX, HSV) | ||
- Generate random colors | ||
- Pick color from a photo / image | ||
- Save / load colors | ||
- Pick colors | ||
- Get name of picked colors | ||
- Display picked colors in different formats (RGB, HEX, HSV) | ||
- Generate random colors | ||
- Pick color from a photo / image | ||
- Save / load colors | ||
|
||
## Screenshots (Android 10) | ||
<img src="https://github.com/chillibits/color-converter/raw/master/screenshots/1.png" width="256" title="Screenshot 1"><img src="https://github.com/chillibits/color-converter/raw/master/screenshots/2.png" width="256" title="Screenshot 2"><img src="https://github.com/chillibits/color-converter/raw/master/screenshots/3.png" width="256" title="Screenshot 3"><img src="https://github.com/chillibits/color-converter/raw/master/screenshots/4.png" width="256" title="Screenshot 4"><img src="https://github.com/chillibits/color-converter/raw/master/screenshots/5.png" width="256" title="Screenshot 5"><img src="https://github.com/chillibits/color-converter/raw/master/screenshots/6.png" width="256" title="Screenshot 6"> | ||
|
||
## Contribute to this project | ||
You can contribute to this project by doing following things: | ||
|
||
- If you want to contribute new features, please fork this repository to your own GitHub account. Then build your awesome feature and post a pull request back to this repo. We will check your changes and merge your contribution asap. | ||
- If you want to add a new translation language or improve an existing translation, please write an email to: [[email protected]](mailto:[email protected]&subject=Add%20translation) | ||
- If you want to submit a request for a new feature, please also write an email to: [[email protected]](mailto:[email protected]&subject=Feature%20request) | ||
- If you want to contribute new features, please fork this repository to your own GitHub account. Then build your awesome feature and post a pull request back to this repo. We will check your changes and merge your contribution asap. | ||
- If you want to add a new translation language or improve an existing translation, please write an email to: [[email protected]](mailto:[email protected]&subject=Add%20translation) | ||
- If you want to submit a request for a new feature, please also write an email to: [[email protected]](mailto:[email protected]&subject=Feature%20request) | ||
|
||
## Used third party libraries | ||
|
||
Thanks to following people: | ||
|
||
- [Glide](https://github.com/bumptech/glide) by Bump Technologies | ||
- [ColorPickerPreference](https://github.com/attenzione/android-ColorPickerPreference) by Sergey Margaritov | ||
- [PixImagePicker](https://github.com/akshay2211/PixImagePicker) by Akshay Sharma | ||
- [ColorPickerView](https://github.com/skydoves/ColorPickerView) by Jaewoong Eum | ||
- [Glide](https://github.com/bumptech/glide) by Bump Technologies | ||
- [ColorPickerPreference](https://github.com/attenzione/android-ColorPickerPreference) by Sergey Margaritov | ||
- [PixImagePicker](https://github.com/akshay2211/PixImagePicker) by Akshay Sharma | ||
- [ColorPickerView](https://github.com/skydoves/ColorPickerView) by Jaewoong Eum | ||
|
||
Thanks to all contributers and translators! | ||
Thanks to all contributors and translators! | ||
|
||
© ChilliBits 2017-2020 (Designed and developed by Marc Auberer) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.