Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Added new xml libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Mar 22, 2016
1 parent 2108441 commit 7edeaec
Show file tree
Hide file tree
Showing 62 changed files with 135 additions and 9 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified DEV/definition-file-builder/README.md
100755 → 100644
Empty file.
Empty file modified DEV/definition-file-builder/css/component.css
100755 → 100644
Empty file.
Empty file modified DEV/definition-file-builder/css/default.css
100755 → 100644
Empty file.
Empty file modified DEV/definition-file-builder/index.html
100755 → 100644
Empty file.
Empty file modified DEV/definition-file-builder/js/modernizr.custom.js
100755 → 100644
Empty file.
Empty file modified DEV/screenshots/screenshot1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified DEV/screenshots/screenshot2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/libs/library-1.1.0-20140609.084759-1.aar
Binary file not shown.
Empty file modified app/src/main/res/values/aboutlibraries_description.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/values/colors.xml
100755 → 100644
Empty file.
Empty file modified build.gradle
100755 → 100644
Empty file.
Empty file modified gradle.properties
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Mar 22 07:22:25 PDT 2016
#Tue Mar 22 08:13:36 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
Empty file modified library/.gitignore
100755 → 100644
Empty file.
Empty file modified library/build.gradle
100755 → 100644
Empty file.
Empty file modified library/gradle.properties
100755 → 100644
Empty file.
Empty file modified library/proguard-rules.txt
100755 → 100644
Empty file.
Empty file modified library/src/main/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/java/com/mikepenz/aboutlibraries/Libs.java
100755 → 100644
Empty file.
Empty file.
Empty file modified library/src/main/res/drawable-v21/button_rect_normal.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/library_aboutlibraries_strings.xml
100755 → 100644
Empty file.
Empty file.
Empty file modified library/src/main/res/values/library_activeandroid_strings.xml
100755 → 100644
Empty file.
Empty file.
Empty file modified library/src/main/res/values/library_androidiconify_strings.xml
100755 → 100644
Empty file.
Empty file.
Empty file.
21 changes: 21 additions & 0 deletions library/src/main/res/values/library_appcompat_v7_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_appcompat_v7"></string>
<!-- Author section -->
<string name="library_appcompat_v7_author">AOSP</string>
<string name="library_appcompat_v7_authorWebsite">https://source.android.com/</string>
<!-- Library section -->
<string name="library_appcompat_v7_libraryName">appcompat-v7</string>
<string name="library_appcompat_v7_libraryDescription">This library adds support for the Action Bar user interface design pattern.</string>
<string name="library_appcompat_v7_libraryWebsite"></string>
<string name="library_appcompat_v7_libraryVersion">23.2.1</string>
<!-- OpenSource section -->
<string name="library_appcompat_v7_isOpenSource">true</string>
<string name="library_appcompat_v7_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_appcompat_v7_classPath">android.support.v7.appcompat</string>
<!-- License section -->
<string name="library_appcompat_v7_licenseId">apache_2_0</string>
<!-- Custom variables section -->
</resources>
Empty file modified library/src/main/res/values/library_caldroid_strings.xml
100755 → 100644
Empty file.
Empty file.
Empty file modified library/src/main/res/values/library_crouton_strings.xml
100755 → 100644
Empty file.
21 changes: 21 additions & 0 deletions library/src/main/res/values/library_design_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_design"></string>
<!-- Author section -->
<string name="library_design_author">AOSP</string>
<string name="library_design_authorWebsite">https://source.android.com/</string>
<!-- Library section -->
<string name="library_design_libraryName">design</string>
<string name="library_design_libraryDescription">The Design package provides APIs to support adding material design components and patterns to your apps. The Design Support library adds support for various material design components and patterns for app developers to build upon, such as navigation drawers, floating action buttons (FAB), snackbars, and tabs.</string>
<string name="library_design_libraryWebsite"></string>
<string name="library_design_libraryVersion">23.2.1</string>
<!-- OpenSource section -->
<string name="library_design_isOpenSource">true</string>
<string name="library_design_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_design_classPath">android.support.design</string>
<!-- License section -->
<string name="library_design_licenseId">apache_2_0</string>
<!-- Custom variables section -->
</resources>
4 changes: 2 additions & 2 deletions library/src/main/res/values/library_eventbus_strings.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<string name="library_Eventbus_libraryName">Eventbus</string>
<string name="library_Eventbus_libraryDescription">EventBus is an Android optimized publish/subscribe event bus.
</string>
<string name="library_Eventbus_libraryVersion">2.4.0</string>
<string name="library_Eventbus_libraryVersion">3.0.0</string>
<string name="library_Eventbus_libraryWebsite">https://github.com/greenrobot/EventBus</string>
<string name="library_Eventbus_licenseId">apache_2_0</string>
<string name="library_Eventbus_isOpenSource">true</string>
<string name="library_Eventbus_repositoryLink">https://github.com/greenrobot/EventBus</string>
<string name="library_Eventbus_classPath">de.greenrobot.event.EventBus</string>
<string name="library_Eventbus_classPath">org.greenrobot.eventbus</string>
<!-- Custom variables section -->
<string name="library_Eventbus_owner">greenrobot</string>
<string name="library_Eventbus_year">2014</string>
Expand Down
Empty file modified library/src/main/res/values/library_fbutton_strings.xml
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified library/src/main/res/values/library_jackson_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/library_jodatime_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/library_nineoldandroids_strings.xml
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions library/src/main/res/values/library_okhttp_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<string name="library_OkHttp_author">Square</string>
<string name="library_OkHttp_libraryName">OkHttp</string>
<string name="library_OkHttp_libraryDescription">An HTTP and SPDY client for Android and Java applications</string>
<string name="library_OkHttp_libraryVersion">2.4.0</string>
<string name="library_OkHttp_libraryVersion">3.2.0</string>
<string name="library_OkHttp_libraryWebsite">http://square.github.io/okhttp/</string>
<string name="library_OkHttp_licenseId">apache_2_0</string>
<string name="library_OkHttp_isOpenSource">true</string>
<string name="library_OkHttp_repositoryLink">https://github.com/square/okhttp</string>
<string name="library_OkHttp_classPath">com.squareup.okhttp.OkHttpClient</string>
<string name="library_OkHttp_classPath">okhttp3</string>
<!-- Custom variables section -->
<string name="library_OkHttp_owner">Square</string>
<string name="library_OkHttp_year">2014</string>
Expand Down
21 changes: 21 additions & 0 deletions library/src/main/res/values/library_okio_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_okio"></string>
<!-- Author section -->
<string name="library_okio_author">Square</string>
<string name="library_okio_authorWebsite">https://github.com/square/okio</string>
<!-- Library section -->
<string name="library_okio_libraryName">okio</string>
<string name="library_okio_libraryDescription">Okio is a new library that complements java.io and java.nio to make it much easier to access, store, and process your data.</string>
<string name="library_okio_libraryWebsite"></string>
<string name="library_okio_libraryVersion">1.6.0</string>
<!-- OpenSource section -->
<string name="library_okio_isOpenSource">true</string>
<string name="library_okio_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_okio_classPath">okio</string>
<!-- License section -->
<string name="library_okio_licenseId">apache_2_0</string>
<!-- Custom variables section -->
</resources>
Empty file.
Empty file modified library/src/main/res/values/library_picasso_strings.xml
100755 → 100644
Empty file.
21 changes: 21 additions & 0 deletions library/src/main/res/values/library_recyclerview_v7_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_recyclerview_v7"></string>
<!-- Author section -->
<string name="library_recyclerview_v7_author">AOSP</string>
<string name="library_recyclerview_v7_authorWebsite">https://source.android.com/</string>
<!-- Library section -->
<string name="library_recyclerview_v7_libraryName">recyclerview-v7</string>
<string name="library_recyclerview_v7_libraryDescription">The recyclerview library adds the RecyclerView class. This class provides support for the RecyclerView widget, a view for efficiently displaying large data sets by providing a limited window of data items.</string>
<string name="library_recyclerview_v7_libraryWebsite"></string>
<string name="library_recyclerview_v7_libraryVersion">23.2.1</string>
<!-- OpenSource section -->
<string name="library_recyclerview_v7_isOpenSource">true</string>
<string name="library_recyclerview_v7_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_recyclerview_v7_classPath">android.support.v7.recyclerview</string>
<!-- License section -->
<string name="library_recyclerview_v7_licenseId">apache_2_0</string>
<!-- Custom variables section -->
</resources>
4 changes: 2 additions & 2 deletions library/src/main/res/values/library_retrofit_strings.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<string name="library_Retrofit_libraryName">Retrofit</string>
<string name="library_Retrofit_libraryDescription">A type-safe REST client for Android and Java.
</string>
<string name="library_Retrofit_libraryVersion">1.9.0</string>
<string name="library_Retrofit_libraryVersion">2.1</string>
<string name="library_Retrofit_libraryWebsite">http://square.github.io/retrofit/</string>
<string name="library_Retrofit_licenseId">apache_2_0</string>
<string name="library_Retrofit_isOpenSource">true</string>
<string name="library_Retrofit_repositoryLink">https://github.com/square/retrofit</string>
<string name="library_Retrofit_classPath">retrofit.Utils</string>
<string name="library_Retrofit_classPath">retrofit2</string>
<!-- Custom variables section -->
<string name="library_Retrofit_owner">Square</string>
<string name="library_Retrofit_year">2014</string>
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/library_rxandroid_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="library_rxandroid_libraryName">RxAndroid</string>
<string name="library_rxandroid_libraryDescription"><![CDATA[Android specific bindings for <b>RxJava</b>.<br /><br />This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle-free. More specifically, it provides a Scheduler that schedules on the main UI thread or any given Handler.]]></string>
<string name="library_rxandroid_libraryWebsite">https://github.com/ReactiveX/RxAndroid</string>
<string name="library_rxandroid_libraryVersion">1.0.1</string>
<string name="library_rxandroid_libraryVersion">1.1.0</string>
<!-- OpenSource section -->
<string name="library_rxandroid_isOpenSource">true</string>
<string name="library_rxandroid_repositoryLink">https://github.com/ReactiveX/RxAndroid</string>
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/library_rxjava_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="library_rxjava_libraryName">RxJava</string>
<string name="library_rxjava_libraryDescription"><![CDATA[<b>RxJava</b> is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.<br /><br />It extends the observer pattern to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.]]></string>
<string name="library_rxjava_libraryWebsite">https://github.com/ReactiveX/RxJava</string>
<string name="library_rxjava_libraryVersion">1.0.12</string>
<string name="library_rxjava_libraryVersion">1.1.2</string>
<!-- OpenSource section -->
<string name="library_rxjava_isOpenSource">true</string>
<string name="library_rxjava_repositoryLink">https://github.com/ReactiveX/RxJava</string>
Expand Down
Empty file modified library/src/main/res/values/library_showcaseview_strings.xml
100755 → 100644
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_support_annotations"></string>
<!-- Author section -->
<string name="library_support_annotations_author">AOSP</string>
<string name="library_support_annotations_authorWebsite">https://source.android.com/</string>
<!-- Library section -->
<string name="library_support_annotations_libraryName">support-annotations</string>
<string name="library_support_annotations_libraryDescription">The Annotation package provides APIs to support adding annotation metadata to your apps.</string>
<string name="library_support_annotations_libraryWebsite"></string>
<string name="library_support_annotations_libraryVersion">23.2.1</string>
<!-- OpenSource section -->
<string name="library_support_annotations_isOpenSource">true</string>
<string name="library_support_annotations_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_support_annotations_classPath">android.support.annotation</string>
<!-- License section -->
<string name="library_support_annotations_licenseId">apache_2_0</string>
<!-- Custom variables section -->
</resources>
21 changes: 21 additions & 0 deletions library/src/main/res/values/library_support_v4_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_support_v4"></string>
<!-- Author section -->
<string name="library_support_v4_author">AOSP</string>
<string name="library_support_v4_authorWebsite">https://source.android.com/</string>
<!-- Library section -->
<string name="library_support_v4_libraryName">support-v4</string>
<string name="library_support_v4_libraryDescription">This library is designed to be used with Android 1.6 (API level 4) and higher. It includes the largest set of APIs compared to the other libraries, including support for application components, user interface features, accessibility, data handling, network connectivity, and programming utilities.</string>
<string name="library_support_v4_libraryWebsite">https://developer.android.com/tools/support-library/features.html#v4</string>
<string name="library_support_v4_libraryVersion">23.2.1</string>
<!-- OpenSource section -->
<string name="library_support_v4_isOpenSource">true</string>
<string name="library_support_v4_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_support_v4_classPath">android.support.v4</string>
<!-- License section -->
<string name="library_support_v4_licenseId">apache_2_0</string>
<!-- Custom variables section -->
</resources>
Empty file.
Empty file modified library/src/main/res/values/library_useravatarspack_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/library_williamchart_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/license_apache_2_0_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/license_bsd_2_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/license_bsd_3_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/license_lgpl_3_0_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/license_mit_strings.xml
100755 → 100644
Empty file.
Empty file modified library/src/main/res/values/strings.xml
100755 → 100644
Empty file.
Empty file modified settings.gradle
100755 → 100644
Empty file.

0 comments on commit 7edeaec

Please sign in to comment.