-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch 1 #4
Open
bombomb2
wants to merge
68
commits into
captswag:master
Choose a base branch
from
bombomb2:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Patch 1 #4
Conversation
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
Change description with new feature and the scope of color picker dialog
Modified the core of the projet to be a dialog window that developer can integrate in their app to use like a color picker dialog system.
Make as android library and write javadoc comment
Added French translations
add Persian Locale
…or-picker-dialog # Conflicts: # .idea/gradle.xml # build.gradle # library/build.gradle # library/library.iml
Simplifies layouts while maintaining how they look Adds String resource for hash sign Replaces deprecated singleLine Fixes private property call for text colour
Simplifies every method by removing many unnecessary condition constructs Adds helper methods -- including tests -- for left-padding and color value setting Adds IntRange annotations so that Android Studio shows warnings if wrong values are input when using the library.
Updates and German localisation
Library refactoring
Merge Pes8’s changes back into my master branch
Feature/alpha
Fix wrong title for License + Add PayPal donation buttons
Merge upstream changes from original project
- Updates gradle from 2.3.0 to 2.3.2 - Updates build tools from 25.0.2 to 25.0.3 - Updates AppCompat and Design support from 25.2.0 to 25.3.1
Dependency update + deprecated callback removal
Added spanish translations
Remove extra space
Korean language support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add korean