Skip to content

Commit

Permalink
alpha3
Browse files Browse the repository at this point in the history
- move all flags to normal drawable folder
- remove selectable bg
- update target version
  • Loading branch information
hbb20 committed Jun 21, 2020
1 parent 37330f6 commit 133cca5
Show file tree
Hide file tree
Showing 268 changed files with 14 additions and 61 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
applicationId "in.hbb20.countrycodepickerproject"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 7
versionName "2.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
Expand Down
6 changes: 3 additions & 3 deletions 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.4.1-alpha2'
libraryVersion = '2.4.1-alpha3'

developerId = 'hbb20'
developerName = 'Harsh Bhakta'
Expand All @@ -27,11 +27,11 @@ ext {


android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand Down
Binary file removed ccp/src/main/res/drawable-hdpi/ccp_down_arrow.png
Binary file not shown.
Binary file removed ccp/src/main/res/drawable-mdpi/ccp_down_arrow.png
Binary file not shown.
Binary file removed ccp/src/main/res/drawable-nodpi/ccp_down_arrow.png
Binary file not shown.
11 changes: 0 additions & 11 deletions ccp/src/main/res/drawable-nodpi/ccp_ic_arrow_drop_down.xml

This file was deleted.

5 changes: 0 additions & 5 deletions ccp/src/main/res/drawable-nodpi/ccp_selectable_bg.xml

This file was deleted.

10 changes: 0 additions & 10 deletions ccp/src/main/res/drawable-nodpi/ic_backspace_black_24dp.xml

This file was deleted.

9 changes: 0 additions & 9 deletions ccp/src/main/res/drawable-nodpi/ic_clear_black_24dp.xml

This file was deleted.

5 changes: 0 additions & 5 deletions ccp/src/main/res/drawable-v21/ccp_selectable_bg.xml

This file was deleted.

Binary file removed ccp/src/main/res/drawable-xhdpi/ccp_down_arrow.png
Binary file not shown.
Binary file removed ccp/src/main/res/drawable-xxhdpi/ccp_down_arrow.png
Binary file not shown.
Binary file removed ccp/src/main/res/drawable-xxxhdpi/ccp_down_arrow.png
Binary file not shown.
Binary file removed ccp/src/main/res/drawable/ccp_down_arrow.png
Binary file not shown.
5 changes: 0 additions & 5 deletions ccp/src/main/res/drawable/ccp_selectable_bg.xml

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
7 changes: 3 additions & 4 deletions ccp/src/main/res/layout/layout_code_picker.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/countryCodeHolder"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -11,7 +10,6 @@
android:id="@+id/rlClickConsumer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ccp_selectable_bg"
android:padding="@dimen/ccp_padding">

<LinearLayout
Expand All @@ -35,7 +33,7 @@
android:layout_height="18dp"
android:layout_margin="0.5dp"
android:adjustViewBounds="true"
tools:src="@drawable/flag_india"

/>
</LinearLayout>
</LinearLayout>
Expand All @@ -62,6 +60,7 @@
android:layout_toRightOf="@+id/textView_selectedCountry"
android:adjustViewBounds="true"
android:alpha="0.6"
android:src="@drawable/ccp_down_arrow" />
android:src="@drawable/ccp_ic_arrow_drop_down"
/>
</RelativeLayout>
</RelativeLayout>
4 changes: 3 additions & 1 deletion ccp/src/main/res/layout/layout_full_width_code_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:adjustViewBounds="true"
android:tint="@android:color/black"
android:alpha="0.6"
android:src="@drawable/ccp_down_arrow" />
android:src="@drawable/ccp_ic_arrow_drop_down"
/>
</RelativeLayout>
</RelativeLayout>
2 changes: 0 additions & 2 deletions ccp/src/main/res/layout/layout_picker_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:alpha="0.7"
android:background="@drawable/ccp_selectable_bg"
android:clickable="true"
android:padding="4dp"
android:src="@drawable/ic_clear_black_24dp" />
Expand Down Expand Up @@ -62,7 +61,6 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:alpha="0.7"
android:background="@drawable/ccp_selectable_bg"
android:clickable="true"
android:padding="10dp"
android:src="@drawable/ic_backspace_black_24dp" />
Expand Down
1 change: 0 additions & 1 deletion ccp/src/main/res/layout/layout_recycler_country_tile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ccp_selectable_bg"
android:clickable="true">

<LinearLayout
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 11 14:24:21 MDT 2020
#Sun Jun 21 15:18:27 MDT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 133cca5

Please sign in to comment.