Skip to content

Commit

Permalink
- 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hbb20 committed Mar 20, 2018
1 parent 968ea2c commit d31a802
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Add this to your gradle file and sync

````groovy
dependencies {
implementation 'com.hbb20:ccp:2.1.4'
implementation 'com.hbb20:ccp:2.1.5'
}
````

What's new?
> - Feature to exclude specific countries from the list. [Wiki Page](https://github.com/hbb20/CountryCodePickerProject/wiki/Exclude-specific-countries)
> - Feature to set example phone number as placeholder hint of edittext [Wiki page](https://github.com/hbb20/CountryCodePickerProject/wiki/Example-phone-number-as-edittext-hint)
> - Swedish language support
> - Feature to exclude specific countries from the list. [Wiki Page](https://github.com/hbb20/CountryCodePickerProject/wiki/Exclude-specific-countries)
> - Option to remember last selection.
* If you are using version lower than 2.0.0 then please read [update guide](https://github.com/hbb20/CountryCodePickerProject/wiki/Update-Guide-for-v2.0.0) before upgrading to v2.0.0.*
Expand Down Expand Up @@ -66,6 +66,14 @@ To check all xml properties available for CCP and CCP Selection ppDialog, please

Change log
--------
##### Version 2.1.5 (March 20, 2018)
- Adds Swedish language support ([Pull request](https://github.com/hbb20/CountryCodePickerProject/pull/167) by [Tobias Hillén](https://github.com/tobiashillen))
- Adds Kosovo Country ([Pull request](https://github.com/hbb20/CountryCodePickerProject/pull/166) by [Aleksei Kliuev](https://github.com/aleksei-klv))
- Adds Guadeloupe Countries [Issue#170](https://github.com/hbb20/CountryCodePickerProject/issues/170)
- Understands difference between Isle of Man country and UK numbers. [Issue#168](https://github.com/hbb20/CountryCodePickerProject/issues/168)
- Feature to remove country name code from CCP Dialog [Issue#159](https://github.com/hbb20/CountryCodePickerProject/issues/159)
- Adds ccp_hintExampleNumberFormat to address cases like [Issue#154](https://github.com/hbb20/CountryCodePickerProject/issues/154)

##### version 2.1.4 (Jan 29, 2018)
- Handles national trunk prefixes correctly. [Issue#149](https://github.com/hbb20/CountryCodePickerProject/issues/149)
- Feature to add selected country's example number as hint of carrier number edit text. [Wiki Page](https://github.com/hbb20/CountryCodePickerProject/wiki/Example-phone-number-as-edittext-hint)
Expand Down Expand Up @@ -105,7 +113,8 @@ For earlier versions, check [full log](https://github.com/hbb20/CountryCodePicke
- Dutch language support by [Bozintan Iuliana](https://github.com/IulianaDiana)
- Punjabi language support by [Dhruv Bhakta](https://github.com/DBB411)
- Arabic translation corrections by [Ahmed Wahdan](https://github.com/WahdanZ)

- Swedish language support by [Tobias Hillén](https://github.com/tobiashillen)
- Addition of Kosovo Country by [Aleksei Kliuev](https://github.com/aleksei-klv)

# Contribution
- To add a new country, follow the [guide for add new country](https://github.com/hbb20/CountryCodePickerProject/wiki/Guide-to-add-new-country-in-list).
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion ccp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/hbb20/CountryCodePickerProject'
gitUrl = 'https://github.com/hbb20/CountryCodePickerProject.git'

libraryVersion = '2.1.4'
libraryVersion = '2.1.5'

developerId = 'hbb20'
developerName = 'Harsh Bhakta'
Expand Down

0 comments on commit d31a802

Please sign in to comment.