Skip to content

Commit

Permalink
* update to com.mikepenz:google-material-typeface:2.2.0.2.original
Browse files Browse the repository at this point in the history
* update to com.mikepenz:material-design-iconic-typeface:2.2.0.2
* update to com.mikepenz:fontawesome-typeface:4.6.0.2
* update to com.mikepenz:octicons-typeface:3.2.0.2
* update to com.mikepenz:community-material-typeface:1.5.54.2
* update to com.mikepenz:weather-icons-typeface:2.0.10.2
* update to com.mikepenz:typeicons-typeface:2.0.7.2
* update to com.mikepenz:entypo-typeface:1.0.0.2
* update to com.mikepenz:devicon-typeface:2.0.0.2
* update to com.mikepenz:ionicons-typeface:2.0.1.2
 * add definition file to add aboutlibraries support to all of them
 * THANKS @Rainer-Lang
  • Loading branch information
mikepenz committed Jul 4, 2016
1 parent 1576dc8 commit 296a2ce
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 328 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ compile "com.android.support:appcompat-v7:${supportLibVersion}"

##2. Choose your desired fonts
```gradle
compile 'com.mikepenz:google-material-typeface:2.2.0.1.original@aar'
compile 'com.mikepenz:material-design-iconic-typeface:2.2.0.1@aar'
compile 'com.mikepenz:fontawesome-typeface:4.6.0.1@aar'
compile 'com.mikepenz:octicons-typeface:3.2.0.1@aar'
compile 'com.mikepenz:google-material-typeface:2.2.0.2.original@aar'
compile 'com.mikepenz:material-design-iconic-typeface:2.2.0.2@aar'
compile 'com.mikepenz:fontawesome-typeface:4.6.0.2@aar'
compile 'com.mikepenz:octicons-typeface:3.2.0.2@aar'
compile 'com.mikepenz:meteocons-typeface:1.1.0.1@aar'
compile 'com.mikepenz:community-material-typeface:1.5.54.1@aar'
compile 'com.mikepenz:weather-icons-typeface:2.0.10.1@aar'
compile 'com.mikepenz:typeicons-typeface:2.0.7.1@aar'
compile 'com.mikepenz:entypo-typeface:1.0.0.1@aar'
compile 'com.mikepenz:devicon-typeface:2.0.0.1@aar'
compile 'com.mikepenz:community-material-typeface:1.5.54.2@aar'
compile 'com.mikepenz:weather-icons-typeface:2.0.10.2@aar'
compile 'com.mikepenz:typeicons-typeface:2.0.7.2@aar'
compile 'com.mikepenz:entypo-typeface:1.0.0.2@aar'
compile 'com.mikepenz:devicon-typeface:2.0.0.2@aar'
compile 'com.mikepenz:foundation-icons-typeface:3.0.0.1@aar'
compile 'com.mikepenz:ionicons-typeface:2.0.1.1@aar'
compile 'com.mikepenz:ionicons-typeface:2.0.1.2@aar'
```

##3. Define IconicsLayoutInflater to enable automatic xml icons detection (optional)
Expand Down
4 changes: 2 additions & 2 deletions community-material-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 15541
versionName "1.5.54.1"
versionCode 15542
versionName "1.5.54.2"
}
buildTypes {
release {
Expand Down
5 changes: 2 additions & 3 deletions community-material-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
VERSION_NAME=1.5.54.1
VERSION_CODE=15541

VERSION_NAME=1.5.54.2
VERSION_CODE=15542
POM_NAME=Android-Iconics Community Material Icons Typeface Library
POM_ARTIFACT_ID=community-material-typeface
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="library_MaterialDesignIcons_libraryName">Material Design Icons</string>
<string name="library_MaterialDesignIcons_libraryDescription">Material Design Icons\' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size they need for any project.</string>
<string name="library_MaterialDesignIcons_libraryWebsite">https://materialdesignicons.com/</string>
<string name="library_MaterialDesignIcons_libraryVersion">1.5.54.1</string>
<string name="library_MaterialDesignIcons_libraryVersion">1.5.54.2</string>
<string name="library_MaterialDesignIcons_licenseId">sil_ofl_1_1</string>
<string name="library_MaterialDesignIcons_isOpenSource">true</string>
<string name="library_MaterialDesignIcons_repositoryLink">https://github.com/templarian/MaterialDesign/</string>
Expand Down
4 changes: 2 additions & 2 deletions devicon-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 20001
versionName "2.0.0.1"
versionCode 20002
versionName "2.0.0.2"
}
buildTypes {
release {
Expand Down
39 changes: 2 additions & 37 deletions devicon-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,40 +1,5 @@
#
# Copyright 2014 Mike Penz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=2.0.0.1
VERSION_CODE=20001

VERSION_NAME=2.0.0.2
VERSION_CODE=20002
POM_NAME=Android-Iconics DevIcon Typeface Library
POM_ARTIFACT_ID=devicon-typeface
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="library_Devicon_libraryName">Devicon</string>
<string name="library_Devicon_libraryDescription">Devicon is a set of icons representing programming languages, designing &amp; development tools. You can use it as a font or directly copy/paste the svg code into your project.</string>
<string name="library_Devicon_libraryWebsite">http://devicon.fr/</string>
<string name="library_Devicon_libraryVersion">2.0.0.1</string>
<string name="library_Devicon_libraryVersion">2.0.0.2</string>
<string name="library_Devicon_licenseId">mit</string>
<string name="library_Devicon_isOpenSource">true</string>
<string name="library_Devicon_repositoryLink">https://github.com/konpa/devicon</string>
Expand Down
4 changes: 2 additions & 2 deletions entypo-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 10001
versionName "1.0.0.1"
versionCode 10002
versionName "1.0.0.2"
}
buildTypes {
release {
Expand Down
39 changes: 2 additions & 37 deletions entypo-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,40 +1,5 @@
#
# Copyright 2014 Mike Penz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=1.0.0.1
VERSION_CODE=10001

VERSION_NAME=1.0.0.2
VERSION_CODE=10002
POM_NAME=Android-Iconics Entypo Typeface Library
POM_ARTIFACT_ID=entypo-typeface
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="library_Entypo_libraryName">Entypo+</string>
<string name="library_Entypo_libraryDescription">Entypo+ is the third version of a free suite of premium quality pictograms.</string>
<string name="library_Entypo_libraryWebsite">http://www.entypo.com/</string>
<string name="library_Entypo_libraryVersion">1.0.0.1</string>
<string name="library_Entypo_libraryVersion">1.0.0.2</string>
<string name="library_Entypo_licenseId">cc40</string>
<string name="library_Entypo_isOpenSource">false</string>
<string name="library_Entypo_repositoryLink"></string>
Expand Down
4 changes: 2 additions & 2 deletions fontawesome-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 46001
versionName "4.6.0.1"
versionCode 46002
versionName "4.6.0.2"
}
buildTypes {
release {
Expand Down
39 changes: 2 additions & 37 deletions fontawesome-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,40 +1,5 @@
#
# Copyright 2014 Mike Penz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=4.6.0.1
VERSION_CODE=46001

VERSION_NAME=4.6.0.2
VERSION_CODE=46002
POM_NAME=Android-Iconics FontAwesome Typeface Library
POM_ARTIFACT_ID=fontawesome-typeface
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="library_FontAwesome_libraryName">Font Awesome</string>
<string name="library_FontAwesome_libraryDescription">Font Awesome gives you scalable vector icons that can instantly be customized - size, color, drop shadow, and anything that can be done with the power of CSS.</string>
<string name="library_FontAwesome_libraryWebsite">http://fontawesome.io/icons/</string>
<string name="library_FontAwesome_libraryVersion">4.6.0.1</string>
<string name="library_FontAwesome_libraryVersion">4.6.0.2</string>
<string name="library_FontAwesome_licenseId">sil_ofl_1_1</string>
<string name="library_FontAwesome_isOpenSource">true</string>
<string name="library_FontAwesome_repositoryLink">https://github.com/FortAwesome/Font-Awesome</string>
Expand Down
4 changes: 2 additions & 2 deletions google-material-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 22001
versionName "2.2.0.1.original"
versionCode 22002
versionName "2.2.0.2.original"
}
buildTypes {
release {
Expand Down
20 changes: 2 additions & 18 deletions google-material-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
#
# Copyright 2014 Mike Penz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
VERSION_NAME=2.2.0.1.original
VERSION_CODE=22001

VERSION_NAME=2.2.0.2.original
VERSION_CODE=22002
POM_NAME=Android-Iconics Google Material Typeface Library
POM_ARTIFACT_ID=google-material-typeface
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="library_GoogleMaterialDesignIcons_libraryName">Google Material Design Icons</string>
<string name="library_GoogleMaterialDesignIcons_libraryDescription">Material design icons are the official icon set from Google that are designed under the material design guidelines.</string>
<string name="library_GoogleMaterialDesignIcons_libraryWebsite">https://design.google.com/icons/</string>
<string name="library_GoogleMaterialDesignIcons_libraryVersion">2.2.0.1.original</string>
<string name="library_GoogleMaterialDesignIcons_libraryVersion">2.2.0.2.original</string>
<string name="library_GoogleMaterialDesignIcons_licenseId">cc40</string>
<string name="library_GoogleMaterialDesignIcons_isOpenSource">true</string>
<string name="library_GoogleMaterialDesignIcons_repositoryLink">https://github.com/google/material-design-icons/</string>
Expand Down
4 changes: 2 additions & 2 deletions ionicons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 20101
versionName "2.0.1.1"
versionCode 20102
versionName "2.0.1.2"
}
buildTypes {
release {
Expand Down
10 changes: 2 additions & 8 deletions ionicons-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,22 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=2.0.1.1
VERSION_CODE=20101

VERSION_NAME=2.0.1.2
VERSION_CODE=20102
POM_NAME=Android-Iconics Ionicons Typeface Library
POM_ARTIFACT_ID=ionicons-typeface
POM_PACKAGING=aar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="library_Ionicons_libraryName">Ionicons</string>
<string name="library_Ionicons_libraryDescription">The premium icon font for Ionic.</string>
<string name="library_Ionicons_libraryWebsite">http://ionicons.com/</string>
<string name="library_Ionicons_libraryVersion">2.0.1.1</string>
<string name="library_Ionicons_libraryVersion">2.0.1.2</string>
<string name="library_Ionicons_licenseId">mit</string>
<string name="library_Ionicons_isOpenSource">true</string>
<string name="library_Ionicons_repositoryLink">https://github.com/driftyco/ionicons</string>
Expand Down
4 changes: 2 additions & 2 deletions material-design-iconic-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.pro'
versionCode 22001
versionName "2.2.0.1"
versionCode 22002
versionName "2.2.0.2"
}
buildTypes {
release {
Expand Down
39 changes: 2 additions & 37 deletions material-design-iconic-typeface-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,40 +1,5 @@
#
# Copyright 2014 Mike Penz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=2.2.0.1
VERSION_CODE=22001

VERSION_NAME=2.2.0.2
VERSION_CODE=22002
POM_NAME=Android-Iconics Material-Design-Iconic Typeface Library
POM_ARTIFACT_ID=material-design-iconic-typeface
POM_PACKAGING=aar
Loading

0 comments on commit 296a2ce

Please sign in to comment.