Skip to content
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

Site to upload new libraries #62

Closed
yoavst opened this issue Feb 13, 2015 · 3 comments
Closed

Site to upload new libraries #62

yoavst opened this issue Feb 13, 2015 · 3 comments
Assignees

Comments

@yoavst
Copy link

yoavst commented Feb 13, 2015

instead of forking, commiting and send pull request, can you make a simple form where we can upload new libraries?

Or integration with android-arsenal at compile time ;)

@mikepenz mikepenz self-assigned this Feb 13, 2015
@mikepenz
Copy link
Owner

you can send an e-mail with the xml too :D
or copy and pasting it as issue.

@yoavst
Copy link
Author

yoavst commented Feb 13, 2015

<?xml version="1.0" encoding="utf-8"?>

<resources>
    <string name="define_int_qslide"></string>
    <!-- Author section -->
    <string name="library_qslide_author">LG Developers</string>
    <string name="library_qslide_authorWebsite">http://developer.lge.com/</string>
    <!-- Library section -->
    <string name="library_qslide_libraryName">QSlide</string>
    <string name="library_qslide_libraryDescription">LG QSlide is the feature on LG smartphones to provide an application with multi-tasking using floating window and quick execution using Notification bar.</string>
    <string name="library_qslide_libraryWebsite">http://developer.lge.com/MOBILE_HELP/index.jsp?topic=%2Flge.mobilesdk.LGQSlide.api%2Fhtml%2FDeveloping%2FDeveloping%2FDeveloping+with+LG+QSlide+SDK.htm</string>
    <string name="library_qslide_libraryVersion"></string>
    <!-- OpenSource section -->
    <string name="library_qslide_isOpenSource">false</string>
    <!-- License section -->
    <string name="library_qslide_licenseId">apache_2_0</string>
    <!-- Custom variables section -->
</resources>
<?xml version="1.0" encoding="utf-8"?>

<resources>
    <string name="define_libphonenumber"></string>
    <!-- Author section -->
    <string name="library_libphonenumber_author">Google</string>
    <string name="library_libphonenumber_authorWebsite">http://google.com</string>
    <!-- Library section -->
    <string name="library_libphonenumber_libraryName">LibPhoneNumber</string>
    <string name="library_libphonenumber_libraryDescription">Google\'s common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. The Java version is optimized for running on smartphones, and is used by the Android framework since 4.0 (Ice Cream Sandwich)</string>
    <string name="library_libphonenumber_libraryWebsite">http://libphonenumber.googlecode.com/svn/trunk/javascript/i18n/phonenumbers/demo-compiled.html</string>
    <string name="library_libphonenumber_libraryVersion">7.0.1</string>
    <!-- OpenSource section -->
    <string name="library_libphonenumber_isOpenSource">true</string>
    <string name="library_libphonenumber_repositoryLink">https://github.com/googlei18n/libphonenumber</string>
    <!-- ClassPath for autoDetect section -->
    <string name="library_libphonenumber_classPath">com.google.i18n.phonenumbers</string>
    <!-- License section -->
    <string name="library_libphonenumber_licenseId">apache_2_0</string>
    <!-- Custom variables section -->
</resources>
<?xml version="1.0" encoding="utf-8"?>

<resources>
    <string name="define_materialicons"></string>
    <!-- Author section -->
    <string name="library_materialicons_author">Anton Malinskiy</string>
    <string name="library_materialicons_authorWebsite">http://malinskiy.com/</string>
    <!-- Library section -->
    <string name="library_materialicons_libraryName">Material Icons</string>
    <string name="library_materialicons_libraryDescription">android-material-icons allows you to include any of the Material Design 1.0.1 icons by Google packed by Sergey Kupletsky in your texts, your ActionBar, and even in your EditTexts. Icons are infinitely scalable, and customizable with shadows and everything you can do on texts.</string>
    <string name="library_materialicons_libraryWebsite"></string>
    <string name="library_materialicons_libraryVersion">1.0.1</string>
    <!-- OpenSource section -->
    <string name="library_materialicons_isOpenSource">true</string>
    <string name="library_materialicons_repositoryLink">https://github.com/Malinskiy/android-material-icons</string>
    <!-- ClassPath for autoDetect section -->
    <string name="library_materialicons_classPath">com.malinskiy.materialicons</string>
    <!-- License section -->
    <string name="library_materialicons_licenseId">apache_2_0</string>
    <!-- Custom variables section -->
</resources>
<?xml version="1.0" encoding="utf-8"?>

<resources>
    <string name="define_int_qcircledesigntemplate"></string>
    <!-- Author section -->
    <string name="library_qcircledesigntemplate_author">LG Developers</string>
    <string name="library_qcircledesigntemplate_authorWebsite">http://developer.lge.com/</string>
    <!-- Library section -->
    <string name="library_qcircledesigntemplate_libraryName">QCircleDesignTemplate</string>
    <string name="library_qcircledesigntemplate_libraryDescription">The LG QCircle design template library provides the layout designs and basic UI elements through API, enabling developers to save time designing and using repetitive tasks. The LG QCircle design template library provides various circle layouts and receives QuickCircle broadcast intents, adjusts layout position, and handles back button operation.</string>
    <string name="library_qcircledesigntemplate_libraryWebsite">https://github.com/LGDeveloper/QCircle-Design-Template/wiki</string>
    <string name="library_qcircledesigntemplate_libraryVersion"></string>
    <!-- OpenSource section -->
    <string name="library_qcircledesigntemplate_isOpenSource">true</string>
    <string name="library_qcircledesigntemplate_repositoryLink">https://github.com/LGDeveloper/QCircle-Design-Template</string>
    <!-- ClassPath for autoDetect section -->
    <string name="library_qcircledesigntemplate_classPath">com.lge.qcircle.template</string>
    <!-- License section -->
    <string name="library_qcircledesigntemplate_licenseId">apache_2_0</string>
    <!-- Custom variables section -->
</resources>

@mikepenz
Copy link
Owner

thanks i'll add them ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants